 /* Get in touch with us star  */
 
 .perso-nalized h3 {
     color: #fff;
     font-size: 21px;
 }
 
 .pri-vate p {
     color: #fff;
     font-size: 17px;
 }
 
 section.touch-us {
     background: rgb(7, 7, 7);
     padding: 70px 0px;
 }
 
 .pri-vate h2 {
     color: #fff;
     font-size: 50px;
 }
 
 .pri-vate h2 span {
     color: #c0ff4d;
     font-weight: 800;
 }
 
 .whe-ther {
     display: flex;
     justify-content: space-between;
     padding: 33px;
     border: 1px solid #363535;
     border-radius: 20px;
     background: #0e0e0e;
 }
 
 .perso-nalized {
     text-align: center;
 }
 
 .perso-nalized i {
     color: #c0ff4d;
     font-size: 50px;
     padding: 0px 0px 25px;
 }
 
 .dis-cuss {
     position: relative;
 }
 
 .dis-cuss::after {
     content: '';
     position: absolute;
     width: 2px;
     height: 92%;
     background: #363535;
     top: 11px;
     left: 276px;
     transform: translateX(-50%);
 }
 
 .consis i {
     font-size: 50px;
     color: #c0ff4d;
     margin-top: 10px;
 }
 
 .consis {
     display: flex;
     gap: 20px;
     padding: 22px;
     border: 1px solid #363535;
     border-radius: 20px;
     margin-top: 30px;
     background: #0e0e0e;
 }
 
 .exce-llence h3 {
     color: #fff;
 }
 
 p.reach {
     padding: 20px 0px;
 }
 
 .contact-form {
     background-color: #0a0a0a;
     padding: 4px;
     border-radius: 20px;
     width: 100%;
     max-width: 500px;
     display: flex;
     flex-direction: column;
     gap: 15px;
     font-family: sans-serif;
 }
 
 .tt {
     display: flex;
     gap: 15px;
 }
 
 .row input {
     flex: 1;
 }
 
 .ppp {
     padding: 64px;
     border: 1px solid #424242;
     border-radius: 20px;
     margin-top: 25px;
 }
 
 .contact-form input,
 .contact-form textarea {
     background-color: #121212;
     border: 1px solid #222;
     border-radius: 10px;
     padding: 15px;
     color: #fff;
     font-size: 16px;
     outline: none;
     transition: border 0.3s;
 }
 
 .contact-form input:focus,
 .contact-form textarea:focus {
     border-color: #c0ff4d;
 }
 
 .contact-form textarea {
     height: 120px;
     resize: none;
 }
 
 .contact-form button {
     background-color: #c0ff4d;
     color: #000;
     border: none;
     padding: 15px;
     border-radius: 10px;
     font-weight: bold;
     font-size: 16px;
     cursor: pointer;
     transition: transform 0.2s, background-color 0.3s;
     margin-top: 15px;
 }
 
 .contact-form button:hover {
     background-color: #a8e63a;
     transform: translateY(-2px);
 }
 
 ::placeholder {
     color: #888;
 }
 /* Get in touch with us end   */
 /* google map start  */
 
 section.google-earth {
     padding: 70px 0px;
     background: #000000;
 }
 
 .google-map iframe {
     border-radius: 20px;
 }
 /* google map end  */