
.ar-1{
	aspect-ratio: 0;
}
.bar-circle{
	border-radius: 5%
}
.vii-members-item.large-avatar-layout .vii-members-item__thumbnail{
	width: 100%;
	height: 325px;
}

.vii-team-slider.layout-default {
    padding-bottom: clamp(90px, 10.98vw, 100px);
}

.pad-2{
	padding: 20px;
}

.pad-2 .vc_column-inner {
    padding: 0 !important;
}

.pad-0 .vc_row[data-vc-full-width].vii-row-bg-color .vc_column-inner{
	padding: 0px !important;
}
.txt_color_sub1 {
	color: #31a1f2;
}
.txt_18px{
	font-size: 18px;
}

/*whatsapp*/
.whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #25D366;
    color: white;
    padding: 10px 15px;
    border-radius: 50px;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
    font-size: 16px;
    text-decoration: none;
    display: flex;
    align-items: center;
		z-index:100;
	transition: transition: all 0.2s ease-in-out;
}

.whatsapp-button img {
    width: 25px;
    margin-right: 10px;
}
.site-footer-content a:hover, .site-footer-content a:focus{
	text-decoration: auto !important; 
	background-color: var(--vii-color-primary);
	color: #fff;
}
/*end whatsapp*/


.hide-show-more .vc_tta-load-more{ 
	display:none;
}

.jetpack-subscribe-footer {
    margin: 20px 0;
    text-align: center;
}
.jetpack-subscribe-footer .wp-block-jetpack-subscriptions__container {
    max-width: 100%;
}
.jetpack-subscribe-footer input[type="email"] {
    padding: 10px;
    width: 60%;
    border: 1px solid #ddd;
}
.jetpack-subscribe-footer button {
    background: #ff6b6b;
    color: white;
    border: none;
    padding: 10px 20px;
}
#gform_8 {
	    display: flex;
      align-items: flex-end;
}
#field_8_3	label{
	font-weight: 700;	
	font-size: 20px;
}
.gform_confirmation_message_8{
	font-style: italic;	
}
.office-locations {
            max-width: 1200px;
            margin: 0 auto;
            padding: 40px 20px;
        }
        
        .section-heading {
            text-align: center;
            margin-bottom: 50px;
        }
        
        .section-heading h1 {
            font-size: 2.5rem;
            color: #1a365d;
            margin-bottom: 15px;
            position: relative;
            display: inline-block;
        }
        
        .section-heading h1:after {
            content: '';
            position: absolute;
            width: 60px;
            height: 4px;
            background: #4299e1;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
        }
        
        .section-heading p {
            font-size: 1.1rem;
            color: #4a5568;
            max-width: 700px;
            margin: 20px auto 0;
        }
        
        .offices-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 30px;
        }
        
        .office-card {
            background: white;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            flex: 1;
            min-width: 550px;
            max-width: 600px;
        }
        
        .office-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
        }
        
        .office-header {
            background: #1a365d;
            color: white;
            padding: 20px;
            text-align: center;
        }
        
        .office-header h2 {
            font-size: 1.5rem;
            margin-bottom: 5px;
        }
        
        .office-header .head-office {
            font-size: 0.9rem;
            opacity: 0.8;
        }
        
        .office-content {
            padding: 25px;
        }
        
        .office-address {
            margin-bottom: 20px;
        }
        
        .office-address p {
            margin-bottom: 5px;
            display: flex;
            align-items: flex-start;
        }
        
        .office-address i {
            margin-right: 10px;
            color: #4299e1;
            min-width: 20px;
            margin-top: 3px;
        }
        
        .office-contact {
            border-top: 1px solid #e2e8f0;
            padding-top: 20px;
        }
        
        .office-contact p {
            margin-bottom: 10px;
            display: flex;
            align-items: center;
        }
        
        .office-contact i {
            margin-right: 10px;
            color: #4299e1;
            min-width: 20px;
        }
        
        .attribution {
            text-align: center;
            margin-top: 50px;
            color: #718096;
            font-size: 0.9rem;
        }
        
        .attribution a {
            color: #4299e1;
            text-decoration: none;
        }
        
        .attribution a:hover {
            text-decoration: underline;
        }
        
        /* Responsive styles */
        @media (max-width: 768px) {
            .section-heading h1 {
                font-size: 2rem;
            }
            
            .section-heading p {
                font-size: 1rem;
            }
            
            .offices-container {
                flex-direction: column;
                align-items: center;
            }
            
            .office-card {
                width: 100%;
                max-width: 100%;
            }
        }
        
        @media (max-width: 480px) {
            .office-locations {
                padding: 20px 10px;
            }
            
            .office-header {
                padding: 15px;
            }
            
            .office-content {
                padding: 20px;
            }
            
            .section-heading h1 {
                font-size: 1.75rem;
            }
        }