@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Sora:wght@100..800&display=swap');
/*
 *  font-family: "Sora", sans-serif;
 * font-family: "Open Sans", sans-serif;
 * */


:root{
	--primary-color					: #102B32;
	--secondary-color				: #F7F7F7;
	--text-color					: #222526;
	--accent-color					: #DFF39E;
	--bg-color						: #FFFFFF;
	--white-color					: #FFFFFF;
	--divider-color					: #102B321A;
	--dark-divider-color			: #FFFFFF1A;
	--error-color					: rgb(230, 87, 87);
	--main-font					: "Sora", sans-serif;
    	--secondary-font					:"Open Sans", sans-serif;
}
body{
 font-family: var(--main-font);
	font-size: 16px;
	font-weight: 400;
	line-height: 1em;
	color: var(--text-color);
	background: var(--bg-color);
}
.row {
    margin-right: 15px;
    margin-left: 15px;
}

p {
    line-height: 29px;
}

p,
h1,
h2,
h3,
h4,
h5,
h6{
	margin :0;
}

figure{
	margin: 0;
}

img{
	max-width: 100%;
}

a{
	text-decoration: none;
}

a:hover{
	text-decoration: none;
	outline: 0;
}

a:focus{
	text-decoration: none;
	outline: 0;
}


.hero-header {
    width: 100%;
    min-height: 800px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex
;
    place-content: center;
    place-items: center;
    position: relative;
    
}

div#myModal
 {
    z-index: 999999999999999;
    background: rgb(255 255 255 / 67%);
         place-content: center;
}


.hero-content {
    position: relative;
    z-index: 1;
}

.hero-header::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0px;
    background: rgb(0 0 0 / 4%);
    z-index: 0;
}
.container {
    max-width: 1440px;
    padding: 0px 0px !important;
    margin: 0 auto;
    width: 100rem;
}

@media (max-width: 1920px) {
    .container-xl, .container {
        max-width: 1440px;
        margin: 0 auto !important;
        width: 98%;
    }
}

@media (max-width: 1500px) {
    .container-xl {
        max-width: 1440px !important;
        margin: 0 auto !important;
    }
}

@media (max-width: 1440px) {
    .container-xl {
        width:98% !important;
        max-width: 98% !important;
        margin: 0 auto !important;
    }
}


.logo {
    width: 230px;
}

.nav-items ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.nav-items ul li {
    display: inline-flex
;
    margin: 0px 15px;
}
.sub-part.d-flex {
    place-items: center;
}
.nav-items ul li a {
    font-size: 15px;
    color:white
}
header.header {
    width: 100%;
    position: fixed;
    padding: 0px 0px 20px 0px;
    border-bottom: 1px solid #ffffff1a;
    transition: all 0.4s 
ease-in-out;
    z-index: 9999;
}


.row_.d-flex {
    place-items: center;
    place-content: space-between;
    padding-top: 20px;
}
.topbar {
    background: #102b32;
    padding: 10px 0px;
}
.toggle{
    display: none;
}


.legal-content * {
    line-height: 31px;
}
.legal-content ol {
    margin-top: 30px;
        margin-bottom: 30px;

}

.btn-law {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1em;
    text-transform: capitalize;
    background: #102b32;
    border-radius: 6px;
    padding: 18px 20px 18px 20px;
    border: none;
    outline: none;
    transition: all 0.4s ease-in-out;
    z-index: 1;
    color: white;
}
.btn-law:hover{
      background: #000;
    color:#fff
}
.contact-top {
    text-align: right;
    color: white;
}
.contact-top a {
        font-size: 14px;
    color: white;
}
.header-top__text {
    color: white;
    font-size: 14px;
}
header.header:hover {
    background: white;
}
header.header:hover .logo a img{
    filter: invert(1);
}
header.header:hover .nav-items ul li a{
    color:black
}

header.header.scrolled {
    background: white;
    border-bottom: 1px solid #f0f0f0;
}

header.header.scrolled .logo a img{
    filter: invert(1);
}

header.header.scrolled .nav-items ul li a{
    color:black
}

.hero-content h3 {
    font-size: 48px;
    color: white;
    font-weight: 700;
    padding-bottom: 10px;
}
.hero-content p {
    color: white;
    line-height: 25px;
}
.areas{
    margin-top: 20px;
}
.areas a{
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: normal;
    border: 1px solid white;
    border-radius: 40px;
    padding: 7px 15px 7px 30px;
    margin-bottom: 15px;
    color:white
}
.areas a::before {
    content: '';
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    border-radius: 50%;
    width: 10px;
    height: 10px;
}
section {
    padding: 60px 0px 100px 0px;
    position: relative;
}
.radius_l_r{
  border-top-left-radius: 32px;
    border-top-right-radius: 32px;
      margin-top: -30px;
}
.bg-white{
    background: white;
}
.section-title h3 {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: normal;
    border: 1px solid #102b32;
    border-radius: 40px;
    padding: 7px 15px 7px 30px;
    margin-bottom: 15px;
    background: #102b32;
    color: white;
}
.section-title h3::before {
    content: '';
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: #ffffff;
    border-radius: 50%;
    width: 6px;
    height: 6px;
}
.section-title h2 {
    font-size: 46px;
    font-weight: 500;
    letter-spacing: -0.02em;
    margin-bottom: 0;
    color:black
}
.section-title.section-title-center{
    text-align: center
}


.why-choose-box-1, .why-choose-box-2, .why-choose-box-3, .why-choose-box-4 {
    position: relative;
    width: calc(25% - 22.5px);
    border-radius: 20px;
    overflow: hidden;
}
.why-choose-item-content h3 {
    font-size: 20px;
    color:white
}

.content p {
    color: black;
        text-align: justify;
}
.why-choose-item-content p {
    font-size: 15px;
    color: #b7b7b7;
    line-height: 26px;
    padding: 10px 0px;
}

.why-choose-box-2 .icon-box {
    width: 50px;
    height: 50px;
    background: #102c32;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}


.why-choose-box-3 .icon-box {
    width: 50px;
    height: 50px;
    background: #ffffff;
    border-radius: 50%;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.why-choose-box-3 .icon-box img{
    filter: invert(1);
}

.why-choose-counter-box h2 {
    font-size: 46px;
    color:white;
}
.why-choose-counter-box h3 {
    font-size: 15px;
    color: white;
}
.why-choose-box-3 {
    background-image: url(../image/why-choose-item-bg-1.png);
    background-size: auto;
    background-position: top right;
    padding: 40px;
    background-color: #102b32;
    display: flex
;
    flex-direction: column;
    min-height: 430px;
    place-content: space-between;
}
.why-choose-item-list {
    margin-top: 60px;
}
.why-choose-item-list {
    display: flex
;
    flex-wrap: wrap;
    align-items: end;
    gap: 30px;
}

.why-choose-box-2 .why-choose-item-content h3 {
    color: #102b32;
}
.why-choose-box-2  .why-choose-item-content p{
        color: #222222;
}
.why-choose-box-2 .why-choose-counter-box :is(h2, h3) {
  color: #102b32;
}
.why-choose-box-2  .why-choose-item-content {
    padding-bottom: 30px;
}
/* .why-choose-box-2 {
    background: #e4e4e4;
    background-size: auto;
    background-position: top right;
    padding: 40px;
    min-height: 380px;
    display: flex
;
    flex-direction: column;
    place-content: space-between;
} */

.why-choose-box-2 {
    background: #f9f9f9;
    background-size: auto;
    background-position: top right;
    padding: 40px;
    min-height: 380px;
    display: flex;
    flex-direction: column;
    place-content: space-between;
    border: 1px solid #e4e4e4;
 transition: .3s all ease-in-out;
}

.why-choose-box-2:hover{
   box-shadow: 0px 10px 10px hsl(0deg 0% 0% / 7%);
}
.last-one .icon-box img {
filter: invert(1) !important;
    width: 31px !important;
}

.why-choose-box-1 .why-choose-body{
        position: absolute;
    bottom: 31px;
    left: 30px;
}
.bg_light {
    background-color: #f0f0f0 !important;
}



.menu-section {
    border-bottom: 1px solid #e0e0e0;
    padding: 25px 0;
    cursor: pointer;
}

.services-collapse .menu-title {
    font-size: 28px;
}

.menu-title {
    position: relative;
}
.menu-title {
    font-weight: 600;
    color: #000;
    margin-bottom: 0;
    line-height: 50px;
}

.menu-title span {
    font-size: 20px;
    font-weight: 400;
    transform: translate(-1px, -10px);
    display: inline-block;
}

 .menu-title:not(.active)::after {
    transform: rotate(-180deg);
}

 .menu-title::after {
    position: absolute;
    content: "";
    background-image: url(../image/Vector.svg);
    transform: rotate(-360deg);
    width: 15px;
    height: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    right: 0;
    top: 10px;
    transition: 0.3s all 
ease-in-out;
}

.services-collapse{
    padding-left: 8vw;
}
.section-feature-image img {
    min-height: 700px;
    object-fit: cover;
    border-radius: 20px;
    /* position: sticky; */
    /* top: 0px; */
    margin-top: 50px;
}
.section-feature-image {
    position: sticky;
    top: 100px;
}


.bg-pattern{
    background-repeat: no-repeat !important;
    background: url(image/why-choose-item-bg-2.png);
    background-position: top right !important;
    background-size: 30vw !important;
}

/*
.our-contact-us {
    padding: 100px 0;
    border-radius: 20px;
    background-image: linear-gradient(0deg, rgba(16, 43, 50, 0.90) 14.06%, transparent 58.63%), url(../image/our-contact-us-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.dark-section {
    background-color: var(--primary-color);
}
*/


.team-item{
	position: relative;
	border-radius: 20px;
	height: calc(100% - 30px);
	margin-bottom: 30px;
	overflow: hidden;
}

.team-image figure,
.team-image a{
	display: block;

}

.team-image figure::before,
.team-image::before{
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.team-image figure::before{
	background: linear-gradient(180deg, rgba(16, 43, 50, 0.00) 43.11%, rgba(16, 43, 50, 0.80) 85.48%);
}

.team-image::before{
	background: linear-gradient(180deg, rgba(16, 43, 50, 0.00) 43.11%, var(--primary-color) 85.48%);
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-in-out;
}

.team-item:hover .team-image::before{
	opacity: 1;
	visibility: visible;
}
.hero-info-item-list {
    display: flex
;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 30px;
}
.hero-info-item.box-1 {
    position: relative;
    width: calc(25% - 20px);
    background-image: url(../image/Employment-Law.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 20px;
    display: flex
;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
    padding: 40px;
    overflow: hidden;
}

.hero-info-item.box-1:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(16, 43, 50, 0.00) 43.03%, #102B32 87.63%);
    height: 100%;
    width: 100%;
}
.hero-info-content {
    position: relative;
    z-index: 1;
}
.hero-info-item.box-1 .hero-info-content h3, .hero-info-item.box-1 .hero-info-content p {
    color: var(--white-color);
}

.hero-info-item.box-1 .hero-info-content h3, .hero-info-item.box-1 .hero-info-content p {
    color: var(--white-color);
}
.hero-info-office-item.box-2 {
    width: calc(42% - 20px);
    background-color: white;
    border-radius: 20px;
    display: flex
;
    flex-wrap: wrap;
    gap: 30px 60px;
    padding: 40px;
}

.how-work-content-silver p {
    color: rgb(0, 0, 0);
    line-height: 29px;
}
.hero-info-office-box-1 {
    position: relative;
    width: 100%;
    display: flex
;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
}

.hero-info-content {
    position: relative;
    z-index: 1;
}
.hero-info-content h2 {
    font-size: 40px;
    margin-bottom: 10px;
}

.team-image img {
    width: 100%;
    aspect-ratio: 1 / 1.37;
    object-fit: cover;
    transition: all 0.4s 
ease-in-out;
    object-position: top;
}

.hero-info-item.box-3 {
    width: calc(33% - 20px);
    background-color: white;
    border-radius: 20px;
    padding: 40px;
}
.working-hours-header {
    border-bottom: 1px solid var(--divider-color);
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.working-hours-header h3 {
    margin-bottom: 0;
}
.hero-info-content h3 {
    font-size: 20px;
    margin-bottom: 15px;
    color: black;
}
.working-hours-body p {
    color: var(--primary-color);
}

.hero-info-content p {
    margin-bottom: 15px;
}
.team-item:hover .team-image img{
	transform: scale(1.1);
}

.team-item-body{
	position: absolute;
	bottom: 40px;
	left: 40px;
	right: 40px;
	display: flex;
	gap: 10px;
	align-items: end;
	z-index: 1;
}

.team-content{
	width: calc(100% - 50px);
}

.team-content h3{
	font-size: 20px;
	color: var(--white-color);
}

.team-content h3 a{
	color: inherit;
}
.working-hours-body.hero-info-content p a {
    color: black;
    font-weight: 600;
}

.team-content p{
	color: var(--white-color);
	margin: 5px 0 0;
}

.team-social-list{
    opacity: 0;
    visibility: hidden;
	transform: translateX(100%) rotateY(90deg);
    transition: all 0.5s ease-in-out;
}

.team-item:hover .team-social-list{
    opacity: 1;
    visibility: visible;
    transform: translateX(0%) rotateY(0);
}

.team-social-list ul{
	list-style: none;
    margin: 0;
    padding: 0;
}

.team-social-list ul li{
    margin-bottom: 15px;
}

.team-social-list ul li:last-child{
    margin: 0;
}

.team-social-list ul li a{
    width: 40px;
	height: 40px;
	color: var(--primary-color);
	background: var(--white-color);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease-in-out;
}

.team-social-list ul li a:hover{
    background: var(--accent-color);
}

.team-social-list ul li a i{
	color: inherit;
	font-size: 20px;
}
.section-footer-text {
    margin-top: 40px;
}
.section-footer-text p {
    color: var(--primary-color);
    margin-bottom: 0;
    max-width: 800px;
    margin: 0 auto;
}
.section-footer-text p a {
    font-weight: 600;
    text-transform: capitalize;
    text-decoration: underline;
    text-underline-offset: 3px;
    color: var(--primary-color);
    transition: all 0.3s 
ease-in-out;
}

.review-card {
    background: #f5f5f5;
    border-radius: 13px;
    padding: 30px;
}

.reviwe-content h5 {
    font-size: 21px;
    font-weight: 600;
    color: black;
    padding-bottom: 20px;
}
.reviwe-content p {
    font-size: 16px;
}

.user-info {
    display: flex;
    place-items: center;
    padding-top: 30px;
}
.user-info .user-name p {
    margin: 0px;
    font-weight: 600;
    color: black;
}
.user-info .user-name span {
    font-size: 16px;
    font-weight: 400;
    color: #646666;
}
.pb-80{
    padding-bottom: 80px !important
}

.main-footer-silver {
    background-image: url(../image/footer-bg-silver.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
    padding: 100px 0px 0px;
        border-top-left-radius: 32px;
    border-top-right-radius: 32px;
    /*margin-bottom: 20px;*/
}

.main-footer-box-silver{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	border-bottom: 1px solid var(--dark-divider-color);
	margin-bottom: 60px;
	padding-bottom: 60px;
    
}

.footer-logo-silver img{
	width: 100%;
	max-width: 152px;
}

.footer-contact-details-silver{
	display: flex;
	flex-wrap: wrap;
	justify-content: end;
	gap: 20px 40px;
}

.footer-contact-item-silver{
	display: flex;
	align-items: center;
}

.footer-contact-item-silver .icon-box{
	position: relative;
	width: 50px;
	height: 50px;
	background-color: var(--dark-divider-color);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 15px;
}

.footer-contact-item-silver .icon-box:before{
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--white-color);
    border-radius: 50%;
    height: 100%;
    width: 100%;
	transform: scale(0);
    transition: all 0.4s ease-in-out;
	z-index: 0;
}

.footer-contact-item-silver:hover .icon-box::before{
	transform: scale(1);
}

.footer-contact-item-silver .icon-box img{
	position: relative;
	width: 100%;
	max-width: 24px;
	transition: all 0.4s ease-in-out;
	z-index: 1;
}

.footer-contact-item-silver:hover .icon-box img{
	filter: brightness(1) invert(1);
}

.footer-contact-item-content-silver{
	width: calc(100% - 65px);
}

.footer-contact-item-content-silver h3{
	color: var(--white-color);
	font-size: 20px;
	text-transform: capitalize;
	margin-bottom: 5px;
}

.footer-contact-item-content-silver p{
	line-height: normal;
	color: var(--white-color);
	margin: 0;
}

.footer-contact-item-content-silver p a{
	color: inherit;
	transition: all 0.3s ease-in-out;
}

.footer-contact-item-content-silver p a:hover{
	color: var(--accent-color);
}

.about-footer-silver{
	max-width: 380px;
}

.about-footer-content-silver p {
    color: var(--white-color);
    line-height: 25px;
    padding-bottom: 30px;
}

.about-footer-content-silver p:last-child{
	margin-bottom: 0;
}

.footer-social-links-silver{
	margin-top: 60px;
}

.footer-social-links-silver ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-social-links-silver ul li{
	display: inline-block;
	border-radius: 50%;
	margin-right: 10px;
}

.footer-social-links-silver ul li:last-child{
	margin-right: 0;
}

.footer-social-links-silver ul li a{
	background: var(--dark-divider-color);
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease-in-out;
}

.footer-social-links-silver ul li:hover a{
	background: var(--accent-color);
}

.footer-social-links-silver ul li a i{
	color: var(--white-color);
	font-size: 18px;
	transition: all 0.3s ease-in-out;
}

.footer-social-links-silver ul li:hover a i{
	color: var(--primary-color);
}

.footer-links-box-silver{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 30px;
}

.footer-links-silver {
    max-width: 90%;
}


.footer-links-silver h3{
	font-size: 20px;
	text-transform: capitalize;
	color: var(--white-color);
	margin-bottom: 30px;
}

.footer-links-silver p{
	margin-bottom: 30px;
}

.footer-links-silver ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.modal{
    z-index: 99999999;
}

.modal-title {
    margin-bottom: 0;
    line-height: var(--bs-modal-title-line-height);
    display: flex;
    place-items: center;
    place-content: space-between;
}
h4.modal-title span {
    margin-left: 10px;
}
.modal-title span a {
    width: 40px;
    height: 40px;
    color: #ffffff;
    background: #102b32;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s 
ease-in-out;
    font-size: 18px;
}
.modal-body.profile {
    overflow-x: hidden;
    overflow-y: scroll;
    max-height: 810px;
}
.footer-links-silver ul {
    margin: 0;
    padding: 0;
    list-style: none;
    column-count: 1;
    gap: 40px;
}

.g-caps h5 {
    padding: 10px 0px;
    color: black;
        font-size: 17px;
        text-decoration: underline;
}

.g-caps h5 a{
    color:black !important
}
.g-images {
    overflow: hidden;
    border-radius: 20px;
}
.g-images a img {
  min-height: 350px;
    width: 100%;
    object-fit: cover;
    max-height: 350px;
}
.gallery-images {
    margin-bottom: 30px;
}


@media(max-width:767px){
    
    .page-header h3 {
    font-size: 28px !important;
}
    
    .page-header {
    min-height: 340px !important;
    }
    .footer-links-silver ul {
    margin: 0;
    padding: 0;
    list-style: none;
    column-count: 1;
    gap: 10px;
}
}
.footer-links-silver ul li{
	color: var(--white-color);
	text-transform: capitalize;
	line-height: 1.5em;
	margin-bottom: 13px;
}

.footer-links-silver ul li:last-child{
	margin-bottom: 0;
}

.footer-links-silver ul li a
 {
    color: inherit;
    transition: all 0.3s 
ease-in-out;
    text-transform: math-auto;
    font-size: 14px;
}

.footer-links-silver ul li a:hover{
	color: var(--accent-color);
}

.footer-newsletter-form-silver p{
	color: var(--white-color);
	margin: 20px 0 0 0;
}

.footer-newsletter-form-silver{
	max-width: 45%;
}

.footer-newsletter-form-silver .form-group{
	position: relative;
    display: flex;
}

.footer-newsletter-form-silver .form-group .form-control{
	width: calc(100% - 50px);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5em;
	color: var(--white-color);
	background: var(--dark-divider-color);
	border: none;
	border-radius: 100px;
	outline: none;
	box-shadow: none;
	padding: 10px 15px;
}

.footer-newsletter-form-silver .form-group .form-control::placeholder{
	color: var(--white-color);
}

.footer-newsletter-form-silver .form-group .newsletter-btn{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: var(--accent-color);
	border: none;
	padding: 0;
}

.footer-newsletter-form-silver .form-group .newsletter-btn:hover{
	background: var(--white-color);
}

.footer-newsletter-form-silver .form-group .newsletter-btn i{
    font-size: 20px;
    color: var(--primary-color);
    margin-right: 2px;
}

.footer-copyright-silver{
	position: relative;
	border-top: 1px solid var(--dark-divider-color);
	padding: 50px 0;
	margin-top: 20px;
	z-index: 1;
}

.footer-copyright-text-silver p {
    color: var(--white-color);
    margin-bottom: 0;
    font-size: 14px;
}

.footer-privacy-policy-silver{
	text-align: right;
}

.footer-privacy-policy-silver ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-privacy-policy-silver ul li{
	position: relative;
	display: inline-block;
	color: var(--white-color);
	text-transform: capitalize;
	line-height: 1.6em;
	margin-right: 30px;
	transition: all 0.3s ease-in-out;
}

.footer-privacy-policy-silver ul li:hover{
	color: var(--accent-color);
}

.footer-privacy-policy-silver ul li:last-child{
	margin-right: 0;
}

.footer-privacy-policy-silver ul li:before{
    content: '/';
    position: absolute;
    top: 0;
    bottom: 0;
    right: -18px;
	color: var(--white-color);
}
.dark-section {
    background-color: var(--primary-color);
}
.footer-privacy-policy-silver ul li:last-child::before{
	display: none;
}

.footer-privacy-policy-silver ul li a{
	color: inherit;
}

    .fade-in {
  animation: fade 0.6s ease;
}
@keyframes fade {
  from { opacity: 0; transform: scale(0.98); }
  to { opacity: 1; transform: scale(1); }
}

.inner-image{
    border-radius: 30px;
    margin-bottom: 20px;
    margin-top: 20px;
    display: none;
}


.hero-box {
    display: flex
;
    flex-wrap: wrap;
    gap: 30px;
}



.hero-content-cta {
    background-image: url(../images/hero-content-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    padding: 70px;
    align-content: center;
    border-radius: 20px;
}

.form-row {
    display: flex
;
    place-content: space-between;
}
.btn-default {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1em;
    text-transform: capitalize;
    color: black;
    background: var(--accent-color);
    border-radius: 6px;
    padding:20px;
    border: none;
    outline: none;
    transition: all 0.4s 
ease-in-out;
    z-index: 1;
}

.form-row .form-group {
    width: 100%;
}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: 1px solid #dee2e6 !important;
    border-radius: var(--bs-border-radius);
    box-shadow: 0px 0px 0px 0px white !important;
    min-height: 60px;
}
.hero-content-cta.dark-section h2 {
    font-size: 20px;
    padding-bottom: 0;
}
.hero-content-cta .section-title h3 {
    border: 1px solid #818181;
   
}
.form-row {
    display: flex
;
    place-content: space-between;
    gap: 20px;
    margin-top: 20px;
}

.form-row label {
    color: white;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.hero-image {
    position: relative;
}

.hero-content-cta, .hero-image {
    width: calc(50% - 15px);
}
.hero-img figure {
    display: block;
    height: 100%;
    border-radius: 20px;
}
.image-anime {
    position: relative;
    overflow: hidden;
}
.hero-img img {
    height: 100%;
    width: 100%;
    aspect-ratio: 1 / 0.811;
    object-fit: cover;
}
.image-anime:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

.image-anime:hover:after{
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}
.hero-img {
    height: 100%;
}

.page-header {
    min-height: 410px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex
;
    place-content: center;
    place-items: center;
    padding-top: 100px;
    position: relative;
}
.page-header h3 {
    display: inline-block;
    font-size: 38px;
    font-weight: 500;
    color: var(--white-color);
    margin-bottom: 10px;
    cursor: none;
    position: relative;
    z-index: 4
}
.page-header::before {
    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: hsl(192.35deg 51.52% 12.94% / 66%);
    z-index: 0
}


/* services*/
.services-list {
    display: flex
;
    flex-wrap: wrap;
    gap: 30px;
}
.service-item {
    position: relative;
    width: calc(25% - 22.5px);
    border-radius: 20px;
    overflow: hidden;
}

.grid-3 .service-item {
    position: relative;
    width: calc(33% - 15.5px);
    border-radius: 20px;
    overflow: hidden;
}
.service-image a {
    display: block;
}
.service-image figure {
    display: block;
    border-radius: 20px;
}
.service-image figure:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, transparent 50%, var(--primary-color) 85.48%);
    z-index: 1;
}
.image-anime:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}
.service-image img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 20px;
    transition: all 0.5s 
ease-in-out;
}
.service-item-content {
    position: absolute;
    right: 25px;
    bottom: 40px;
    left: 25px;
    transform: translateY(10px);
    transition: all 0.4s 
ease-in-out;
    z-index: 2;
}
.service-item.active .service-item-content, .service-item:hover .service-item-content {
    transform: translateY(0);
}
.service-item.active .service-image img,
.service-item:hover .service-image img{
	transform: scale(1.1);
}
.service-item-body h3 {
    color: var(--white-color);
    font-size: 20px;
    margin-bottom: 10px;
}
.service-item-body h3 a {
    color: inherit;
}
.service-item-body p:last-child {
    margin: 0;
}
.service-item-body p {
    color: var(--white-color);
    font-size: 14px;
}
.service-btn {
    opacity: 0;
    visibility: hidden;
    margin-top: 20px;
    transition: all 0.4s 
ease-in-out;
}
.service-btn .readmore-btn {
    color: var(--accent-color);
}
.readmore-btn {
    position: relative;
    display: inline-block;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    color: var(--primary-color);
    padding-right: 30px;
    transition: all 0.4s 
ease-in-out;
}


.feature-list-elite{
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.feature-item-elite {
    width: calc(33.33% - 20px);
    background-color: var(--secondary-color);
    border-radius: 20px;
    padding: 40px;
}

.feature-item-elite.highlighted-box{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 30px;
	background: var(--accent-color) url('../image/feature-highlighted-bg-elite.png') no-repeat;
	background-position: top right;
	background-size: auto;
}

.feature-item-elite .icon-box {
    position: relative;
    width: 50px;
    height: 50px;
    background-color: var(--accent-color);
    border-radius: 50%;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    overflow: hidden;
    z-index: 1;
    font-weight: 700;
    color: #102b32;
}

.feature-item-elite .icon-box::before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--primary-color);
	border-radius: 50%;
	transform: scale(0);
	z-index: -1;
	transition: all 0.4s ease-in-out;
}
.feature-item-elite:hover .icon-box{ color:white}
.feature-item-elite:hover .icon-box::before{
	transform: scale(1);
    color:white
}

.feature-item-elite .icon-box img{
	position: relative;
	width: 100%;
	max-width: 24px;
	transition: all 0.4s ease-in-out;
	z-index: 1;
}

.feature-item-elite:hover .icon-box img{
	filter: brightness(0) invert(1);
}

.feature-item-content-elite h3 {
    font-size: 20px;
    color: #102b32;
    font-weight: 700;
    line-height: 29px;
}

.feature-item-content-elite p{
	margin: 10px 0 0;
}

.feature-btn-elite{
	position: relative;
	border-top: 1px solid var(--divider-color);
	margin-top: 20px;
	padding-top: 20px;
	z-index: 1;
}

.feature-item-counter-elite h2{
	font-size: 46px;
}

.our-feature-elite .section-footer-text{
	margin-top: 60px;
}

.contact-info-item {
    display: flex
;
    flex-wrap: wrap;
    border-bottom: 1px solid var(--dark-divider-color);
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.contact-info-item .icon-box {
    position: relative;
    background-color: var(--accent-color);
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: flex
;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    overflow: hidden;
    z-index: 1;
}
.contact-info-item .icon-box::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 50%;
    background-color: var(--white-color);
    transform: scale(0);
    transition: all 0.4s 
ease-in-out;
    height: 100%;
}
.office-tabs {
    padding: 30px 20px;
    background: #102b32;
    border-radius: 20px;
}
.office-tabs figure img {
    border-radius: 20px;
    margin-bottom: 20px;
    height: 220px;
    width: 100%;
    object-fit: cover;
}

.office-caption h4 {
    font-size: 20px;
    color: white;
    padding-bottom: 20px;
}
.contact-item-content h3 a {
    color: white;
    font-size: 16px;
}
.contact-item-content h3 {
    font-size: 16px;
}
.contact-info-item .icon-box img {
    position: relative;
    max-width: 24px;
    z-index: 1;
}
.contact-item-content {
    position: relative;
    width: calc(100% - 70px);
    z-index: 1;
}
.contact-item-content p {
    color: var(--white-color);
    text-transform: capitalize;
    margin-bottom: 5px;
}
.contact-item-content h3 {
    color: var(--white-color);
}
.what-we-do-silver {
    padding: 100px 0;
}




.how-it-work-silver {
    background-image: url(../images/how-it-work-bg-silver.png);
    background-position: center center;
    background-size: 100% auto;
    padding: 100px 0;
}
.dark-section {
    background-color: var(--primary-color);
}


.how-it-work-silver{
	background-image: url('../images/how-it-work-bg-silver.png');
	background-position: center center;
	background-size: 100% auto;
	padding: 100px 0;
}

.how-work-content-silver{
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 30px;
}

.how-work-content-silver .section-title{
	margin-bottom: 0;
    color:black !important;
}

.how-work-body-silver .satisfy-client-images-silver{
	margin-bottom: 50px;
}

.how-work-counter-list-silver{
	display: flex;
	flex-wrap: wrap;
	gap: 30px 60px;
}

.how-work-counter-item-silver{
	position: relative;
	width: calc(33.33% - 40px);
}

.how-work-counter-item-silver::before{
	content: '';
	position: absolute;
	top: 0;
	right: -30px;
	width: 1px;
	height: 100%;
	background-color: var(--dark-divider-color);
}


.how-work-counter-item-silver:nth-child(3n +3):before{
	display: none;
}

.how-work-counter-item-silver h2{
	font-size: 40px;
	color: var(--accent-color);
	margin-bottom: 15px;
}

.how-work-counter-item-silver p{
	color: var(--white-color);
	margin-bottom: 0;
}

/*
.work-step-item-silver{
	background-color: var(--dark-divider-color);
	border-radius: 20px;
	padding: 30px;
	margin-bottom: 30px;
}
*/
.how-work-content-silver h2.text-light {
    color: black !important;
}

.work-step-item-silver {
    background-color: #102c32;
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 0;
    min-height: 100px;
    display: flex;
    place-content: flex-start;
    place-items: center;
}

.work-step-item-silver:last-child{
	margin-bottom: 0;
}

.work-step-item-header-silver{
	border-bottom: 1px solid var(--dark-divider-color);
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.work-step-number-silver{
	width: 40px;
	height: 40px;
	background-color: var(--accent-color);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.4s ease-in-out;
}

.work-step-item-silver:hover .work-step-number-silver{
	background-color: var(--white-color);
}

.work-step-item-header-silver .work-step-number-silver h4{
	font-size: 20px;
}

.work-step-item-header-silver .work-step-title-silver h3{
	font-size: 20px;
	color: var(--white-color);
}

.work-step-item-body-silver p{
	color: var(--white-color);
	margin-bottom: 0;
}

.how-work-step-list-silver
 {
    display: grid;
    grid-template-columns: auto auto;
    gap: 10px;
}





@media(max-width:990px){
    .content.colm-2{
    column-count: 1 !important;
    gap: 10px;
}
ul.colm-2 {
    column-count: 1 !important;
    gap: 10px;
}

}


@media only screen and (max-width: 767px) {


    .form-row {
    flex-direction: column;
}
    .contact-item-content h3 {
        font-size: 15px;
    }
        .contact-info-item .icon-box {
        margin-right: 10px;
    }
}

.content.colm-2{
    column-count: 1;
    gap: 50px;
}

@media only screen and (max-width: 991px) {
    .contact-item-content h3 {
        font-size: 16px;
    }
}

.page-single-sidebar {
    position: sticky;
    top: 150px;
    margin-right: 20px;
}
.page-category-list {
    background: var(--secondary-color);
    border-radius: 20px;
    margin-bottom: 30px;
    overflow: hidden;
}
.page-category-list h3 {
    background: var(--accent-color);
    font-size: 20px;
    padding: 25px 20px;
    color: black;
}
.np{
    padding: 0px;
}
.page-category-list ul {
    list-style: none;
    margin: 0;
    padding: 20px;
}
.page-category-list ul li {
    line-height: 1.5em;
    border-bottom: 1px solid var(--divider-color);
    padding-bottom: 15px;
    margin-bottom: 15px;
}


.page-category-list ul li a {
    position: relative;
    display: block;
    text-transform: capitalize;
    color: var(--text-color);
    padding-right: 30px;
    transition: all 0.4s 
ease-in-out;
}
.inner-heading{
    font-size: 32px;
    font-weight: 500;
    letter-spacing: -0.02em;
    margin-bottom: 0;
    color: black;
    padding-bottom: 20px;
    margin-top: 50px;
}
.page-category-list ul li a:hover {
    color: #102b32;
}
.page-category-list ul li a::before {
    content: '';
    position: absolute;
    top: 2px;
    right: 0;
    background: url(../image/arrow-primary.svg) no-repeat;
    background-position: center center;
    background-size: cover;
    width: 20px;
    height: 20px;
    transition: all 0.4s 
ease-in-out;
}
.page-single-image {
    border-radius: 20px;
    margin-bottom: 40px;
    overflow: hidden;
}

.page-single-image figure {
    display: block;
}

.reveal {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
;
    visibility: hidden;
    overflow: hidden;
}
.image-anime {
    position: relative;
    overflow: hidden;
}
.page-single-image img {
    width: 100%;
    aspect-ratio: 1 / 0.506;
    object-fit: cover;
}
.reveal img {
    height: 99%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform-origin: left;
    transform-origin: left;
}

.image-anime:hover:after
 {
    height: 250%;
    transition: all 600ms 
linear;
    background-color: transparent;
}

.image-anime:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

.service-feature-item-list {
    background: var(--secondary-color);
    border-radius: 20px;
    margin-top: 30px;
    padding: 40px;
    display: flex
;
        flex-wrap: wrap;
    gap: 30px;
}
.service-feature-item {
    display: flex
;
    flex-wrap: wrap;
    gap: 20px;
    border-bottom: 1px solid var(--divider-color);
    margin-bottom: 30px;
    padding-bottom: 30px;
    width: calc(50% - 15px);
    flex-direction: column;
    /* place-content: space-around; */
}
.service-feature-item .icon-box {
    position: relative;
    display: flex
;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    background: var(--accent-color);
    border-radius: 50%;
    color: #102b32;
    font-weight: 700;
    z-index: 1
}
.service-feature-item .icon-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: var(--primary-color);
    border-radius: 50%;
    transform: scale(0);
    transition: all 0.4s 
ease-in-out;
    z-index: -1
}
.services-title h2 {
    font-size: 32px;
    font-weight: 500;
    letter-spacing: -0.02em;
    margin-bottom: 0;
    color: black;
    padding-bottom: 20px;
}
.service-entry h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: black;
}


.service-feature-item:hover .icon-box::before{
	transform: scale(1);
}
.service-feature-item:hover .icon-box{
    color:white;
}
.service-feature-item .icon-box img {
    position: relative;
    width: 100%;
    max-width: 24px;
    z-index: 1;
    transition: all 0.4s 
ease-in-out;
}
.service-feature-item-content {
    width: calc(100% - 10px);
}

.service-entry p:last-child {
    margin-bottom: 0;
}

.nb{
        border-bottom: 0px solid var(--divider-color);
    margin-bottom: 0px;
}

.team-member-about-box {
    display: flex
;
    flex-wrap: wrap;
    background: var(--secondary-color);
    border-radius: 20px;
    overflow: hidden;
}

.team-member-about-box, .team-member-biography {
    margin-bottom: 80px;
}
.team-member-image {
    width: 42%;
}
.team-member-image figure {
    display: block;
    height: 100%;
}

.image-anime {
    position: relative;
    overflow: hidden;
}
.team-member-image img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 0.68;
    object-fit: cover;
    object-position: top;
}
.image-anime:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}
.member-info-list ul li a {
    color: var(--text-color);
}
.image-anime:hover:after{
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}
.team-member-content {
    width: 58%;
    align-content: center;
    padding: 60px;
}

.section-title {
    margin-bottom: 40px;
}
.section-title h2 {
    font-size: 46px;
    font-weight: 500;
    letter-spacing: -0.02em;
    margin-bottom: 0;
}
.section-title p {
    margin-top: 20px;
    margin-bottom: 0;
        
}
.member-info-list {
    margin-top: 60px;
}
.member-info-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.member-info-list ul li {
    display: flex
;
    align-items: center;
    border-bottom: 1px solid var(--divider-color);
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.member-info-list ul li span {
    width: 40%;
    display: flex
;
    align-items: center;
    font-size:17px;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--primary-color);
}
.member-info-list ul li img {
    width: 100%;
    max-width: 30px;
    margin-right: 20px;
}


.member-info-list ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.team-member-content .section-title h2 span a {
    width: 40px;
    height: 40px;
    color: #ffffff;
    background: #102b32;
    border-radius: 50%;
    display: flex
;
    align-items: center;
    justify-content: center;
    transition: all 0.3s 
ease-in-out;
    font-size: 18px;
}
.team-member-content .section-title h2 {
    display: flex
;
    place-items: center;
    place-content: space-between;
}



















@media only screen and (max-width: 767px) {
    
.page-single-sidebar {
    position: sticky;
    top: 150px;
    margin-right: 0;
    display: none
}
    .service-feature-item-list {
    flex-direction: column;
}
    .service-feature-item{
        width: calc(100%)
    }
.hero-info-item.box-1 {
    height: 300px !important;
}
    .hero-info-item.box-1, .hero-info-item.box-3 {
        width: calc(100% - 0px) !important;
    }
    .hero-info-item.box-1, .hero-info-office-item.box-2, .hero-info-item.box-3 {
        width: 100%;
        padding: 20px;
    }
    
        .services-collapse .menu-title {
        font-size: 22px !important;
        line-height: 34px !important;
    }
    
    .menu-title span {
    display: none !important;
}
}
@media only screen and (max-width: 1199px) {
    .feature-item-elite {
    width: calc(50% - 20px);
    padding: 25px;
}
 .hero-content-cta, .hero-image {
    width: calc(100% - 0px);
}
    .hero-img img {
    height: 100%;
    width: 100%;
    aspect-ratio: 16 / 8;
    object-fit: cover;
}
    
          .service-item {
        width: calc(50% - 15px) !important;
    }
}

@media only screen and (max-width: 1024px) {
    .team-member-content {
    width: 100%;
    align-content: center;
    padding: 60px;
}


    
    .team-member-image {
    width: 100%;
}
        .team-member-image img {
        aspect-ratio: 1 / 0.99;
    }
    .team-member-about-box {
    display: flex
;
    flex-wrap: wrap;
    background: var(--secondary-color);
    border-radius: 20px;
    overflow: hidden;
    flex-direction: column;
}
        .service-item {
        width: calc(50% - 15px);
    }
    .hero-content-cta .section-title h3 {
    border: 1px solid #818181;
    font-size: 13px;
}
    .hero-content-cta{
        padding: 30px;
    }
    .hero-info-item.box-1, .hero-info-item.box-3 {
        width: calc(50% - 15px);
    }
    .hero-content h3 {
        font-size: 34px;
        color: white;
        font-weight: 700;
        padding-bottom: 20px;
    }
        .hero-header {
    width: 100%;
    min-height: 900px;
    padding-top: 100px;
}
      .section-title h2 {
        font-size: 35px;
    }
}

@media(max-width:767px){
        .how-work-step-list-silver
 {

    grid-template-columns: auto;
}
    .footer-links-box-silver {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
    flex-direction: column;
}

    .what-we-content-silver {
    margin-top: 51px;
}
    .how-work-body-silver {
    margin-bottom: 40px;
}
    .member-info-list ul li img {
    max-width: 22px;
}
    .member-info-list ul li span {
    width: 100%;
    }
    .team-member-content {
    width: 100%;
    align-content: center;
    padding: 30px;
}
.member-info-list ul li {
    flex-direction: column;
    gap: 20px;
    place-items: flex-start;
}

        .service-image img {
        aspect-ratio: 2 / 1;
    }
         .service-item {
        width: 100% !important;
    }
    .footer-newsletter-form-silver {
    max-width: 100% !important;
}
    .hero-content h3 {
        font-size: 32px !important;
        color: white;
        font-weight: 700;
        padding-bottom: 20px;
    }
        .section-title h2 {
        font-size: 32px !important;
    }
    .hero-content-cta.dark-section h2 {
    font-size: 20px !important;
    padding-bottom: 0;
}
        .why-choose-box-1, .why-choose-box-2, .why-choose-box-3, .why-choose-box-4 {
        width: 100% !important;
        min-height: 380px;
    }
}
@media(max-width:768px){
        .feature-item-elite {
        width: calc(100% - 0px);
        padding: 25px;
    }
    /*
    .hero-header {
    width: 100%;
    min-height: 900px;
    padding-top: 100px;
}
*/
    .sub-part.d-flex .btn {
    display: none;
}
        .section-title h2 {
        font-size: 35px;
    }
}
@media (max-width: 1080px) {
    .topbar {
    background: #102b32;
    padding: 10px 0px;
    display: none;
}
    .about-footer-silver {
    max-width: 100%;
    margin-bottom: 30px;
}
    .footer-contact-details-silver {
    display: flex
;
    flex-wrap: wrap;
    justify-content: start;
    gap: 20px 40px;
    margin-top: 30px;
}
    .services-collapse.why-us-reason.ml-auto.wrap-990 {
    padding-top: 40px;
}
        .inner-image {
        display: block;
        max-height: 420px;
        width: 100%;
        object-fit: cover;
    }
    .section-feature-image img{
        display: none !important
    }
    .hero-content h3 {
        font-size: 30px;
        color: white;
        font-weight: 700;
        padding-bottom: 20px;
    }
    .section-feature-image img {
    min-height: 360px;
    height: 300px;
    width: 100%;
}
    .hero-header::before {
    background: rgb(0 0 0 / 59%);
}
  
    .hero-info-office-item.box-2 {
    width: calc(100% - 20px);
    }
        .services-collapse {
        padding-left: 0vw !important;
    }
    .hero-info-item.box-1, .hero-info-item.box-3 {
        width: calc(50% - 15px);
    }
    .hero-content h3 {
        font-size: 34px;
    }
         .why-choose-box-1, .why-choose-box-2, .why-choose-box-3, .why-choose-box-4 {
    width: calc(50% - 22.5px);
             min-height: 380px;
}
    figure.image-anime img {
    min-height: 380px;
}
 
}
@media(max-width:1279px){
    .nav-items {
        display: block;
        position: fixed;
        background: white;
        height: 100%;
        top: 0;
        right: 0;
        z-index: -1;
        padding-top: 100px;
        min-width: 330px;
                transition: .3s all 
ease-in-out;
        transform: translateX(120%);
    }
    .nav-items.active{
         transform: translateX(0%);
    }

        .nav-items ul li {
        display: flex !important;
    }
    .nav-items ul li a {
        width: 100%;
        font-size: 15px;
        color: #000000;
        padding: 20px;
        border-bottom: 1px solid rgb(0 0 0 / 8%);
    }
      .toggle {
        display: block;
        margin-left: 30px;
        background: #102b32;
        width: 50px;
        height: 50px;
        display: flex
;
        place-content: center;
        place-items: center;
        color: white;
        border-radius: 4px;
        font-size: 30px;
    }
}
@media(max-width: 1280px) {
    .page-header h3 {
    font-size: 36px;
    }
    .services-list {
    gap: 20px;
    place-content: center;
}
    .feature-item-elite {
    padding: 25px;
}
    .hero-content h3 {
        font-size: 36px;
    }  
    .nav-items ul li {
    display: inline-flex
;
    margin: 0px 10px;
}
}

@media(max-width: 1367px) {
    .services-list {
    gap: 20px;
    place-content: center;
}
.why-choose-box-2,.why-choose-box-3 {
    padding: 30px;
    }
    
.section-title h2 {
    font-size: 40px;
}
    
}
@media only screen and (max-width: 1440px) {
    .hero-info-item.box-1, .hero-info-office-item.box-2, .hero-info-item.box-3 {
        padding: 30px;
    }
    
    .hero-content h3 {
    font-size: 45px;
    color: white;
    font-weight: 700;
    padding-bottom: 20px;
}
    .services-collapse .menu-title {
    font-size: 24px;
}
}

@media only screen and (max-width: 1550px) {
    .hero-info-item.box-1, .hero-info-office-item.box-2, .hero-info-item.box-3 {
        padding: 30px;
    }
    
    .hero-content h3 {
    font-size: 50px;
    color: white;
    font-weight: 700;
    padding-bottom: 20px;
}
    .services-collapse {
    padding-left: 4vw;
}
}











.testimonial-card {
  max-width: 100%;
  background: #ffffff;
  border: 1px solid #ede9e4;
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.04), 0 1px 2px rgba(0,0,0,0.03);
}

.testimonial-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}

.stars {
  font-size: 14px;
  letter-spacing: 2px;
  color: #111;
}

.quote {
  font-size: 16px;
  line-height: 1.65;
  color: #2b2b2b;
  margin: 0 0 24px 0;
  font-weight: 400;
}

.author {
    display: flex;
    justify-content: start;
    /* align-items: flex-end; */
    border-top: 1px solid #f0ece8;
    padding-top: 18px;
    place-items: center;
    background: #f0f0f0;
    padding: 10px;
    border-radius: 10px;
    gap: 10px;
}

.a-img span {
    width: 50px;
    height: 50px;
    display: flex;
    place-content: center;
    place-items: center;
    background: rgb(16 44 50 / 60%);
    color: #102c32;
    border-radius: 50%;
}
.name {
  font-size: 15px;
  font-weight: 600;
  margin: 0;
  color: #111;
}

.role {
    font-size: 13px;
    color: #8a8580;
    margin: 4px 0 0 0;
    line-height: normal;
}

.verified {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #6b6763;
  background: #f7f5f2;
  border: 1px solid #ede9e4;
  padding: 5px 10px;
  border-radius: 100px;
}
.testimonial-top svg
 {
    width: 20px;
    height: 20px;
}







.profile-card {
    display: flex;
    flex-direction: row;
    background: #f5f5f5;
    width: 100%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #dedede;
    padding: 10px;
    margin-bottom: 20px;
}

    .profile-image {
      flex: 0 0 48%;
      max-width: 48%;
    }

    .profile-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      border-radius:10px;
          aspect-ratio: 4 / 5;
    }

    .profile-details {
      flex: 1;
      padding: 1.25rem 1.25rem 1rem 1.25rem;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .profile-name {
      font-size: 1.15rem;
      font-weight: 700;
      color: #2b2b2b;
      text-decoration: underline;
      text-underline-offset: 3px;
      margin-bottom: 0.5rem;
      cursor: pointer;
    }

    .profile-role {
          font-size: 14px;
    font-weight: 500;
    color: #126374;
    margin-bottom: 0.75rem;
    line-height: 1.6;
    }

    .profile-practice {
      font-size: 0.95rem;
      color: #555555;
      line-height: 1.4;
    }

    .email-link {
      display: inline-flex;
      align-items: center;
      color: #9e9e9e;
      text-decoration: none;
      margin-top: 1.5rem;
      transition: color 0.2s ease;
    }

    .email-link:hover {
      color: #555555;
    }

    .email-icon {
      width: 22px;
      height: 22px;
      fill: currentColor;
    }

    /* Stack layout vertically on very narrow screens */
    @media (max-width: 360px) {
      .profile-card {
        flex-direction: column;
      }

      .profile-image {
        flex: 1 1 100%;
        max-width: 100%;
        aspect-ratio: 1 / 1;
      }
    }
    h2.profile-name a {
    color: #2b2b2b;
    text-decoration: none !important;
}

@media(max-width:767px){
   .profile-card {
    flex-direction: column;
}
.profile-image {
    flex: 0 0 100% !important;
    max-width: 100% !important;
}
}







    /* Hero & Card Styles */
    .job-header-card {
      background: #ffffff;
      border: 1px solid var(--card-border);
      border-radius: 12px;
    }

     .content-card {
      background: #ffffff;
      border: 1px solid var(--card-border);
      border-radius: 12px;
      padding: 2rem;
      margin-bottom: 1.5rem;
    }

    .company-logo-placeholder {
      width: 64px;
      height: 64px;
      background: #eff6ff;
      color: var(--primary-color);
      font-weight: 700;
      font-size: 1.5rem;
      border-radius: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    /* Section Headings */
    .content-card.shadow-sm .section-title {
      font-size: 1.25rem;
      font-weight: 700;
      color: var(--primary-dark);
      margin-bottom: 1.25rem;
      position: relative;
      padding-bottom: 0.5rem;
    }

    .content-card.shadow-sm .section-title::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 0px;
      height: 3px;
      background-color: var(--accent-color);
      border-radius: 2px;
    }

    /* List Customization */
    .custom-list {
    list-style: none;
    padding-left: 0;
    list-style: disc;
    padding-left:15px
}
h3.sub-section-title {
    font-size: 17px;
    padding-bottom: 10px;
    color: black;
    text-decoration: underline;
    font-style: oblique;
}

    .custom-list li {
      position: relative;
      padding-left: 0;
      margin-bottom: 0.75rem;
      line-height: 1.6;
    }

    .custom-list li i {
      position: absolute;
      left: 0;
      top: 0.2rem;
      color: var(--accent-color);
    }

    /* Badges & Meta */
    .badge-soft {
      background-color: #eff6ff;
      color: var(--accent-color);
      font-weight: 500;
      padding: 0.4rem 0.75rem;
      border-radius: 6px;
    }

    .sidebar-widget {
      position: sticky;
      top: 1.5rem;
    }

    .btn-apply {
      background-color: var(--primary-color);
      color: #fff;
      font-weight: 600;
    }

    .btn-apply:hover {
      background-color: var(--primary-dark);
      color: #fff;
    }
