/* @import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap'); */
/* @import url(navbar.css?v=71); */
/* @import url(hero.css?v=71);*/
/* @import url(Footer.css?v=71); */
/* @import url(latestNews.css?v=71); */
/* @import url(taxDetails.css?v=71); */
/* @import url(taxGuidance.css?v=71); */





@import url(taxUpdates.css?v=77);
@import url(FAQs.css?v=77);
@import url(GeneralPage.css?v=77);
@import url(exploreLaw.css?v=77);


/* navbar.css */
.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-block: 1.2rem;
    width: 100%;
}
.logo img {
    width: 185px;
    height: 37px;
}
.logo {
    width: 100%;
}
.navigations {
    width: 54%;
}
.navigations {
    display: flex;
    gap: 1.4rem;
    font-weight: 400;
    margin: 0px 0px 8px 0px;
    justify-content: center;
}
.navigations li {
    list-style: none;
}
.navigations a, a:visited {
    text-decoration: none;
    color: var(--textColor);
    font-size: 15px;
    transition: all 0.2s ease-in;
}
.navigations .active{
    color: var(--primaryColor) !important;
    font-weight: 600 !important;
}
.navigations a:hover,
.navigations a:active {
    color: var(--primaryColor);
}
.navigations a:active {
    font-weight: 600;
}
.searchfield {
    width: 24%;
    display: flex;
    align-items: center;
    justify-content: end;
}
.searchfield input {
    padding: 0rem 1rem !important;
    border-radius: 9999px !important;
    width: 275px !important;
    color: var(--textColor) !important;
    border: 1px solid var(--textColor) !important;
    width: 296px;
    height: 38px;
}
.searchfield input:focus {
    outline: none;
}
.searchfield input::placeholder {
    color: rgb(182, 194, 203);
}
.searchfield .fa-magnifying-glass {
    position: absolute;
    margin-right: 1rem;
    color: var(--secondaryColor);
}
.fa-bars,
.fa-xmark {
    display: none;
    position: absolute;
    z-index: -100;
    opacity: 0;
}
@media (max-width: 1070px) {
    .navigations {
        margin-left: -4vw;
    }
    .navigations a {
        font-size: 1rem;
    }
    .searchfield {
        display: flex;
        align-items: center;
        justify-content: end;
        width: 22%;
    }
}
@media screen and (min-width: 1200px) and (max-width: 2000px) {
    .logo {
        width: 100%;
    }
    .navigations {
        width: 48%;
    }
    .searchfield {
        width: 25%;
    }
}
@media (max-width: 904px) {
    .logo img {
        width: 12.1rem;
    }
    .navbar {
        padding-inline: 1.6rem;
        max-width: 1440px;
        margin-inline: auto;
    }
    .navigations li {
        padding-inline: 2rem 2rem;
        padding-bottom: 0.4rem;
    }
    .navigations li a {
        font-size: 1rem;
    }
    .navigations {
        position: fixed;
        flex-direction: column;
        background: #fff;
        padding: 4.5rem 0rem 0rem 0rem;
        z-index: 100;
        right: 0;
        top: 0;
        width: 0%;
        opacity: 0;
        font-weight: 500;
        height: 100vh;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
        transition: opacity 0.6s ease-in, width 0.4s ease-in;
    }
    .navigations.open {
        width: 65%;
        z-index: 100;
        opacity: 1;
    }
    .searchfield input {
        display: none;
    }
    .fa-bars,
    .fa-xmark {
        z-index: 99;
    }
    .fa-bars,
    .fa-magnifying-glass,
    .fa-xmark {
        display: block;
        position: fixed;
        right: 1.6rem;
        top: 3.2rem;
        opacity: 1;
        font-size: 1.35rem;
        color: var(--secondaryColor);
        transition: opacity 0.4s ease-in, width 0.5s ease-in;
    }
    .fa-xmark {
        z-index: 101;
        top: 1.4rem;
        right: 1.4rem;
        font-size: 1.6rem;
        z-index: -100;
        opacity: 0;
    }
    .fa-xmark.show {
        z-index: 105;
        opacity: 1;
    }
    .fa-magnifying-glass {
        right: 2.6rem;
    }
    .overlay.show {
        height: 100vh;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: #00000011;
        z-index: 99;
    }
    .fa-bars {
        position: absolute;
    }
}

/* hero.css */
.hero_navs_container {
    background: var(--darkBlue);
    border-bottom: 1px solid #fff;
    padding-block: 0.3rem;
}
.hero_navs {
    display: flex;
    justify-content: start;
    align-items: center;
    font-size: 15px;
    gap: 2.2vw;
    transition: all 0.4s ease;
    margin: 0px;
}
.hero_navs li {
    list-style: none;
}
.hero_navs li a {
    text-decoration: none;
    color: #fff;
    transition: all 0.4s ease-in-out;
    text-wrap: nowrap;
}
.hero_navs li a:hover {
    color: #ececec;
}
.hero {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-inline: 8.33vw;
    padding-block: 2rem;
}
.hero_heading h1 {
    font-size: 32px;
    margin-top: 1.4rem;
    color: white;
    font-weight: bold;
}
.hero_heading p {
    font-size: 16px;
}
.hero_options_container {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    background: #00000039;
    padding: 1.5rem;
    border-radius: 0.3rem;
}
.hero_option {
    display: flex;
    align-items: center;
    background: #fff;
    color: var(--textColor);
    padding: 0.6rem 0.7rem;
    border-radius: 0.3rem;
    justify-content: space-between;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.hero_option>div>i {
    color: var(--primaryColor);
    margin-right: 0.6rem;
    scale: 1.5;
}
.hero_option>i {
    color: var(--secondaryColor);
    margin-left: 1rem;
}
.hero_option:hover {
    background: var(--orangeColor);
}
.hero_option:hover,
.hero_option:hover i {
    color: #fff;
}
.hero_option:last-child {
    background: var(--orangeColor);
}
.hero_option:last-child,
.hero_option:last-child i {
    color: #fff;
}
.hero_container {
    background:
        linear-gradient(to bottom, rgba(5, 27, 72, 0.3) 60%, rgba(7, 29, 61, 0)),
        url('https://corporatetaxuae.com/uploads/header_bg.webp');
    color: #fff;
    background-size: cover;
    background-position: top center;
    width: 100%;
}
@media (max-width: 1100px) {
    .hero {
        padding-inline: 8.33vw;
    }
    .hero_navs_container {
        display: none;
    }
}
@media (max-width: 904px) {
    .hero {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .hero_heading {
        text-align: center;
        margin-top: 18vw;
    }
    .hero_heading h1 {
        margin-top: 0;
        line-height: 1.2;
        margin-bottom: 0.5rem;
        font-size: 18px;
    }
    .hero_options_container {
        background: none;
        padding: 0.7rem 0rem;
        margin-top: 2.5rem;
    }
    .hero_option {
        background: var(--darkBlue);
        font-size: 1rem;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    }
    .hero_option>div {
        display: flex;
        align-items: center;
    }
    .hero_option i {
        font-size: 1.3rem;
    }
    .hero_option,
    .hero_option>i,
    .hero_option>div>i {
        color: #fff;
    }
    .hero_container {
        max-height: 274px;
    }
    .hero_option>div>i {
        scale: 1;
    }
}
@media (max-width: 800px) {
    .hero_container {
        max-height: 254px;
    }
}
@media (max-width: 375px) {
    .hero_heading h1 {
        margin-top: 0;
        font-size: 18px;
    }
}
@media (max-width: 342px) {
    .hero_heading h1 {
        font-size: 1.75rem;
        margin-top: 1rem;
    }
}

/* latestNews.css */
.latest_news {
    background: #f3f6f8;
    display: inline-block;
    float: left;
}
.latest_news>div {
    display: flex;
    color: var(--textColor);
    align-items: center;
    justify-content: start;
    font-size: 0.85rem;
    height: 29px;
    padding-inline: 0px !important;
}
.latest_news p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.latest_news a, .latest_news a:visited {
    text-decoration: underline;
    color: var(--orangeColor) !important;
    margin-inline: 0.3rem 1rem;
    min-width: 80px;
}
.latest_news i {
    margin-top: 0.1rem;
    color: var(--orangeColor);
}

/* taxDetails.css */
.tax_details {
    display: flex;
    align-items: stretch;
    margin-top: 3rem;
    margin-bottom: 3rem;
    gap: 1.5rem;
}
.tax_details_text {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
    align-items: start;
    font-size: 0.9rem;
    font-weight: 500;
}
.tax_details_text h1 {
    font-size: 1.1rem;
    color: var(--headingColor);
    margin-block: 0.3rem -0.3rem;
}
.tax_details_text p {
    color: var(--textColor);
    max-width: 720px;
    text-wrap: wrap;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    font-size: 14px;
}
.tax_details_text button {
    background: var(--orangeColor);
    color: #fff;
    width: 8.75rem;
    height: 2.5rem;
    border-radius: 0.4rem;
    font-size: 1rem;
    border: none;
    cursor: pointer;
    transition: all 0.4s ease-in;
    margin-top: 1rem;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
.tax_details_text a {
    margin-block: 0.2rem -0.5rem;
}
.tax_details_text button:hover {
    background: #b72815;
}
.tax_details_img img {
    max-width: 100%;
    width: 360px;
    height: 100%;
    max-height: 298px;
    object-fit: cover;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.readMore {
    font-size: 1rem;
}
@media (max-width: 904px) {
    .tax_details {
        margin-top: 19rem;
        padding-inline: 0vw;
        margin-inline: 1.6rem;
    }
    .tax_details_text_1 {
        display: none;
    }
    .tax_details_text h1 {
        font-size: 1.2rem;
    }
}
@media (max-width: 768px) {
    .tax_details {
        margin-top: 17.5rem;
        padding-inline: 0vw;
        margin-inline: 1.6rem;
    }
    .tax_details_img {
        display: none;
    }
    .tax_details_text {
        width: 100%;
    }
    .tax_details_text button {
       width: 100%;
       margin-top: 0.7rem;
    }
    .tax_details_text a {
        display: flex;
        text-decoration: underline;
        align-items: center;
        gap: 0.3rem;
    }
    .tax_details_text i {
        margin-top: 0.1rem;
    }
}
@media (max-width: 342px) {
    .tax_details {
        margin-top: 21rem;
    }
}

/* taxGuidance.css */
.tax_guidance {
    margin-top: 0rem;
}
.tax_guidance h1 {
    font-size: 1.4rem;
    color: var(--headingColor);
    margin-bottom: 1.2rem;
}
.guidance_cards .fa-angle-right:before{
    width: 8px;
    height: 14px;
    margin: 16px 0 18px 10px;
    color: #1d8acb;
}
.guidance_cards {
    display: flex;
    justify-content: center;
    /* align-items: center; */
    gap: 0.8rem;
    margin-bottom: 0.7rem;
}

.guidance_card {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.1rem 1.5rem;
    background: #fff;
    border-radius: 0.2rem;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    cursor: pointer;
    transition: all 0.4s ease-in;
}

.guidance_card h2, .guidance_card p{
    padding:0px;
    margin:0px;
}

.guidance_card:hover {
   scale: 1.05;
}

.guidance_card_sub {
    display: flex;
    align-items: center;
}

.guidance_card_sub i {
    color: var(--primaryColor);
    font-size: 2.75rem;
    margin-right: 1.1rem;
}

.guidance_card_sub>div>h2 {
    font-size: 1.1rem;
    color: var(--headingColor);
    font-weight: 700;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #465454;
}

.guidance_card_sub>div>p {
    color: var(--textSecondary);
    font-size: 0.85rem;
    font-weight: 400;
}

@media (max-width: 904px) {
    .tax_guidance {
        padding-inline: 0;
        margin-inline: 1.6rem;
    }
}

@media (max-width: 768px) {
    .guidance_cards {
        flex-direction: column;
        width: 100%;
        gap: 0.8rem;
    }

    .guidance_card_sub i {
        font-size: 2.2rem;
    }

    .guidance_card {
        width: 100%;
    }
}



































































* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
}
:root {
    --primaryColor: #1d8acb;
    --secondaryColor: #0f547e;
    --orangeColor: #e23d28;
    --darkBlue: #072141;
    --headingColor: #465454;
    --textColor: #2e4453;
    --textSecondary: #4e5a62;
    --textTertiary: #848989;
}
html {
    scroll-behavior: smooth;
}
.limiting_Wrapper {
    padding-inline: 8.33vw !important;
    max-width: 1443px !important;
    margin-inline: auto !important;
}
@media (max-width: 904px) {
    .limiting_Wrapper {
        padding-inline: 5.33vw !important;
        max-width: 0;
        margin-inline: auto;
    }
}

/* footer.css */
.tax_updates_button, .tax_updates_button a, .tax_updates_button a:visited{
    color: white;
}
.tax_updates_button:hover{
    color: white;
    background: var(--darkBlue);
}
.text_update_card button a{
    color: var(--primaryColor);
}
.text_update_card button:hover, .text_update_card button a:hover {
    background: var(--primaryColor);
    color: #fff;
}
.text_update_card picture{
    width: 100%;
}
footer ol, footer ul {
    margin: 0px;
}
footer a, footer a:visited, footer h2{
    color: white;
}
.footer_outer {
    background: var(--darkBlue);
}
.footer {
    display: flex;
    flex-wrap: wrap;
    margin-top: 2rem;
    justify-content: space-between;
    color: #fff;
    padding-block: 2rem;
}
.footer>div {
    display: flex;
    flex-direction: column;
    width: 22%;
    align-items: start;
}
.footer>div>h2 {
    font-size: 1.1rem;
    font-weight: 700;
    border-bottom: 1.5px solid #fff;
    padding-bottom: 0.2rem;
    width: 100%;
    margin-bottom: 1.2rem;
}
.subscribe_col input {
    width: 90% !important;
    color: #fff !important;
    background: transparent !important;
    background-color: transparent !important;
    border: 2px solid #fff !important;
    padding: 0.3rem 0.9rem !important;
    margin-top: 1rem !important;
    font-size: 14px;
}
.subscribe_col input::placeholder {
    color: #ffffffb7;
    font-size: 0.9rem;
}
.subscribe_col input:focus {
    outline: none;
}
.subscribe_col p {
    color: #ffffff;
    font-size: 0.9rem;
}
.subscribe_col button {
    background: var(--orangeColor);
    border: none;
    border-radius: 0.3rem;
    color: #fff;
    font-weight: 500;
    font-size: 0.9rem;
    padding: 0.5rem 0.8rem;
    margin-top: 0.7rem;
    cursor: pointer;
    transition: all 0.4s ease-in;
}
.subscribe_col button:hover {
    background: #b72815;
}
.main_menu_col>ul {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}
.main_menu_col li {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.9rem;
    transition: transform 0.4s ease-in;
}
.main_menu_col li:hover {
    transform: translateX(0.3rem);
}
.main_menu_col li a {
    text-decoration: none;
    color: #fff;
}
.main_menu_col li i {
    color: #ffffffd8;
    margin-top: 0.1rem;
}
.contact_us_col {
    font-size: 0.9rem;
}
.contact_entity {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 0.5rem;
}
.follow_us_col>div {
    display: flex;
    gap: 0.9rem;
    font-size: 1.5rem;
}
.follow_us_col > div>i {
    transition: all 0.4s ease-in;
}
.follow_us_col > div>i:hover {
    color: #ffffffc9;
    scale: 0.98;
}
.follow_us_col > div>i:hover {
    color: #ffffffc9;
}
.follow_us_col .fa-brands {
    cursor: pointer;
}
.coprights {
    background: #fff;
    color: var(--textColor);
    font-size: 0.9rem;
    text-align: center;
    padding-block: 1rem;
}
@media (max-width: 904px) {
    .footer {
        padding-inline: 0;
        margin-top: 3rem;
        margin-inline: 1.6rem;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .follow_us_col h2 {
        display: none;
    }
    .footer>div {
        width: 30%;
    }
    .follow_us_col {
        position: absolute;
        right: 0;
    }
    .follow_us_col>div {
        position: absolute;
        flex-direction: column;
        color: var(--darkBlue);
        background: #fff;
        font-size: 1.25rem;
        margin-top: 2rem;
        gap: 0;
        right: 0;
    }
    .follow_us_col .fa-brands {
        border-bottom: 1px solid var(--darkBlue);
        padding: 0.4em;
    }
}
@media (max-width: 768px) {
    .footer {
        padding-top: 0.4rem;
    }
    .footer>div {
        width: 100%;
        margin-top: 2.3rem;
    }
    .footer>div>h2 {
        width: 100%;
    }
    .coprights {
        font-size: 0.8rem;
    }
}