* { box-sizing: border-box; margin: 0; padding: 0; }
*:focus {
    box-shadow: none !important;
    outline: none !important;
}
html,body { height:100%; }
body{
    font-family: 'IBM Plex Sans Arabic', sans-serif;
    background:#fff;
    color:#202a36;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    line-height:1.4em;
}
h1,h2,h3,h4,h5,h6,span {
    line-height: 1.25;
}
p, div {
    line-height: 2;
}
.large-heading {
    font-size:60px;
    font-weight:700;
    line-height:1.2em;
    margin-bottom: 20px;
}
.small-heading {
    font-size:50px;
    font-weight:700;
    line-height:1.2em;
    margin-bottom: 20px;
}
.extra-large-subheading {
    font-size: 30px;
    letter-spacing: 0.48px;
    font-weight: 400;
    margin-bottom: 20px;
}
.large-subheading {
    font-size: 24px;
    letter-spacing: 0.48px;
    font-weight: 400;
    margin-bottom: 20px;
}
.small-subheading {
    font-size: 20px;
    letter-spacing: 0.48px;
    font-weight: 400;
    margin-bottom: 20px;
}
.section-heading p {
    font-size: 20px;
    font-weight: 400;
}

.section-heading {
    max-width: 1380px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 70px;
}
/* Container */
.container {
    max-width:1570px;
    margin:0 auto;
    padding:0 15px;
}

/* Header */
.header-main{
    background: transparent;
    position:fixed;
    top:0;
    left: 0;
    right: 0;
    z-index:20;
}
.header-main.sticky-header {
    background-color: #07182D;
}
.header-inr{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:45px 0;
    transition: .3s;
}
.header-main.sticky-header .header-inr {
    padding: 15px 0;
}
body:not(.home) .hamburger-button {
    color: #202a36;
}
.hamburger-button {
    display: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    color: #ffffff;
}
.hamburger-button svg {
    width: 40px;
    height: 40px;
}
.hamburger-close-icon {
    display: none;
}
.menu-opened .hamburger-open-icon {
    display: none;
}
.menu-opened .hamburger-close-icon {
    display: block;
}
.header-logo {
    font-size: 0;
}

/* Left: two buttons */
.header-left{
    display:flex;
    gap:10px;
    align-items:center;
}
.header-btn{
    display:inline-block;
    padding:10px 18px;
    border-radius:0px;
    font-size:16px;
    text-decoration:none;
    background:#f0b24b;
    color:#202A36;
    font-weight:600;
    min-width: 180px;
    text-align: left;
}
.header-btn.secondary{
    background:transparent;
    color:#fff;
    border:1px solid rgba(255,255,255);
    font-weight: 400;
    min-width: 126px;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 13px;
}

/* Center nav links */
.header-nav{
    display:flex;
    gap:28px;
    align-items:center;
    justify-content:center;
}
.header-nav ul {
    list-style: none;
}
.header-nav ul li {
    display: inline-block;
    padding: 0 10px;
}
.header-nav a{
    color:#ffffff;
    text-decoration:none;
    font-weight:400;
    font-size:18px;
    display: inline-block;
}

/* Right: logo */
.header-logo img{
    height:56px;
    width:auto;
}

/* Hero / Banner */
.home-banner-section{
    background-color: #000000;
    color: #fff;
    padding: 265px 0 185px;
    position: relative;
}
.home-banner-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.home-banner-section .container {
    position: relative;
}

.home-banner-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home-banner-row{
    display:flex;
    gap:48px;
    align-items:center;
    justify-content:space-between;
}

.home-banner-left{
    width:55%;
}
.home-banner-sub{
    color:#ffffff;
    font-size:20px;
    margin-bottom:16px;
    font-weight:400;
    line-height:1.4em;
}
.home-banner-title{
    font-size:60px;
    font-weight:700;
    line-height:1.2em;
    margin-bottom:18px;
}
.home-banner-desc{
    font-size:20px;
    max-width:780px;
    line-height:1.4em;
}
.home-banner-cta{
    display:inline-block;
    padding:14px 28px;
    border-radius:0px;
    background:#f0b24b;
    color:#ffffff;
    font-size:24px;
    font-weight:400;
    text-decoration:none;
    min-width: 198px;
    text-align: center;
    margin-top: 60px;
    line-height: 1.2;
}

.home-banner-right{
    width:40%;
    display:flex;
    align-items:flex-start;
    justify-content:flex-end;
}
.home-banner-right .hero-card{
    background:rgba(255,255,255,0.06);
    padding:18px;
    border-radius:12px;
    max-width:420px;
}
.home-banner-right img{
    width:100%;
    display:block;
    border-radius:10px;
}

/* About section */
body:not(.home) .header-btn.secondary {border-color: #141D2A;color: #141D2A;}

body:not(.home) .header-nav a {
    color: #141D2A;
}

body:not(.home) .header-nav {
    color: #141D2A;
}

/* Ensure mobile menu text is always white */
@media (max-width: 991px) {
    nav.header-nav a,
    nav.header-nav ul li a {
        color: #ffffff !important;
    }
}
.home-about-section{
    padding: 110px 0 85px;
    background:#fff;
    color:#121212;
}
.about-row{
    display:flex;
    gap:100px;
    align-items:center;
}
.about-left{
    width:50%;
}
.about-sub{
    font-size:20px;
    color:#202A36;
    margin-bottom:8px;
}
.about-title{
    font-size:60px;
    color:#202A36;
    font-weight:700;
    margin-bottom:14px;
}
.about-desc{
    font-size:20px;
    color:#202A36;
    line-height:1.4em;
    margin-bottom:18px;
    max-width:640px;
}
.about-cta{
    display:flex;
    gap:35px;
    margin-top:40px;
}
.about-cta a{
    display:inline-block;
    padding:14px 16px;
    border-radius:0px;
    text-decoration:none;
    background:#202A36;
    color:#fff;
    font-weight:400;
    min-width: 198px;
    text-align: center;
    line-height: 1.4;
    font-size: 18px;
}
.about-right{
    width:50%;
    display:flex;
    justify-content:center;
}
.about-right img{
    width:100%;
    height:auto;
    border-radius:30px;
    object-fit:cover;
}

/* Services (3-up grid with center icon on image) */
.home-our-services-section{
    background:#ffffff;
    padding:85px 0 65px;
}
.home-our-services-inr{
    text-align:center;
}
.home-our-services-colwrap{
    display:flex;
    gap:20px;
    justify-content:center;
    flex-wrap:wrap;
    margin-top:28px;
    direction: ltr;
}
.home-our-services-col{
    width:calc(33% - 20px);
}
.home-our-services-colbox{
    background:#fff;
    border-radius:14px;
    overflow:hidden;
    box-shadow: none
}
.home-our-services-col-img {
    position: relative;
    overflow: hidden;
    height: auto;
    border-radius: 20px;
}
.home-our-services-col-img::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 66%;
}
.home-our-services-col-img > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}
.home-our-services-col-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 140px;
    height: 140px;
    background: #141D2A;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
    z-index: 2;
}
.home-our-services-col-icon img{
    width: 50%;
    height: auto;
    display: block;
    position: static;
}

.home-our-services-content{
    padding:40px;
    text-align:center;
}
.home-our-services-content h5{
    font-size:24px;
    color:#202A36;
    font-weight:700;
}

/* Lawyer info split section (dark bg with picture on right) */
.home-lawyer-info-section{
    background:#071425;
    color:#fff;
    padding:78px 0;
}
.home-lawyer-info-colwrap{
    display:flex;
    gap:36px;
    align-items:center;
    justify-content:space-between;
}
.home-lawyer-info-left{ width:calc(60% - 36px); }
.home-lawyer-info-content span.small-subheading {
    line-height: 1.6;
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
    color: #D19535;
}
.home-lawyer-info-content h2{
    margin-bottom:14px;
    color:#fff;
    max-width: 620px;
}
.home-lawyer-info-content p{
    font-size:20px;
    max-width:870px;
    color:rgba(255,255,255,0.9);
    line-height:1.4em;
}
.home-lawyer-info-right{
    width:calc(40% - 36px);
    display:flex;
    justify-content:flex-end;
}
.home-lawyer-info-img {
    padding: 30px;
}
.home-lawyer-info-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 0;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border: 1px solid #000000;
}

/* Our team section */
.home-our-team-section{
    padding:70px 0;
    background:#fff;
}
.home-our-team-heading{
    text-align:center;
    margin-bottom:28px;
}
.home-our-team-heading h2{
    color:#202A36;
    margin-bottom:6px;
}
.home-our-team-heading p{ color:#202A36; }
.home-our-team-heading.section-heading {
    max-width: 1480px;
}

.home-our-team-heading.section-heading p {
    font-size: 24px;
}

.home-our-team-colwrap{
    display:flex;
    gap:18px;
    justify-content:center;
    flex-wrap:wrap;
}
.home-our-team-col {
    background: #fff;
    width: calc(25% - 18px);
    text-align: center;
    padding: 24px 30px 30px;
    border-radius: 14px;
    box-shadow: none;
    border: 1px solid #E4E4E4;
}
.home-our-team-col img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 12px;
    display: inline-block;
}
.home-our-team-col h4{ font-size:28px; color:#202A36; margin-bottom:6px; letter-spacing: 0.6px; }
.home-our-team-col span{ display:block; color:#f0b24b; font-weight:700; font-size:28px; letter-spacing: 0.6px;}

/* Partners logos section */
.home-our-partners-section{
    padding:40px 0 80px;
    background:#fff;
}
.home-our-partners-heading{
    text-align:center;
    margin-bottom:18px;
}
.home-our-partners-section .container {
    max-width: 100%;
}
.home-our-partners-colwrap.slick-slider .slick-list {
    padding: 0 100px !important;
}
.home-our-partners-colwrap{
    display:flex;
    gap:22px;
    justify-content:center;
    flex-wrap:wrap;
    align-items:center;
    margin-top: 50px;
    margin-left: -15px;
    margin-right: -15px;
}
.home-our-partners-col{
    width:100%;
    height:auto;
    display:flex !important;
    align-items:center;
    justify-content:center;
}
.home-our-partners-col img{width: 100%; height: 100%; object-fit: contain; position: absolute;left: 0;right: 0;top: 0;bottom: 0;}
.home-our-partners-col-img {
    width: 100%;
    position: relative;
}

.home-our-partners-col-img::before {
    content: "";
    display: block;
    width: 200px;
    padding-top: 62.1%;
}

/* Map section (iframe) */
.home-map-section{
    position:relative;
    height:420px;
    overflow:hidden;
}
.home-map-section iframe{
    width:100%;
    height:100%;
    border:0;
    display:block;
}
.home-map-section .btn-wrap{
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    z-index:10;
    margin-top: 40px;
}
.home-map-section .btn{
    display:inline-block;
    padding:12px 22px;
    background:#202A36;
    color:#fff;
    border-radius:0px;
    text-decoration:none;
    font-weight:700;
    min-width: 270px;
    text-align: center;
}

/* Contact section split with background image on left and form on right */
.home-contact-section{
    background:#202A36;
    color:#fff;
    padding:0;
}
.home-contact-colwrap{
    display:flex;
    gap:0px;
}
.home-contact-left{ width:50%; }
.home-contact-img{
    position: relative;
        height: 100%;
        font-size: 0;
}
.home-contact-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home-contact-right{ width:50%; }
.home-contact-form{
    background:transparent;
    padding:0px;
        height: 100%;
}
.home-contact-section .container {
    max-width: 100%;
    padding: 0;
}

.contact-form-inner label {
    display: none !important;
}
.contact-form-inner{
    background:#0b1a26;
    padding:60px;
    border-radius:0px;
    height: 100%;
}
.contact-form-inner label{
    display:block;
    color:#fff;
    font-size:16px;
    margin-bottom:6px;
}
.contact-form-inner input, .contact-form-inner textarea, .contact-form-inner select {
    width: 100%;
    padding: 16px 14px;
    border-radius: 0px;
    border: 1px solid #ffffff;
    background: #FFFFFF;
    color: #202a36;
    margin-bottom: 0;
    font-size: 24px;
}
.contact-form-inner button{
    background:#f0b24b;
    color:#202A36;
    border:0;
    padding:12px 18px;
    border-radius:8px;
    font-size:18px;
    font-weight:700;
    cursor:pointer;
}
.half-field {
    width: calc(50% - 10px);
}

.contact-form-inner form {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding-top: 20px;
}

.contact-form-inner ::placeholder {
    color: #6a6a6a;
    opacity: 1;
}

.full-field {
    width: 100%;
}

.contact-form-inner form button {
    min-width: 220px;
    border-radius: 0;
    color: #ffffff;
    padding: 16px 20px;
    font-size: 24px;
}

/* Footer */
.footer-main{ background:#07182D; color:#fff; padding-top:80px; position:relative; }
.whatsapp-icon{
    position:fixed;
    right: 30px;
    bottom:30px;
    height:60px;
    width:60px;
    border-radius:50%;
    background:#25D366;
    display:flex;
    align-items:center;
    justify-content:center;
    z-index:100;
    box-shadow:0 10px 30px rgba(0,0,0,0.3);
    cursor:pointer;
}
.whatsapp-icon img{ width:34px; height:34px; }

.footer-top{ padding:0px 0 18px; border-top:none; }
.footer-grid{
    display:flex;
    gap:40px;
    justify-content:space-between;
    flex-wrap:wrap;
}
.footer-col{ width:calc(25% - 40px); }
.footer-col h4{ color:#ffffff; margin-bottom:10px; font-size: 24px; font-weight: 600;min-height: 88px;}
.footer-col p{ color:#ffffff; font-size:20px; font-weight: 400;}
.footer-col ul {
    list-style: none;
}
.footer-col li {
    margin-bottom: 22px;
    font-size: 20px;
    color: #ffffff;
    font-weight: 400;
}
.footer-col li:last-child {
    margin-bottom: 0;
} 
.footer-col li a {
    color:#ffffff;
    font-size:20px;
    font-weight: 400;
}
.footer-col a {
    color: #ffffff;
    text-decoration: none;
}
.footer-logo img {
    width: 153px;
}
.footer-col svg {
    width: 28px;
    height: auto;
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-left: 12px;
}
.footer-copyright{
    padding:18px 0;
    border-top:none;
    text-align:center;
    font-size:24px;
    color:#ffffff;
    font-weight: 600;
}

/* small helpers */
.spacer{ height:28px; }

.slick-track {
    display: flex;
}
.slick-track::before, .slick-track::after {
    display: none;
}

.working-hours-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.working-hours-box ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  line-height: 1.6em;
  margin-bottom: 8px;
}

.working-hours-box ul li span {
  color: #fff;
  text-align: left;
}

.working-hours-box ul li strong {
  font-weight: 400;
  color: #fff;
  min-width: 90px;
  text-align: right;
}

.home-about-section.abt-page-sec {
    background: #F6FAFF;
}

/* About page css start */
body:not(.home) .header-main {
    background: #ffffff;
}
.why-choose-section .section-heading {
    text-align: center;
    max-width: 920px;
}
.home-about-section.abt-page-sec .about-right img {
    border-radius: 40px;
}
.why-choose-section {
    padding: 75px 0;
}
.why-choose-colwrap {
    display: flex;
    gap: 20px 14px;
    direction: ltr;
}

.why-choose-col {
    width: 25%;
}

.why-choose-colbox {
    border: 1px solid #E4E4E4;
    border-radius: 43px;
    padding: 45px;
    text-align: center;
    height: 100%;
}

.why-choose-content h5 {
    font-size: 24px;
    margin-bottom: 10px;
}

.why-choose-img {
    margin: 0 auto;
    margin-bottom: 20px;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: #141D2A;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
}

.why-choose-img img {
    display: block;
    margin: 0 auto;
    width: 70%;
}

/* Team page css start */
.our-team-section {
    padding: 80px 0 100px;
}
.our-team-section .section-heading {
    text-align: center;
    max-width: 1440px;
}

.our-team-section .section-heading h2 {
    margin-bottom: 30px;
}
.our-team-section .section-heading p {
    font-size: 24px;
}

.our-team-section .our-team-col:nth-child(odd) {
    background: #F6FAFF;
}

.our-team-section .our-team-col {
    padding: 30px 0;
}

.our-team-colbox {
    display: flex;
    align-items: center;
    gap: 32px 90px;
}

.our-team-col-img {
    width: 358px;
    position: relative;
    flex: 0 0 auto;
    border-top-right-radius: 100px;
    border-bottom-left-radius: 100px;
}

.our-team-col-img::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 112.4%;
}

.our-team-col-content {
    flex: 1;
}

.our-team-col-img img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-right-radius: 100px;
    border-bottom-left-radius: 100px;
}

.our-team-col-content p {
    margin-bottom: 15px;
    font-size: 20px;
}

.our-team-col-content p:last-child {
    margin-bottom: 0;
}

.our-team-col-content h5 {
    color: #D19535;
    margin-bottom: 25px;
}

.our-team-col-content h3 {
    font-size: 36px;
    color: #000000;
    letter-spacing: 1.7px;
    line-height: 1.4;
    margin-bottom: 20px;
}
.our-team-section .container {
    max-width: 1460px;
}
.our-team-colwrap .container {
    max-width: 1350px;
}




/* media Queries */

@media(min-width: 768px) {
    .home-about-section.abt-page-sec {
        padding: 65px 0;
    }

    .home-about-section.abt-page-sec .about-row {
        gap: 80px;
    }

    .home-about-section.abt-page-sec .about-right {
        width: 35%;
    }

    .home-about-section.abt-page-sec .about-left {
        width: 65%;
    }
}

/* 1199px breakpoint */
@media (max-width:1199px){
    .large-heading {
        font-size: 50px;
    }
    .small-heading {
        font-size: 42px;
    }
    .extra-large-subheading {
        font-size: 26px;
    }
    .small-subheading,
    .section-heading p {
        font-size: 18px;
    }
    .home-banner-row{ flex-direction:column-reverse; align-items:flex-start; gap:20px; }
    .home-banner-left, .home-banner-right{ width:100%; }
    .home-banner-title{ font-size:50px; }
    .home-our-services-col{ width:48%; }
    .home-lawyer-info-colwrap {gap: 40px 20px;}
    .home-lawyer-info-right {
        width: calc(45% - 20px);
    }
    .home-lawyer-info-right {
        width: calc(55% - 20px);
    }
    .header-nav{ gap:18px; }
    .contact-form-inner input, .contact-form-inner textarea, .contact-form-inner select {
        font-size: 20px;
    }
    .contact-form-inner form button {
        font-size: 20px;
    }
    .about-row {gap: 40px;}
    .about-cta {
        gap: 20px;
        flex-wrap: wrap;
    }
    .why-choose-img {
        width: 120px;
        height: 120px;
    }
}

/* 1024px breakpoint */
@media (max-width:1024px){
    .large-heading {
        font-size: 42px;
    }
    .small-heading {
        font-size: 36px;
    }
    .extra-large-subheading {
        font-size: 22px;
    }
    .large-subheading {
        font-size: 20px;
    }
    .small-subheading,
    .section-heading p {
        font-size: 17px;
    }
    .header-left {
        display: none;
    }
    .hamburger-button {
        display: inline-block;
    }
    nav.header-nav {
        display: block;
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        width: calc(100% - 60px);
        background: #202A36;
        height: 100svh;
        overflow-y: auto;
        transform: translateX(100%);
        transition: .4s;
    }
    .menu-opened nav.header-nav {
        transform: translateX(0%);
    }

    nav.header-nav ul li {
        width: 100%;
    }

    .header-nav > ul {
        padding: 30px 0 80px;
    }

    nav.header-nav ul li a {
        padding: 5px 0;
        font-size: 16px;
        color: #ffffff !important;
    }
    .home-banner-sub {font-size: 16px;}
    .home-banner-title{ font-size:42px; }
    .home-banner-desc{ font-size:18px; }
    .home-banner-cta{ font-size:20px; padding:12px 22px; margin-top: 45px;}
    .home-our-services-col{ width:calc(50% - 20px); }
    .home-our-partners-col{ width:45%; }
    .home-map-section{ height:360px; }
    .home-contact-colwrap{ flex-direction:column; }
    .home-contact-left, .home-contact-right{ width:100%; }
    .home-our-team-col {
        width: calc(50% - 18px);
    }
    .home-lawyer-info-content p {
        font-size: 16px;
    }
    .home-our-team-col h4, .home-our-team-col span {
        font-size: 24px;
    }
    .home-our-team-heading.section-heading p {
        font-size: 16px;
    }
    .home-our-services-content h5 {
        font-size: 20px;
    }
    .home-our-services-col-icon {
        width: 100px;
        height: 100px;
    }
    .footer-col h4 {
        font-size: 20px;
    }
    .footer-col li a {
        font-size: 16px;
    }
    .footer-col p {
        font-size: 16px;
    }
    .footer-col li {
        font-size: 16px;
    }
    .footer-copyright {
        font-size: 20px;
    }

    .why-choose-content h5 {
        font-size: 20px;
    }
    .why-choose-content p {
        font-size: 15px;
    }
    .why-choose-colbox {
        padding: 30px 15px;
    }
    .why-choose-col {
        width: calc(50% - 7px);
    }

    .why-choose-colwrap {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .our-team-section .section-heading p {
        font-size: 20px;
    }
    .our-team-col-content h3 {
        font-size: 30px;
    }
    .our-team-col-content p {
        font-size: 16px;
    }
    .our-team-colbox {
        column-gap: 30px;
    }
    .our-team-col-img {
        width: 280px;
    }
}

/* 767px breakpoint */
@media (max-width:767px){
    .large-heading {
        font-size: 36px;
    }
    .small-heading {
        font-size: 28px;
    }
    .extra-large-subheading {
        font-size: 20px;
    }
    .large-subheading {
        font-size: 16px;
    }
    .small-subheading,
    .section-heading p {
        font-size: 16px;
    }
    .section-heading {
        margin-bottom: 32px;
    }
    .about-desc {font-size: 16px;}
    .about-sub {font-size: 16px;}
    .header-inr{ padding:14px 0; }
    .home-banner-cta {
        margin-top: 20px;
    }
    .about-cta a {
        font-size: 16px;
    }
    .home-our-team-col h4, .home-our-team-col span {
        font-size: 20px;
    }
    .header-nav{ display:none; } /* collapse nav on small */
    .header-left{ gap:6px; }
    .header-btn{ padding:8px 12px; font-size:16px; }
    .home-banner-section{ padding:120px 0 60px;}
    .home-banner-title{ font-size:36px; }
    .home-banner-desc{ font-size:16px; }
    .home-banner-cta{ font-size:16px; padding:10px 16px; }
    .about-title{ font-size:34px; }
    .home-lawyer-info-colwrap{ flex-direction:column-reverse; align-items:flex-start; }
    .home-lawyer-info-right{ width:100%; display:flex; justify-content:flex-start; }
    .home-lawyer-info-left {width: 100%;}
    .home-our-services-col{ width:100%; }
    .home-our-services-colwrap{ flex-direction:column; align-items:center; }
    .home-our-services-col-img { height:auto; }
    .home-our-team-col { width:100%; }
    .home-our-partners-col{ width:100%; }
    .home-our-partners-col-img::before {
        width: 160px;
    }
    .about-row {
        flex-wrap: wrap;
    }
    .about-left, .about-right{ width:100%; }
    .home-map-section{ height:320px; }
    .home-our-team-heading.section-heading p {font-size: 16px;}
    .home-lawyer-info-content h3{ font-size:18px; }
    .home-lawyer-info-img img{ width:100%; height:auto; }
    .home-lawyer-info-img {
        padding: 0;
    }
    .home-our-partners-section {
        padding: 30px 0 60px;
    }

    .home-our-team-section {padding: 60px 0 30px;30px:;}

    .home-lawyer-info-section {
        padding: 60px 0;
    }

    .home-our-services-section {
        padding: 30px 0 40px;
    }

    .home-about-section {
        padding: 60px 0 30px;
    }

    .home-our-services-content {
        padding: 25px 0 20px;
    }
    .contact-form-inner {
        padding: 60px 15px;
    }
    .contact-form-inner form {
        padding-top: 0;
    }
    .half-field {
        width: 100%;
    }
    .whatsapp-icon{bottom: 20px; right: 15px;height:40px;width:40px;}
    .whatsapp-icon img{ width:24px; height:24px; }
    .contact-form-inner input, .contact-form-inner textarea, .contact-form-inner select {
        font-size: 16px;
    }
    .contact-form-inner form button {
        font-size: 16px;
    }
    .footer-col h4 {
        min-height: auto;
    }
    .footer-col {
        width: 100%;
    }
    .our-team-section {
        padding: 60px 0;
    }
    .our-team-section .section-heading p {
        font-size: 16px;
    }
    .our-team-section .section-heading h2 {
        margin-bottom: 20px;
    }
    .our-team-col-content h3 {
        font-size: 22px;
    }
    .our-team-col-img {
        width: 100%;
        border-top-right-radius: 80px;
        border-bottom-left-radius: 80px;
    }
    .our-team-col-img img {
        border-top-right-radius: 80px;
        border-bottom-left-radius: 80px;
    }
    .our-team-colbox {
        flex-wrap: wrap;
    }
}

@media(max-width: 575px) {
    .why-choose-section {
        padding: 60px 0;
    }
    .why-choose-col {
        width: 100%;
    }
}