@media(min-width: 600px) {
    .g-recaptcha iframe {
        max-width: 100%;
        transform: scale(0.9);
        -webkit-transform: scale(0.9);
    }

    .recap {
        transform: scale(1);
        -webkit-transform: scale(0.9);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}

.g-recaptcha>div>div {
    text-align: center;
    width: auto !important;
    height: auto !important;
    padding-left: 15px;
    margin-right: -23px;
}

.home_2 .slider_caption h1 {
    font-size: 44px;
}



@media only screen and (max-width: 500px) {
    .big_title {
        font-size: 24px !important;
    }

    .home_2 .slider_caption h1 {
        font-size: 14px;
    }
}

.customised-container {
    background-image: url('img/usa.jpg');
    /* background-color: antiquewhite; */
    position: relative;
    z-index: 1;
    background-size: cover;
    background-position: center;
    height: 80vh;
}
.customised-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5); /* Black shadow with 50% transparency */
    z-index: -1; /* Place it behind the content */
}

@media (max-width: 768px) {
    .customised-container {
        height: 165vh;
    }
}


.custom {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    padding: 20px;
    height: 100%;
}
@media (max-width: 768px) {
.custom {
    display: flex;
    flex-direction: column;
    height: 150vh;
}
}

.form-container {
    background: rgba(255, 255, 255, 0.8);
    padding: 20px;
    border-radius: 10px;
    max-width: 300px;
}

.form-container h2 {
    text-align: center;
    margin-bottom: 20px;
}
@media (max-width: 768px) {
    .form-container {
        width: 100%; /* Adjust width to 80% of the parent element */
    }
}


.form-container button {
    width: 100%;
    padding: 10px;
    background-color: #f0b72a;
    border: none;
    border-radius: 5px;
    color: white;
    cursor: pointer;
}

.form-container button:hover {
    background-color: #e09c20;
}


.content-container {
    text-align: right;
    color: white;
}

.content-container h1 {
    font-size: 36px;
    margin-bottom: 20px;
}

.content-container p {
    font-size: 18px;
    margin-bottom: 20px;
}

.free-consultation {
    padding: 10px 20px;
    background-color: #f0b72a;
    border: none;
    border-radius: 5px;
    color: white;
    cursor: pointer;
}

.free-consultation:hover {
    background-color: #e09c20;
}
.video-container {
    margin-top: 62px;
    display: flex;          
    justify-content: center; 
    align-items: center;   
    padding: 20px;         
    background-color: #f9f9f90b; 
    border-radius: 10px;   
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.474); 
}
@media (max-width: 768px) {
.video-container {
    margin-top: 0;
    margin-bottom: 60px;
}
}

.video-iframe {
    border-radius: 10px;   
    max-width: 100%;     
}

.service-description {
    margin-bottom: 20px; 
}

.service-methodology-title,
.downloads-title {
    margin-top: 20px;
    font-size: 22px; 
    margin-bottom: 20px; 
}

.sidebar-img {
    max-width: 100%; 
    height: auto; 
}

.pdf-link-item {
    display: block; 
    padding: 10px; 
}

