
textarea {
    width: 100%;
    min-height: 50px;
    max-height: 300px; /* Optional max height */
    resize: none; /* Disable manual resizing */
    padding: 10px;
    box-sizing: border-box; /* Include padding in width calculation */
    border-radius: 4px;
}

textarea:valid {
    border: 1px solid #70c254;
}

/*Download button*/

.download {
    width: 300px; 
    height: 60px; 
    padding: 0 10px;
    background: #5d924d; 
    color: white;
    font-size: 24px;
    cursor: pointer;
    display: table;
    text-align: center;
    border-radius: 4px;
    position: relative;
    transition: letter-spacing 0.3s ease, line-height 0.3s ease;
}

.download_strip {
    width: auto; 
    height: 25px; 
    padding: 8px 15px;
    background: #5d924d; 
    color: white;
    font-size: 16px;
    cursor: pointer;
    display: table;
    text-align: center;
    border-radius: 4px;
    position: relative;
    transition: letter-spacing 0.3s ease, line-height 0.3s ease;
}

.download_strip:hover {
    background: #7cb16d;
    letter-spacing: 1px;
}

.downloadhero {
    width: 330px; 
    height: 60px; 
    padding: 0 10px;
    background: white; 
    color: #5d924d;
    font-size: 24px;
    cursor: pointer;
    display: table;
    text-align: center;
    border-radius: 4px;
    position: relative;
    margin-top: 80px;
    box-shadow: 1px 1px 4px -1px black;
    transition: letter-spacing 0.3s ease, line-height 0.3s ease;
}

.downloadhero:hover {
    letter-spacing: 1px;
}

@media (max-width: 768px) { 
    .downloadhero {
        max-width: 100%; 
        font-size: 24px;
        cursor: pointer;
        display: table;
        text-align: center;
        border-radius: 4px;
        position: relative;
        margin: 40px auto 20px auto;
    }
}

.download:hover {
    background: #7cb16d;
    letter-spacing: 1px;
}

.downloadhalf {
    width: 46%; 
    height: 60px; 
    padding: 0 10px;
    background: #5d924d; 
    color: white;
    font-size: 19px;
    line-height: 36px;
    cursor: pointer;
    display: inline block;
    text-align: center;
    border-radius: 4px;
    float: left;
    transition: letter-spacing 0.3s ease, line-height 0.3s ease;
}

.downloadhalf:hover {
    background: #7cb16d;
    letter-spacing: 1px;
}

.newsubmit {
    width: 300px; 
    height: 60px; 
    padding: 0 10px;
    background: #5d924d; 
    color: white;
    font-size: 24px;
    cursor: pointer;
    display: table;
    text-align: center;
    border-radius: 4px;
    border: none;
    margin: 0 auto;
    transition: letter-spacing 0.3s ease, line-height 0.3s ease;
}

.newsubmit:hover {
    background: #7cb16d;
    letter-spacing: 1px;
}

.downloadp {
    margin-top: 12px;
}

.bigtext {
    font-size: 20px;
    margin: 10px 0;
    font-weight: bold;
}

.bigtext2 {
    font-size: 20px;
    margin: 0 auto;
    font-weight: bold;
}

.bigtext p {
    margin: 5px;
}

.download2 {
    width: 300px; 
    height: 60px; 
    background: white; 
    color: black;
    font-size: 24px;
    cursor: pointer;
    display: table;
    text-align: center;
    margin: 0 auto;
    border-radius: 4px;
    transition: letter-spacing 0.3s ease, line-height 0.3s ease;
}

.download2:hover {
    color: grey;
    background: #d1e3cc;
    letter-spacing: 1px;
}

textarea:focus, input:focus{
    outline: none;
    border: 1px solid #70c254;
    box-shadow: 2px 2px 7px -1px #70c254;
}

select:focus{
    outline: none;
}

::placeholder {
  color: #9a9a9a;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
  color: #9a9a9a;
}

.join-form {
    width: 90%;
    height: auto;
    margin: 0 auto;
    color: black;
    display: block;
    margin-bottom: 50px;
}

.join-form2 {
    width: 90%;
    height: auto;
    margin: 0 auto;
    color: black;
    display: block;
    margin-bottom: 50px;
}

.badge {
    width: 100%;
    text-align: left;
    position: relative; 
    padding: 0;
}

.badge2 {
    width: 100%;
    height: auto;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #ffffff; 
}

.badgebasket {
    width: 49%; 
    height: 40px;
    display: inline block;
    position: relative;
    float: left;
    padding: 0;
}

.badgebasketfull {
    width: 100%; 
    height: 40px;
    display: inline block;
    position: relative;
    float: left;
    padding: 0;
}

.badgethird {
    width: 32%;
    display: inline block;
    float: left;
}

.badgebaskethalf {
    width: 100%; 
    height: 40px;
    display: inline block;
    position: relative;
    float: left;
    margin-bottom: 20px;
    margin-left: 0;
    border: 1px solid #a0a0a0;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 4px;
    font-size: 16px; 
    color: #919191;
}

.badgebaskethalf2 {
    width: 100%; 
    height: 40px;
    display: inline block;
    position: relative;
    float: left;
    margin-bottom: 20px;
    margin-left: 0;
    border: 1px solid #a0a0a0;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 4px;
    font-size: 16px; 
    color: #919191;
}

.badgebaskethalf p {
    margin-bottom: 5px;
}
.badgebaskethalf:focus {
    border: 1px solid #70c254;
    box-shadow: 2px 2px 7px -1px #70c254;
}

.badgebaskethalf:valid {
  border: 2px solid #70c254;
}

@media (max-width: 768px) { 
    .badgethird {
        width: 100%;
    }
    .flierseparator {
        margin-top: 50px;
        margin-bottom: 110px;
    }
    .badgebasket {
        width: 100%; 
    }
    .seperatedownwards {
        margin-bottom: 45px;
        
    }
}

@media (max-width: 1575px) { 
    .badgebasket {
        width: 100%; 
    }
}

.marginleft {
    margin-left: 1%;
}

.half {
    width: 100px;
    height: 40px;
    border: 1px solid #a0a0a0;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 4px;
    display: inline-block;
    position: relative;
    margin-left: 30px;
    font-size: inherit; 
}

.halfpassposrt {
    width: 220px;
    height: 40px;
    border: 1px solid #a0a0a0;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 4px;
    display: inline-block;
    position: relative;
    font-size: inherit; 
    margin-bottom: 20px;
}

.half::placeholder {
  font-size: 13px;
}

.p-half {
    font-size: 15px;
    width: 130px;
    display: inline-block;
    margin-left: 20px;
    color: #919191;
}

.form-check {
  position: relative;
}
i
/* Checkbox - Customize the label (the containercheck) */
.containercheck {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.containercheck input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: white;
  border: 1px solid #a3a3a3;
  border-radius: 2px;
  width: 30px;
  height: 30px;
}

/* On mouse-over, add a grey background color */
.containercheck:hover input ~ .checkmark {
  border: 1px solid #949494;
  background-color: #ccc;
  cursor: pointer;
}

/* When the checkbox is checked, add a blue background */
.containercheck input:checked ~ .checkmark {
  background-color: #70c254;
  border: 1px solid #70c254;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.containercheck input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.containercheck .checkmark:after {
  left: 8px;
  top:4px;
  width: 9px;
  height: 15px;
  font-weight: bold;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Customize the label (the container) */
.containeradio {
  display: inline block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.containeradio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom radio button */
.checkmarkradio {
  position: absolute;
  top: 5px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #ffffff;
  border-radius: 50%;
  border: 1px solid #a3a3a3;
}

/* On mouse-over, add a grey background color */
.containeradio:hover input ~ .checkmarkradio {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.containeradio input:checked ~ .checkmarkradio {
  background-color: #70c254;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmarkradio:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.containeradio input:checked ~ .checkmarkradio:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.containeradio .checkmarkradio:after {
  top: 8px;
  left: 8px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: white;
}

.join-form .input {
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
    border: 1px solid #a0a0a0;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 4px;
}

.join-form2 .input2 {
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
    border: 1px solid #a0a0a0;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 4px;
    font-size: 16px; 
    color: #919191;
}

.inputinvisible {
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 4px;
}

.join-form input:focus {
    border: 1px solid #70c254;
    box-shadow: 2px 2px 7px -2px #70c254;
}

.join-form2 input:focus {
    border: 1px solid #70c254;
    box-shadow: 2px 2px 7px -2px #70c254;
}

.join-form2 select:focus {
    border: 1px solid #70c254;
    box-shadow: 2px 2px 7px -2px #70c254;
}

.join-form2 input:valid,
.join-form2 select:valid,
.join-form2 textarea:valid {
  border: 1px solid #70c254;
}

.join-form p {
    margin-bottom: 5px;
}

.join-form2 p {
    margin-bottom: 5px;
}

.join-form-select:focus {
    border: 1px solid #70c254;
    box-shadow: 2px 2px 7px -1px #70c254;
}

.input:valid {
  border: 2px solid #70c254;
}

.join-form-select {
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
    border: 1px solid #a0a0a0;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 4px;
    outline: none;
}

.join-form-select2:focus {
    border: 1px solid #70c254;
    box-shadow: 2px 2px 7px -1px #70c254;
}

.join-form-select2 {
    width: 220px;
    height: 40px;
    margin-bottom: 20px;
    border: 1px solid #a0a0a0;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 4px;
    outline: none;
    display: inline-block;
    position: relative;
    font-size: inherit; 
}

.join-form-select2:valid {
  border: 1px solid #70c254;
}

.join-form-select3 {
    width: 220px;
    height: 40px;
    margin-bottom: 20px;
    border: 1px solid #a0a0a0;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 4px;
    outline: none;
    display: inline-block;
    position: relative;
    font-size: inherit; 
}

.join-form-select4 {
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
    border: 1px solid #a0a0a0;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 4px;
    outline: none;
    display: inline-block;
    position: relative;
    font-size: inherit; 
}

.join-form-select4:valid {
  border: 1px solid #70c254;
}

.joinform .half {
    width: 50%;
}

.join-form .submit {
    width: 290px;
    height: 60px;
    background: #5d924d;
    cursor: pointer;
    color: white;
    text-align: center;
    margin:30px auto;
    display:block;
    border: none;
    border-radius: 4px;
    outline: none;
}

.join-form .submit:hover {
    background: #8dbb80;
}

.join-form2 .submit {
    width: 290px;
    height: 60px;
    background: #5d924d;
    cursor: pointer;
    color: white;
    text-align: center;
    margin:30px auto;
    display:block;
    border: none;
    border-radius: 4px;
    outline: none;
}

.join-form2 .submit:hover {
    background: #8dbb80;
}

.join-form .submit2 {
    width: 290px;
    height: 60px;
    background: #5d924d;
    cursor: pointer;
    color: white;
    text-align: center;
    margin:30px auto;
    display:block;
    border: none;
    border-radius: 4px;
    outline: none;
}

.join-form .submit2:hover {
    background: #8dbb80;
}

.nextbutton {
    width: 290px;
    height: 60px;
    background: #5d924d;
    cursor: pointer;
    color: white;
    text-align: center;
    margin:30px auto;
    display:block;
    border: none;
    border-radius: 4px;
    outline: none;
}

.nextbutton:hover {
    background: #8dbb80;
}

.join-form2 .submit2 {
    width: 290px;
    height: 60px;
    background: #5d924d;
    cursor: pointer;
    color: white;
    text-align: center;
    margin:30px auto;
    display:block;
    border: none;
    border-radius: 4px;
    outline: none;
}

.join-form2 .submit2:hover {
    background: #8dbb80;
}

/* Subscription form */

.submitter {
    width: 100px;
    height: inherit;
    background: #406c3e;
    border: none;
    border-radius: 0 4px 4px 0;
    color: white;
    cursor: pointer;
    transition: letter-spacing 0.3s ease, line-height 0.3s ease;
}
.submitter:hover {
    background: #345832;
    letter-spacing: 1px;
}
.inputter {
    border-radius: 4px 0 0 4px;
}
.inputter:focus{
    outline: none;
    border: 1px solid #5d924d;
}

/*Distinct country and number of attendants*/
.sub-country {
    width: auto;
    margin-right: 20px;
    background: #bfc7df;
    border-radius: 5px;
    padding: 5px 10px;
}

.expoday {
    font-weight: bold; 
    font-size: 22px; 
    margin-top: 30px; 
    position: relative;
}

@media (max-width: 768px) {
    .expoday {
        display: none;
    }
    .icon {
        display: none;
    }
    .download {
        width: 90%; 
        margin: 0 auto;
    }
    .divseperator {
        margin-bottom: 40px;
    }
    .join-form .submit {
        width: 100%;
    }
    .join-form .submit2 {
        width: 40%;
    }
    .join-form2 .submit {
        width: 100%;
    }
    .join-form2 .submit2 {
        width: 45%;
    }
    .nextbutton {
        width: 40%;
    }
}

.programtext {
    color: #7a7a7a;
    font-size: 20px;
}
.programtext:hover {
    color: #7a7a7a;
}

.iframeclass {
    width: 100%;
    height : 100%;
}

.sectorp {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}
.vertical-center {
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.sectordivs {
    width: 48%; 
    height: 200px; 
    float: left; 
    padding: 20px;
}
.sectordivsbasket {
    width: 100%; 
    height: 100%; 
    float: left; 
    box-shadow: 0px 0px 6px -4px #E0E0E0;
}
.sectordivbasketpot {
    width: 50%; 
    height: 100%; 
    float:left; 
    position: relative; 
    text-align: center;
}
@media (max-width: 991px) {
    .sectordivs {
        width: 100%; 
        height: 200px; 
        float: left; 
        padding: 10px;
        margin-bottom: 30px;
    }
    .sectorp {
        font-size: 20px;
        text-align: left;
    }
}

.lefter {
    width: 100%;
    float: left;
    position: relative;
}

#inpt2, #inp30022 {
    display: none; /* Initially hide the input field */
}
        
.upload-container {
    margin-top: 10px;
    margin-bottom: 20px;
}

input[type="file"] {
    display: none; /* Hide the default file input */
}

.upload-label {
    padding: 10px 9px;
    background-color: #dddddd;
    color: grey;
    cursor: pointer;
    border: 1px solid #dddddd;
    border-radius: 4px;
}

.upload-label:hover {
    background-color: #ebebeb;
}

.preview {
    width: 140px;
    height: auto;
    margin-top: 10px;
}

.preview img {
    max-width: 100%; /* Ensure the image fits within the container */
    height: auto;
}        

/*Password view toggle*/
.password-container {
    position: relative;
}

.eye-icon {
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
    width: 22px; /* Set the size of the icon */
    height: auto; /* Maintain aspect ratio */
}      

/*Registration progress bar*/

.w3-border {
    height: auto;
    border-radius: 6px;
    border: 2px solid #446b38;
    overflow: hidden;
}
.w3-green {
    color: #446b38;
    font-weight: bold;
    background: #a3c998;
    height: 14px;
    float: left;
    width:19%;
    text-align: center; 
    font-size: 13px; 
    line-height: 14px;
}
.w3-green2 {
    color: #446b38;
    font-weight: bold;
    background: #a3c998;
    height: 14px;
    float: left;
    width:49%;
    text-align: center; 
    font-size: 13px; 
    line-height: 14px;
}
.w3-green-last {
    color: #446b38;
    font-weight: bold;
    background: #a3c998;
    height: 14px;
    float: left;
    width:20%;
    text-align: center; 
    font-size: 13px; 
    line-height: 14px;
}
.w3-clear {
    color: #446b38;
    font-weight: bold;
    background: white;
    height: 14px;
    float: left;
    width:19%;
    text-align: center; 
    font-size: 13px; 
    line-height: 14px;
}
.w3-clear2 {
    color: #446b38;
    font-weight: bold;
    background: white;
    height: 14px;
    float: left;
    width:48%;
    text-align: center; 
    font-size: 13px; 
    line-height: 14px;
}
.seperatorball {
    width: 1%; 
    height: 14px; 
    background: #446b38; 
    float: left; 
}
.seperatorball2 {
    width: 2%; 
    height: 14px; 
    background: #446b38; 
    float: left; 
}
@media (max-width: 768px) { 
    .w3-green {
        font-size: 10px; 
    }
    .w3-clear {
        font-size: 10px; 
    }
}

.confirmdetails {
    margin: 0;
}
        
.booths_img {
    width: 300px;
}  

.hoverme {
    border: 2px solid white;
}

.hoverme:hover {
    cursor: pointer;
    border: 2px solid #5d924d;
}

/*Background pattersn*/

.img-bg-top-right {
    opacity: 0.4;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: auto;
}
.img-bg-left-bottom {
    opacity: 0.4;
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: auto;
}
@media (max-width: 768px) { 
    .img-bg-top-right {
        width: 100%;
        height: auto;
    }
    .img-bg-left-bottom {
        width: 100%;
        height: auto;
    }
}



/*Online presence page*/

.lifthigher {
    margin-top: 1px;
}
.lifthigher2 {
    margin-top: 100px;
}
.lifthigher22 {
    margin-top: 100px;
}
.table {
    width: 100%;
    border: 1px solid #c7c7c7;
}
.table td, th {
    border: 1px solid #c7c7c7;
}
.table th {
    background: #5d924d;
    color: white;
    font-size: 18px;
}
.overlayss {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.8);
    z-index: 1;
}
.herotext {
    position: relative;
    z-index: 2;
}
.newtitle {
    font-size: 58px;
    font-weight: 800;
    position: relative;
    margin-top: 25%;
    text-shadow: -5px -5px 10px rgba(0,0,0,0.5);
    color: #5d924d;
}
.newtitlep {
    font-size: 40px;
    font-weight: 400;
    position: relative;
    margin-top: 20px;
    text-shadow: -5px -5px 10px rgba(0,0,0,0.5);
    color: #5d924d;
}
.hero-wrap244 {
    width: 100%;
    height: 70vh;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center; 
    overflow: hidden; 
}
.smallvideo {
    width: 100%;
    position: absolute;
    z-index: 0;
    top: -10%;
    left: 0;
}
.online {
    width: 140px;
    height: 140px;
    margin: 0 auto 20px auto;
    text-align: center;
}
.teremka {
    margin-top: 10%;
}
@media (max-width: 768px) {
    .hero-wrap244 {
        width: 100%;
        height: 100vh;
    }
    .newtitle{
        font-size: 50px;
        font-weight: 800;
        margin-top: 26%;
    }
    .newtitlep {
        font-size: 35px;
        margin-top: 20px;
    }
    .smallvideo {
        width: auto;
        height: 100%;
        top: 0;
        left: 0;
    }
    .lifthigher {
        margin-top: -50px;
        margin-right: 20px;
        margin-left: 20px;
    }
    .addmargin {
        margin-right: 10px;
        margin-left: 10px;
    }
    .lifthigher2 {
        margin-top: 10px;
    }
    .lifthigher22 {
        margin-top: 70px;
    }
    .teremka {
        margin-top: 36%;
    }
}

/*umdeline headings on scroll-to-view*/
/* Base styles for the elements */
.underline {
    position: relative;
    display: inline-block;
    height: 6px;
    transition: none; /* Removed transition */
}

/* Apply animation only when the element is in view */
.in-view:after {
    content: '';
    display: block;
    margin: auto;
    height: 6px;
    width: 100%;
    background: #fbd520;
    transform-origin: left;
    transform: scaleX(0); /* Start from 0% width */
    animation-name: border;
    animation-duration: 1s;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
}

/* Define the border animation */
@keyframes border {
    from { transform: scaleX(0); }
    to { transform: scaleX(1); }
}

/* Optional: Use animation-play-state to pause when out of view */
.underline {
    animation-play-state: paused; /* Pause animation when out of view */
}

.in-view {
    animation-play-state: running; /* Allow animation when in view */
}

.underline {
    will-change: transform;
}

.zoom-icon {
  width: 120px;
  height: 120px;
  margin: 0 auto 20px auto;
  transition: transform 1s ease-in-out; /* Adjusted transition duration */
  object-fit: cover;
  will-change: transform; /* Added for performance */
}

.zoom-icon.zoomedi {
  transform: scale(1.2); /* Zoom effect */
}

/* Responsive adjustment for small screens */
@media (max-width: 480px) {
  .zoom-icon {
    width: 80px;
    height: 80px;
  }
  .move-right {
      margin-left: 20px;
  }
}

.zoom-image {
  width: 80%;
  transition: transform 2s ease-in-out; /* Smooth zoom transition */
  object-fit: cover; /* Ensures the image covers its container */
}

.zoom-image.zoomed {
  transform: scale(1.2); /* Zoom effect when image comes into view */
}


/*why is africa rising*/
.africaphoto {
    width: 40%;
    height: auto;
    position: relative;
    margin: 30px auto 10px auto;
}
.africaphoto202 {
    width: 100px;
    height: auto;
    position: relative;
    margin: 30px auto 10px auto;
}
.africatext202 {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    margin-top: 20px;
}
.africatext {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    margin-top: 20px;
}
.africatext2 {
    position: relative;
    font-size: 19px;
    font-weight: 500;
    margin-top: 20px;
}

.extend-margins {
    margin-bottom: 180px;
}
@media (max-width: 768px) {
    .extend-margins {
        margin-bottom: 100px;
    }
    .africaphoto {
        width: 50%;
    }
}

.weka {
    float: left; 
    border: 1px solid #c4c4c4; 
    height: 30px; 
    margin-right: 20px; 
    margin-top: 20px; 
    border-radius: 2px;
}

.weka2 {
    width: 100%;
    border: 1px solid #c4c4c4; 
    height: 30px; 
    margin-right: 20px; 
    margin-top: 5px; 
    border-radius: 2px;
    display: inline-block;
}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
  overflow: hidden;
}

.hech3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.csvdownload {
    display: inline-block; margin-left: 280%; position: relative;
    text-align: center;
}
.changetabs {
  display: flex; /* Allows inline items inside the span to align properly */
  gap: 10px; /* Adds space between items */
}
.itemchangelive {
    width: 130px;
    height: 30px;
    background: #5d934e;
    display: inline-block;
    border: none;
    margin-right: 20px;
    margin-left: 20px;
    font-size: 15px;
    cursor: pointer;
    color: white;
    line-height: 30px;
    text-align: center;
    border-radius: 2px;
    font-weight: 400;
}
.itemchangelive:hover {
    background: #7cb16d;
}
.itemchange {
    width: 130px;
    height: 30px;
    background: white;
    display: inline-block;
    border: none;
    margin-right: 20px;
    margin-left: 20px;
    font-size: 15px;
    cursor: pointer;
    color: #5d934e;
    line-height: 30px;
    text-align: center;
    border-radius: 2px;
    border: 1px solid #5d934e;
    font-weight: 400;
}
.itemchange:hover {
    background: #7cb16d;
    color: white;
}
.networkitems {
    flex: 1 1 21%; /* Flex-grow: 1, Flex-shrink: 1, Flex-basis: 21% */
    height: auto;
    margin: 1%;
    padding: 10px;
    background: white;
    /*box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);  Optional: adds shadow for a card effect */
    text-align: center; /* Centers text and images */
}

.networkicon {
    width: 100px;
    height: auto;
    margin-bottom: 10px; /* Adds spacing below the icon */
}

.networktext {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 8px;
}

@media (max-width: 768px) {
    .networkitems {
        flex: 1 1 100%; /* Each item takes full width on smaller screens */
        margin: 0;
        margin-bottom: 15px; /* Adds space between items */
        padding: 15px;
    }
    .networkicon {
        width: 80px;
        height: auto;
        margin-bottom: 10px; /* Adds spacing below the icon */
    }
}

.sliderh3 {
    text-align: left; 
    font-weight: bold; 
    font-size: 25px !important;
    line-height: 28px;
}
.sliperp {
    text-align: left;
}
.networkiconse {
    width: 100px !important;
    height: auto;
    margin-bottom: 20px;
    margin-top: 20px;
}
.pushdowners {
    margin-bottom: 30px; 
    background: #f8f9fa;
    padding: 15px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Optional: adds shadow for a card effect */
}
.swiper-container {
  width: 100%;
  height: auto; /* You can adjust the height as per your design */
  overflow: hidden;
}

@media (max-width: 768px) {
    .networkiconse {
        text-align: center;
    }
    .pushdowners {
        text-align: center;
    }
}

.investmentlistai1 {
    font-size: 17px; 
    color: #696969;
    line-height: 29px;
    margin: 30px 0 24px 0;
    width: 100%;
}
.investmentlistai {
    font-size: 22px; 
    font-weight: bold;
    color: #456c39;
    margin: 0;
}
.screenery {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
}
/*Price badges*/
.custom-margin {
    margin: 0 !important;
    padding: 0;
}
.card-pricing .list-unstyled li {
    padding: 8px 0;
    color: #6c757d;
    font-weight: 300;
}

/*SEZ promotion header*/
.contentvr {
    position: absolute;
    top: 30%;
    width: 1140px;
    max-width: 80%;
    left: 50px;
    padding-right: 30%;
    box-sizing: border-box;
    color: #fff;
    text-shadow: 5px 5px 5px #0004;
    z-index: 2;
}
.overlaysvr {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.6);
  z-index: 1;
}
.titlevr2 {
    font-size: 50px;
    font-weight: 800;
    line-height: 70px;
    margin-bottom: 30px;
    color: #fcdb2a;
}
.descvr {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
}
.buttonvr {
    width: 170px;
    background-color: #eee;
    letter-spacing: 3px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    border: 1px solid white;
    border-radius: 2px;
    color: black;
    text-align: center;
}
.buttonvr:hover{
    background-color: transparent;
    color: white;
}

/*SEZ Promotion*/
.investmentlistai111 {
    font-size: 17px; 
    color: #696969;
    line-height: 29px;
    margin: 15px 0;
    width: 100%;
}
.investmentlistai11 {
    font-size: 17px; 
    font-weight: 700;
    color: #696969;
    line-height: 29px;
    margin: 30px 0 24px 0;
    width: 100%;
}

@media (max-width: 768px) {
    .titlevr2 {
        font-size: 23px;
        font-weight: 800;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .contentvr {
        top: 10%;
        width: 100%;
        max-width: 100%;
        left: 20px;
        padding-right: 20px;
    }
    .descvr {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 20px;
    }
    .buttonvr {
        margin-top: 50px;
    }
    .screenery {
        height: 101%;
    }
}
#dynamic-textarea {
    padding: 0.5em;
    border: 1px solid #ccc;
    resize: none; /* Disable manual resizing */
    overflow: auto; /* Prevent overflow */
    width: 100%; /* Adjust to your layout needs */
    box-sizing: border-box; /* Ensure padding is included in width */
    display: flex;
}

.batoni2 {
    width: 100px;
    height: 40px;
    font-size: 13px;
    float: left; 
    display: inline-block; 
    position: relative; 
    margin-left: 30px; 
    margin-top: 13px;
    outline: none;
    background: #5d924d;
    cursor: pointer;
    color: white;
    padding: 5px 10px;
    border: none;
    border-radius: 3px;
}
.batoni2:hover {
    background: #86b777;
}

.batoni4 {
    width: 80px;
    height: 40px;
    font-size: 13px;
    display: inline-block; 
    position: relative; 
    margin-left: 30px; 
    margin-top: 13px;
    outline: none;
    background: #5d924d;
    cursor: pointer;
    color: white;
    padding: 5px;
    border: none;
    border-radius: 3px;
}
.batoni4:hover {
    background: #86b777;
}


#hoverArea {
    width: 20px;
    height: 20px;
    font-size: 16px;
    line-height: 20px;
    border-radius: 50%;
    position: relative;
    background-color: #d2d2d2;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    border: 1px solid #b2b2b2;
    font-weight: normal;
}

/* Initially hide the small div */
#smallDiv {
    width: 200px;
    height: auto;
    background-color: #e2e2e2;
    line-height: 50px;
    color: #676767;
    padding: 10px;
    border: 1px solid grey;
    border-radius: 3px;
    display: none;  /* Hidden by default */
    position: absolute;
    left: 220px;
    top: 0;
    z-index: 1;
}

.priceinput {
    width: 80px; 
    height: 30px; 
    border: 1px solid #c0c0c0; 
    border-radius: 2px; 
    padding-left: 5px; 
    padding-right: 5px; 
    color: grey;
}
.pricebutton {
    border: none; 
    background: #c0c0c0; 
    border-radius: 2px; 
    width: 80px; 
    height: 30px; 
    margin-left: 10px;
}
.pricebutton:hover {
    background: #d4d4d4;
}

.sezradio {
    margin-left: 35px; 
    line-height: 42px; 
    position: relative; 
    color: grey;   
}

.floorplandownload {
    text-decoration: none; 
    background: #efefef;
    padding: 4px 6px;
    border-radius: 2px;
    font-weight: bold;
    font-size: 14px;
    color: #59934e;
    position: relative;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); /* Shadow on all sides */
}

/*Progress Bar*/

.progress-container {
  width: 100%;
  margin-bottom: 20px;
}

.progressbar {
  counter-reset: step;
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0;
}

.progressbar li {
  position: relative;
  flex: 1;
  text-align: center;
  font-weight: bold;
  color: #aaa;
}

.progressbar li::before {
  content: counter(step);
  counter-increment: step;
  width: 30px;
  height: 30px;
  border: 2px solid #aaa;
  display: block;
  text-align: center;
  margin: 0 auto 10px;
  line-height: 26px;
  border-radius: 50%;
  background-color: #fff;
}

.progressbar li::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #aaa;
  top: 15px;
  left: -50%;
  z-index: -1;
}

.progressbar li:first-child::after {
  content: none;
}

.progressbar li.active {
  color: #28a745;
}

.progressbar li.active::before {
  border-color: #28a745;
  background-color: #28a745;
  color: white;
}

.progressbar li.active + li::after {
  background-color: #28a745;
}

.reviewtitle {
    color: #13a847;
    font-size: 18px;
    font-weight: bold;
}

.freezones-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  background: #ececec;
  padding: 20px 5px;
}

.freezones {
  flex: 1 1 45%;
  box-sizing: border-box;
  padding: 10px;
  text-align: center;
}

/* Responsive layout for smaller screens */
@media (max-width: 991px) {
  .freezones {
    flex: 1 1 100%;
  }
}
.freetitle {
    font-weight: 800;
    color: #4e007d;
    font-size: 45px;
    line-height: 1.2; /* Controls the space between lines */
}
.reviewtitle {
    color: #13a847;
    font-size: 18px;
    font-weight: bold;
}
.viewrights {
    display: block;
    margin: 10px 0 0 0;
}

/* ─── Tooltip icon ────────────────────────────── */

.info-icon {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #a0a0a0; 
  background: #e8e8e8;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: grey;
  cursor: pointer;
  font-weight: bold;
  user-select: none;
  margin-left: 5px;
}

/* Tooltip text */
.info-icon::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #222;
  color: #fff;
  padding: 8px 10px;
  border-radius: 4px;
  white-space: normal;
  width: max-content;
  max-width: 240px;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
  z-index: 1000;
}

/* Tooltip arrow */
.info-icon::before {
  content: '';
  position: absolute;
  bottom: 115%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: #222 transparent transparent transparent;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease;
  z-index: 1000;
}

/* Show tooltip on hover or focus */
.info-icon:hover::after,
.info-icon:focus::after,
.info-icon:hover::before,
.info-icon:focus::before {
  opacity: 1;
  visibility: visible;
}

/* ─── Tooltip icon ────────────────────────────── */

.info-icon2 {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: none; 
  background: none;
  line-height: 16px;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  user-select: none;
}

/* Tooltip text */
.info-icon2::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #222;
  color: #fff;
  padding: 8px 10px;
  border-radius: 4px;
  white-space: normal;
  width: max-content;
  max-width: 240px;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
  z-index: 1000;
}

/* Tooltip arrow */
.info-icon2::before {
  content: '';
  position: absolute;
  bottom: 115%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: #222 transparent transparent transparent;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease;
  z-index: 1000;
}

/* Show tooltip on hover or focus */
.info-icon2:hover::after,
.info-icon2:focus::after,
.info-icon2:hover::before,
.info-icon2:focus::before {
  opacity: 1;
  visibility: visible;
}

.utilitys {
  visibility: hidden;
}

.descriptor {
    line-height: 1; 
    margin: 10px 0 0 0; 
    font-size: 13px; 
    color: grey;
}




















































