 .h2 .h2, h2, .heading, h2.title, h3, .h3, h4, .h4, h5 {
        font-size: 45px;
    }

    .page-template-template-career .wpcf7 .wpcf7-not-valid-tip {
    display: block !important;
}

    section.banner-sec-c {
        height: 100%;
        align-content: end;
        background: center no-repeat;
        position: relative;
        background-position: center bottom;
        width: 100%;
        background-size: cover;
        padding-top: 260px;
    }
    .banner-img img {
        margin-left: auto;
        display: flex;
        object-fit: cover;
        width: 100%;
    }
    .banner-content p {
        color: #2C2C2C;
        font-weight: 400;
        font-size: 20px;
        line-height: 1.8;
        letter-spacing: 1px;
        margin: 0;
    }

    .banner-content .banner-text {
        margin: 20px 0;
    }

    section.banner-sec-c:before {
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgb(255 255 255 / 97%) 25%, rgb(255 255 255 / 4%) 66%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
    section.banner-sec-c .container {
        position: relative;
        max-width: 90%;
    }

    .btn-inner {
        display: flex;
        gap: 16px;
    }

    .btn-inner .btn.btn-second, .btn-inner .btn:hover {
        background-color: transparent;
        color: #2C2C2C;
        border-color: #2C2C2C;
    }

    a.btn.btn-second:hover {
        background-color: var(--color-4) !important;
        border-color: var(--color-4);
        color: #fff !important;
    }

    .banner-bottom-number {
        background-color: var(--color-6);
        color: #fff;
        padding: 30px 0;
    }

    .banner-bottom-number ul {
        display: flex;
        justify-content: center;
        text-align: center;
        flex-wrap: wrap;
    }

    .banner-bottom-number ul li {
        width: 19%;
        padding: 20px 42px;
    }

    .banner-bottom-number ul li .b-n-box span {
        font-size: 45px;
        font-family: "times-new-roman" !important;
        line-height: 1;
    }

    .banner-bottom-number ul li .b-n-box p {
        font-size: 20px;
        color: #fff;
    }

    .banner-bottom-number ul li:nth-child(2) {
        border-left: 1px solid #FFFFFF;
        border-right: 1px solid #FFFFFF;
    }

    .banner-bottom-number ul li:nth-child(3) {
        border-right: 1px solid #FFFFFF;
    }
    h1.banner-heading {
        font-weight: 700;
        font-size: 60px !important;
        line-height: 1.2;
        letter-spacing: 3px;
        text-transform: uppercase;
        color: #2C2C2C !important;
        font-family: "times-new-roman" !important;
    }

    .sub-heading {
    font-family: "Poppins", sans-serif;
    color: #C58A31;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    text-transform: uppercase;
    padding-bottom: 12px !important;
    display: inline-block;
}

    .img-content-sec  .content {
        padding: 15px 0 40px;
    }

    .img-content-sec .btn a {
        color: #fff !important;
    }
    section.img-content-sec img {
        width: 100%;
        height: auto;
    }
    .img-content-sec .right-content-sec {
        padding-left: 15px;
    }
    section.card-sec {
        background-color: #FDF5E2;
    }

    .top-content {
        text-align: center;
        margin-bottom: 50px;
    }
    .process-sec .top-content h2, .process-sec .top-content p {
        color: #fff;
    }
    section.card-sec .top-content h2 {
        letter-spacing: 2px;
        word-spacing: 3px;
    }

    .col-lg-4.col-md-6.col-card {
    }

    section.card-sec .row.card-row .card-item {
        background-color: #5571B5;
        padding: 30px 30px;
        height: -webkit-fill-available;
        margin-bottom: 30px;
        border-top-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }

    section.card-sec .row.card-row .card-item .icon {
        width: fit-content;
        padding: 18px 19px;
        background-color: #8faffb59;
        border-radius: 70px;
        display: flex;
        align-items: center;
    }

    section.card-sec .row.card-row .card-item h3, .process-sec .process-box h3, .faq-question h3 {
        font-size: 27px;
        color: #fff;
        font-family: "Inter" !important;
        font-weight: 500;
        margin-top: 25px;
        text-transform: capitalize;
        margin-bottom: 3px;

    }

    section.card-sec .row.card-row .card-item p, .process-sec .process-box p {
        font-size: 18px;
        color: #fff;
        line-height: 1.6;
    }
    .process-sec {
        position: relative;
        background: url(https://kimbroughlegal.com/wp-content/uploads/2026/07/Rectangle-7243.png) left no-repeat #1c2539c4 !important;
        background-size: contain !important;
    }
    .process-sec .process-box h3 {
    margin-top: 7px !important;
}
.process-sec .process-box {
    text-align: left;
}

    .process-sec .process-box .number {
        color: #F5CE6D;
        font-size: 16px;
        font-weight: 600;
    }

    /* faq section */
    .faq-sec .top-content{
        text-align:center;
        margin-bottom:50px;
    }

    .faq-wrapper{
        max-width:1000px;
        margin:0 auto;
        border:1px solid #e6e6e6;
    }

    .faq-item{
        border-bottom:1px solid #e6e6e6;
    }

    .faq-item:last-child{
        border-bottom:none;
    }

    .faq-question{
        display:flex;
        justify-content:space-between;
        align-items:center;
        padding:22px 30px;
        cursor:pointer;
        transition:.3s;
    }

    .faq-question h3{
        margin:0;
        color:#1d1d1d;
    }

    .faq-answer{
        padding:0 30px 25px;
        color:#555;
        font-size:17px;
        line-height:1.8;
    }
    section.faq-sec .faq-answer p {
    line-height: 27px;
}
    span.faq-icon {
        position: relative !important;
    }
    span.faq-icon:before {
        content: "";
        right: 5px;
        position: absolute;
        top: 0;
        width: 10px;
        height: 11px;
        transform: rotate(45deg) translateY(-50%) !important;
        -webkit-transform: rotate(45deg) translateY(-50%) !important;
        -moz-transform: rotate(45deg) translateY(-50%);
        -o-transform: rotate(45deg) translateY(-50%);
        -ms-transform: rotate(45deg) translateY(-50%);
        border-right: 2px solid #666666;
        border-bottom: 2px solid #666666;
        transform-origin: 5px 0;
        z-index: 99999;
    }
    .faq-item.active span.faq-icon:before {
        -webkit-transform: rotate(227deg) translateY(-50%) !important;
        trasition: all 0.3s ease-in-out;
    }


    /* end faq sec */



    .form-title{
        text-align:center;
        font-size:52px;
        text-transform:uppercase;
        margin-bottom:60px;
        letter-spacing:2px;
    }

    .career-form .form-row{
        display:flex;
        gap:40px;
        margin-bottom:25px;
    }

    .career-form .form-col{
        flex:1;
    }

    .career-form label{
        display:block;
        font-size:12px;
        text-transform:uppercase;
        letter-spacing:1px;
        margin-bottom:8px;
        color:#333;
    }

   .career-form input, .career-form select, .career-form textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid #cfcfcf;
    background: transparent;
    padding: 12px 0;
    font-size: 16px;
    outline: none;
    border-radius: 0;
    color: #2C2C2C;
    text-shadow: unset !important;
}

    .career-form textarea{
        height:130px;
        resize:none;
    }

    .career-form .full-width .form-col{
        flex:100%;
    }

    .wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
    color: #2C2C2C;
    opacity: 1;
}


.career-form .wpcf7-form-control-wrap {
    position: relative;
}

.career-form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 35px;
    background: transparent;
    cursor: pointer;
}

.career-form [data-name="office-preference"]::after {
    content: "";
    position: absolute;
    right: 12px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-right: 2px solid #2C2C2C;
    border-bottom: 2px solid #2C2C2C;
    transform: translateY(-70%) rotate(45deg);
    pointer-events: none;
}
.contact-sec .submit-btn input[type="submit"]:hover {
    opacity: 1;
    color: #fff;
    background-color: #2b4ea2;
    border-color: #2b4ea2 !important;
}


    .contact-sec .upload-box{
        background:#f5f5f5;
        height:130px;
        display:flex;
        flex-direction:column;
        justify-content:center;
        align-items:center;
        cursor:pointer;
        position:relative;
        text-align:center;
    }

    .contact-sec .upload-box span{
        font-size:13px;
        text-transform:uppercase;
        letter-spacing:1px;
    }

    .contact-sec  .upload-box input[type=file]{
        position:absolute;
        inset:0;
        opacity:0;
        cursor:pointer;
    }

    .contact-sec  .upload-icon{
        margin-bottom:5px;
    }

    .contact-sec .submit-btn{
        text-align:center;
        margin-top:40px;
    }

    .contact-sec .submit-btn input{
        background:#C88A28;
        color:#fff;
        border:none;
        border-radius:50px;
        padding:18px 45px;
        font-weight:600;
        letter-spacing:.5px;
        cursor:pointer;
        transition:.3s;
    }

    .contact-sec .submit-btn input:hover{
        background:#a8711d;
    }

    .contact-sec .wpcf7-spinner{
        display:none;
    }
    .contact-sec .submit-btn {
        width: 100%;
    }
    .contact-sec .submit-btn input[type="submit"] {
        width: fit-content;
    }
    section.contact-sec {
        background-color: #2b4ea2;
        position: relative;
        padding-top: 150px;
    }

    section.contact-sec .form-career-inner {
        background-color: #fff;
        padding: 40px 40px 130px;
    }

    section.contact-sec:before {
        content: "";
        position: absolute;
        background-color: #fff;
        width: 100%;
        height: 30%;
        bottom: 0;
        left: 0;
    }

    .form-col label.upload-box {
        height: -webkit-fill-available;
        margin-bottom: 0;
    }

    .gallery-heading{
        display:flex;
        justify-content:space-between;
        gap:60px;
        margin-bottom:35px;
        align-items: center;
    }

    .gallery-heading .left-content {
        width: 49%;
    }

    .gallery-heading .right-content {
        width: 46%;
    }

    .gallery-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 40px;
    justify-content: center;
}

    .gallery-btn {
    border: 1px solid #d9d9d9;
    background: #f5f5f5;
    padding: 8px 38px;
    border-radius: 40px;
    cursor: pointer;
    transition: .3s;
    text-transform: uppercase;
}

    .gallery-btn.active, .gallery-btn:hover {
        background:#2b4ea2;
        color:#fff;
    }
    

 

    .gallery-item{
    position:relative;
    overflow:hidden;
    border-radius:6px;
    break-inside: avoid; /* prevents an item from being split across columns */
    margin-bottom:10px;
}
.gallery-heading .right-content p {
    line-height: 1.5 !important;
    padding-top: 12px !important;
}

.gallery-item a{
    display:block;
    width:100%;
}

/* No more forced height / no more object-fit:cover = no cropping */
.gallery-item img,
.gallery-item video{
    width:100%;
    height:auto;
    display:block;
    transition:.35s;
}

.gallery-item:hover img{
    transform:scale(1.05);
}

.play-icon{
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    width:70px;
    height:70px;
    pointer-events:none;
        align-content: center;
}

.play-icon img{
    width:100%;
    height:100%;
    object-fit:contain;
}

/* Masonry via CSS columns instead of grid */
.gallery-grid{
    display:none;
}

.gallery-grid.active{
    display:block;
    column-count:4;
    column-gap:10px;
}


.gallery-item{
    cursor:pointer;
}

.gallery-lightbox{
    display:none;
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.9);
    z-index:9999;
    align-items:center;
    justify-content:center;
}

.gallery-lightbox.active{
    display:flex;
}

.lightbox-content{
    max-width:90%;
    max-height:90vh;
    position:relative;
}

.lightbox-img,
.lightbox-video{
    display:none;
    max-width:100%;
    max-height:90vh;
    margin:0 auto;
    border-radius:6px;
}

.lightbox-img.active,
.lightbox-video.active{
    display:block;
}

.lightbox-close{
    position:absolute;
    top:20px;
    right:30px;
    color:#fff;
    font-size:40px;
    line-height:1;
    cursor:pointer;
    z-index:10000;
}
.play-icon svg {
    width: 55px;
    height: 45px;
    align-items: center;
    margin: auto;
    display: flex;
}

.play-icon svg path {
    fill: #c6c6c6;
}



    /* for testimonial slider */
   section.testimonial-sec {
    background-color: #E9E9E966;
}
    /* ============ SLIDER ============ */
    .slider-wrap{
        max-width:940px;
        margin:0 auto;
    }

    .track{
        display:flex;
        align-items:center;
        justify-content:center;
        gap:20px;
    }

    .slot{
        display:flex;
        align-items:center;
        justify-content:center;
        flex-shrink:0;
        transition: all .4s ease;
    }

    .slot[data-slot="-1"],
    .slot[data-slot="1"]{
        z-index:3;
    }
    .slot[data-slot="-2"],
    .slot[data-slot="2"]{
        z-index:1;
    }
    .slot[data-slot="0"]{
        z-index:5;
    }

    /* --- side slots: name pill --- */
  .name-pill {
    background: var(--color-6);
    color: #fff;
    height: 280px;
    width: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
    transition: all .4s ease;
}

    .slot[data-slot="-2"] .name-pill,
    .slot[data-slot="2"] .name-pill{
        height:230px;
        width:80px;
    }

    .slot[data-slot="-2"] .name-pill,
    .slot[data-slot="-1"] .name-pill{
        border-radius: 30px 0;
    }
    .slot[data-slot="1"] .name-pill,
    .slot[data-slot="2"] .name-pill{
        border-radius: 0 30px;
    }

    .name-pill{
        cursor:pointer;
    }

   .name-pill span {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-family: "mangiolabold" !important;
    font-weight: 700;
    font-size: 27px;
    letter-spacing: 2px;
    white-space: nowrap;
    transition: opacity .25s ease;
    text-transform: uppercase;
}

    /* --- center slot: quote card --- */
   .quote-card {
    background: #FCF5E1;
    border: 1px solid #C58A31;
    border-radius: 20px;
    width: 610px;
    min-height: 320px;
    padding: 46px 60px 38px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    transition: all .4s ease;
    border-top-left-radius: unset;
    border-bottom-right-radius: unset;
}

   .quote-mark {
    font-family: Georgia, serif;
    font-size: 101px;
    color: var(--color-6);
    opacity: .55;
    line-height: 1;
    margin-bottom: 6px;
    display: inline-block;
    max-height: 55px;
}

    .quote-text {
    font-size: 18px;
    line-height: 1.75;
    color: #2c2c2c;
    text-align: center;
    max-width: 440px;
    margin: 0 0 26px 0;
    transition: opacity .25s ease;
}

    .quote-name {
    font-family: "mangiolabold" !important;
    font-weight: 700;
    font-size: 21px;
    color: #2C2C2C;
    border: 1px solid var(--color-6);
    padding: 10px 26px;
    background: transparent;
    transition: opacity .25s ease;
    white-space: nowrap;
    text-transform: capitalize !important;
    border-radius: unset;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

    .fade-out{
        opacity:0;
    }

    /* ---- dots ---- */
    .dots{
        margin-top:34px;
        display:flex;
        justify-content:center;
        align-items:center;
        gap:8px;
    }

    .dots button{
        width:9px;
        height:9px;
        padding:0;
        border:none;
        border-radius:50%;
        background:var(--color-3);
        cursor:pointer;
        transition: all .3s ease;
    }

    .dots button.active{
        width:26px;
        border-radius:6px;
        background:var(--color-4);
    }

    /* ============ RESPONSIVE ============ */

    

 
    /* For testimonial css */





    .apply-sec {
        background: #3957a8;
        position: relative;
        overflow: hidden;
        color: #fff;
        padding: 90px 0;
    }

    .apply-sec:before{
        content:'';
        position:absolute;
        inset:0;
        background:rgba(41,70,150,.18);
        backdrop-filter: blur(1px);
    }

    .apply-sec .container{
        position:relative;
        z-index:2;
    }



    .apply-sec .heading{
        color:#fff;
    }

    /* Filter */

    .apply-sec .career-filter{
        display:flex;
        gap:18px;
        align-items:center;
        justify-content:center;
        margin-bottom:45px;
    }

    .apply-sec .search-box {
        flex: 1;
        max-width: 70%;
    }

    .apply-sec .search-box input{
        width:100%;
        height:52px;
        background:transparent;
        border:1px solid rgba(255,255,255,.45);
        border-radius:40px;
        padding:0 22px;
        color:#fff;
        outline:none;
    }

    .apply-sec .search-box input::placeholder{
        color:rgba(255,255,255,.7);
    }

   .apply-sec .filter-select select {
    width: 190px;
    height: 52px;
    border-radius: 40px;
    border: 1px solid rgba(255,255,255,.45);
    background: transparent;
    color: #fff;
    padding: 0 18px 0 17px; /* space for left icon */
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}
.apply-sec .filter-select {
    position: relative;
}
.apply-sec .filter-select::before {
    content: "▼";
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    pointer-events: none;
    font-size: 16px;
}

    .apply-sec .filter-select select option{
        color:#000;
    }

    /* Job List */

    .apply-sec .career-list{
        display:flex;
        flex-direction:column;
        gap:18px;
    }

    .apply-sec .career-item{
        display:flex;
        justify-content:space-between;
        align-items:center;
        background:rgba(255,255,255,.08);
        border:1px solid rgba(255,255,255,.08);
        padding:20px 26px;
        transition:.35s;
    }
    .apply-sec .career-item:nth-child(odd) {
        background-color: transparent;
        border-color: transparent;
    }

    .apply-sec .career-item:hover{
        background:rgba(255,255,255,.12);
    }

    .apply-sec .job-title{
        font-size:30px;
        font-weight:500;
        display:flex;
        align-items:center;
        gap:10px;
        margin-bottom:10px;
    }

    .apply-sec .new-tag{
        background:#fff;
        color:#3957a8;
        border-radius:20px;
        padding:3px 10px;
        font-size:11px;
        font-weight:600;
        text-transform:uppercase;
    }

    .apply-sec .job-meta{
        display:flex;
        flex-wrap:wrap;
        gap:10px;
    }

    .apply-sec .job-meta span{
        display:inline-flex;
        align-items:center;
        justify-content:center;
        border-radius:20px;
        background:rgba(255,255,255,.12);
        padding:5px 12px;
        font-size:12px;
        color:#fff;
    }

    .apply-sec .apply-btn{
        display:inline-flex;
        align-items:center;
        justify-content:center;
        width:150px;
        height:48px;
        border-radius:50px;
        background:#fff;
        color:#3957a8;
        text-decoration:none;
        font-size:13px;
        font-weight:700;
        transition:.3s;
    }

    .apply-sec .apply-btn:hover{
        background:#dcb56c;
        color:#fff;
    }


.apply-sec .job-meta span:first-child {
    background-color: #fff;
    color: #3957a8;
}



@media (max-width: 1699px) {
    .process-sec:before {
            content: "";
            position: absolute;
            background: url(https://kimbroughlegal.com/wp-content/uploads/2026/07/a5f8c706cf909d337e45125ef8702b9f98c3f660-1.jpg) center no-repeat;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            opacity: 0.1;
        }
        .process-sec {
            background-image: unset !important;
        }
}
    @media (max-width: 1599px) {
        h1.banner-heading {
            font-size: 50px !important;
        }
        section.banner-sec-c {
            padding-top: 200px;
        }
    }
    @media (max-width: 1399px) {
        h1.banner-heading {
            font-size: 38px !important;
        }
        .gallery-btn {
            padding: 8px 25px;
        }
        .banner-bottom-number ul li {
    padding: 20px 9px;
}
.gallery-heading .right-content p {
    padding-top: 0;
}
    }
    @media (max-width: 1199px) {

        .banner-content p {
            font-size: 16px;
        }
        section.card-sec .row.card-row .card-item h3, .process-sec .process-box h3, .faq-question h3 {
            font-size: 22px;
        }
        .gallery-btn {
    padding: 8px 20px;
    font-size: 14px;
}
    }
    @media (max-width: 1024px) {
        .slot[data-slot="1"] .name-pill, .slot[data-slot="2"] .name-pill, .slot[data-slot="-2"] .name-pill, .slot[data-slot="-1"] .name-pill {
    opacity: 0;
}
         .gallery-grid.active{ column-count:3; }
    }
    @media (max-width: 991px) {
        .h2 .h2, h2, .heading, h2.title, h3, .h3, h4, .h4, h5 {
            font-size: 32px;
        }
        .img-content-sec .right-content-sec {
            padding-left: 0;
            padding-top: 30px;
        }
        .banner-img img {
            margin-top: 30px;
        }
        section.banner-sec-c .row {
            padding-top: 20px;
        }
        section.banner-sec-c {
            height: auto;
        }
        section.banner-sec-c:before {
            background: linear-gradient(90deg, rgb(255 255 255 / 78%) 65%, rgb(255 255 255 / 44%) 99%);
        }
        .btn-inner {
            flex-wrap: wrap;
        }
        .banner-bottom-number ul li {
            width: 24%;
        }
        .faq-question{
            padding:18px 20px;
        }

        .faq-answer{
            padding:0 20px 20px;
        }

        .faq-question h3{
            font-size:20px;
        }
        section.banner-sec-c {
            padding-top: 180px;
        }
        .process-sec .container {
            position: relative;
        }
        .gallery-heading {
            gap: 0;
            flex-wrap: wrap;
        }
        .gallery-heading .left-content {
            width: 100%;
        }
        .gallery-heading .right-content {
            width: 100%;
        }


               .apply-sec .career-filter{
            flex-direction:column;
        }

        .apply-sec .search-box{
            max-width:100%;
            width:100%;
        }

        .apply-sec .filter-select{
            width:100%;
        }

        .apply-sec .filter-select select{
            width:100%;
        }

        .apply-sec .career-item{
            flex-direction:column;
            align-items:flex-start;
            gap:20px;
        }

        .apply-sec .career-right{
            width:100%;
        }

        .apply-sec .apply-btn{
            width:100%;
        }

        .apply-sec .heading{
            font-size:34px;
        }

        .apply-sec .job-title{
            font-size:24px;
        }
        

               .gallery-grid{
            grid-template-columns:repeat(2,1fr);
            grid-auto-rows:220px;
        }

        .gallery-item{
            grid-column:auto!important;
            grid-row:auto!important;
        }
        .contact-sec .upload-box span {
    padding: 0 10px;
}
    }
    @media (max-width: 860px){
        .slot[data-slot="-2"],
        .slot[data-slot="2"]{
            display:none;
        }
        .quote-card{
            width:460px;
        }
    }
    @media(max-width:768px){
        .gallery-grid.active{ column-count:2; }
    }
    @media (max-width: 767px) {
        .space-pd {
    padding: 50px 0 !important;
}
        .h2 .h2, h2, .heading, h2.title, h3, .h3, h4, .h4, h5 {
            font-size: 27px;
        }
        .banner-bottom-number ul li:nth-child(3) {
            border-right: unset;
        }
        section.banner-sec-c {
            padding-top: 120px;
        }
        .banner-bottom-number ul li:nth-child(2) {
            border-left: unset;
            border-right: unset;
        }
        .banner-bottom-number ul li {
            border-bottom: 1px solid #FFFFFF;
        }

        .banner-bottom-number ul {
            padding: 0 40px;
        }
        .banner-bottom-number ul li {
            width: 100%;
        }
        .career-form .form-row{
            flex-direction:column;
            gap:20px;
        }

        .form-title{
            font-size:34px;
            margin-bottom:35px;
        }
        section.contact-sec:before {
            bottom: -1px;
        }
        section.card-sec .row.card-row .card-item h3, .process-sec .process-box h3, .faq-question h3 {
            font-size: 20px;
        }
        section.card-sec .row.card-row .card-item p, .process-sec .process-box p {
            font-size: 16px;
        }
        .apply-sec .career-filter {
            margin-bottom: 25px;
        }
        .top-content {
            margin-bottom: 30px;
        }
        .gallery-sec .gallery-btn {
            width: 100%;
        }
        section.card-sec .row.card-row .card-item {
            height: auto;
        }


        
        .apply-sec{
            padding:70px 0;
        }

        .apply-sec .heading{
            font-size:28px;
        }

        .apply-sec .career-item{
            padding:18px;
        }

        .apply-sec .job-title{
            font-size:22px;
        }

        .gallery-grid{
            display:none;
        }

        .gallery-grid.active{
            display:block !important;
        }



        .gallery-item img, .gallery-item img, .gallery-item video {
            width:100%;
            height:480px;
            object-fit:cover;
            border-radius: 20px;
        }

        /* Arrows */

        .gallery-prev,
        .gallery-next{
            width:40px;
            height:40px;
            border:none;
            border-radius:50%;
            background:#c88b2f;
            color:#fff;
            cursor:pointer;
            position:absolute;
            bottom: 0 !important;
            z-index:2;
            font-size:24px;
            display:flex;
            align-items:center;
            justify-content:center;
            top: unset !important;
        }

        .gallery-sec .gallery-prev {
            left: calc(35% - 0px);
        }

       .gallery-sec .gallery-next {
    right: calc(35% - 0px) !important;
    left: unset;
}


        .gallery-prev span,
        .gallery-next span{
            line-height:1;
        }

        .gallery-grid{
            padding-bottom:70px;
        }

        .testimonial-slider {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.slot[data-slot="1"] .name-pill, .slot[data-slot="2"] .name-pill, .slot[data-slot="-2"] .name-pill, .slot[data-slot="-1"] .name-pill {
    opacity: 0;
}
.career-form .form-row {
    align-items: unset !important;
}
section.contact-sec {
    padding-top: 90px;
}

    }

       @media (max-width: 600px){
        .faq-question h3 {
    font-size: 18px;
    padding-right: 10px;
}
        h1{
            font-size:24px;
        }
        .slot[data-slot="-1"],
        .slot[data-slot="1"]{
            display:none;
        }
        .quote-card{
            width:100%;
            max-width:340px;
            padding:32px 22px 26px;
            min-height:auto;
        }
        .quote-text{
            font-size:15px;
            max-width:100%;
        }
        .quote-mark{
            font-size:48px;
        }
    }
    @media (max-width: 576px) {
        .gallery-sec .gallery-btn {
    text-align: center !important;
}
        section.card-sec .row.card-row .col-card:last-child .card-item {
    margin-bottom: 0;
}
        section.card-sec .row.card-row .card-item h3, .process-sec .process-box h3, .faq-question h3 {
    margin-top: 20px;
}
        section.card-sec .top-content h2 {
    margin: 0 0 12px !important;
}
        .banner-bottom-number ul li {
    padding: 26px 9px 20px;
}
.banner-bottom-number ul li .b-n-box p {
    margin-top: 10px;
}
        section.card-sec .top-content h2 {
            letter-spacing: 0px;
            word-spacing: 2px;
        }
        .banner-bottom-number ul {
            padding: 0 20px;
        }
        h1.banner-heading {
            font-size: 35px !important;
        }
        .banner-content p {
            font-size: 15px;
        }
        .process-sec .process-box h3 {
            margin-top: 10px;
        }
        .process-sec .process-box {
            margin-bottom: 25px;
        }
            .gallery-grid{
            grid-template-columns:1fr;
            grid-auto-rows:260px;
        }

        .gallery-item{
            grid-column:auto!important;
            grid-row:auto!important;
        }
        .process-sec .top-content p {
    text-wrap: balance;
}
.process-sec .row {
    padding: 0 11px;
}
.gallery-item img, .gallery-item img, .gallery-item video {
    height: auto;
}
    }
    @media (max-width: 480px) {
        .gallery-grid.active{ column-count:1; }

.contact-sec .upload-box span {
    padding: 0 10px;
}
.contact-sec .upload-box {
    padding: 12px 0;
}
.banner-bottom-number {
    padding: 30px 0 65px;
}
    }
    @media (max-width: 390px) {
        h1.banner-heading {
            font-size: 23px !important;
        }
    }
    .gallery-grid{
        display: none;
    }
    @media (max-width: 365px) {
        .quote-card {
    max-width: 312px !important;
}
.quote-mark {
    font-size: 68px;
}
    }

   

    .apply-sec {
    display: none;
}