@import url('../fonts/index.css');
@import url('bootstrap-icons.min.css');

body {
    font-family: "Plus_Jakarta_Sans";
}

a {
    text-decoration: none;
    padding: 0px;
    margin: 0px;
}

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

.cus-container {
    width: 90%;
    max-width: 90%;
    margin: 0 auto;
}

.after-bg {
    position: relative;
}

.after-bg::after {
    content: "";
    position: absolute;
    bottom: -7px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: url(../images/contact/contact-bg.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain;
}

.contact-sec h2 {
    font-family: "Plus_Jakarta_Sans-Bold";
    font-size: 30px;
    letter-spacing: 1px;
}

.contact-sec h4 {
    font-family: "Plus_Jakarta_Sans-SemiBold";
    font-size: 18px;
    letter-spacing: 1px;
    color: #111;
}

.contact-sec p,
.contact-sec a {
    font-family: "Plus_Jakarta_Sans-Light";
    font-size: 14px;
    color: #111;
    letter-spacing: 0.5px;
}

.contact-sec a {
    width: 16px;
    height: 16px;
}

.line-AB {
    border-right: 1px solid #111;
}

.form-sec {
    position: relative;
    z-index: 1;
    background: linear-gradient(to right, #1D1D1D, #393838);
    border-radius: 30px 0 0 30px;
}

.contact-sec label {
    font-family: "Plus_Jakarta_Sans-Medium";
    font-size: 14px;
    letter-spacing: 0.4px;
    color: #ffffff;
}

.form-control,
.form-select {
    background-color: transparent;
    border-radius: 0px;
    border: none;
    color: #fff;
    font-size: 12px;
    border-bottom: 1px solid #ffffffbd;
    font-family: "Plus_Jakarta_Sans";
}

.form-control::placeholder {
    color: #fff;
}

.form-select:focus,
.form-control:focus {
    border-color: #ffffffbd;
    outline: 0;
    color: #fff;
    box-shadow: none;
    background-color: transparent;
}

.txt-countryno {
    border: 0px;
    background-color: transparent;
    color: #fff;
    font-size: 12px;
    font-family: "Plus_Jakarta_Sans";
    border-bottom: 1px solid #ffffffbd;
}

.contact-sec label.form-check-label {
    font-family: "Plus_Jakarta_Sans-Light";
    opacity: 0.9;
    font-size: 12px;
}

.d-gap-10 {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.err-msg {
    font-size: 11px;
    color: #df0b0b;

}

.submit-btn {
    background-color: #fff;
    color: #000;
    border-radius: 10px;
    padding: 5px 15px 6px;
    font-family: "Plus_Jakarta_Sans-Medium";
    outline: none;
        border: none;
}
.contactpopup{
       
    z-index: 999999999999999;
    background: #000000a3;
    text-align: center;
}
      
/* Dropdown Container */
.czs-dropdown {
  position: relative;
  display: inline-block;
}

.czs-dropdown img{
   width: 21px;
   margin-right: 8px;
}

/* Toggle Button */
.contact-sec .czs-dropdown-toggle {
      display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    padding: 4px 10px;    
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
    border-radius: 0px;
  
    letter-spacing: 0.80px;
    border-bottom: 1px solid #E3E3E3;
    width: 100%;
    height: 30px;
}
.czs-dropdown-toggle span{
  white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 12px;
    font-family: "Plus_Jakarta_Sans";
}



.czs-dropdown-icon {
  margin-right: 8px;
  color: gold;
}

.czs-arrow {
  margin-left: 8px;
  transition: transform 0.3s ease;
  margin-top: 1px;
      min-width: 12px;
}
.czs-arrow i{
  font-size: 12px;
}
/* Dropdown Menu */
.czs-dropdown-menu {
  display: none;
  position: absolute;
  top: 110%;
  left: 0;
  background: #333;
        min-width: 161px;
  padding: 8px 0;
  list-style: none;
  margin: 0;
  border-radius: 3px;
  box-shadow: 0px 4px 12px rgba(0,0,0,0.3);
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 100;
      max-height: 200px;
    overflow-y: auto;
}
/* width */
.czs-dropdown-menu::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.czs-dropdown-menu::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
.czs-dropdown-menu::-webkit-scrollbar-thumb {
  background: #eee; 
  border-radius: 10px;
}

/* Handle on hover */
.czs-dropdown-menu::-webkit-scrollbar-thumb:hover {
  background: #444; 
}
.czs-dropdown-menu.show {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.czs-dropdown-menu li {
  padding: 5px 15px;
  color: white;
    font-size: 13.5px;
    letter-spacing: 0.80px;
    cursor: pointer;
}

.czs-dropdown-menu li a {
  color: white;
  text-decoration: none;
  display: block;
      text-transform: uppercase;
  
    

}

.czs-dropdown-menu li:hover {
  background: #444;
}
.czs-dropdown .czs-arrow {
  transform: rotate(180deg);
}
/* Rotate arrow when open */

.czs-dropdown.open .czs-arrow {
  transform: rotate(0deg);
}
.terms-field input,.samenumber input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.terms-field label,.samenumber label {
  position: relative;
  cursor: pointer;
}
.terms-field label:before ,.samenumber label:before{
      content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 6px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    border-radius: 3px;
    background:transparent;
}
.samenumber label:before{
    background: #fff;margin-left: 2px;
}
.terms-field input:checked + label:before,.samenumber input:checked + label:before{
    background: #fff;
}
.terms-field input:checked + label:after,.samenumber input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 8px;
    width: 3px;
    height: 7px;
    border: solid #000;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
}
.samenumber .form-check-label{
    display: flex;
    align-items: center;
  
}
.terms-field input:checked + label:after{
    top: 5px;
    left: 6px;
}
footer {
    background: linear-gradient(to left, #303030, #000, #303030);
    color: #fff;
    font-family: "Plus_Jakarta_Sans-Light";
    font-size: 11px;
}

footer a {
    color: #fff;
    font-family: "Plus_Jakarta_Sans-Light";
    font-size: 11px;
    letter-spacing: 0.80px;
}


@media only screen and (max-width:569px) {
    .after-bg::after {
        display: none;
    }
}


@media only screen and (max-width:768px) {

    .line-AB {
        border-right: 1px solid transparent;
    }
}

   .custom-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 89%);
    display: none;  /* hidden by default */
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.popup-box {
background: #fff;
    padding: 30px;
    border-radius: 10px;
    min-width: 300px;
    max-width: 500px;
    text-align: center;
    position: relative;
    margin-left: auto;
    margin-right: auto;
        margin-top: 2%;
}

.popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
}
