.creowizlogo {
    width: 191px;
    height: 75px;
    margin-left: 80px;
    margin-top: -17px;
}
.nav-link {
    color: rgb(138, 131, 131);
    text-decoration: none;
    position: relative;
    transition: color 0.3s, transform 0.3s;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    margin-left: 35px;
}
.nav-link:hover {
    color: #1A858B;
    transform: translateY(2px);
}

.nav-link::after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background-color: transparent;
    position: absolute;
    bottom: -2px;
    left: 0;
    transition: width 0.3s, background-color 0.3s;
}

.nav-link:hover::after {
    width: 100%;
    background-color: #1A858B;
}
.navbar-menu-button {
    /* padding-right: 30px;
    padding-left: 30px; */
    font-size: 18px;
    font-weight: 600;
    background-color: #1A858B;
    color: white;
    border: 2px solid #1A858B;
    transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
}

.navbar-menu-button:hover {
    background-color: transparent;
    color: #1A858B;
    border-color: #1A858B;
}
/* Add this CSS to your stylesheet or in a <style> tag in your HTML */
.nav-head-bg {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1); 
}

.nav-link::after,
.active::after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background-color: transparent;
    position: absolute;
    bottom: -2px;
    left: 0;
    transition: width 0.3s, background-color 0.3s;
}

.nav-link:hover::after,
.active::after {
    width: 100%;
    background-color: #1A858B;
}
.creowizlogo {
    width: 191px;
    height: 75px;
    margin-left: 80px;
    margin-top: -11px;
}







.contact-background-img {
    background-image: url("../Assets/bgimg.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: auto;
    height: 250px;
}
.contact-heading{
    color: #FFFFFF;
font-size: 45px;
font-weight: bold;
text-align: center;
font-family: 'poppins',sans-serif;
}
.contact-description{
    color: #FFFFFF;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    font-family: 'poppins',sans-serif;
}
/* <!-- ===============contact us end========== --> */
.bg-of-contact {
    background-color: #EFEFEF;
    width: 1141px;
    height: 618px;
}
.contact-info-img {
    background-image: url("../Assets/group746.svg");
    margin-top: 30px;
    width: 100%;
    height: 546px;
    background-size: cover;
}
.contact-info-bg {
    background-color: #FFFFFF;
    width: 100%;
    height: 546px;
    margin-top: 30px;
}
.contact-information {
    font-size: 37px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    text-align: center;
    padding-top: 20px;
    font-family: 'poppins',sans-serif;
}
.chat-msg {
    font-size: 24px;
    font-weight: 500;
    color: #FFFFFF;
    opacity: 1;
    text-align: center;
    margin-top: -20px;
    font-family: 'poppins',sans-serif;
}
.phone-img {
    height: 29px;
    width: 25px;
    height: 30px;
    margin-left: 58px;
    margin-top: 35px;
    color: white;
}
.phone-number {
    color: #FFFFFF;
    font-size: 16px;
    margin-left: 20px;
    margin-top: 38px;
    font-family: sans-serif;
}
.address{
    font-size: 16px;
    color: #fff;
    font-family: sans-serif;
    margin-top: 38px;
    margin-left: 18px;

}
.facebook {
    /* margin-left: 63px; */
    color: #FFFFFF;
    font-size: 34px;
    margin-top: 80px;
}
.twitter {
    /* margin-left: 52px; */
    color: #FFFFFF;
    font-size: 34px;
    margin-top: 80px;
}
.whatsapp{
    /* margin-left: 52px; */
    color: #FFFFFF;
    font-size: 34px;
    margin-top: 80px;
}
.youtube{
    /* margin-left: 52px; */
    color: #FFFFFF;
    font-size: 34px;
    margin-top: 80px;
    background-color: transparent;
}
.insta{
    margin-left: 7px;
    color: #FFFFFF;
    font-size: 34px;
    margin-top: 80px;
}
/* input field */


/* Style the input container */
.input-container {
    margin-bottom: 20px;
}

/* Style the label */
.input-container label {
    display: block;
    font-size: 17px;
    color: rgb(0, 0, 0);
    margin-bottom: 5px;
    font-weight: 600;
    margin-top: 20px;
    font-family: 'poppins',sans-serif;
}

/* Style the input field */
.input-container input[type="text"] {
    width: 90%;
    padding: 5px 0; /* Adjust top and bottom padding to control the spacing between the text and the bottom line */
    border: none; /* Remove the border */
    border-bottom: 2px solid #aaa; /* Add a thicker bottom border with a smoky color */
    font-size: 11px;
    color: #555;
    outline: none;
}

/* Add focus style for the input field */
.input-container input[type="text"]:focus {
    border-bottom: 2px solid #1A858B; /* Adjust border-bottom to make it thicker and change color on focus */
}
.first-last-name{
    margin-left: 30px;
}
/* ------------------radio button------------------------- */

.select-sub {
    color: #1A858B;
    font-size: 20px;
    margin-left: 28px;
    margin-top: 20px;
    font-family: 'poppins',sans-serif;
}
label {
    display: inline-block;
    font-size: 14px;
    color: #000000;
    font-weight: 500;
    font-family: 'poppins',sans-serif;
}
.radio-container input[type="radio"]:checked + label {
    font-weight: bold; 
    color: #1A858B; 
    font-family: 'poppins',sans-serif;
}

/* --------------------message------------ */
.text-message {
    /* color: #000000;
    font-size: 16px; */
    margin-left: 28px;
    margin-top: 20px;
    font-family: 'poppins',sans-serif;
}
.message-type{
    color: #000000;
    font-size: 18px;
}
.message-container {
    margin-bottom: 20px;
}
.message-container textarea {
    width: 83%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    color: #555;
    outline: none;
    min-height: 110px;
    resize: none; 
    overflow-y: hidden;
    font-family: 'poppins',sans-serif;
}

/* This CSS ensures that the textarea expands as you type */
/* .message-container textarea:focus {
    min-height: auto;
    height: auto;
} */



/* Style the submit button */
#submit-button {
    display: block; /* Display the button as a block element */
    background-color: #1A858B;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    outline: none;
    margin-top: 10px; /* Add margin between the input and the button */
    font-family: 'poppins',sans-serif;
}

/* Style the submit button on hover */
#submit-button:hover {
    background-color: #156d76; /* Change the color on hover */
}

/* ====================google map================== */















.contact-info{
    background-color: #EFEFEF;
    width: auto;
    height: 588px;
}
/* .details-of-contact{

}
/* .contact-information {
    background-image: url("./images/Group 746.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: auto;
    height: 555px;
    margin-top: 45px;
    margin-left: 23px;
} */ 
.contact-details {
   background-color: #ffff;
    background-size: contain;
    background-repeat: no-repeat;
    width: auto;
    height: 529px;
    margin-top: 45px;
    margin-left: -23px;
    font-family: 'poppins',sans-serif;
}
.contacts {
    color: #FFFFFF;
    font-size: 28px;
    margin-left: 51px;
    margin-top: 40px;
    font-weight: 500;
    font-family: poppins,sans-serif;
}
.contacts-text{
    color: #FFFFFF;
    font-size: 16px;
    margin-left: 51px;
    font-family: poppins,sans-serif;
}
/*  */



/* =================================footer======================= */
.footer {
    background-color: #164F52;
}

.footerLogoDiv {
    background-color: #FFFFFF;
    width: 60%;
    background: #FFFFFF;
    box-shadow: 0px 11px 8px #00000045;
    border-radius: 0px 0px 60px 0px;
    /* margin-right: 27px; */
    /* margin-left: 95px; */
    width: 190px;
}

.footerLogo {
    width: 170px;
}

.footer-text1 {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    /* display: flex; */
    /* align-items: flex-start; */
    text-align: justify;
    margin-top: 35px;
    font-family: poppins,sans-serif;
}

.footer-number {
    margin-left: -25px;
    font-size: 14px;
    font-weight: 400;
    font-family: poppins,sans-serif;
    color: #FFFFFF;
}
.footer-numbers {
    margin-left: -25px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    font-family: poppins, sans-serif;
}
.footer-numbers {
    cursor: pointer;
    user-select: none; /* CSS to prevent user text selection */
  }
.whatsapp-icon{
    color: #FFFFFF;
    font-size: 23px;
    margin-top: 4px;
    font-family: poppins,sans-serif;
}
.whatsapp-icon-text {
    margin-left: 30px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: -23px;
    font-family: poppins,sans-serif;
}

.footer-text {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    /* display: flex; */
    /* align-items: flex-start; */
    text-align: justify;
    font-family: poppins,sans-serif;
} 
.footer-text.privacyandpolicy {
    transition: transform 0.2s, color 0.2s;
  }

  .footer-text.privacyandpolicy:hover {
    transform: scale(1.0); /* Adjust the scale factor to control the zoom effect. */
    color: red; /* Change the color to your preferred hover color. */
  }

.footer-links {
    margin-top: 100px;
    font-family: poppins,sans-serif;
}

.horizontal-line1 {
    margin: 1rem 0;
    /* color: inherit; */
    border: 0;
    border-top: var(--bs-border-width) solid;
    opacity: .25;
    /* margin-left: -1px; */
    margin-right: 50px;
    color: aliceblue;
    margin-top: 55px;
    font-family: poppins,sans-serif;
}

.horizontal-line0 {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: var(--bs-border-width) solid;
    opacity: .25;
    margin-left: 2px;
    margin-right: 100px;
    color: aliceblue;
    font-family: poppins,sans-serif;
}

.after-horizontal {
    font-size: 13px;
    font-family: poppins,sans-serif;
}

.training-time {
    font-size: 14px;
    font-weight: 700;
    color: #FFFFFF;
    text-align: justify;
    font-family: poppins,sans-serif;
}

.time-day {
    font-size: 15px;
    font-weight: 300;
    color: #FFFFFF;
    text-align: justify;
    font-family: poppins,sans-serif;
}

.footer-button {
    color: #1A858B;
    width: 100px;
    height: 35px;
    background-color: #FFFFFF;
    margin-top: 15px;
}

.footer-button:hover {
    transform: scale(1.05);
    /* Increase the scale value for more zoom */
    background-color: #FFFFFF;
    color: #1A858B;
}

.facebook-logo {
    color: #FFFFFF;
    /* width: 47px; */
    height: 30px;
}

.cell-phone {
    padding-right: 13px;
    color: #ffff;
}

.collabration-details {
    background: #F2F4F9 0% 0% no-repeat padding-box;
    padding: 30px 0px 30px 0px;
    margin-bottom: 70px;
    margin-top: 100px;
}
.facebook1 {
    color: #FFFFFF;
    font-size: 21px;
    margin-left: 5px;
}
.social-media-logo {
    margin-top: -27px;
}
.twitter1{
    color: #FFFFFF;
    font-size: 21px;
}
.whatsapp1{
    color: #FFFFFF;
    font-size: 21px;
}
.youtube1{
    color: #FFFFFF;
    font-size: 21px;
}
.insta1{
    color: #FFFFFF;
    font-size: 21px;
    margin-left: 5px;
}






.search-box {
    margin-bottom: 10px;
    padding: 8px;
    width: 100%;
    box-sizing: border-box;
    border: 0px solid;
}

.department {
    font-size: 18px;
    width: 230px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    position: relative;
    border-radius: 5px;
    padding-left: 8px;
    color: rgb(0, 0, 0);
    font-weight: 600;

}
.department1{
    font-size: 18px;
    width: 230px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    position: relative;
    border-radius: 5px;
    padding-left: 8px;
    color: rgb(0, 0, 0);
    font-weight: 600;
    margin-left: 29px;
}
.fa-caret-down{
    margin-left: -21px;
    position: relative;
}

.department::after {
    content: "\f0d7"; /* Unicode for the Font Awesome caret-down icon */
    font-family: 'Font Awesome 5 Free'; /* Add the Font Awesome font family */
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.depart-dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-container {
    position: relative;
    cursor: pointer;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    max-height: 200px;
    overflow-y: auto;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    z-index: 1;
    padding: 8px 0;
    width: 230px;
    border: 1px solid #ccc; /* Continue border style from .department */
    border-top: none; /* Remove top border to avoid double border appearance */
}

.dropdown-content label {
    display: block;
    padding: 8px 12px;
    cursor: pointer;
}

.depart-dropdown {
    margin-left: 30px;
}



/* CSS for custom select box */
.iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel] {
    padding-right: 48px;
    padding-left: 52px;
    margin-left: 20px;
}