/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.1.3.1727157263
Updated: 2024-09-24 05:54:23

*/

/* Rotate button icons slightly for a unique style */
.elementor-button-content-wrapper span.elementor-button-icon {
    transform: rotate(331deg);
}

/* Change the color of the button icon to match global accent color */
.elementor-button-content-wrapper span.elementor-button-icon svg {
    fill: var(--e-global-color-accent);
}

/* Make the header fixed after scrolling */
#header {
    transition: all 0.3s ease;
    position: relative;
}

#header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    box-shadow: 0px 0px 11px #cecece;
}

#header.fixed .logo .elementor-widget-theme-site-logo:after {
    position: absolute;
    left: 0px;
    bottom: 0px;
    content: '';
    width: 100%;
    height: 28px;
    z-index: -1;
    box-shadow: 0px 0px 11px #cecece;
}
#our_wins .elementor-tabs .elementor-tabs-wrapper {
    gap: 9px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
}
#header.fixed .logo .elementor-widget-theme-site-logo {
    position: absolute;
    top: 0px;
    background-color: white;
    padding: 10px 20px;
}

/* Adjust image z-index to ensure it stays above background effects */
.hba_img .elementor-widget-container img {
    position: relative;
    z-index: 2;
}

/* Add radial gradient background to the container behind the image */
.hba_img .elementor-widget-container:after {
    content: '';
    position: absolute;
    left: 10%;
    top: -19%;
    width: 80%;
    height: 100%;
    background-image: radial-gradient(at center center, #ffffff96 0%, #ffffff00 67%);
    z-index: 0;
    margin: 0 auto;
}

/* Customize the contact us button icon */
#contact_us .elementor-button-content-wrapper .elementor-button-icon {
    background-color: var(--e-global-color-primary);
    transform: none;
    padding: 14px 15px 14px 15px;
}

/* Set the icon and path colors to white inside the contact us button */
#contact_us .elementor-button-content-wrapper .elementor-button-icon svg,
#contact_us .elementor-button-content-wrapper .elementor-button-icon svg path {
    fill: #fff !important;
    color: #fff !important;
}

/* Style the practice areas tabs with rounded corners and background color */
#our_wins .elementor-tabs {
    overflow: hidden;
    border-radius: 26px;
}

/* Add padding inside the tabs wrapper for better spacing */
#our_wins .elementor-tabs .elementor-tabs-wrapper {
    padding: 20px;
}

/* Style individual tab titles with padding, margin, and background color */
#our_wins .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title {
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
    background-color: #f5f5f5;
  width: 250px;
    transition: all 0.5s ease;
}

/* Active tab styling with primary color and bold font */
#our_wins .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title.elementor-active {
    background-color: var(--e-global-color-primary);
    font-weight: 600;
}

/* Transformative insights tab styles */
#transformative_insights .elementor-tabs-wrapper .elementor-tab-title {
    border: 1px solid var(--e-global-color-text);
    border-radius: 10px;
    padding: 7px 20px 6px 20px;
    width: max-content;
    transition: all 0.5s ease;
}

/* Tabs wrapper spacing and alignment for transformative insights */
#transformative_insights .elementor-tabs-wrapper {
    gap: 10px;
    width: 100%;
    margin: 0 auto;
    flex-wrap: wrap;
}

/* Active state for transformative insights tabs */
#transformative_insights .elementor-tabs-wrapper .elementor-tab-title.elementor-active {
    background-color: #03073A;
    color: #fff;
    border-color: #03073A;
}

/* Add spacing between accordion items in transformative insights section */
#transformative_insights .elementor-accordion-item:not(:first-child) {
    margin-top: 25px;
    padding-top: 25px;
    border: none;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* Style the accordion icon for transformative insights */
#transformative_insights .elementor-accordion-item .elementor-accordion-icon svg {
    background-color: #03073A;
    fill: #fff;
    width: 30px;
    height: 30px;
    transform: rotate(-50deg);
    transition: all .2s ease-in-out;
    border-radius: 50%;
    padding: 7px;
}



img.attachment-full.size-full.wp-image-1072 {
   
    width: -webkit-calc(100% + 3.75rem);
    width: -moz-calc(100% + 3.75rem);
    width: calc(100% + 3.75rem);
}









/* Reset the icon rotation on accordion active state */
#transformative_insights .elementor-accordion-item .elementor-active .elementor-accordion-icon svg {
    transform: rotate(0deg);
}

#transformative_insights .elementor-accordion {
    padding: 30px 30px 30px 30px;
    background-color: #F9F9F9;
}

#transformative_insights .elementor-accordion-item:first-child {
    border: none;
}

.elementor-19 .elementor-element.elementor-element-c018269 .elementor-tabs-wrapper {
    width: 50% !important;
}
.elementor-element.elementor-element-eb6d61f.elementor-tabs-alignment-center.case_legal.elementor-tabs-view-horizontal.elementor-widget.elementor-widget-tabs .elementor-tabs-wrapper {
	    text-align: center ;
}

#about_us .elementor-column:first-child .elementor-widget-wrap {
    justify-content: flex-end;
}


@media only screen and (max-width: 768px) {
	
	.elementor-element.elementor-element-c018269.elementor-tabs-view-vertical.elementor-tabs-alignment-center.win.elementor-widget.elementor-widget-tabs .elementor-tabs-wrapper {
   height: 100% !important;
        display: flex;
        justify-content: center;
        align-content: stretch;
        gap: 6px;
}
	.elementor-19 .elementor-element.elementor-element-c018269 .elementor-tabs-wrapper {
    width: 100% !important;
}
	
	
	
	
    #header.fixed .logo .elementor-widget-theme-site-logo:after {
        height: 13px;
    }

    h2 {
        font-size: 24px;
    }

/*     #transformative_insights .elementor-tabs-wrapper {
        display: flex !important;
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
        margin-bottom: 20px;
    }

    #our_wins .elementor-tabs .elementor-tabs-wrapper {
        display: flex !important;
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
        margin-bottom: 20px;
        padding: 0px;
        gap: 0px 10px;
		flex-direction: row;
    } */
	#transformative_insights .elementor-accordion-item .elementor-accordion-icon svg {
		width: 24px;
		height: 24px;
		padding: 4px;
	}
	#transformative_insights .elementor-tabs-content-wrapper .elementor-tab-mobile-title {
		border: 1px solid var(--e-global-color-text);
		border-radius: 10px;
		padding: 7px 20px 6px 20px;
		transition: all 0.5s ease;
		text-align: center;
		margin-bottom: 10px;
	}
    #transformative_insights .elementor-tabs-content-wrapper .elementor-tab-mobile-title br,
    #our_wins .elementor-tabs-content-wrapper .elementor-tab-mobile-title br,
	#our_wins .elementor-tabs-content-wrapper .elementor-tab-mobile-title{
        display: none !important;
    }
	#our_wins .elementor-tabs-wrapper {
		overflow: auto;
		display: -webkit-inline-box;
		padding: 0px !important;
	}
    #transformative_insights .elementor-accordion {
        padding: 15px;
    }
    #our_wins .elementor-tabs-wrapper .elementor-tab-title {
        width: 156px !important;
        display: flex;
        align-items: center;
        margin-left: 10px;
    }
	#transformative_insights .elementor-tabs-content-wrapper .elementor-tab-mobile-title.elementor-active {
    background-color: var(--e-global-color-secondary);
    color: #fff;
}
#transformative_insights .elementor-accordion-item:not(:first-child) {
    margin-top: 10px;
    padding-top: 10px;
}
#transformative_insights .elementor-tabs-content-wrapper .elementor-widget-wrap {
    margin-top: 0px;
	 padding: 0px;
}
/* Track */
#our_wins .elementor-tabs-wrapper::-webkit-scrollbar {
  width: 4px;
}

#our_wins .elementor-tabs-wrapper::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
#our_wins .elementor-tabs-wrapper::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
#our_wins .elementor-tabs-wrapper::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
#our_wins .elementor-tabs .elementor-tabs-wrapper {
        display: -webkit-inline-box !important;
    flex-wrap: nowrap;
    flex-direction: unset !important;
}
	#our_wins .elementor-tabs {
		display: flex;
		flex-wrap: wrap;
	    border-radius: 0px;
	}
	
	#hero .elementor-container {
		display: flex;
		align-content: flex-start;
	}
}