@charset "UTF-8";


/*CSS Table Of Content Ends Here*/

/*-----------------------------------
  >> CSS Table of Contents <<
-------------------------------------

1. Basic
   - Mixins
   - Variables
   - Buttons
   - Typography

2. Template Section Styles
   - About
   - Animation
   - Brand
   - Contact
   - CTA
   - FAQ
   - Feature
   - Footer
   - Header
   - Helping
   - Hero
   - MeanMenu
   - Marquee
   - News
   - Preloader
   - Project
   - Section
   - Service
   - Team
   - Testimonial

-----------------------------------*/

@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Newsreader:ital,opsz,wght@0,6..72,200..800;1,6..72,200..800&display=swap");
:root {
    --body: #f8f8f8;
    --black: #2d2d2d;
    --white: #fff;
    --theme: #F19123;
    --theme2: #2ecc71;
    --theme3: #4033ff;
    --theme4: #1c4b42;
    --theme5: #6A52E0;
    --theme6: #DCFD7D;
    --theme7: #BF934C;
    --theme8: #f88c1e;
    --header: #161616;
    --header2: #1A1438;
    --header3: #0D0D0D;
    --text: #1c4b42;
    --border: rgba(44, 47, 88, 0.11);
    --bg: #f8f8f8;
    --bg-2: #000;
    --box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.06);
}

.hover-svg {
    transition: all 0.5s;
}

.hover-svg:hover {
    background: var(--theme4) !important;
}

.hover-svg:hover svg path {
    stroke: #fff;
    fill: #fff;
}

.hover-svg:hover i {
    color: #fff;
}

.hover-theme1 {
    transition: all 0.4s;
}

.hover-theme1:hover {
    background: var(--theme4) !important;
}

.hover-theme-40{
    transform: rotate(-40deg);
}

.hover-theme-40:hover{
    transform: rotate(0deg);
}

.hover-theme1:hover svg path {
    stroke: var(--theme);
    fill: var(--theme);
}

.hover-theme1:hover i {
    color: var(--theme);
}

.max-300 {
    width: 300px;
}

.max-270 {
    max-width: 270px;
}

.ml-auto {
    margin-left: auto;
}

.hover-translate8 {
    transition: all 0.4s;
}

.hover-translate8:hover {
    transform: translateY(-8px);
}

.pt-100 {
    padding-top: 100px;
}

@media (max-width: 1199px) {
    .pt-100 {
        padding-top: 80px;
    }
}

.pb-100 {
    padding-bottom: 100px;
}

@media (max-width: 1199px) {
    .pb-100 {
        padding-bottom: 80px;
    }
}

.pb-60{
    padding-bottom: 60px;
}

.mb-40 {
    margin-bottom: 40px;
}

@media (max-width: 1199px) {
    .mb-40 {
        margin-bottom: 30px;
    }
}

@media (max-width: 991px) {
    .mb-40 {
        margin-bottom: 28px;
    }
}

@media (max-width: 767px) {
    .mb-40 {
        margin-bottom: 22px;
    }
    .mobhide{
     display: none !important;
    }
    .pb-sm-30{
        margin-bottom:20px;
    }
}
@media (min-width: 767px) {
    
    .deskhide{
     display: none !important;
    }
    
}
.font-32{
    font-size: 32px;
}


.section-header h2 span {
    font-size: 48px;
}

@media (max-width: 1199px) {
    .section-header h2 {
        font-size: 38px;
    }
    .section-header h2 span {
        font-size: 38px;
    }
}

@media (max-width: 767px) {
    .section-header h2 {
        font-size: 32px;
    }
    .section-header h2 span {
        font-size: 32px;
    }
    .read-more-btn .line{
        width: 40px !important;
    }
    .cta-img{

        display: none;
    }

 
}

@media (max-width: 575px) {
    .section-header h2 {
        font-size: 29px;
    }
    .section-header h2 span {
        font-size: 29px;
    }
}

.italic {
    font-style: italic !important;
}

.lh-110 {
    line-height: 110% !important;
}

.mx-252 {
    max-width: 252px;
}

.theme4-border {
    border: 1px solid var(--theme4);
}

.body-clr {
    color: var(--body);
}

.body-bg {
    background-color: var(--body);
}

.black-clr {
    color: var(--black);
}

.black-bg {
    background-color: var(--black);
}

.white-clr {
    color: var(--white);
}

.white-bg {
    background-color: var(--white);
}

.theme-clr {
    color: #f88c1e;
}

.theme-bg {
    background-color: var(--theme);
}

.absolute-theme-bg {
    background-color: var(--theme) !important;
}

.theme-clr2 {
    color: var(--theme2);
}

.theme-bg2 {
    background-color: var(--theme2);
}

.theme-clr3 {
    color: var(--theme3);
}

.theme-bg3 {
    background-color: var(--theme3);
}

.theme-clr4 {
    color: var(--theme4);
}

.theme-bg4 {
    background-color: var(--theme4);
}

.border-clr {
    border: 1px solid var(--border);
}

.text-clr {
    color: var(--text);
}

.fz-10 {
    font-size: 10px;
    line-height: 1.5;
}

.fz-11 {
    font-size: 11px;
    line-height: 1.5;
}

.fz-12 {
    font-size: 12px;
    line-height: 1.5;
}

.fz-13 {
    font-size: 13px;
    line-height: 1.5;
}

.fz-14 {
    font-size: 14px;
    line-height: 1.5;
}

.fz-15 {
    font-size: 15px;
    line-height: 1.5;
}

.fz-16 {
    font-size: 16px;
    line-height: 1.5;
}

.fz-17 {
    font-size: 17px;
    line-height: 1.5;
}

.fz-18 {
    font-size: 18px;
    line-height: 1.5;
}

.fz-19 {
    font-size: 19px;
    line-height: 1.5;
}

.fz-20 {
    font-size: 20px;
    line-height: 1.4;
}

.fz-21 {
    font-size: 21px;
    line-height: 1.4;
}

.fz-22 {
    font-size: 22px;
    line-height: 1.4;
}

.fz-23 {
    font-size: 23px;
    line-height: 1.4;
}

.fz-24 {
    font-size: 24px;
    line-height: 1.4;
}

.fz-25 {
    font-size: 25px;
    line-height: 1.4;
}

.fz-26 {
    font-size: 26px;
    line-height: 1.4;
}

.fz-27 {
    font-size: 27px;
    line-height: 1.4;
}

.fz-28 {
    font-size: 28px;
    line-height: 1.4;
}

.fz-36 {
    font-size: 36px;
    line-height: 1.2;
}

.fw-300 {
    font-weight: 300 !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-800 {
    font-weight: 800 !important;
}

.w-24 {
    width: 24px;
}

.w-26 {
    width: 26px;
}

.w-28 {
    width: 28px;
}

.w-30 {
    width: 30px;
}

.w-32 {
    width: 32px;
}

.w-34 {
    width: 34px;
}

.w-36 {
    width: 36px;
    min-width: 36px;
}

.w-38 {
    width: 38px;
}

.w-40 {
    width: 40px;
}

.w-44 {
    width: 44px;
}

.w-45 {
    width: 45px;
}

.w-48 {
    width: 48px;
}

.min-w-48 {
    min-width: 48px;
}

.w-50 {
    width: 50px;
}

.w-54 {
    width: 56px;
}

.w-56 {
    width: 56px;
}

.w-60 {
    width: 60px;
}

.w-64 {
    width: 64px;
}

.w-66 {
    width: 66px;
}

.w-70 {
    width: 70px;
}

.w-80 {
    width: 80px;
}

.h-24 {
    height: 24px;
}

.h-26 {
    height: 26px;
}

.h-28 {
    height: 28px;
}

.h-30 {
    height: 30px;
}

.h-32 {
    height: 32px;
}

.h-34 {
    height: 34px;
}

.h-36 {
    height: 36px;
}

.h-38 {
    height: 38px;
}

.h-40 {
    height: 40px;
}

.h-44 {
    height: 44px;
}

.h-45 {
    height: 45px;
}

.h-48 {
    height: 48px;
}

.h-50 {
    height: 50px;
}

.h-54 {
    height: 56px;
}

.h-56 {
    height: 56px;
}

.h-60 {
    height: 60px;
}

.h-64 {
    height: 64px;
}

.h-66 {
    height: 66px;
}

.h-70 {
    height: 70px;
}

.h-80 {
    height: 80px;
}

.pe-20 {
    padding-right: 20px !important;
}

@media (max-width: 991px) {
    .fz-15 {
        font-size: 14px;
        line-height: 1.5;
    }
    .fz-16 {
        font-size: 15px;
        line-height: 1.5;
    }
    .fz-17 {
        font-size: 16px;
        line-height: 1.5;
    }
    .fz-18 {
        font-size: 18px;
        line-height: 1.5;
    }
    .fz-19 {
        font-size: 18px;
        line-height: 1.5;
    }
    .fz-20 {
        font-size: 18px;
        line-height: 1.4;
    }
    .fz-21 {
        font-size: 19px;
        line-height: 1.4;
    }
    .fz-22 {
        font-size: 20px;
        line-height: 1.4;
    }
    .fz-23 {
        font-size: 21px;
        line-height: 1.4;
    }
    .fz-24 {
        font-size: 22px;
        line-height: 1.4;
    }
    .fz-25 {
        font-size: 22px;
        line-height: 1.4;
    }
    .fz-26 {
        font-size: 22px;
        line-height: 1.4;
    }
    .fz-27 {
        font-size: 22px;
        line-height: 1.4;
    }
    .fz-28 {
        font-size: 22px;
        line-height: 1.4;
    }
    .w-48 {
        width: 38px;
    }
    .h-48 {
        height: 38px;
    }
    .min-w-48 {
        min-width: 38px;
    }
    .fz-36 {
        font-size: 29px;
        line-height: 1.4;
    }
}

.theme-btn {
    position: relative;
    z-index: 2;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    gap: 6.8px;
    border: none;
    text-transform: capitalize;
    text-align: center;
    border-radius: 10px;
    background: #f88c1e;
    color: var(--white);
    font-size: 15px;
    font-weight: 600;
    padding: 6px 7px;
    height: 48px;
    line-height: 99%;
}

.theme-btn i {
    transition: all 0.4s ease-in-out;
}

.theme-btn.style1 i {
    transform: rotate(-40deg);
}

.theme-btn.style1:hover i {
    transform: rotate(0deg);
}

.theme-btn.style2 {
    background-color: var(--theme4);
}

.theme-btn.style2 i {
    transform: rotate(-40deg);
}

.theme-btn.style2:hover {
    color: var(--white) !important;
}

.theme-btn.style2:hover i {
    /* color: var(--white); */
    transform: rotate(0deg);
}

.theme-btn.style3 {
    background-color: var(--theme2);
    color: var(--black);
}

.theme-btn.style3:hover {
    color: var(--white) !important;
    border: 1px solid var(--theme2);
}

.theme-btn.style3:hover i {
    color: var(--black);
    transform: rotate(40deg);
}

.theme-btn.style4 {
    background-color: var(--theme3) !important;
    color: var(--white);
}

.theme-btn.white-blur {
    border-radius: 40.037px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.2);
}

.theme-btn.style-black {
    background-color: #000;
    color: var(--white);
}

.theme-btn.style-white {
    background-color: var(--white);
    color: var(--text);
}

.theme-btn.outline-btn {
    background-color: transparent;
    border: 1px solid var(--theme4);
    color: var(--theme4);
}

.theme-btn.outline-btn:hover i {
    color: var(--white);
}

.theme-btn::before {
    content: "";
    position: absolute;
    height: 110%;
    bottom: 0;
    left: 0;
    width: 0;
    background-color: var(--header);
    z-index: -1;
    transition: all 0.4s ease-out;
    border-radius: inherit;
}

.theme-btn:hover {
    color: var(--white);
}

.theme-btn:hover::before {
    width: 100%;
}

.theme-btn.btn-4 {
    background: var(--theme5);
    color: #fff;
    font-weight: 700;
    border-radius: 12px;
    height: 56px;
    line-height: 56px;
}

.theme-btn.btn-4 i {
    border-radius: 8px !important;
    transform: rotate(0deg) !important;
    background-color: var(--theme6) !important;
    color: var(--header2) !important;
    gap: 12px !important;
}

.theme-btn.btn-4:hover {
    color: #fff !important;
}

.theme-btn-2 {
    position: relative;
    z-index: 2;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    border: none;
    text-transform: capitalize;
    text-align: center;
    border-radius: 0;
    background: var(--theme7);
    color: var(--white);
    font-size: 20px;
    font-weight: 700;
    height: 60px;
    line-height: 60px;
    padding: 0 33px;
}

.theme-btn-2 i {
    transition: all 0.4s ease-in-out;
}

.theme-btn-2::before {
    content: "";
    position: absolute;
    height: 110%;
    bottom: 0;
    left: 0;
    width: 0;
    background-color: var(--header);
    z-index: -1;
    transition: all 0.4s ease-out;
    border-radius: inherit;
}

.theme-btn-2:hover {
    color: var(--white);
}

.theme-btn-2:hover::before {
    width: 100%;
}

.link-btns {
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    font-family: "Open Sans", sans-serif;
    text-transform: capitalize;
    color: var(--theme);
}

.link-btns i {
    transform: rotate(-40deg);
    transition: all 0.4s ease-in-out;
    font-weight: 400;
}

.link-btns:hover i {
    transform: rotate(0);
}

/* --------------------------------------------
    Template Default Fonts & Fonts Styles
 ---------------------------------------------- */

body {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 32px;
    color: var(--text);
    background-color: var(--white);
    padding: 0;
    margin: 0;
   
}

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

button {
    border: none;
    background-color: transparent;
    padding: 0;
}

input:focus {
    color: var(--text);
    outline: none;
}

input {
    color: var(--text);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Plus Jakarta Sans", sans-serif;
    margin: 0px;
    padding: 0;
    color: var(--text);
    transition: all 0.4s ease-in-out;
    font-weight: 700;
}

h1 {
    font-size: 140px;
    font-weight: 600;
    line-height: 108%;
}

h2 {
    font-size: 48px;
    line-height: 110%;
}

@media (max-width: 1199px) {
    h2 {
        font-size: 38px;
    }
}

@media (max-width: 991px) {
    h2 {
        font-size: 32px;
    }
}

@media (max-width: 575px) {
    h2 {
        font-size: 29px;
    }
}

h3 {
    font-size: 24px;
    line-height: 115%;
}

@media (max-width: 991px) {
    h3 {
        font-size: 22px;
    }
}

@media (max-width: 575px) {
    h3 {
        font-size: 21px;
    }
}

h4 {
    font-size: 20px;
    line-height: 125%;
}

@media (max-width: 991px) {
    h4 {
        font-size: 19px;
    }
}

@media (max-width: 575px) {
    h4 {
        font-size: 18px;
    }
}

h5 {
    font-size: 18px;
    line-height: 120%;
}

h6 {
    font-size: 16px;
    line-height: 120%;
}

a {
    text-decoration: none;
    outline: none !important;
    cursor: pointer;
    color: var(--header);
    transition: all 0.4s ease-in-out;
    line-height: 1.5;
}

p {
    margin: 0px;
    transition: all 0.4s ease-in-out;
    line-height: 1.5;
}

span {
    margin: 0px;
    transition: all 0.4s ease-in-out;
}

@media (min-width: 1200px) {
    /* .container {
        max-width: 1320px;
        margin: 0 auto;
    } */
     .main-ml-200{
        margin-left:-240px;
     }
}

.about-content .counter-area {
    width: 171px;
}

.about-content .counter-area .satisfied img:not(:first-child) {
    margin-left: -14px;
}

.about-content .boxes {
    max-width: 330px;
}

@media (max-width: 767px) {
    .about-content h2 {
        font-size: 29px;
    }
    .about-content .counter-area h2 {
        font-size: 28px;
    }
}

.about-thumb2 .text-circles {
    position: absolute;
    right: -20px;
    top: -60px;
    z-index: 1;
}

@media (max-width: 991px) {
    .about-thumb2 .text-circles {
        right: 10px;
        top: 10px;
    }
}

.about-wrapper-4 .about-content {
    position: relative;
    z-index: 9;
}

.about-wrapper-4 .about-content .about-text {
    font-size: 18px;
    margin-top: 25px;
    max-width: 535px;
    font-family: "Urbanist", sans-serif;
    line-height: 155%;
    font-weight: 500;
    color: #4C495C;
}

.about-wrapper-4 .about-content .about-text2 {
    font-size: 18px;
    margin-top: 15px;
    font-family: "Urbanist", sans-serif;
    line-height: 155%;
    font-weight: 500;
    max-width: 590px;
    color: #4C495C;
}

.about-wrapper-4 .about-content ul {
    margin-top: 20px;
    margin-bottom: 42px;
}

.about-wrapper-4 .about-content ul li {
    font-size: 18px;
    font-weight: 500;
    color: #111;
    display: flex;
    align-items: center;
    gap: 8px;
}

.about-wrapper-4 .about-content ul li:not(:last-child) {
    margin-bottom: 12px;
}

.about-wrapper-4 .about-image {
    position: relative;
}

.about-wrapper-4 .about-image img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

.about-wrapper-4 .about-image .text-circles {
    background-color: rgba(255, 255, 255, 0.69);
    border: 1px solid var(--color-Border, #DDE4E3);
    backdrop-filter: blur(12.1239719391px);
    position: absolute;
    top: 50%;
    left: -70px;
    transform: translateY(-50%);
}

@media (max-width: 767px) {
    .about-wrapper-4 .about-image .text-circles {
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

.about-wrapper-4 .about-image .text-circles img {
    width: initial;
    height: initial;
}

.about-section-4 {
    position: relative;
}

.about-section-4 .text-stoke {
    position: absolute;
    bottom: 10%;
    right: 56px;
    z-index: 1;
}

@media (max-width: 1600px) {
    .about-section-4 .text-stoke {
        right: -160px;
    }
}

@media (max-width: 1399px) {
    .about-section-4 .text-stoke {
        display: none;
    }
}

@-webkit-keyframes rippleOne {
    70% {
        -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
        box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
        box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    }
}

@keyframes rippleOne {
    70% {
        -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
        box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
        box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    }
}

@keyframes cir36 {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rounded {
    50% {
        transform: rotate(15deg);
    }
}

@keyframes up-down {
    0% {
        transform: translateY(10px);
    }
    100% {
        transform: translateY(-10px);
    }
}

@-webkit-keyframes spinner {
    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

@keyframes spinner {
    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

@-webkit-keyframes letters-loading {
    0%,
    75%,
    100% {
        opacity: 0;
        transform: rotateY(-90deg);
    }
    25%,
    50% {
        opacity: 1;
        transform: rotateY(0deg);
    }
}

@keyframes letters-loading {
    0%,
    75%,
    100% {
        opacity: 0;
        transform: rotateY(-90deg);
    }
    25%,
    50% {
        opacity: 1;
        transform: rotateY(0deg);
    }
}

@keyframes loaderspin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes tpswing {
    0% {
        -webkit-transform: rotate(20deg);
        -ms-transform: rotate(20deg);
        transform: rotate(20deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes width {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}

@-webkit-keyframes width {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}

@-webkit-keyframes loaderspin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes loaderpulse {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.2);
    }
}

@keyframes rounded {
    50% {
        transform: rotate(20deg);
    }
}

@keyframes cir36 {
    100% {
        transform: rotate(360deg);
    }
}

.float-bob-y {
    -webkit-animation-name: float-bob-y;
    animation-name: float-bob-y;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@-webkit-keyframes float-bob-y {
    0% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
}

@keyframes float-bob-y {
    0% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
}

.float-bob-x {
    -webkit-animation-name: float-bob-x;
    animation-name: float-bob-x;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@-webkit-keyframes float-bob-x {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(30px);
    }
    50% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
    100% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }
}

@keyframes float-bob-x {
    0% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }
    50% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
    100% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }
}

@keyframes bounce-x {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.bounce-x {
    -webkit-animation: bounce-x 7s infinite linear;
    animation: bounce-x 7s infinite linear;
}

@keyframes criss-cross-left {
    0% {
        left: -20px;
    }
    50% {
        left: 50%;
        width: 20px;
        height: 20px;
    }
    100% {
        left: 50%;
        width: 375px;
        height: 375px;
    }
}

@keyframes criss-cross-right {
    0% {
        right: -20px;
    }
    50% {
        right: 50%;
        width: 20px;
        height: 20px;
    }
    100% {
        right: 50%;
        width: 375px;
        height: 375px;
    }
}

@keyframes rotated2 {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(-360deg);
    }
}

@keyframes wave {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(-25%);
    }
    100% {
        transform: translateX(-50%);
    }
}

/*img-animation**********************/

.img-custom-anim-left {
    animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
    opacity: 0;
}

@keyframes img-anim-left {
    0% {
        transform: translateX(-5%);
        clip-path: inset(0 100% 0 0);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

.img-custom-anim-right {
    animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
    opacity: 0;
}

@keyframes img-anim-right {
    0% {
        transform: translateX(5%);
        clip-path: inset(0 0 0 100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

.img-custom-anim-left {
    animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
    opacity: 0;
}

@keyframes img-anim-left {
    0% {
        transform: translateX(-5%);
        clip-path: inset(0 100% 0 0);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

.img-custom-anim-top {
    animation: img-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
    opacity: 0;
}

@keyframes img-anim-top {
    0% {
        transform: translateY(-5%);
        clip-path: inset(0 0 100% 0);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

.img-custom-anim-bottom {
    animation: img-anim-bottom 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
    opacity: 0;
}

@keyframes moving {
    0% {
        transform: translatey(0px);
    }
    20% {
        transform: translateX(-50px);
    }
    50% {
        transform: translatey(-40px);
    }
    100% {
        transform: translatey(0px);
    }
}

@keyframes translateX2 {
    0% {
        -webkit-transform: translateX(-30px);
        -moz-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
        -o-transform: translateX(-30px);
        transform: translateX(-30px);
    }
    100% {
        -webkit-transform: translatXY(20px);
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -o-transform: translateX(20px);
        transform: translateX(20px);
    }
}

@keyframes translateY2 {
    0% {
        -webkit-transform: translateY(-30px);
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -o-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    100% {
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -o-transform: translateY(20px);
        transform: translateY(20px);
    }
}

@keyframes arryLeftRight {
    0% {
        transform: translateX(-10px);
    }
    100% {
        transform: translateX(10px);
    }
}

.animation__arryLeftRight {
    animation: arryLeftRight 2s ease infinite alternate;
}

@keyframes shine {
    from {
        -webkit-mask-position: 150%;
    }
    to {
        -webkit-mask-position: -50%;
    }
}

.sponsor-section {
    border-radius: 0px 0px 16px 16px;
    background: rgba(255, 255, 255, 0.17);
    backdrop-filter: blur(25px);
}

.sponsor-section.style1 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 12px 0;
}

.sponsor-item {
    max-width: 99px;
    height: 75px;
}

.sponsor-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.brand-wrapper-4 {
    margin-bottom: 60px;
    margin-top: -100px;
    position: relative;
    z-index: 99;
}

@media (max-width: 991px) {
    .brand-wrapper-4 {
        margin-top: 80px;
    }
}

.brand-wrapper-4 .video-thumb {
    position: relative;
}

.brand-wrapper-4 .video-thumb .video-btn {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 64px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--white);
}

.brand-wrapper-4 .video-thumb img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

.contact-content1 {
    background-color: var(--white);
    border-radius: 24px;
    padding: 50px 80px;
    margin-left: -30px;
    z-index: 1;
    position: relative;
}

.contact-thumb1 {
    position: relative;
}

.contact-thumb1 .cont {
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.65);
    backdrop-filter: blur(10px);
    max-width: 470px;
    padding: 24px 38px;
    position: absolute;
    bottom: 70px;
    left: 95px;
}

.form__grp .form-control {
    font-size: 15px;
    color: var(--text);
    border: none;
    border-bottom: 1px solid var(--border);
    border-radius: 0;
    padding: 0;
    padding-bottom: 14px;
    outline: none;
}

.form__grp .form-control:focus {
    outline: none;
    box-shadow: none;
}

.mail-address-items {
    padding: 48px 32px;
    border-radius: 24px;
    border: 1px solid var(--color-Border, #dde4e3);
    background: #fff;
    transition: all 0.4s;
}

.mail-address-items:hover {
    border-color: var(--theme);
}

@media (max-width: 1399px) {
    .mail-address-items {
        padding: 40px 20px;
    }
}

@media (max-width: 1199px) {
    .mail-address-items {
        padding: 32px 19px;
    }
}

@media (max-width: 1199px) {
    .contact-content1 {
        padding: 24px 22px;
        margin-left: 0px;
        z-index: 1;
        position: relative;
    }
    .contact-thumb1 .cont {
        bottom: initial;
        top: 16px;
        left: 16px;
    }
}

@media (max-width: 575px) {
    .contact-thumb1 .cont {
        top: 5px;
        left: 5px;
        right: 5px;
        padding: 18px 16px;
    }
}

.hr-contact-section .container {
    max-width: 1693px;
}

.hr-contact-section .hr-contact-wrapper {
    border-radius: 16px 0 0 16px;
    background: #FFF;
}

.hr-contact-section .hr-contact-wrapper .contact-content1 {
    padding: 80px;
    margin-left: 0;
    border-radius: 0;
    background-color: transparent;
}

@media (max-width: 1199px) {
    .hr-contact-section .hr-contact-wrapper .contact-content1 {
        padding: 30px;
    }
}

.hr-contact-section .hr-contact-wrapper .contact-text {
    margin-top: 25px;
    max-width: 500px;
    margin-bottom: 50px;
}

.hr-contact-section .hr-contact-wrapper .gt-map-items .googpemap {
    position: relative;
}

.hr-contact-section .hr-contact-wrapper .gt-map-items .googpemap iframe {
    width: 100%;
    height: 756px;
    border-radius: 0 16px 16px 0;
}

.hr-contact-section .hr-contact-wrapper .gt-map-items .googpemap .location-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 42px;
    background: #FFF;
    width: 84px;
    height: 84px;
    line-height: 84px;
    text-align: center;
}

.law-contact-section {
    background-color: #606156;
    position: relative;
    z-index: 9;
}

.law-contact-section .stoke-text {
    color: rgba(255, 255, 255, 0.08);
    font-family: "Newsreader", sans-serif;
    font-size: 258.441px;
    font-style: normal;
    font-weight: 300;
    line-height: 114%;
    text-transform: uppercase;
    position: absolute;
    right: -200px;
    top: 40px;
    z-index: -1;
}

@media (max-width: 1199px) {
    .law-contact-section .stoke-text {
        display: none;
    }
}

.law-contact-section .section-title-3 span {
    background-color: #9B895F;
}

.law-contact-section .sec-text {
    max-width: 265px;
    width: 100%;
}

.law-contact-section .sec-text a {
    color: var(--white) !important;
}

.law-contact-section form {
    margin-top: 60px;
}

.law-contact-section form .form-clt input,
.law-contact-section form .form-clt textarea {
    width: 100%;
    border: 1px solid #78796F;
    background: #68695E;
    outline: none;
    padding: 20px 24px;
    line-height: 1;
    font-size: 18px;
    font-family: "Urbanist", sans-serif;
    color: rgba(255, 255, 255, 0.8);
}

.law-contact-section form .form-clt input::placeholder,
.law-contact-section form .form-clt textarea::placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.law-contact-section form .form-clt textarea {
    padding-bottom: 135px;
}

.law-contact-section form .theme-btn-2 {
    background-color: var(--white);
    color: var(--header3);
}

.law-contact-section form .theme-btn-2::before {
    background-color: var(--theme7);
}

.law-contact-section form .theme-btn-2:hover {
    color: var(--white);
}

.law-contact-section form .theme-btn-2:hover svg path {
    fill: var(--white);
}

.choose-items {
    padding: 32px 32px;
    transition: all 0.4s;
}

.choose-items:hover {
    background-color: rgba(179, 231, 23, 0.2392156863);
}

@media (max-width: 1399px) {
    .choose-items {
        padding: 24px 20px;
    }
}

@media (max-width: 767px) {
    .choose-items {
        padding: 20px 18px;
    }
}

.choose-thumb-wrap .boxes {
    max-width: 571px;
    margin-left: auto;
}

.choose-thumb-wrap .text-circles {
    position: absolute;
    left: -60px;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 767px) {
    .choose-thumb-wrap .text-circles {
        left: 10px;
        top: initial;
        bottom: 10px;
    }
}

.text-circles {
    width: 134px;
    height: 134px;
    border-radius: 50%;
    fill: rgba(255, 255, 255, 0.65);
    stroke-width: 0.863px;
    stroke: var(--color-Border, #DDE4E3);
    backdrop-filter: blur(12.9473676682px);
    background-color: rgba(255, 255, 255, 0.65);
}

.text-circles .circle360 {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    transform: translate(-50%, -50%);
    animation: circle360 10s linear infinite;
}

.text-circles .shapee {
    transform: translate(-50%, -50%);
}

@keyframes circle360 {
    0% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.choose-wrapper-section {
    /* max-width: 1770px; */
    margin: 0 auto;
    position: absolute;
    text-align: center;
    z-index: -1;
     width: 100%;
  max-width: clamp(990px, 93.01vw, 1770px);
  top:-30px;
}

.choose-wrapper-section img {
    width: 100%;
    height: 600px;
    filter: brightness(0.97);
}

.faq-content_wrap {
    padding: 50px 55px;
    position: relative;
    z-index: 1;
}

.faq-content_wrap .faq-shape1 {
    position: absolute;
    right: 30px;
    bottom: 30px;
    z-index: -1;
}

@media (max-width: 767px) {
    .faq-content_wrap {
        padding: 22px 20px;
    }
}

.accordion-style1 {
    border-radius: 10px;
    overflow: hidden;
}

.accordion-style1 .accordion-item {
    border-radius: 0px 0px 0px 0px;
    background: rgba(255, 255, 255, 0.59);
    box-shadow: 8px 8px 32px 0px rgba(36, 12, 135, 0.08);
    backdrop-filter: blur(5px);
    border: unset;
}

.accordion-style1 .accordion-item .accordion-header .accordion-button {
    font-size: 16px;
    font-weight: 600;
    color: var(--theme4);
    padding-top: 12px;
    padding-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.accordion-style1 .accordion-item .accordion-header .accordion-button::after {
    display: none;
}

.accordion-style1 .accordion-item .accordion-header .accordion-button .cus-icon {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--theme4);
}

.accordion-style1 .accordion-item .accordion-header .accordion-button.collapsed .cus-icon {
    background-color: var(--white);
    transition: all 0.5s;
}

.accordion-button:focus {
    z-index: 3;
    border-color: none;
    outline: 0;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    color: var(--theme4);
    background-color: transparent;
    box-shadow: none;
}

.accordion-button:not(.collapsed) .cus-icon {
    background-color: var(--theme4) !important;
    color: var(--theme) !important;
    transform: rotate(180deg);
}

.pricing-wrapper1 {
    max-width: 1765px;
    margin: 0 auto;
    /* background: url(../../assets/img/element/pricing-bg.png) no-repeat center center; */
    background-size: cover;
    background:linear-gradient(90deg, #f3f3f3 0%, #EFECE8 100%);
        
        z-index: -1;
}

.pricing-plan-items {
    padding: 24px;
    overflow: hidden;
    position: relative;
}

.pricing-plan-items .popular-badge {
    position: absolute;
    right: 0;
    top: 0;
}

.pricing-plan-items.groth-itemw .theme-btn {
    background: var(--theme4) !important;
    color: var(--white) !important;
}

.pricing-plan-items.groth-itemw .theme-btn i {
    color: var(--white) !important;
}

@media (max-width: 1199px) {
    .pricing-plan-items {
        padding: 29px 22px;
    }
}

.accordion-style2 {
    border-radius: 16px 16px 16px 16px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 8px 8px 32px 0px rgba(36, 12, 135, 0.08);
    backdrop-filter: blur(5px);
    padding: 12px;
}

.accordion-style2 .accordion-item {
    background: rgba(255, 255, 255, 0.59);
    box-shadow: 8px 8px 32px 0px rgba(36, 12, 135, 0.08);
    backdrop-filter: blur(5px);
}

.accordion-style2 .accordion-button:not(.collapsed) {
    color: var(--black);
    background-color: transparent;
    box-shadow: none;
}

.accordion-style2 .accordion-button:not(.collapsed) .cus-icon {
    background-color: var(--theme2) !important;
    color: var(--white) !important;
}

@media (max-width: 1199px) {
    .accordion-style2 {
        padding: 0;
    }
}

.pricing-section3 {
    margin-top: -75px;
}

.pricing-plan-items3 {
    border-radius: 16px;
    background: #fff;
    box-shadow: 8px 8px 32px 0px rgba(36, 12, 135, 0.07);
}

.pricing-plan-items3 h4,
.pricing-plan-items3 p,
.pricing-plan-items3 h2,
.pricing-plan-items3 span,
.pricing-plan-items3 a,
.pricing-plan-items3 ul,
.pricing-plan-items3 li,
.pricing-plan-items3 svg {
    color: var(--black) !important;
}

.pricing-plan-items3 svg path {
    fill: rgba(31, 29, 29, 0.59);
}

.pricing-plan-items3.growth-items {
    background-color: var(--theme3) !important;
}

.pricing-plan-items3.growth-items ul li {
    color: var(--white) !important;
}

.pricing-plan-items3.growth-items h4,
.pricing-plan-items3.growth-items p,
.pricing-plan-items3.growth-items h2,
.pricing-plan-items3.growth-items span,
.pricing-plan-items3.growth-items ul,
.pricing-plan-items3.growth-items li,
.pricing-plan-items3.growth-items svg {
    color: var(--white) !important;
}

.pricing-plan-items3.growth-items svg path {
    fill: rgb(255, 255, 255);
}

.pricing-plan-items3.growth-items-theme {
    background-color: var(--theme) !important;
}

.pricing-plan-items3.growth-items-theme ul li {
    color: var(--theme4) !important;
}

.pricing-plan-items3.growth-items-theme h4,
.pricing-plan-items3.growth-items-theme p,
.pricing-plan-items3.growth-items-theme h2,
.pricing-plan-items3.growth-items-theme span,
.pricing-plan-items3.growth-items-theme ul,
.pricing-plan-items3.growth-items-theme li,
.pricing-plan-items3.growth-items-theme svg {
    color: var(--theme4) !important;
}

.pricing-plan-items3.growth-items-theme svg path {
    fill: var(--theme4);
}

.pricing-plan-items3.growth-items-theme .theme-btn {
    background-color: var(--theme4) !important;
    color: var(--white) !important;
    border-color: var(--theme4) !important;
}

.pricing-plan-items3:hover .theme-btn {
    background-color: var(--black) !important;
    color: var(--white) !important;
}

.pricing-bg3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.feature-sub-item {
    padding: 20px 22px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 8px 8px 32px 0px rgba(36, 12, 135, 0.08);
}

@media (max-width: 1399px) {
    .feature-sub-item {
        padding: 20px 19px;
    }
}

.feature-bg {
    height: 672px;
    width: 100%;
    z-index: -1;
}

@media (max-width: 991px) {
    .feature-bg {
        height: 100%;
    }
}

.insight-section {
    margin-left: 120px;
}

@media (max-width: 1399px) {
    .insight-section {
        margin-left: 0;
    }
}

.insight-items3 {
    padding: 16px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 8px 8px 32px 0px rgba(36, 12, 135, 0.09);
    backdrop-filter: blur(2.5px);
    transition: all 0.3s;
    height: 100% !important;
    margin: 10px 9px 35px;
}

.insight-items3:hover {
    background-color: var(--theme3) !important;
}

.insight-items3:hover .content .badge-cus {
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.23);
    background: rgba(255, 255, 255, 0.22);
    color: var(--white);
}

.insight-items3:hover .content h4,
.insight-items3:hover .content a {
    color: var(--white);
}

.insight-items3:hover .content .hover-theme1 {
    background-color: var(--white) !important;
    color: var(--theme) !important;
}

@media (max-width: 1399px) {
    .insight-items3 {
        padding: 14px;
    }
}

@media (max-width: 1600px) {
    .insight-items3 h4 a {
        font-size: 16px;
    }
    .insight-items3 .badge-cus {
        font-size: 11px;
    }
}

.feature-section-4 {
    position: relative;
}

.feature-section-4 .container {
    max-width: 1695px;
}

.feature-section-4 .text-stoke {
    position: absolute;
    bottom: 8%;
    right: 0;
    line-height: 1;
    z-index: 2;
}

@media (max-width: 1399px) {
    .feature-section-4 .text-stoke {
        display: none;
    }
}

.feature-wrapper-4 .feature-left-items {
    margin-right: 60px;
}

@media (max-width: 1399px) {
    .feature-wrapper-4 .feature-left-items {
        margin-right: 0;
    }
}

.feature-wrapper-4 .feature-left-items .section-title-2 h6 {
    color: var(--theme6);
}

.feature-wrapper-4 .feature-left-items .section-title-2 h6::before {
    background-color: var(--theme6);
}

.feature-wrapper-4 .feature-left-items .feature-text {
    margin-top: 25px;
    max-width: 648px;
    margin-bottom: 10px;
    font-family: "Urbanist", sans-serif;
}

.feature-wrapper-4 .feature-left-items .feature-box {
    margin-top: 30px;
    background-color: var(--white);
    padding: 24px 32px;
    text-align: center;
    border-radius: 9px;
}

.feature-wrapper-4 .feature-left-items .feature-box h4 {
    margin-top: 10px;
    font-family: "Urbanist", sans-serif;
}

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

.feature-wrapper-4 .feature-left-items .bottom-items .btn-4 {
    background: var(--theme6);
    color: #1D1543;
    font-weight: 700;
    border-radius: 12px;
    margin-top: 48px;
}

.feature-wrapper-4 .feature-left-items .bottom-items .btn-4 i {
    border-radius: 8px !important;
    transform: rotate(0deg) !important;
    background-color: #6A52E0 !important;
    color: #fff !important;
    gap: 12px !important;
}

.feature-wrapper-4 .feature-left-items .bottom-items .btn-4:hover {
    color: var(--white);
}

.feature-wrapper-4 .feature-left-items .bottom-items .counter-box {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 40px;
}

.feature-wrapper-4 .feature-left-items .bottom-items .counter-box h2 {
    font-size: 64px;
    font-weight: 400;
    font-family: "Urbanist", sans-serif;
    color: var(--white);
}

.feature-wrapper-4 .feature-left-items .bottom-items .counter-box p {
    font-family: "Urbanist", sans-serif;
    color: var(--white);
    font-style: italic;
    max-width: 150px;
}

.feature-wrapper-4 .feature-right-items .feature-image {
    max-width: 832px;
}

.feature-wrapper-4 .feature-right-items .feature-image img {
    border-radius: 16px;
    width: 100%;
    height: 100%;
}

.hr-progress-wrapper {
    position: relative;
}

.hr-progress-wrapper .vec-line {
    position: absolute;
    top: 30%;
    text-align: center;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 1199px) {
    .hr-progress-wrapper .vec-line {
        display: none;
    }
}

.hr-work-progress-box {
    margin-top: 30px;
    text-align: center;
}

.hr-work-progress-box .icon {
    border-radius: 144px;
    background: rgba(106, 82, 224, 0.07);
    backdrop-filter: blur(10px);
    width: 96px;
    height: 96px;
    line-height: 96px;
    text-align: center;
    border-radius: 50%;
    margin: 0 auto;
}

.hr-work-progress-box .content {
    margin-top: 30px;
}

.hr-work-progress-box .content h3 {
    font-family: "Urbanist", sans-serif;
    color: var(--header2);
    margin-bottom: 15px;
}

.hr-work-progress-box .content p {
    color: #4C495C;
    font-family: "Urbanist", sans-serif;
}

.mission-box-items {
    margin-top: 30px;
    padding-top: 40px;
    padding-left: 40px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

@media (max-width: 1199px) {
    .mission-box-items {
        padding: 0;
        border: none;
    }
}

.mission-box-items.bb-right-none {
    border-right: none;
}

.mission-box-items .content {
    margin-top: 30px;
}

.mission-box-items .content h3 {
    font-size: 24px;
    font-family: "Urbanist", sans-serif;
    color: var(--header3);
    margin-bottom: 15px;
}

.mission-box-items .content p {
    max-width: 250px;
    font-size: 18px;
    font-weight: 400;
    font-family: "Urbanist", sans-serif;
    color: #0D0D0D;
}

.legal-sector-section {
    background: #F5F5F5;
}

.legal-list-area {
    margin-top: 30px;
    margin-right: 40px;
}

@media (max-width: 1199px) {
    .legal-list-area {
        margin-right: 0;
    }
}

.legal-list-area .legal-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    border-top: 1px solid #0D0D0D;
    padding: 24px 0;
}

.legal-list-area .legal-list.border-bottom-style {
    border-bottom: 1px solid #0D0D0D;
}

.legal-list-area .legal-list h3 {
    font-size: 24px;
    font-family: "Urbanist", sans-serif;
    font-weight: 500;
    color: #0D0D0D;
    text-transform: capitalize;
}

@media (max-width: 991px) {
    .legal-list-area .legal-list h3 {
        font-size: 20px;
    }
}

.legal-list-area .legal-list .hover-image {
    width: 235px;
    height: 188px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(6.248deg);
    inset-inline-start: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: 75%;
    border-radius: 0;
    opacity: 0;
    transition: opacity 0.3s, transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    margin: -200px 0 0 -50px;
    overflow: hidden;
    pointer-events: none;
    z-index: 2;
    visibility: hidden;
}

.legal-list-area .legal-list:hover h3 {
    color: var(--theme7);
}

.legal-list-area .legal-list:hover svg path {
    fill: var(--theme7);
}

.legal-list-area .legal-list:hover .hover-image {
    opacity: 1;
    visibility: visible;
}

.regal-image {
    margin-top: 30px;
}

.regal-image img {
    width: 100%;
    height: 100%;
}

.footer-widget-wrapper {
    background: url(../../assets/img/footer/footer-bg.png) no-repeat center center;
    background-size: cover;
    max-width: 1762px;
    border-radius: 30px;
    margin: 0 auto;
}

.socal-icon {
    display: flex;
    gap: 6px;
    align-items: center;
}

.socal-icon a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 30px;
    display: inline-block;
    text-align: center;
    transition: all 0.5s;
}

.socal-icon a:hover {
    color: var(--white);
}

.socal-icon.style1 a {
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--white);
}

.socal-icon.style1 a:hover {
    background: var(--theme);
    color: var(--theme4);
}

.footer-logo {
    max-width: 180px;
}

.footer-logo img {
    width: 100%;
}

.footer-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 80px 0 50px;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 39px 0;
}

.footer-bottom .footer-list {
    display: flex;
    align-items: center;
    gap: 9px 32px;
}

.footer-bottom .footer-list li {
    font-size: 18px;
}

.footer-bottom .footer-list li a {
    color: var(--white);
    transition: all 0.5s;
}

.footer-bottom .footer-list li a i {
    transition: all 0.4s;
}

.footer-bottom .footer-list li a:hover {
    color: var(--theme);
}

.footer-bottom .footer-list li a:hover i {
    transform: rotate(0);
}

.footer-middle {
    padding: 64px 0;
}

.footer-middle .search-widget {
    display: flex;
    align-items: center;
}

.rot180 {
    transform: rotate(-38deg);
}

@media screen and (max-width: 991px) {
    .footer-middle {
        padding: 40px 0;
    }
    .footer-bottom {
        padding: 24px 0;
    }
    .footer-bottom .footer-list {
        gap: 9px 32px;
    }
    .footer-header {
        padding: 60px 0 40px;
    }
}

.footer-section2 {
    background-color: #043A1F;
    margin: 11px;
    border-radius: 0 0 30px 30px;
}

.footer-section2 .footer-inner2 {
    padding: 60px 0;
}

@media (max-width: 1199px) {
    .footer-section2 .footer-inner2 {
        padding: 40px 0;
    }
}

.footer-section3 {
    background: url(../../assets/img/footer/footer-bg2.png) no-repeat center center;
    background-size: cover;
}

.social-style3 a {
    background-color: var(--white);
}

.social-style3 a:hover {
    background: var(--theme3);
    color: var(--white);
}

.E9ECF3-bg {
    background-color: #E9ECF3;
}

.hr-footer-section {
    padding: 100px 0 80px;
    position: relative;
}

.hr-footer-section::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(255, 255, 255, 0.15);
    width: 1px;
    height: 100%;
    left: 43%;
    right: initial;
    transform: translateX(-50%);
}

@media (max-width: 1199px) {
    .hr-footer-section::before {
        display: none;
    }
}

.hr-footer-section .container {
    max-width: 1693px;
}

.hr-footer-wrapper .footer-logo {
    display: inline-block;
    margin-bottom: 40px;
}

.hr-footer-wrapper .hr-footer-left-items ul {
    display: flex;
    align-items: center;
    gap: 65px;
    margin-left: 10px;
}

.hr-footer-wrapper .hr-footer-left-items ul li .contact-list h4 {
    color: #FFF;
    font-family: var(--theme);
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 14px;
}

.hr-footer-wrapper .hr-footer-left-items ul li .contact-list p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    font-weight: 500;
    line-height: 160%;
    max-width: 250px;
}

.hr-footer-wrapper .hr-footer-left-items form {
    margin-top: 45px;
    max-width: 530px;
    width: 100%;
}

.hr-footer-wrapper .hr-footer-left-items .form-clt {
    position: relative;
}

.hr-footer-wrapper .hr-footer-left-items .form-clt input {
    width: 100%;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.17);
    background: #FFF;
    outline: none;
    padding: 16px 26px;
}

.hr-footer-wrapper .hr-footer-left-items .form-clt button {
    background-color: var(--theme5);
    border-radius: 8px;
    color: var(--white);
    font-size: 15px;
    font-weight: 600;
    font-family: "Urbanist", sans-serif;
    padding: 12px 24px;
    position: absolute;
    bottom: 5px;
    right: 5px;
    top: 5px;
    transition: all 0.4s ease-in-out;
}

.hr-footer-wrapper .hr-footer-left-items .form-clt button:hover {
    background-color: var(--header);
}

.hr-footer-wrapper .hr-footer-left-items .form-clt button i {
    margin-left: 6px;
    transform: rotate(-45deg);
}

.hr-footer-wrapper .hr-footer-left-items .copyright-text {
    font-size: 16px;
    color: var(--white);
    font-family: "Urbanist", sans-serif;
    padding-top: 120px;
}

@media (max-width: 1199px) {
    .hr-footer-wrapper .hr-footer-left-items .copyright-text {
        padding-top: 30px;
    }
}

.hr-footer-wrapper .footer-top-content {
    display: flex;
    align-items: center;
    padding: 0 100px;
    padding-bottom: 100px;
    justify-content: space-between;
    position: relative;
}

@media (max-width: 1600px) {
    .hr-footer-wrapper .footer-top-content {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media (max-width: 1199px) {
    .hr-footer-wrapper .footer-top-content {
        flex-wrap: wrap;
        gap: 30px;
        padding: 0 0;
    }
}

.hr-footer-wrapper .footer-top-content::before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 1000%;
    content: "";
    height: 1px;
    background: rgba(255, 255, 255, 0.15);
}

@media (max-width: 1199px) {
    .hr-footer-wrapper .footer-top-content::before {
        display: none;
    }
}

.hr-footer-wrapper .footer-top-content h2 {
    color: #FFF;
    font-family: "Urbanist", sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.96px;
}

.hr-footer-wrapper .footer-top-content h2 span {
    color: #FFF;
    font-family: "Instrument Serif";
    font-size: 48px;
    font-style: italic;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.96px;
}

.hr-footer-wrapper .footer-top-content .footer-btn {
    display: inline-block;
    color: #1A1438;
    font-family: "Urbanist", sans-serif;
    font-size: 16px;
    font-weight: 700;
    padding: 16px 40px;
    background-color: var(--theme6);
    border-radius: 12px;
}

.hr-footer-wrapper .footer-top-content .footer-btn:hover {
    background-color: var(--header);
    color: var(--white);
}

.hr-footer-wrapper .footer-top-content .footer-btn i {
    margin-left: 10px;
    transform: rotate(-45deg);
}

.hr-footer-wrapper .footer-list-right {
    padding-top: 50px !important;
    padding: 0 100px;
}

@media (max-width: 1600px) {
    .hr-footer-wrapper .footer-list-right {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media (max-width: 1199px) {
    .hr-footer-wrapper .footer-list-right {
        padding-left: 0;
        padding-right: 0;
    }
}

.hr-footer-wrapper .footer-list-right .footer-item-list .weight-head {
    margin-bottom: 15px;
}

.hr-footer-wrapper .footer-list-right .footer-item-list .weight-head h4 {
    color: #FFF;
    font-family: "Urbanist", sans-serif;
    font-size: 20px;
    font-weight: 600;
}

.hr-footer-wrapper .footer-list-right .footer-item-list .footer-contactss ul li {
    font-family: "Urbanist", sans-serif;
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
}

.hr-footer-wrapper .footer-list-right .footer-item-list .footer-contactss ul li:not(:last-child) {
    margin-bottom: 10px;
}

.hr-footer-wrapper .footer-list-right .footer-item-list .footer-contactss ul li i {
    color: var(--theme6);
    margin-right: 8px;
}

.hr-footer-wrapper .footer-list-right .footer-item-list .footer-contactss ul li a {
    color: rgba(255, 255, 255, 0.8);
}

.hr-footer-wrapper .footer-list-right .footer-item-list .footer-contactss .socal-icon {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 50px;
}

.hr-footer-wrapper .footer-list-right .footer-item-list .footer-contactss .socal-icon a {
    display: inline-block;
    border-radius: 27px;
    color: var(--white);
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.hr-footer-wrapper .footer-list-right .footer-item-list .footer-contactss .socal-icon a:hover {
    background-color: var(--white);
    color: var(--theme5);
}

.hr-footer-wrapper .footer-list-right .footer-item-list .list-area {
    display: flex;
    align-items: center;
    max-width: 410px;
    justify-content: space-between;
}

.hr-footer-wrapper .footer-list-right .footer-item-list .list-area .list-item li a {
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
    font-family: "Urbanist", sans-serif;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
}

.hr-footer-wrapper .footer-list-right .footer-item-list .list-area .list-item li a:hover {
    padding-left: 5px;
}

.hr-footer-wrapper .footer-list-right .footer-item-list .list-area .list-item li:not(:last-child) {
    margin-bottom: 10px;
}

.footer-section-5 .container {
    max-width: 1700px;
}

.footer-wrapper-5 {
    padding: 100px 0 100px;
    position: relative;
}

.footer-wrapper-5::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 35%;
    height: 100%;
    width: 1px;
    background: rgba(0, 0, 0, 0.15);
    content: "";
}

@media (max-width: 1399px) {
    .footer-wrapper-5::before {
        display: none;
    }
}

.footer-wrapper-5 .footer-left .r-text {
    text-align: right;
}

@media (max-width: 991px) {
    .footer-wrapper-5 .footer-left .r-text {
        display: none;
    }
}

.footer-wrapper-5 .footer-wrapper-right-5 .footer-wrapper-right-items {
    padding-left: 80px;
}

@media (max-width: 1399px) {
    .footer-wrapper-5 .footer-wrapper-right-5 .footer-wrapper-right-items {
        padding-left: 0;
    }
}

.footer-wrapper-5 .footer-wrapper-right-5 .footer-wrapper-right-items .widget-title {
    margin-bottom: 30px;
}

.footer-wrapper-5 .footer-wrapper-right-5 .footer-wrapper-right-items .widget-title h4 {
    color: #0D0D0D;
    font-family: "Urbanist", sans-serif;
    font-size: 20px;
    font-weight: 600;
}

.footer-wrapper-5 .footer-wrapper-right-5 .footer-wrapper-right-items .footer-content i {
    color: var(--theme7);
}

.footer-wrapper-5 .footer-wrapper-right-5 .footer-wrapper-right-items .footer-content .footer-text {
    color: #0D0D0D;
    font-family: "Urbanist", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 160%;
    max-width: 250px;
    margin-top: 50px;
}

.footer-wrapper-5 .footer-wrapper-right-5 .footer-wrapper-right-items .list-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 280px;
}

.footer-wrapper-5 .footer-wrapper-right-5 .footer-wrapper-right-items .list-area .list-item li a {
    color: #0D0D0D;
    text-align: center;
    font-family: "Urbanist", sans-serif;
    font-size: 18px;
    font-weight: 400;
    display: inline-block;
}

.footer-wrapper-5 .footer-wrapper-right-5 .footer-wrapper-right-items .list-area .list-item li a:hover {
    color: var(--theme7);
}

.footer-wrapper-5 .footer-wrapper-right-5 .footer-wrapper-right-items .list-area .list-item li:not(:last-child) {
    margin-bottom: 10px;
}

.footer-wrapper-5 .footer-wrapper-right-5 .footer-wrapper-right-items .form-clt {
    position: relative;
}

.footer-wrapper-5 .footer-wrapper-right-5 .footer-wrapper-right-items .form-clt input {
    outline: none;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.17);
    background: #FFF;
    padding: 12px 24px;
}

.footer-wrapper-5 .footer-wrapper-right-5 .footer-wrapper-right-items .form-clt button {
    background-color: var(--theme7);
    color: var(--white);
    text-align: center;
    width: 47px;
    height: 47px;
    text-align: center;
    position: absolute;
    top: 6px;
    right: 6px;
    bottom: 0;
}

.footer-bottom-5 {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    padding: 20px 0;
}

.footer-bottom-5 .footer-bottom-wrapper-5 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 575px) {
    .footer-bottom-5 .footer-bottom-wrapper-5 {
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
    }
}

.footer-bottom-5 .footer-bottom-wrapper-5 p {
    color: #0D0D0D;
    font-family: "Urbanist", sans-serif;
    font-size: 16px;
    font-weight: 500;
}

.footer-bottom-5 .footer-bottom-wrapper-5 .socal-icon a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 27px;
    border: 1px solid rgba(13, 13, 13, 0.1);
    color: var(--header3);
}

.footer-bottom-5 .footer-bottom-wrapper-5 .socal-icon a:hover {
    background-color: var(--theme7);
    color: var(--white);
}

.hr-footer-section {
    position: relative;
}

.hr-footer-section .stoke-text {
    -webkit-text-stroke-width: 1.87px;
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.09);
    font-family: "Urbanist", sans-serif;
    font-size: 308.196px;
    font-weight: 900;
    letter-spacing: -6.164px;
    color: transparent;
    position: absolute;
    bottom: 160px;
    left: 70px;
    pointer-events: none;
}

@media (max-width: 1199px) {
    .hr-footer-section .stoke-text {
        display: none;
    }
}

@media (min-width: 1400px) {
    .header-section .container {
        max-width: 1765px;
        margin: 0 auto;
    }
}

.header-section.style1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: transparent;
    border-bottom: 1px solid rgba(28, 75, 66, 0.14);
    padding: 22px 0;
}

.header-section.style1 .header-hamburger-inner {
    gap: 39px;
}

@media (max-width: 1600px) {
    .header-section.style1 .header-hamburger-inner {
        gap: 14px;
    }
}

.header-section.header-white {
    margin-top: 11px;
}

@media (min-width: 1200px) {
    .header-section.header-white .main-menu ul li a {
        color: var(--white);
    }
    .header-section.header-white .main-menu ul li a:hover {
        background: rgba(255, 255, 255, 0.2);
        color: var(--white) !important;
    }
}

.header-section.header-white.sticky {
    margin-top: 0 !important;
    background: var(--theme2) !important;
}

@media (min-width: 1200px) {
    .header-section.style3 .main-menu ul li a {
        color: #000;
    }
    .header-section.style3 .main-menu ul li a:hover {
        background: var(--white);
        color: var(--theme3) !important;
    }
}

.header-section .search-icon:hover {
    background: transparent !important;
}

.header-sections {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: transparent;
}

.header-5 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

.header-5 .container {
    max-width: 1700px;
}

.header-4 .header-main .main-menu ul li a {
    color: var(--white) !important;
}

.header-4 .mean__menu-wrapper {
    border-radius: 50px;
    background: rgba(0, 0, 0, 0.1);
}

.header-4 .mean__menu-wrapper .main-menu ul li a {
    padding: 18px 20px 18px;
}

.header-4 .mean__menu-wrapper .main-menu ul li a:hover {
    background-color: #DCFD7D;
    color: #1A1438 !important;
}

.header-4 .header-main .main-menu ul li .submenu li>a {
    color: #1A1438 !important;
}

.header-4 .header-main .main-menu ul li .submenu li:hover>a {
    background-color: #DCFD7D;
    color: #1A1438 !important;
}

.header-4 .header-hamburger-inner .theme-btn {
    background: rgba(255, 255, 255, 0.14);
}

.header-4 .header-hamburger-inner .theme-btn i {
    background: rgba(255, 255, 255, 0.25) !important;
    color: var(--white) !important;
}

.header-4 .header-hamburger-inner .theme-btn::before {
    background-color: var(--white) !important;
}

.header-4 .header-hamburger-inner .theme-btn:hover {
    color: var(--header) !important;
}

.header-4 .header-hamburger-inner .theme-btn:hover i {
    color: var(--white) !important;
    background-color: #6A52E0 !important;
}

.header-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-main .header-logo {
    width: 160px;
}

.header-main .header-logo img {
    width: 100%;
}

.header-main .main-menu ul {
    margin-bottom: 0;
}

.header-main .main-menu ul li {
    position: relative;
    list-style: none;
    display: inline-block;
}

.header-main .main-menu ul li a {
    display: inline-block;
    font-size: 15px;
    line-height: 120%;
    font-weight: 600;
    color: var(--text);
    padding: 10px 20px 12px;
    border-radius: 30px;
    text-align: left;
    font-family: "Plus Jakarta Sans", sans-serif;
    position: relative;
    text-transform: capitalize;
    transition: all 0.4s ease-in-out;
}

.header-main .main-menu ul li a i {
    font-size: 16px;
}

.header-main .main-menu ul li a:hover {
    background-color: var(--white);
    color: var(--text) !important;
}

@media (max-width: 1600px) {
    .header-main .main-menu ul li a {
        padding: 8px 16px 10px !important;
    }
}

.header-main .main-menu ul li .submenu {
    position: absolute;
    top: 100%;
    inset-inline-start: 0;
    width: 200px;
    background: var(--white);
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    transform-origin: top center;
    color: var(--text);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    transform: translateY(10px);
    transition: all 0.4s ease-in-out;
}

.header-main .main-menu ul li .submenu li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}

.header-main .main-menu ul li .submenu li a {
    position: relative;
    z-index: 11;
    font-size: 14px;
    font-weight: 600;
    color: var(--text);
    padding: 0 18px;
    padding-bottom: 11px;
    padding-top: 9px;
    width: 100%;
    border-bottom: 1px solid #eeeeee;
    border-radius: 0 !important;
}

.header-main .main-menu ul li .submenu li:last-child a {
    border: none;
}

.header-main .main-menu ul li .submenu li .submenu {
    inset-inline-start: 100%;
    top: 0;
    visibility: hidden;
    opacity: 0;
}

.header-main .main-menu ul li .submenu li:hover>a {
    background: var(--text);
    color: var(--white) !important;
}

.header-main .main-menu ul li .submenu li:hover>a::after {
    color: var(--theme);
}

.header-main .main-menu ul li .submenu li:hover>.submenu {
    -webkit-transform: translateY(1);
    -moz-transform: translateY(1);
    -ms-transform: translateY(1);
    -o-transform: translateY(1);
    transform: translateY(1);
    visibility: visible;
    opacity: 1;
}

.header-main .main-menu ul li .submenu li.has-dropdown>a::after {
    position: absolute;
    top: 50%;
    inset-inline-end: 25px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: var(--theme);
}

.header-main .main-menu ul li .has-homemenu {
    width: 900px;
    padding: 30px 30px 10px 30px;
    opacity: 0;
    left: calc(100% - 300px);
    visibility: hidden;
    padding: 20px 20px 20px 20px;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: space-between;
}

@media (max-width: 991px) {
    .header-main .main-menu ul li .has-homemenu .homemenu-items {
        flex-wrap: wrap;
    }
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu {
    position: relative;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb {
    position: relative;
    width: 100%;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    gap: 10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    margin-top: 20px;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn {
    padding: 8px 14px 8px;
    background: var(--theme) !important;
    color: var(--white) !important;
    width: initial;
    font-size: 12px !important;
    text-align: center;
    border-radius: 100px !important;
    overflow: hidden;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn span {
    font-size: 14px;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn:hover {
    color: var(--white) !important;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover::before {
    visibility: visible;
    opacity: 1;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover .demo-button {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover.homemenu-btn {
    opacity: 1;
    visibility: visible;
    bottom: 50%;
    transform: translateY(50%);
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb img {
    width: 100%;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-title {
    text-align: center;
    margin: 15px auto;
    display: inline-block;
    font-size: 16px;
}

@media (max-width: 1199px) {
    .header-main .main-menu ul li .has-homemenu {
        width: 1000px;
    }
}

.header-main .main-menu ul li:hover>a {
    color: var(--theme);
}

.header-main .main-menu ul li:hover>a::after {
    color: var(--theme);
}

.header-main .main-menu ul li:hover>.submenu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
}

.header-main .sidebar__toggle {
    cursor: pointer;
    width: 30px;
    font-size: 20px;
}

.header-main .sidebar__toggle img {
    width: 30px;
}

.header-main .sidebar__toggle.bars-white img {
    filter: contrast(0) brightness(2);
}

@media (max-width: 991px) {
    .header-main .header-logo {
        width: 170px;
        display: block;
    }
    .header-main .header-logo img {
        width: 100%;
        height: 100%;
    }
}

.sidebar__toggle {
    cursor: pointer;
}

.sticky {
    position: fixed !important;
    top: 0 !important;
    left: 0;
    width: 100%;
    z-index: 100;
    transition: all 0.9s;
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    background-color: var(--white) !important;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.sticky.header-4 {
    background-color: #6A52E0 !important;
}

.sticky.header-4 .main-menu ul li a {
    padding: 18px 20px 18px;
    color: var(--white) !important;
}

.sticky.header-4 .main-menu ul li a:hover {
    background-color: #DCFD7D;
    color: #1A1438 !important;
}

.sticky.header-4 .header-main .main-menu ul li .submenu li a {
    color: #1A1438 !important;
}

.sticky.header-5 {
    background-color: #606156 !important;
}

.offcanvas__info {
    background: var(--bg) none repeat scroll 0 0;
    border-left: 2px solid var(--theme);
    position: fixed;
    right: 0;
    top: 0;
    width: 400px;
    height: 100%;
    -webkit-transform: translateX(calc(100% + 80px));
    -moz-transform: translateX(calc(100% + 80px));
    -ms-transform: translateX(calc(100% + 80px));
    -o-transform: translateX(calc(100% + 80px));
    transform: translateX(calc(100% + 80px));
    -webkit-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
    -moz-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
    transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
    z-index: 99999;
    overflow-y: scroll;
    overscroll-behavior-y: contain;
    scrollbar-width: none;
}

.offcanvas__info::-webkit-scrollbar {
    display: none;
}

.offcanvas__info .social-icon a i {
    color: var(--black) !important;
}

.offcanvas__info.info-open {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.offcanvas__info.style-four {
    border-left: 2px solid var(--theme5);
}

.offcanvas__info.style-four .offcanvas__wrapper .offcanvas__content .text {
    color: var(--text);
}

.offcanvas__info.style-four .offcanvas__wrapper .offcanvas__content .offcanvas__close {
    background-color: var(--theme5);
}

.offcanvas__info.style-four .offcanvas__wrapper .offcanvas__content .offcanvas__close i {
    color: var(--white);
}

.offcanvas__info.style-four .offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li a {
    color: var(--text);
}

.offcanvas__info.style-four .offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon i {
    color: var(--theme5);
}

.offcanvas__info.style-four .offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-button {
    margin-top: 20px;
}

.offcanvas__info.style-four .offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-button .theme-btn {
    width: 100%;
    padding: 16px 40px;
    text-transform: capitalize !important;
    background: var(--theme5) !important;
    border-radius: 12px;
    overflow: hidden;
    padding: 9px 16px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.offcanvas__info.style-four .offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-button .theme-btn span,
.offcanvas__info.style-four .offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-button .theme-btn i {
    color: var(--header2) !important;
}

.offcanvas__info.style-four .offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a:hover {
    border-color: var(--theme5);
    background-color: var(--theme5);
    color: var(--white) !important;
}

.offcanvas__info.style-four .offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a:hover i {
    color: var(--white) !important;
}

.offcanvas__info.style-five {
    border-left: 2px solid var(--theme7);
}

.offcanvas__info.style-five .offcanvas__wrapper .offcanvas__content .text {
    color: var(--text);
}

.offcanvas__info.style-five .offcanvas__wrapper .offcanvas__content .offcanvas__close {
    background-color: var(--theme7);
}

.offcanvas__info.style-five .offcanvas__wrapper .offcanvas__content .offcanvas__close i {
    color: var(--white);
}

.offcanvas__info.style-five .offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li a {
    color: var(--text);
}

.offcanvas__info.style-five .offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon i {
    color: var(--theme7);
}

.offcanvas__info.style-five .offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-button {
    margin-top: 20px;
}

.offcanvas__info.style-five .offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-button .theme-btn-2 {
    width: 100%;
    text-align: center;
    justify-content: center;
}

.offcanvas__info.style-five .offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-button .theme-btn-2 span,
.offcanvas__info.style-five .offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-button .theme-btn-2 i {
    color: var(--header3) !important;
}

.offcanvas__info.style-five .offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a:hover {
    border-color: var(--theme7);
    background-color: var(--theme7);
    color: var(--white) !important;
}

.offcanvas__info.style-five .offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a:hover i {
    color: var(--white) !important;
}

.offcanvas__wrapper {
    position: relative;
    height: 100%;
    padding: 30px 30px;
}

.offcanvas__wrapper .offcanvas__content .text {
    color: var(--text);
}

.offcanvas__wrapper .offcanvas__content .offcanvas__close {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 4px;
    background-color: var(--theme);
    position: relative;
    z-index: 9;
    cursor: pointer;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__close i {
    color: var(--white);
    margin-top: 12px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact {
    margin-top: 20px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul {
    margin-top: 20px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li {
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 22px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li a {
    color: var(--text);
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li:not(:last-child) {
    margin-bottom: 8px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon {
    margin-right: 10px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon i {
    color: var(--theme);
    font-size: 18px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact span {
    text-transform: initial;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-button {
    margin-top: 20px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-button .theme-btn {
    width: 100%;
    padding: 16px 40px;
    text-transform: capitalize !important;
    background: var(--theme) !important;
    border-radius: 100px;
    overflow: hidden;
    padding: 9px 16px 10px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-button .theme-btn span,
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-button .theme-btn i {
    color: var(--white) !important;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon {
    margin-top: 30px;
    gap: 10px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    display: block;
    background: var(--white);
    color: var(--text);
    border-radius: 50%;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    text-align: center;
    border: 1px solid var(--border);
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a:hover {
    border-color: var(--theme);
    background-color: var(--theme);
    color: var(--white);
}

.offcanvas__overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #151515;
    z-index: 900;
    top: 0;
    opacity: 0;
    visibility: hidden;
    right: 0;
}

.offcanvas__overlay.overlay-open {
    opacity: 0.8;
    visibility: visible;
}

@media (max-width: 450px) {
    .offcanvas__info {
        width: 300px;
    }
}

@media (max-width: 575px) {
    .offcanvas__wrapper {
        padding: 20px;
    }
}

.header-5 {
    padding: 24px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.header-5 .header-left {
    display: flex;
    align-items: center;
    gap: 40px;
}

@media (max-width: 1199px) {
    .header-5 .header-left {
        display: none;
    }
}

.header-5 .header-left .bar-11 {
    color: var(--white);
    display: flex !important;
    align-items: center;
    gap: 10px;
}

.header-5 .header-left .sidebar__toggle {
    border-radius: 43px;
    background: rgba(255, 255, 255, 0.12);
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    color: var(--white);
}

.header-5 .header-left span {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    font-weight: 600;
}

.header-5 .header-left .search-icon {
    color: rgba(255, 255, 255, 0.8);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
}

.header-5 .header-left .search-icon svg {
    margin-right: 6px;
}

.header-5 .midddle-logo {
    margin-left: 340px;
}

@media (max-width: 1399px) {
    .header-5 .midddle-logo {
        margin-left: 170px;
    }
}

@media (max-width: 1199px) {
    .header-5 .midddle-logo {
        display: none;
    }
}

.header-5 .midddle-logo img {
    width: initial;
}

.header-5 .header-hamburger-inner {
    gap: 30px;
}

@media (max-width: 1199px) {
    .header-5 .header-hamburger-inner {
        display: none;
    }
}

.header-5 .header-hamburger-inner .call-icon-item .icon {
    border-radius: 43px;
    background: rgba(191, 147, 76, 0.1);
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 50%;
    color: #CE8208;
}

.header-5 .header-hamburger-inner .call-icon-item .info-content p {
    color: rgba(255, 255, 255, 0.8);
    font-family: var(--header2);
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 5px;
}

.header-5 .header-hamburger-inner .call-icon-item .info-content h4 {
    font-family: var(--header2);
    font-size: 16px;
    font-weight: 700;
}

.header-5 .header-hamburger-inner .call-icon-item .info-content h4 a {
    color: rgba(255, 255, 255, 0.8);
}

.header-5 .header-hamburger-inner .theme-btn-2 {
    border: 1px solid rgba(255, 255, 255, 0.34);
    background: rgba(255, 255, 255, 0.04);
    color: rgba(255, 255, 255, 0.8);
    font-family: var(--header2);
    font-size: 18px;
    font-weight: 700;
}

@media (max-width: 1199px) {
    .header-5 .header-hamburger-inner .theme-btn-2 {
        display: none;
    }
}

.header-5 .sidebar__toggle-2 {
    color: var(--white);
    display: none;
}

@media (max-width: 1199px) {
    .header-5 .sidebar__toggle-2 {
        display: block;
    }
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

/* Track */

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px var(--theme);
    border-radius: 5px;
}

/* Handle */

::-webkit-scrollbar-thumb {
    background: var(--theme);
    border-radius: 10px;
}

.fix {
    overflow: hidden !important;
}

.ralt {
    position: relative;
}

.ml-50 {
    margin-left: 50px;
}

@media (max-width: 1199px) {
    .ml-50 {
        margin-left: 0;
    }
}

.mb-80 {
    margin-bottom: 80px;
}

.ripple {
    position: relative;
}

.ripple::before,
.ripple::after {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 110px;
    height: 110px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    -webkit-animation: rippleOne 3s infinite;
    animation: rippleOne 3s infinite;
}

.ripple::before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
}

.ripple::after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
}

@media (max-width: 767px) {
    br {
        display: none;
    }
}

/* background */

.bg-cover {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
}

.sticky-style {
    position: sticky !important;
    top: 100px;
}

.gt-slide-transtion {
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}

.gt-brand-slide-element {
    width: auto;
    display: inline-block;
}

.swiper-dot {
    text-align: center;
    margin-top: 50px;
    z-index: 1;
}

.swiper-dot .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    transition: 0.6s;
    background: var(--header);
    opacity: 1;
    border-radius: 10px;
}

.swiper-dot .swiper-pagination-bullet:not(:last-child) {
    margin-right: 20px;
}

.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: rgb(40, 44, 50);
    transition: 0.6s;
    position: relative;
}

.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    position: absolute;
    width: 21px;
    height: 21px;
    line-height: 21px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid rgb(0, 56, 101);
    content: "";
}

.swiper-dot.style-2 .swiper-pagination-bullet {
    background: var(--theme);
}

.swiper-dot.style-2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--theme);
}

.swiper-dot.style-2 .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    border: 2px solid var(--header);
}

.page-nav-wrap {
    margin-top: 60px;
}

.page-nav-wrap ul li {
    display: inline-block;
}

.page-nav-wrap ul li.active .page-numbers {
    background-color: var(--theme);
    color: var(--white);
}

.page-nav-wrap ul li .page-numbers {
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 100px;
    border: 1px solid rgba(22, 22, 22, 0.2);
    background: transparent;
    color: var(--black);
    font-weight: 400;
    transition: all 0.3s ease-in-out;
    margin: 0 2px;
}

.page-nav-wrap ul li .page-numbers.current {
    background-color: var(--theme);
    color: var(--white);
}

@media (max-width: 767px) {
    .page-nav-wrap ul li .page-numbers {
        margin-top: 10px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
}

.page-nav-wrap ul li .page-numbers i {
    margin-top: 2px;
}

.page-nav-wrap ul li .page-numbers:hover {
    background-color: var(--theme);
    color: var(--white);
    border: 1px solid var(--theme);
}

.swiper-dot-3 {
    margin-top: 50px;
    z-index: 1;
}

.swiper-dot-3 .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    transition: 0.6s;
    background: var(--header);
    opacity: 1;
    border-radius: 10px;
}

.swiper-dot-3 .swiper-pagination-bullet:not(:last-child) {
    margin-right: 20px;
}

.swiper-dot-3 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: rgb(40, 44, 50);
    transition: 0.6s;
    position: relative;
}

.swiper-dot-3 .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    position: absolute;
    width: 14px;
    height: 14px;
    line-height: 14px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-color: var(--theme);
    content: "";
}

.swiper-dot4 {
    text-align: center;
}

.swiper-dot4 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    transition: 0.6s;
    background-color: var(--theme);
    opacity: 0.25;
    border-radius: 100%;
    position: relative;
}

.swiper-dot4 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--theme);
    transition: 0.6s;
    position: relative;
    width: 35px;
    height: 10px;
    border-radius: 30px;
    opacity: 1;
}

.ps-20 {
    padding-left: 24px;
}

.sticky-style {
    position: sticky !important;
    top: 100px;
}

.section-bg-4 {
    background-color: #F5F5F5;
}

.banner-section.style1 {
    background: url(../../assets/img/banner/hero-bg1.png) no-repeat center center;
    background-size: cover;
    padding: 128px 0 0;
    z-index: 1;
    position: relative;
}

.banner-section.style1 .banner-content h1 {
    text-align: center;
    font-size: 85px;
    font-style: normal;
    font-weight: 700;
    line-height: 94%;
    text-transform: capitalize;
    color: var(--text);
}

.banner-section.style1 .hero-thumb1 {
    max-width: 413px;
    margin: -60px auto 0;
}

.banner-section.style1 .hero-thumb1 img {
    width: 100%;
}

.banner-section.style1 .hero-1-video {
    position: absolute;
    top: 270px;
    left: 0;
}

.banner-section.style1 .hero-right-card {
    right: 40px;
    top: 200px;
}

.banner-section.style1 .hero-right-card .groth-card {
    position: absolute;
    right: calc(100% - 120px);
    top: 110px;
    animation: updown 2s linear infinite;
}
.groth-card-1{
     position: absolute;
    left: -30px;
    bottom: 80px;
    animation: updown 2s linear infinite;
}

.banner-section.style1 .hero-right-card .hover-svg {
    position: absolute;
    bottom: 16px;
    left: 0;
}

.banner-section.style1 .percentage-card {
    position: absolute;
    top: 170px;
    left: 260px;
    z-index: -1;
}

@media (max-width: 1199px) {
    .banner-section.style1 .hero-right-card {
        right: 0px;
    }
}

@media (max-width: 991px) {
    .banner-section.style1 .hero-right-card {
        max-width: 200px;
        right: -10px;
    }
    .banner-section.style1 .hero-right-card img {
        width: 100%;
    }
    .banner-section.style1 .hero-right-card .hover-svg {
        bottom: -50px;
    }
    .banner-section.style1 .percentage-card {
        left: 10px;
        max-width: 200px;
        top: 420px;
    }
    .banner-section.style1 .banner-content h1 {
        font-size: 60px;
    }
}

@media (max-width: 767px) {
    .banner-section.style1 .hero-right-card {
        display: none;
    }
    .banner-section.style1 .percentage-card {
        display: none;
    }
    .banner-section.style1 .banner-content h1 {
        font-size: 40px;
    }
    .banner-section.style1 .hero-1-video {
        position: initial;
        margin: 0 auto;
        text-align: center;
    }
    .banner-section.style1 .hero-thumb1 {
        max-width: 413px;
        margin: 0px auto 0;
    }
    .banner-section.style1 .hero-thumb1 img {
        width: 100%;
    }
}

.banner-section.style2 {
    background: url(../../assets/img/banner/hero-thumb2.png) no-repeat top center;
    background-size: cover;
    padding: 240px 0 280px;
    margin: 11px;
    border-radius: 20px;
}

.banner-section.style2 .banner-content2 h1 {
    font-size: 72px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
}

.banner-section.style2 .banner-content2 .before-add::before {
    right: 102%;
}

.banner-section.style2 .collapse-thumb2 {
    bottom: -240px;
    z-index: 1;
}

@media (max-width: 991px) {
    .banner-section.style2 {
        padding: 200px 0 280px;
    }
    .banner-section.style2 .collapse-thumb2 {
        bottom: -170px;
    }
    .banner-section.style2 .banner-content2 h1 {
        font-size: 60px;
        font-weight: 700;
        line-height: 110%;
    }
}

@media (max-width: 767px) {
    .banner-section.style2 {
        padding: 200px 0 280px;
    }
    .banner-section.style2 .collapse-thumb2 {
        bottom: -170px;
        right: 20px;
    }
    .banner-section.style2 .banner-content2 h1 {
        font-size: 40px;
        font-weight: 700;
        line-height: 110%;
    }
}

@media (max-width: 575px) {
    .banner-section.style2 {
        padding: 150px 0 190px;
        margin: 0 0;
    }
    .banner-section.style2 .collapse-thumb2 {
        display: none;
    }
    .banner-section.style2 .banner-content2 h1 {
        font-size: 40px;
        font-weight: 700;
        line-height: 110%;
    }
}

.banner-section.style3 {
    padding: 150px 0 0;
    background: url(../../assets/img/banner/hero-bg3.png) no-repeat center center;
    background-size: cover;
}

.banner-section.style3 .banner-content3 {
    max-width: 650px;
    margin: 0 auto 36px;
    text-align: center;
}

.banner-section.style3 .banner-content3 h1 {
    font-size: 63px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
}

.banner-section.style3 .banner-content3 p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    max-width: 550px;
    margin: 0 auto;
}

.banner-section.style3 .hero-thumb3 {
    max-width: 1058px;
    margin: 0 auto;
    text-align: center;
}

.banner-section.style3 .hero-thumb3 .text-modified {
    left: -100px;
    top: 30px;
    animation: leftright 2s linear infinite;
}

.banner-section.style3 .hero-thumb3 .text-improved {
    top: 30px;
    right: -180px;
    animation: leftright 2s linear infinite;
}

.banner-section.style3 .hero-thumb3 .groth-left {
    top: 100px;
    left: -60px;
    animation: updown 2s linear infinite;
}

.banner-section.style3 .hero-thumb3 .groth-right {
    top: 100px;
    right: -60px;
    animation: updown 2s linear infinite;
}

@media (max-width: 1600px) {
    .banner-section.style3 .hero-thumb3 {
        max-width: 958px;
    }
}

@media (max-width: 1399px) {
    .banner-section.style3 .hero-thumb3 {
        max-width: 758px;
    }
}

@media (max-width: 991px) {
    .banner-section.style3 .hero-thumb3 {
        max-width: 758px;
    }
    .banner-section.style3 .text-modified {
        display: none;
    }
    .banner-section.style3 .text-improved {
        display: none;
    }
    .banner-section.style3 .groth-left {
        top: 70px;
        left: -60px;
        max-width: 150px;
    }
    .banner-section.style3 .groth-right {
        top: 70px;
        right: -60px;
        max-width: 150px;
    }
}

@media (max-width: 767px) {
    .banner-section.style3 .banner-content3 {
        max-width: 650px;
        margin: 0 auto 36px;
        text-align: center;
    }
    .banner-section.style3 .banner-content3 h1 {
        font-size: 34px;
    }
    .banner-section.style3 .banner-content3 p {
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    .banner-section.style3 .hero-thumb3 {
        max-width: 758px;
    }
    .banner-section.style3 .text-modified {
        display: none;
    }
    .banner-section.style3 .text-improved {
        display: none;
    }
    .banner-section.style3 .groth-left {
        top: 0px !important;
        left: -5px !important;
        max-width: 90px;
    }
    .banner-section.style3 .groth-right {
        top: 0px !important;
        right: -5px !important;
        max-width: 90px;
    }
}

.hero-shadow {
    position: absolute;
    bottom: -140px;
    left: -30px;
    width: 110%;
    z-index: -1;
}

.sponsor-section3 {
    padding: 70px 0;
    z-index: 1;
}

@keyframes leftright {
    50% {
        transform: translateX(5px);
    }
}

@keyframes updown {
    50% {
        transform: translateY(10px);
    }
}

.breadcrumb-banner {
    margin-top: 100px;
    overflow: hidden;
    border-radius: 30px;
}

.breadcrumb-banner img {
    height: 450px;
    border-radius: 30px;
}

.breadcrumb-banner .container {
    max-width: 1765px;
}

.breadcrumb-banner .breadcrumb-title {
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 75px;
    color: var(--white);
}

.breadcrumb-banner .boxes {
    max-width: 270px;
    margin-left: auto;
    position: relative;
}

.breadcrumb-banner .breadcrumb-cont {
    position: absolute;
    bottom: 0;
    left: 0;
    padding-bottom: 10px;
}

@media (min-width: 1400px) {
    .breadcrumb-banner .breadcrumb-cont {
        bottom: -7px;
    }
}

@media screen and (max-width: 1510px) {
    .breadcrumb-banner .boxes {
        max-width: 250px;
        margin-left: auto;
        position: relative;
    }
}

@media (max-width: 1399px) {
    .breadcrumb-banner .boxes {
        background-color: var(--white);
        z-index: 2;
    }
    .breadcrumb-banner .boxes .breadcrumb-cont {
        background-color: var(--white);
        width: 320px;
        border-radius: 0px;
        height: 52px;
        padding: 5px 8px 5px 20px;
    }
}

@media (max-width: 1199px) {
    .breadcrumb-banner img {
        height: 350px;
    }
    .breadcrumb-banner .breadcrumb-title {
        font-size: 42px;
        color: var(--white);
    }
}

@media (max-width: 767px) {
    .breadcrumb-banner img {
        height: 280px;
    }
}

@media (max-width: 575px) {
    .breadcrumb-banner img {
        height: 200px;
    }
    .breadcrumb-banner .breadcrumb-title {
        font-size: 29px;
        margin-top: -20px;
    }
    .breadcrumb-banner .boxes {
        width: 100%;
    }
    .breadcrumb-banner .boxes .breadcrumb-cont {
        width: 100%;
        height: 52px;
    }
}

.choose-partner-section {
    max-width: 1770px;
    margin: 0 auto;
    border-radius: 24px;
    background: #fff;
}

.choose-partner-color .work-list-item {
    background-color: var(--bg) !important;
    border-radius: 19px !important;
}

.choose-partner-color .work-list-item .icon {
    background-color: var(--theme) !important;
}

.choose-partner-color .work-list-item .icon svg path {
    fill: var(--theme4) !important;
}

.choose-partner-color .work-list-item:hover {
    background-color: var(--theme) !important;
}

.choose-partner-color .work-list-item:hover .icon {
    background-color: var(--white) !important;
}

.servie-benifit .icon {
    background-color: var(--theme) !important;
}

.servie-benifit .icon svg path {
    fill: var(--theme4) !important;
}

.approch-items {
    height: 100%;
}

.approch-items .icons {
    background-color: var(--theme) !important;
}

.approch-items .icons svg path {
    fill: var(--theme4);
}

.approch-items .hover-ele {
    opacity: 0.3 !important;
}

.approch-items:hover {
    background-color: var(--theme) !important;
}

.approch-items:hover .icons {
    background-color: var(--theme4) !important;
}

.approch-items:hover .icons svg path {
    fill: var(--theme) !important;
}

.hero-4 {
    padding: 200px 0 200px;
    position: relative;
    z-index: 9;
}

.hero-4 .scroll-down {
    position: absolute;
    right: 40px;
    bottom: 20px;
    z-index: 1;
    cursor: pointer;
}

@media (max-width: 1199px) {
    .hero-4 .scroll-down {
        display: none;
    }
}

.hero-4 .stoke-text {
    -webkit-text-stroke-width: 1.87px;
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.09);
    font-family: "Urbanist", sans-serif;
    font-size: 308.196px;
    font-weight: 900;
    letter-spacing: -6.164px;
    color: transparent;
    position: absolute;
    left: 122px;
    bottom: 400px;
    
}

@media (max-width: 1199px) {
    .hero-4 .stoke-text {
        display: none;
    }
}

.hero-4 .stoke-text2 {
    -webkit-text-stroke-width: 1.87px;
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.09);
    font-family: "Urbanist", sans-serif;
    font-size: 308.196px;
    font-weight: 900;
    letter-spacing: -6.164px;
    color: transparent;
    position: absolute;
    right: 68px;
    bottom: 125px;
}

@media (max-width: 1199px) {
    .hero-4 .stoke-text2 {
        display: none;
    }
}

.hero-4 .blue-shape {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: -1;
}

.hero-4 .blue-shape img {
    height: 100%;
}

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

.hero-4 .hero-content .vec-shape {
    position: absolute;
    left: -100px;
    bottom: 15px;
    z-index: -1;
}

.hero-4 .hero-content h1 {
    font-size: 72px;
    font-weight: 600;
    font-family: "Urbanist", sans-serif;
    color: var(--white);
}

@media (max-width: 1199px) {
    .hero-4 .hero-content h1 {
        font-size: 60px;
    }
}

@media (max-width: 767px) {
    .hero-4 .hero-content h1 {
        font-size: 47px;
    }
}

@media (max-width: 575px) {
    .hero-4 .hero-content h1 {
        font-size: 38px;
    }
}

@media (max-width: 470px) {
    .hero-4 .hero-content h1 {
        font-size: 33px;
    }
}

.hero-4 .hero-content h1 span {
    font-style: italic;
    font-weight: 400;
    font-family: "Instrument Serif";
}

.hero-4 .hero-content p {
    color: #fff;
    font-family: "Urbanist", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 155%;
    margin-top: 25px;
    max-width: 650px;
}

@media (max-width: 1199px) {
    .hero-4 .hero-content p {
        font-size: 16px;
    }
}

.hero-4 .hero-content .theme-btn {
    background: #DCFD7D;
    color: #1D1543;
    font-weight: 700;
    border-radius: 12px;
    margin-top: 48px;
}

@media (max-width: 767px) {
    .hero-4 .hero-content .theme-btn {
        margin-top: 30px;
    }
}

.hero-4 .hero-content .theme-btn i {
    border-radius: 8px !important;
    transform: rotate(0deg) !important;
    background-color: #6A52E0 !important;
    color: #fff !important;
    gap: 12px !important;
}

.hero-4 .hero-content .theme-btn:hover {
    color: #fff !important;
}

.hero-5 {
    position: relative;
    z-index: 9;
    padding: 280px 0 240px;
}

@media (max-width: 991px) {
    .hero-5 {
        padding: 200px 0 160px;
    }
}

@media (max-width: 767px) {
    .hero-5 {
        padding: 170px 0 130px;
    }
}

.hero-5::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(13, 13, 13, 0.33);
    z-index: -1;
}

.hero-5 .hero-content {
    max-width: 695px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.hero-5 .hero-content h1 {
    color: var(--white);
    text-align: center;
    font-family: "Newsreader", sans-serif;
    font-size: 72px;
    font-weight: 400;
    letter-spacing: -2.88px;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .hero-5 .hero-content h1 {
        font-size: 48px;
    }
}

@media (max-width: 575px) {
    .hero-5 .hero-content h1 {
        font-size: 38px;
    }
}

.hero-5 .hero-content p {
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 156%;
    font-family: "Urbanist", sans-serif;
    max-width: 536px;
    margin: 15px auto 0;
}

@media (max-width: 575px) {
    .hero-5 .hero-content p {
        font-size: 16px;
    }
}

.hero-5 .hero-content .theme-btn-2 {
    margin-top: 50px;
}

@media (max-width: 767px) {
    .hero-5 .hero-content .theme-btn-2 {
        margin-top: 30px;
        font-size: 16px;
    }
}

.hero-5 .hero-content .theme-btn-2::before {
    background-color: var(--white);
}

.hero-5 .hero-content .theme-btn-2:hover {
    color: var(--header);
}

.hero-5 .hero-content .theme-btn-2:hover svg path {
    fill: var(--header);
}

.mean-container a.meanmenu-reveal {
    display: none;
}

.mean-container .mean-nav {
    background: none;
    margin-top: 0;
}

.mean-container .mean-bar {
    padding: 0;
    min-height: auto;
    background: none;
}

.mean-container .mean-nav>ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
    display: block !important;
}

.mean-container .mean-nav>ul .homemenu-items {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: space-between;
}

@media (max-width: 1199px) {
    .mean-container .mean-nav>ul .homemenu-items {
        flex-wrap: wrap;
    }
}

.mean-container .mean-nav>ul .homemenu-items .homemenu {
    position: relative;
}

@media (max-width: 1199px) {
    .mean-container .mean-nav>ul .homemenu-items .homemenu {
        max-width: 300px;
        text-align: center;
        margin: 0 auto;
        border: 1px solid var(--border);
        padding: 10px;
    }
}

.mean-container .mean-nav>ul .homemenu-items .homemenu .homemenu-thumb {
    position: relative;
}

.mean-container .mean-nav>ul .homemenu-items .homemenu .homemenu-thumb .demo-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    gap: 10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    margin-top: 20px;
}

.mean-container .mean-nav>ul .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn {
    padding: 12px 20px;
    color: var(--white) !important;
    width: initial;
    font-size: 16px;
    text-align: center;
    border-radius: 0;
}

.mean-container .mean-nav>ul .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn:hover {
    color: var(--white) !important;
}

.mean-container .mean-nav>ul .homemenu-items .homemenu .homemenu-thumb::before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 19, 19, 0)), to(#5e5ef6));
    background: linear-gradient(to bottom, rgba(99, 92, 92, 0) 0%, #252527 100%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    content: "";
}

.mean-container .mean-nav>ul .homemenu-items .homemenu .homemenu-thumb:hover::before {
    visibility: visible;
    opacity: 1;
}

.mean-container .mean-nav>ul .homemenu-items .homemenu .homemenu-thumb:hover .demo-button {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}

.mean-container .mean-nav>ul .homemenu-items .homemenu .homemenu-thumb:hover .homemenu-btn {
    opacity: 1;
    visibility: visible;
    bottom: 50%;
    transform: translateY(50%);
}

.mean-container .mean-nav>ul .homemenu-items .homemenu .homemenu-thumb img {
    width: 100%;
}

.mean-container .mean-nav>ul .homemenu-items .homemenu .homemenu-title {
    text-align: center;
    margin: 15px auto;
    display: inline-block;
    font-size: 16px;
}

.mean-container a.meanmenu-reveal {
    display: none !important;
}

.mean-container .mean-nav ul li a {
    width: 100%;
    padding: 10px 0;
    color: var(--header);
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    text-transform: capitalize;
    border-bottom: 1px solid var(--border) !important;
    border: none;
}

.mean-container .mean-nav ul li a:hover {
    color: var(--header3);
}

.mean-container .mean-nav ul li a:last-child {
    border-bottom: 0;
}

.mean-container .mean-nav ul li a:hover {
    color: var(--header3);
}

.mean-container .mean-nav ul li a.mean-expand {
    margin-top: 5px;
    padding: 0 !important;
}

.mean-container .mean-nav ul li>a>i {
    display: none;
}

.mean-container .mean-nav ul li>a.mean-expand i {
    display: inline-block;
    font-size: 18px;
}

.mean-container .mean-nav>ul>li:first-child>a {
    border-top: 0;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transition: all 0.4s ease-in-out;
}

.mean-container .mean-nav ul li .mega-menu li a {
    height: 200px;
    width: 100%;
    padding: 0;
    border-top: 0;
    margin-bottom: 20px;
}

.blog-items2 {
    transition: all 0.5s;
}

.blog-items2 .thumb img {
    transition: all 0.3s;
}

.blog-items2:hover {
    background-color: #2e8b57;
}

.blog-items2:hover .content .theme4-border {
    border-color: var(--white) !important;
    color: var(--white);
}

.blog-items2:hover .content h4 a {
    color: var(--white);
}

.blog-items2:hover .thumb img {
    transform: scale(1.1);
}

.blog-hove-primary3 {
    transition: all 0.4s;
}

.blog-hove-primary3:hover {
    background-color: var(--theme3) !important;
}

.blog-hove-primary3:hover span,
.blog-hove-primary3:hover h5 {
    color: var(--white) !important;
}

.blog-hove-primary3:hover h5 a {
    color: var(--white) !important;
}

.blog-hove-primary3:hover .hover-theme1 {
    background-color: var(--white) !important;
}

.blog-hove-primary3:hover .hover-theme1 i {
    color: var(--theme3);
}

.quote-box {
    border-radius: 24px;
    background: #fff;
    box-shadow: 0px 4px 17px 0px rgba(13, 23, 52, 0.07);
    padding: 40px 50px;
}

@media (max-width: 1199px) {
    .quote-box {
        padding: 30px 20px;
    }
}

.blog-details-social {
    position: absolute;
    bottom: 24px;
    left: 24px;
}

.blog-details-social a {
    border-radius: 27px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.24);
    width: 40px;
    height: 40px;
    min-width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-details-social a i {
    color: var(--white);
}

.blog-details-social a:hover {
    background-color: var(--theme);
}

.blog-details-social a:hover i {
    color: var(--theme4);
}

@media (max-width: 991px) {
    .blog-details-social {
        bottom: 16px;
        left: 16px;
    }
}

.post-viewer {
    border-radius: 8px;
    border: 1px solid rgba(13, 23, 52, 0.1);
    background: #fff;
    padding: 32px 40px;
}

.leave-comment {
    padding: 48px;
}

@media (max-width: 767px) {
    .leave-comment {
        padding: 32px;
    }
}

.hr-news-section {
    border-radius: 16px;
    background: #6A52E0;
    margin: 0 14px;
}

.hr-news-section .section-title-area {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding-bottom: 40px;
}

.hr-news-section .section-title-2 h6 {
    color: var(--theme6);
}

.hr-news-section .section-title-2 h6::before {
    background-color: var(--theme6);
}

.hr-news-section .btn-4 {
    background: var(--theme6);
    color: #1D1543;
    font-weight: 700;
    border-radius: 12px;
    margin-top: 48px;
}

.hr-news-section .btn-4 i {
    border-radius: 8px !important;
    transform: rotate(0deg) !important;
    background-color: #6A52E0 !important;
    color: #fff !important;
    gap: 12px !important;
}

.hr-news-section .btn-4:hover {
    color: var(--white);
}

.hr-news-box-items {
    display: flex;
    align-items: center;
    gap: 35px;
    margin-top: 30px;
}

@media (max-width: 1199px) {
    .hr-news-box-items {
        display: block;
    }
}

.hr-news-box-items .thumb {
    max-width: 313px;
}

@media (max-width: 1199px) {
    .hr-news-box-items .thumb {
        max-width: initial;
    }
}

.hr-news-box-items .thumb img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

@media (max-width: 1199px) {
    .hr-news-box-items .content {
        padding: 25px;
    }
}

.hr-news-box-items .content ul {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 15px;
}

.hr-news-box-items .content ul li {
    padding: 0 12px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.18);
    color: rgba(255, 255, 255, 0.8);
    font-family: "Urbanist", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 155%;
    height: 24px;
}

.hr-news-box-items .content ul li:last-child {
    border-radius: 24px;
    border: 1px solid #FFF;
    background-color: transparent;
}

.hr-news-box-items .content h3 {
    font-family: "Urbanist", sans-serif;
    font-size: 24px;
    font-weight: 600;
}

.hr-news-box-items .content h3 a {
    color: var(--white);
}

.hr-news-box-items .content p {
    color: rgba(255, 255, 255, 0.8);
    font-family: "Urbanist", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 155%;
    margin-top: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 50px;
    max-width: 235px;
}

@media (max-width: 1199px) {
    .hr-news-box-items .content p {
        padding-bottom: 30px;
    }
}

.hr-news-box-items .content .link-btn {
    color: var(--white);
    margin-top: 25px;
}

.law-news-items {
    margin-top: 30px;
    position: relative;
    transition: all 0.4s ease-in-out;
}

.law-news-items::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: var(--white);
    transition: all 0.4s ease-in-out;
}

@media (max-width: 1199px) {
    .law-news-items::before {
        opacity: 0;
        visibility: hidden;
    }
}

.law-news-items .content {
    padding-bottom: 50px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 265px;
    position: relative;
    z-index: 9;
}

@media (max-width: 1199px) {
    .law-news-items .content {
        padding-top: 240px;
        padding-left: 25px;
        padding-right: 25px;
        padding-bottom: 25px;
    }
}

.law-news-items .content h3 {
    font-size: 28px;
    font-weight: 400;
    line-height: 120%;
}

@media (max-width: 1399px) {
    .law-news-items .content h3 {
        font-size: 22px;
    }
}

.law-news-items .content h3 a {
    color: #0D0D0D;
    text-decoration: underline;
}

.law-news-items .content ul {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 10px;
}

.law-news-items .content ul li {
    color: #606156;
    font-family: "Urbanist", sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}

.law-news-items .content .news-btn {
    display: inline-block;
    color: var(--theme7);
    font-size: 16px;
    font-weight: 500;
    text-decoration: underline;
    margin-top: 25px;
}

.law-news-items .content .news-btn i {
    margin-left: 10px;
}

.law-news-items:hover::before {
    opacity: 0;
    visibility: hidden;
}

.law-news-items:hover .content ul li {
    color: var(--white);
}

.law-news-items:hover .content h3 a {
    color: var(--white);
}

.law-news-items:hover .content h3 a:hover {
    color: var(--white);
}

.law-news-items:hover .content .news-btn {
    color: var(--white);
}

@media (max-width: 1199px) {
    .law-news-items .content ul li {
        color: var(--white);
    }
    .law-news-items .content h3 a {
        color: var(--white);
    }
    .law-news-items .content h3 a:hover {
        color: var(--white);
    }
    .law-news-items .content .news-btn {
        color: var(--white);
    }
}

.law-news-items.active::before {
    opacity: 0;
    visibility: hidden;
}

.law-news-items.active .content ul li {
    color: var(--white);
}

.law-news-items.active .content h3 a {
    color: var(--white);
}

.law-news-items.active .content h3 a:hover {
    color: var(--white);
}

.law-news-items.active .content .news-btn {
    color: var(--white);
}

.law-news-section {
    position: relative;
    z-index: 8;
}

.law-news-section .stoke-text {
    color: rgba(0, 0, 0, 0.04);
    font-family: "Newsreader", sans-serif;
    font-size: 258.441px;
    font-weight: 300;
    text-transform: uppercase;
    z-index: 1;
    position: absolute;
    left: 70px;
    top: 50%;
    transform: translateY(-50%);
}

.search-wrap {
    width: 100%;
    height: 50%;
    overflow: hidden;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    background-color: rgba(54, 52, 52, 0.9);
}

.search-wrap .search-inner {
    position: relative;
    width: 100%;
    height: 100%;
}

.search-wrap .search-cell {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}

.search-wrap .search-field-holder {
    width: 50%;
    margin: auto;
    position: relative;
    animation: slideInUp 0.3s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .search-wrap .search-field-holder {
        width: 70%;
    }
}

@media (max-width: 575px) {
    .search-wrap .search-field-holder {
        width: 80%;
    }
}

.search-wrap .main-search-input {
    width: 100%;
    height: 70px;
    border: 0;
    padding: 0 50px;
    text-transform: capitalize;
    background: transparent;
    font-size: 25px;
    color: var(--theme);
    border-bottom: 2px solid var(--theme);
    text-align: center;
    letter-spacing: 2px;
}

@media (max-width: 575px) {
    .search-wrap .main-search-input {
        height: 50px;
        padding: 0 0;
        line-height: 50px;
        font-size: 18px;
    }
}

.search-wrap input.form-control,
.search-wrap input.form-control:focus {
    background-color: var(--theme);
}

input.main-search-input::placeholder {
    color: var(--theme);
    opacity: 1;
    font-size: 25px;
}

@media (max-width: 575px) {
    input.main-search-input::placeholder {
        font-size: 18px;
    }
}

.search-close {
    position: absolute;
    top: 50px;
    right: 50px;
    font-size: 30px;
    color: var(--theme);
    cursor: pointer;
}

.industries-section {
    padding-top: 190px;
}

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

.industries-content .industries-shape {
    position: absolute;
    top: -110px;
    left: 0;
    width: 100%;
    z-index: -1;
}

.industries-content .boxex {
    max-width: 411px;
    margin: 0 auto;
}

.industries-content ul li {
    transition: all 0.4s;
}

.industries-content ul li:not(:last-child) {
    border-bottom: 1px solid var(--color-Border, #dde4e3);
}

.industries-content ul li .theme-clr4 {
    transform: rotate(-40deg);
}

.industries-content ul li:hover {
    cursor: pointer;
}

.industries-content ul li:hover .theme-clr4 {
    transform: rotate(0deg);
    background-color: var(--theme4);
    color: var(--white) !important;
}

.industries-content ul li:hover .theme-clr4 i {
    color: var(--white) !important;
}

@media (max-width: 1199px) {
    .industries-content {
        padding: 20px;
    }
    .industries-content .industries-shape {
        position: absolute;
        top: 0px;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
    }
}

.nano-project-image .video {
    width: 80px;
    height: 80px;
    background-color: var(--white);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.work-wrapper {
    max-width: 560px;
    margin-left: auto;
    gap: 16px;
}

.work-wrapper .work-list-item {
    padding: 40px 40px;
    transition: all 0.3s;
}

.work-wrapper .work-list-item .icon {
    width: 56px;
    min-width: 56px;
    height: 56px;
    background-color: rgba(46, 204, 113, 0.1);
}

.work-wrapper .work-list-item:hover {
    background-color: var(--theme2) !important;
}

.work-wrapper .work-list-item:hover .icon {
    background-color: var(--white);
}

@media (max-width: 1399px) {
    .work-wrapper .work-list-item {
        padding: 30px 30px;
    }
}

@media (max-width: 991px) {
    .work-wrapper .work-list-item {
        padding: 24px 19px;
    }
}

.download-content {
    max-width: 450px;
}

.cta-img{
    top:-60px;
    right: 0px;
}



.download-section {
    background: url(../../assets/img/about/iiadm.gif) no-repeat center center;
    background-size: cover;
    padding: 70px 17px;
    margin: 11px;
    border-radius: 24px;
}

@media (max-width: 991px) {
    .download-section {
        padding: 80px 5px 100px;
    }
}

.before-add {
    position: relative;
}

.before-add::before {
    position: absolute;
    right: 105%;
    top: 20px;
    height: 1px;
    background: rgba(255, 255, 255, 0.41);
    content: "";
    width: 95px;
}

@media (max-width: 1399px) {
    .before-add::before {
        display: none;
    }
}

.letter-1 {
    letter-spacing: 1px;
}

.pricing-plan-items2 {
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.05);
    padding: 56px 40px;
}

.pricing-plan-items2 ul {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

@media (max-width: 1199px) {
    .pricing-plan-items2 {
        padding: 36px 20px;
    }
}

.priicng-growth2 {
    background-color: var(--theme2) !important;
}

.priicng-growth2 .theme-btn {
    background-color: var(--theme4) !important;
    color: var(--white) !important;
}

.priicng-growth2 .theme-btn i {
    color: var(--white) !important;
}

.deserve-create-section {
    background: url(../../assets/img/footer/deserve-bg.png) no-repeat center center;
    background-size: cover;
    padding: 90px 5px 370px;
    margin: 11px;
    border-radius: 30px;
}

.deserve-create-section .deserve-content {
    max-width: 750px;
    margin: 0 auto;
}

@media (max-width: 1399px) {
    .deserve-create-section {
        padding: 70px 5px 320px;
    }
}

@media (max-width: 991px) {
    .deserve-create-section {
        padding: 70px 0px 0px;
    }
}

.subscribe-wrapper {
    background: #044524;
    backdrop-filter: blur(10px);
    padding: 80px 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.subscribe-wrapper .subscribe-inner {
    display: flex;
    align-items: center;
    gap: 50px;
}

@media (max-width: 1399px) {
    .subscribe-wrapper {
        padding: 40px 0;
    }
    .subscribe-wrapper .subscribe-inner {
        gap: 16px 24px;
        flex-wrap: wrap;
    }
}

@media (max-width: 991px) {
    .subscribe-wrapper {
        position: inherit;
        margin-top: 70px;
    }
    .subscribe-wrapper .subscribe-inner {
        justify-content: center;
    }
}

.form-grp2 {
    border-radius: 63px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.18);
    border-radius: 100px;
    padding: 4px;
}

.form-grp2 input {
    padding: 10px 24px;
    background: transparent;
    border: unset;
    color: var(--white);
}

.form-grp2 ::placeholder {
    color: var(--white);
}

.form-grp2 button {
    min-width: 56px;
}

.work-items3 {
    max-width: 292px;
    margin: 0 auto;
    z-index: 1;
}

.work-items3 .icon {
    width: 100px;
    height: 100px;
}

@media (max-width: 1199px) {
    .work-items3 .icon {
        width: 70px;
        height: 70px;
    }
    .work-items3 .icon img {
        width: 36px;
        height: 36px;
        object-fit: contain;
    }
}

.worak-line {
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 840px;
    margin: 0 auto;
    z-index: -1;
}

.project-wrapper-4 {
    margin-right: 0;
}

@media (max-width: 1399px) {
    .project-wrapper-4 {
        margin-right: -20%;
    }
}

@media (max-width: 1199px) {
    .project-wrapper-4 {
        margin-right: 0;
    }
}

.project-wrapper-4 .project-box-items-4 {
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 8px 8px 32px 0 rgba(36, 12, 135, 0.09);
    backdrop-filter: blur(2.5px);
    padding: 16px;
    transition: all 0.4s ease-in-out;
    margin-top: 30px;
}

.project-wrapper-4 .project-box-items-4 .thumb img {
    border-radius: 12px;
    width: 100%;
    height: auto;
}

.project-wrapper-4 .project-box-items-4 .content {
    margin-top: 10px;
    padding: 15px;
}

.project-wrapper-4 .project-box-items-4 .content .list-items {
    display: flex;
    align-items: center;
    gap: 10px;
}

.project-wrapper-4 .project-box-items-4 .content .list-items a {
    height: 32px;
    display: inline-block;
    padding: 0px 12px;
    border-radius: 8px;
    border: 1px solid #1A1438;
    line-height: 32px;
    text-align: center;
}

.project-wrapper-4 .project-box-items-4 .content .icon-box {
    margin-top: 20px;
    justify-content: space-between;
}

.project-wrapper-4 .project-box-items-4 .content .icon-box h4 {
    font-family: "Urbanist", sans-serif;
}

.project-wrapper-4 .project-box-items-4:hover {
    background-color: var(--theme8);
}

.project-wrapper-4 .project-box-items-4:hover .content .list-items a {
    color: var(--white);
    border: 1px solid var(--white);
}

.project-wrapper-4 .project-box-items-4:hover .content .icon-box h4 a {
    color: var(--white);
}

.project-wrapper-4 .project-box-items-4:hover .content .icon-box .theme-clr5 {
    background-color: var(--theme6);
}

.law-project-image {
    margin-top: 30px;
    position: relative;
    z-index: 9;
    overflow: hidden;
}

.law-project-image .icon-check {
    display: inline-block;
    border-radius: 56px;
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    background: #BF934C;
    position: absolute;
    top: 40px;
    right: 40px;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.law-project-image .icon-check img {
    width: initial;
    height: initial;
}

.law-project-image .icon-check:hover {
    background-color: var(--header3);
}

.law-project-image::before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 37.5%, #606156 86.54%);
    transform: rotate(-180deg);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
}

.law-project-image img {
    width: 100%;
    height: 100%;
}

.law-project-image .content {
    position: absolute;
    left: 45px;
    bottom: 30px;
    right: 45px;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
}

@media (max-width: 1399px) {
    .law-project-image .content {
        left: 25px;
        bottom: 25px;
        right: 25px;
    }
}

.law-project-image .content .tag-text {
    display: inline-block;
    color: var(--white);
    background: rgba(255, 255, 255, 0.23);
    color: #FFF;
    font-family: "Urbanist", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 105%;
    text-transform: capitalize;
    padding: 6px 12px;
    margin-bottom: 20px;
}

.law-project-image .content h3 {
    font-family: "Newsreader", sans-serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 110%;
    text-transform: uppercase;
}

@media (max-width: 1399px) {
    .law-project-image .content h3 {
        font-size: 24px;
    }
}

.law-project-image .content h3 a span {
    background-color: #E9D9B7;
    padding: 5px 10px;
    margin-bottom: 5px;
    display: inline-block;
}

.law-project-image:hover .content {
    opacity: 1;
    visibility: visible;
}

.law-project-image:hover::before {
    opacity: 1;
    visibility: visible;
}

.law-project-image:hover .icon-check {
    opacity: 1;
    visibility: visible;
}

.law-conuter {
    background: #606156;
    padding: 50px 0;
}

.law-conuter .name-text-items {
    display: flex;
    align-items: center;
    gap: 50px;
}

@media (max-width: 1199px) {
    .law-conuter .name-text-items {
        flex-wrap: wrap;
        gap: 20px;
    }
}

.law-conuter .name-text-items p {
    color: #FFF;
    font-family: "Urbanist", sans-serif;
    font-size: 26px;
    font-style: italic;
    font-weight: 500;
    line-height: 158%;
    max-width: 595px;
}

@media (max-width: 767px) {
    .law-conuter .name-text-items p {
        font-size: 18px;
    }
}

.law-conuter .counter-items {
    display: flex;
    align-items: center;
    gap: 50px;
}

@media (max-width: 1199px) {
    .law-conuter .counter-items {
        flex-wrap: wrap;
        gap: 20px;
    }
}

.law-conuter .counter-items .content h2 {
    color: #F8F8F8;
    font-family: "Urbanist", sans-serif;
    font-size: 56px;
    font-weight: 400;
}

.law-conuter .counter-items .content p {
    color: #D1D1D1;
    font-family: "Urbanist", sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin-top: 12px;
}

.section-title {
    position: relative;
    z-index: 99;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .section-title {
        margin-bottom: 0;
    }
}

.section-title-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 9;
    margin-bottom: 30px;
}

.section-title-area .section-title {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .section-title-area {
        flex-wrap: wrap;
        gap: 30px;
    }
}

.section-title-area p {
    max-width: 532px;
}

.section-title-area .sec-text p {
    max-width: 645px;
    color: #0D0D0D;
    font-family: "Urbanist", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 160%;
}

@media (max-width: 1199px) {
    .section-title-area .sec-text p {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .section-title-area .sec-text p {
        font-size: 16px;
    }
}

.section-title-area .sec-text .abt-btn {
    display: inline-block;
    font-size: 20px;
    font-family: "Newsreader", sans-serif;
    color: var(--header3);
    font-weight: 600;
    margin-top: 30px;
}

.section-title-area .sec-text .abt-btn i {
    margin-left: 10px;
}

.section-title-area .sec-text .abt-btn:hover {
    color: var(--theme7);
}

.section-title-2 {
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .section-title-2 {
        margin-bottom: 0;
    }
}

.section-title-2 h6 {
    font-size: 15px;
    font-weight: 700;
    color: var(--theme5);
    letter-spacing: 1.44px;
    text-transform: uppercase;
    font-family: "Urbanist", sans-serif;
    font-weight: 700;
    position: relative;
    padding-left: 20px;
    margin-bottom: 20px;
    display: inline-block;
}

.section-title-2 h6::before {
    position: absolute;
    top: 4px;
    left: 0;
    content: "";
    border-radius: 8px;
    background-color: var(--theme5);
    width: 8px;
    height: 8px;
}

.section-title-2 h2 {
    font-size: 52px;
    font-family: "Urbanist", sans-serif;
    color: var(--header2);
    font-weight: 600;
    line-height: 117%;
}

.section-title-2 h2 span {
    font-style: italic;
    font-weight: 400;
}

.section-title-3 h2 {
    color: #0D0D0D;
    font-family: "Newsreader", sans-serif;
    font-size: 56px;
    font-weight: 400;
    line-height: 110%;
    text-transform: uppercase;
}

@media (max-width: 1199px) {
    .section-title-3 h2 {
        font-size: 48px;
    }
}

@media (max-width: 767px) {
    .section-title-3 h2 {
        font-size: 44px;
    }
}

@media (max-width: 575px) {
    .section-title-3 h2 {
        font-size: 38px;
    }
}

@media (max-width: 470px) {
    .section-title-3 h2 {
        font-size: 32px;
    }
}

.section-title-3 h2 span {
    background-color: #E9D9B7;
    padding-top: 7px;
    display: inline;
    line-height: 1.3;
    padding-left: 5px;
}

.center {
    text-align: center;
    margin: 0 auto;
}

.d-center {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

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

.d-content-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section-bg {
    background-color: var(--bg);
}

.absolute-bg {
    background-color: var(--bg) !important;
}

.section-bg-2 {
    background-color: var(--bg-2);
}

.section-bg-3 {
    background-color: var(--theme5);
}

.black-bg {
    background-color: var(--black);
}

.theme-bg {
    background-color: var(--theme);
}

.section-padding {
    padding: 80px 0;
}

@media (max-width: 1199px) {
    .section-padding {
        padding: 80px 0;
    }
}

@media (max-width: 991px) {
    .section-padding {
        padding: 60px 0;
    }
}

.service-items1 {
    background-color: var(--white);
}

.service-items1 .content {
    padding: 40px 0 !important;
}

.service-items2 {
    padding: 64px 17px;
    transition: all 0.4s;
    overflow: hidden;
}

.service-items2 .content {
    max-width: 235px;
    margin: 0 auto;
}

.service-items2 .content .icons {
    width: 56px;
    height: 56px;
    background: rgba(46, 204, 113, 0.1);
}

.service-items2 .hover-ele {
    opacity: 0;
    right: -100%;
    transition: all 0.3s;
}

.service-items2:hover {
    background-color: var(--theme2);
}

.service-items2:hover .hover-ele {
    opacity: 1;
    right: 0;
}

.service-items2:hover .content .icons {
    background: var(--white);
}

.service-items2:hover .content .icons svg path {
    fill: var(--theme4);
}

@media (max-width: 991px) {
    .service-items2 {
        padding: 40px 17px;
    }
}

.service-items2.service-4 {
    border-radius: 16px;
    background: #FFF;
    box-shadow: 10px 10px 40px 0 rgba(75, 57, 165, 0.1);
    border-radius: 16px;
    background: #FFF;
    box-shadow: 10px 10px 40px 0 rgba(75, 57, 165, 0.1);
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 30px;
}

@media (max-width: 1199px) {
    .service-items2.service-4 {
        padding: 28px !important;
    }
}

.service-items2.service-4 .content {
    margin: initial;
}

@media (max-width: 1199px) {
    .service-items2.service-4 .content {
        max-width: initial;
    }
}

.service-items2.service-4 h4 {
    font-family: "Urbanist", sans-serif;
    margin-top: 40px;
}

.service-items2.service-4 h4 a {
    color: var(--header2);
}

.service-items2.service-4 p {
    font-weight: 500;
    color: #4C495C;
    padding-bottom: 35px;
    border-bottom: 1px solid rgba(26, 20, 56, 0.1);
    margin-bottom: 35px !important;
}

.service-items2.service-4 .link-btn {
    color: var(--header2);
    font-family: "Urbanist", sans-serif;
    font-weight: 600;
    font-size: 16px;
}

.service-items2.service-4:hover {
    background-color: var(--theme5);
}

.service-items2.service-4:hover svg path {
    fill: #fff;
}

.service-items2.service-4:hover h4 a {
    color: var(--white);
}

.service-items2.service-4:hover p {
    color: var(--white);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.service-items2.service-4:hover .link-btn {
    color: var(--white);
}

.bg-angel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}

.service-items3 {
    padding: 57px 40px;
    background: #fff;
    box-shadow: 10px 10px 40px 0px rgba(7, 0, 108, 0.07);
    transition: all 0.4s;
}

.service-items3 .icon {
    transition: all 0.4s;
    background-color: rgba(64, 51, 255, 0.06);
}

@media (max-width: 1399px) {
    .service-items3 {
        padding: 40px 19px;
    }
}

.service-items3:hover {
    background-color: var(--theme3);
}

.service-items3:hover h5,
.service-items3:hover a,
.service-items3:hover p {
    color: var(--white);
}

.service-items3:hover .icon {
    background-color: var(--white);
}

.financial-items {
    position: relative;
}

.financial-items .icon {
    min-width: 54px;
}

.financial-items .content {
    padding: 30px 0 !important;
}

.financial-items:hover .financial-subbox {
    opacity: 1;
    visibility: visible;
}

.financial-subbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    visibility: hidden;
    opacity: 0;
}

.financial-subbox span,
.financial-subbox h5,
.financial-subbox a {
    color: var(--theme4) !important;
}

.financial-subbox .icon {
    background-color: var(--white);
}

.choose-items4 {
    border-radius: 24px;
    border: 1px solid var(--color-Border, #dde4e3);
    background: #f8f8f8;
    padding: 48px 18px;
    transition: all 0.5s;
    margin: 10px;
}

.choose-items4 .boxes {
    max-width: 220px;
    margin: 0 auto;
}

.choose-items4:hover {
    border-color: var(--theme);
}

@media (max-width: 1199px) {
    .choose-items4 {
        padding: 30px 18px;
    }
}

.step-solution .cstom-container {
    max-width: 1770px;
    margin: 0 auto;
}

.step-wrapper-inner {
    background: url(../../assets/img/about/step-bg.png) no-repeat center center;
    background-size: cover;
    margin-top: -50px;
    z-index: 1;
    position: relative;
}

.step-wrapper-inner .step-wrapper-slide {
    position: relative;
}

.step-wrapper-inner .step-wrapper-slide::before {
    position: absolute;
    top: 65px;
    left: 0;
    width: 100%;
    content: "";
    height: 1px;
    background-color: rgba(255, 255, 255, 0.15);
}

.step-wrapper-inner .step-items .step-date {
    border-radius: 40px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    font-family: Prompt;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    padding: 6px 16px;
    color: var(--white);
}

.step-wrapper-inner .step-items .step-dot {
    width: 12px;
    height: 12px;
    background-color: var(--white);
    border-radius: 100%;
    margin: 0 auto;
}

.step-wrapper-inner .step-items .box {
    border-radius: 24px;
    background: rgba(0, 0, 0, 0.17);
    backdrop-filter: blur(10px);
    padding: 40px 30px;
}

@media (min-width: 992px) {
    .step-wrapper-inner .step-items .box {
        height: 210px !important;
    }
}

@media (max-width: 1399px) {
    .step-wrapper-inner .step-items .box {
        padding: 30px 18px;
    }
}

@media (max-width: 1399px) {
    .step-wrapper-inner {
        margin-top: 20px;
    }
}

.law-service-section {
    background-color: #606156;
}

.law-service-section .section-title-3 h2 span {
    background: rgba(155, 137, 95, 0.5);
}

.law-service-box-items {
    margin-top: 30px;
    background: #68695E;
    padding: 48px 20px;
    position: relative;
    z-index: 9;
}

.law-service-box-items .service-image {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
}

.law-service-box-items .service-image img {
    width: 100%;
    height: 100%;
}

.law-service-box-items h3 {
    font-size: 24px;
    font-weight: 700;
    font-family: "Urbanist", sans-serif;
}

@media (max-width: 1399px) {
    .law-service-box-items h3 {
        font-size: 20px;
    }
}

.law-service-box-items h3 a {
    color: var(--white);
}

.law-service-box-items p {
    color: rgba(255, 255, 255, 0.9);
    font-family: "Urbanist", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    margin-top: 15px;
}

.law-service-box-items:hover .service-image {
    opacity: 1;
    visibility: visible;
}

.law-service-image {
    margin-top: 30px;
    position: relative;
}

.law-service-image img {
    width: 100%;
    height: 100%;
}

.law-service-image .title {
    color: #FFF;
    font-family: "Urbanist", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 105%;
    text-transform: capitalize;
    position: absolute;
    bottom: 80px;
    left: 30px;
    right: 30px;
}

.law-service-section {
    position: relative;
}

.law-service-section .text-stoke {
    color: rgba(255, 255, 255, 0.08);
    font-family: "Newsreader", sans-serif;
    font-size: 258.441px;
    font-style: normal;
    font-weight: 300;
    text-transform: uppercase;
    writing-mode: sideways-rl;
    position: absolute;
    top: 120px;
    right: 160px;
}

@media (max-width: 1199px) {
    .law-service-section .text-stoke {
        display: none;
    }
}

.law-service-section .video-box {
    text-align: center;
}

.law-service-section .video-box h5 {
    font-size: 18px;
    font-family: "Urbanist", sans-serif;
    color: var(--white);
    font-weight: 600;
}

.law-service-section .video-box .video-btn {
    display: inline-block;
    border-radius: 32px;
    border: 1px solid rgba(0, 0, 0, 0.11);
    background: var(--white);
    width: 102px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    color: var(--theme7);
    margin-bottom: 20px;
}

.law-service-section .banner-pagination {
    display: flex;
}

.law-service-section .banner-pagination .swiper-pagination-bullet {
    width: 45px;
    height: 5px;
    border-radius: 20px;
    transition: 0.6s;
    background-color: var(--white);
    opacity: 1;
}

.law-service-section .banner-pagination .swiper-pagination-bullet:hover {
    background: var(--white);
}

.law-service-section .banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--theme7);
    transition: 0.6s;
}

.law-service-section .banner__pagination__wrapper {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    z-index: 9;
}

.team-items {
    transition: all 0.4s;
    border: 1px solid #ccd4d4;
    margin: 5px;
}

.team-items .content {
    padding: 16px 0 24px;
}

.team-items .hover-theme1 {
    transform: rotate(-40deg);
}

.team-items:hover {
    background-color: #f88c1e;
}

.team-items:hover .hover-theme1 {
    background-color: #fff;
    color: #333;
    border-color: #fff !important;
}

.team-items:hover .a-white {
    
    color: #fff !important;
    
}
/* .team-items:hover .hover-theme-40{
        transform: rotate(-20deg) !important;
} */


.law-team-section {
    background-color: #606156;
    position: relative;
    z-index: 9;
}

.law-team-section .array-prev {
    width: 64px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    background-color: var(--white);
    transition: all 0.4s ease-in-out;
    position: absolute;
    top: 57%;
    left: 10%;
    transform: translateY(-50%);
}

@media (max-width: 1199px) {
    .law-team-section .array-prev {
        display: none;
    }
}

.law-team-section .array-prev svg path {
    transition: all 0.4s ease-in-out;
}

.law-team-section .array-prev:hover {
    background-color: var(--theme7);
}

.law-team-section .array-prev:hover svg path {
    fill: #fff;
}

.law-team-section .section-title-3 span {
    background-color: #9B895F;
}

.law-team-section .sec-text {
    max-width: 245px;
    width: 100%;
}

.law-team-section .sec-text a {
    color: var(--white) !important;
}

.law-team-section .stoke-text {
    color: rgba(255, 255, 255, 0.08);
    font-family: "Newsreader", sans-serif;
    font-size: 258.441px;
    font-style: normal;
    font-weight: 300;
    line-height: 114%;
    text-transform: uppercase;
    position: absolute;
    right: 20px;
    top: 40px;
    z-index: -1;
}

@media (max-width: 1199px) {
    .law-team-section .stoke-text {
        display: none;
    }
}

.law-team-wrapper {
    margin-right: -50%;
}

@media (max-width: 1399px) {
    .law-team-wrapper {
        margin-right: -30%;
    }
}

@media (max-width: 1199px) {
    .law-team-wrapper {
        margin-right: 0;
    }
}

.law-team-wrapper .law-team-item {
    margin-top: 30px;
}

.law-team-wrapper .law-team-item .image {
    position: relative;
}

.law-team-wrapper .law-team-item .image::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 69.86%, #FFF 91.16%);
    transition: all 0.4s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.law-team-wrapper .law-team-item .image img {
    width: 100%;
    height: 100%;
}

.law-team-wrapper .law-team-item .image .socal-icon {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
    position: absolute;
    left: 0;
    bottom: 40px;
    right: 0;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.law-team-wrapper .law-team-item .image .socal-icon a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: var(--white);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: var(--header3);
}

.law-team-wrapper .law-team-item .image .socal-icon a:hover {
    background-color: var(--theme7);
    color: var(--white);
}

.law-team-wrapper .law-team-item .content {
    padding: 25px 60px;
}

.law-team-wrapper .law-team-item .content h3 {
    font-family: "Urbanist", sans-serif;
    font-size: 24px;
    font-weight: 600;
}

.law-team-wrapper .law-team-item .content h3 a {
    color: var(--white);
}

.law-team-wrapper .law-team-item .content h3 a:hover {
    color: var(--theme7);
}

.law-team-wrapper .law-team-item .content p {
    color: rgba(255, 255, 255, 0.8);
    font-family: "Urbanist", sans-serif;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.36px;
}

.law-team-wrapper .law-team-item:hover .image::before {
    opacity: 1;
    visibility: visible;
}

.law-team-wrapper .law-team-item:hover .image .socal-icon {
    opacity: 1;
    visibility: visible;
}

.testimonial-wrap {
    background: url(../../assets/img/testimonial/testimonial-bg.png) no-repeat center center;
    background-size: cover;
    max-width: 1770px;
    margin: 0 auto;
    border-radius: 30px;
}

.testimonial-wrap .collapse-area {
    margin-top: 100px;
    margin-left: 50px;
}

@media (max-width: 991px) {
    .testimonial-wrap .collapse-area {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .testimonial-wrap .collapse-area {
        margin-top: 70px;
    }
    .testimonial-wrap h3 {
        font-size: 19px;
        font-weight: 500;
    }
}

.testimonial-content2 h4 {
    line-height: 147%;
}

.testimonial-section2 .array-button {
    bottom: 0;
    left: 20px;
}

@media (max-width: 1199px) {
    .testimonial-section2 .array-button {
        bottom: initial;
        left: 10px;
    }
}

@media (max-width: 767px) {
    .testimonial-section2 .array-button {
        position: initial;
    }
}

.testimonial-section3 {
    background: url(../../assets/img/testimonial/testimonial-bg3.png) no-repeat center center;
    background-size: cover;
}

.testimonial-items3 {
    padding: 40px 40px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 8px 8px 32px 0px rgba(36, 12, 135, 0.07);
    backdrop-filter: blur(10px);
    margin: 5px 9px 30px;
}

.testimonial-items3 p {
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    line-height: 160%;
}

.testimonial-items3 .ratting i {
    color: #f8c100;
}

.testimonial-items3 .quote3 {
    width: 60px;
}

@media (max-width: 1600px) {
    .testimonial-items3 {
        padding: 26px 22px;
    }
}

@media (max-width: 1399px) {
    .testimonial-items3 {
        padding: 24px 19px;
    }
}

.testimonial-left-items-4 {
    margin-top: 30px;
    border-radius: 16px;
    background: #FFF;
    display: flex;
    align-items: center;
    align-items: end;
    gap: 50px;
    padding-right: 40px;
}

@media (max-width: 1199px) {
    .testimonial-left-items-4 {
        display: block;
        padding: 30px;
    }
}

.testimonial-left-items-4 .thumb {
    position: relative;
    max-width: 361px;
}

@media (max-width: 1199px) {
    .testimonial-left-items-4 .thumb {
        max-width: initial;
    }
}

.testimonial-left-items-4 .thumb .video-btn {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 64px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--white);
}

.testimonial-left-items-4 .thumb img {
    width: 100%;
    height: 100%;
    border-radius: 16px 0 0 16px;
}

.testimonial-left-items-4 .content {
    max-width: 411px;
    position: relative;
    z-index: 9;
}

.testimonial-left-items-4 .content .icon {
    margin-bottom: 30px;
}

.testimonial-left-items-4 .content p {
    color: #1A1438;
    font-family: "Urbanist", sans-serif;
    font-size: 20px;
    font-style: italic;
    font-weight: 500;
    line-height: 160%;
}

.testimonial-left-items-4 .content .info-content {
    margin-top: 130px;
    padding-bottom: 30px;
}

@media (max-width: 1399px) {
    .testimonial-left-items-4 .content .info-content {
        margin-top: 50px;
    }
}

@media (max-width: 1199px) {
    .testimonial-left-items-4 .content .info-content {
        margin-top: 30px;
    }
}

.testimonial-left-items-4 .content .info-content h6 {
    color: #1A1438;
    font-family: "Urbanist", sans-serif;
    font-size: 16px;
    font-weight: 600;
}

.testimonial-left-items-4 .content .info-content span {
    color: #4C495C;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-weight: 400;
}

.testimonial-left-items-4 .content .info-content .star {
    color: #f8c100;
    margin-top: 10px;
}

.testimonial-left-items-4.style-2 {
    border-radius: 0;
}

.testimonial-left-items-4.style-2 img {
    border-radius: 0;
}

.testimonial-left-items-4.style-2 .content .star {
    color: var(--theme7);
}

.testimonial-right-items-4 {
    margin-top: 30px;
}

.testimonial-right-items-4.style-3 .star {
    color: var(--theme7);
    margin-top: 15px;
}

.testimonial-right-items-4.style-3 ul li .tetsi-box {
    border-radius: 0;
    padding: 30px 40px;
}

.testimonial-right-items-4.style-3 ul li .tetsi-box .client-info {
    margin-bottom: 0;
    margin-top: 20px;
}

.testimonial-right-items-4 ul li .tetsi-box {
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 8px 8px 32px 0 rgba(36, 12, 135, 0.07);
    backdrop-filter: blur(10px);
    padding: 45px 40px;
}

.testimonial-right-items-4 ul li .tetsi-box .client-info {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 20px;
}

.testimonial-right-items-4 ul li .tetsi-box .client-info .cont h6 {
    color: #1A1438;
    font-family: "Urbanist", sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.32px;
}

.testimonial-right-items-4 ul li .tetsi-box .client-info .cont span {
    color: #4C495C;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-weight: 400;
}

.testimonial-right-items-4 ul li .tetsi-box p {
    color: #1A1438;
    font-family: "Urbanist", sans-serif;
    font-size: 20px;
    font-style: italic;
    font-weight: 500;
    line-height: 160%;
}

.testimonial-right-items-4 ul li:not(:last-child) {
    margin-bottom: 20px;
}

.testimonial-section-5 {
    position: relative;
    z-index: 9;
}

.testimonial-section-5 .stoke-text {
    color: rgba(0, 0, 0, 0.04);
    font-family: "Newsreader", sans-serif;
    font-size: 258.441px;
    font-weight: 300;
    line-height: 114%;
    text-transform: uppercase;
    position: absolute;
    top: 50px;
    right: -45%;
    z-index: -1;
}

@media (max-width: 1199px) {
    .testimonial-section-5 .stoke-text {
        display: none;
    }
}


    
    .typing-wrapper {
        display: inline-block;
        width: 6ch; /* enough space for "16 Weeks!" */
        text-align: left;
        white-space: nowrap;
        color: #f38834;
    }

    #typing-text::after {
        content: "|";
        animation: blink 1s infinite;
        margin-left: 2px;
    }

    @keyframes blink {
        0%, 50%, 100% { opacity: 1; }
        25%, 75% { opacity: 0; }
    }
.small-img-about{
    bottom:-45px;
    left:-65px;
    height: 100px;
}
.border-radius-8{
border-radius: 8px;
}
    




    .hero7-bottom-text{margin-top:-60px;}
.hero7-bottom-text .marquee__area{padding:0;margin-bottom:0px;}
.hero7-bottom-text .marquee__wrap{transform:rotate(0);background:transparent;margin:0;}
.hero7-bottom-text .marquee__wrap .marquee__box a{font-size:120px;font-weight:800;color:rgb(39 37 37 / 4%);}
@media (max-width: 1199.98px){
.hero7-bottom-text{margin-top:0px;}
.hero7-bottom-text .marquee__area{margin-bottom: -225px;}
}
@media (max-width: 991.98px){
.hero7-bottom-text .marquee__wrap .marquee__box a{font-size:110px;}
}
.marquee__area{position:relative;overflow:hidden;padding:20px 0;}
.marquee__wrap{display:flex;align-items:center;background:var(--tg-theme-primary);padding:30px 0;transform:rotate(-3.9deg);margin-top:60px;margin-bottom:60px;margin-left:-6px;}
.marquee__wrap:hover .marquee__box{animation-play-state:paused;}
.marquee__box{display:flex;align-items:center;flex-wrap:nowrap;width:fit-content;animation:marque 80s linear infinite;}
.marquee__box a{font-weight:600;font-size:30px;white-space:nowrap;line-height:1;position:relative;margin-right:60px;display:flex;gap:50px;align-items:center;font-family:var(--tg-heading-font-family);color:var(--tg-color-white-default);}
@media (max-width: 1800px){
.marquee__wrap{margin-bottom:14px;}
}
/*! CSS Used keyframes */
@keyframes marque{0%{-webkit-transform:translateX(0%);transform:translateX(0%);}100%{-webkit-transform:translateX(-100%);transform:translateX(-100%);}}
@keyframes marque{0%{-webkit-transform:translateX(0%);transform:translateX(0%);}100%{-webkit-transform:translateX(-100%);transform:translateX(-100%);}}



.read-more-wrap {
  margin: 10px 0;
}

.read-more-btn {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}

.read-more-btn .line {
  width: 160px;
  height: 1px;
  background-color: #ccc;
}

.text-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 16px;
}

.read-more-btn .text {
  font-weight: 600;
  color: var(--theme8);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.read-more-btn .arrow {
  color: var(--theme8);
  transition: transform 0.3s ease;
  font-size: 14px;
}

.read-more-btn:not(.collapsed) .arrow {
  transform: rotate(180deg);
}







.headingTwo{font-family:"Jost", sans-serif;line-height:1.2;color:#222E48;font-weight:600;}
.headingTwo{font-size:40px;font-weight:700;}

@media (max-width: 1199px){
.headingTwo{font-size:32px;}
}
@media (max-width: 991px){

.headingTwo{font-size:26px;}
}
.star_review{color:white;display:flex;gap:4px;}
.star_review i{color:white;}
.star_review .star-active{color:var(--theme8);}
.progress-area{width:100%;}
.progress-area .prog-bar{height:8px;width:100%;background:#FFF;border-radius:5px;}
.progress-area .prog-percentage{height:8px;background:#000;border-radius:5px;position:relative;animation:fillBars 2.5s 1;}
.progress-area .prog-percentage::before{content:attr(per);position:absolute;font-size:20px;top:-23px;right:0;transform:transition(50%);color:#000;}
i{display:inline-flex;align-items:center;justify-content:center;color:#000;}
.gap-9{-moz-column-gap:40px;column-gap:40px;row-gap:16px;}
.gap-1,.gap-9{display:flex;align-items:center;}

.average-reviews .average-reviews__content{padding-bottom:32px;margin-bottom:32px;border-bottom:1px dashed #C1C4CC;}
.average-reviews .average-reviews__content{margin-bottom:0;}
.average-reviews .average-reviews__card{padding:26px 48px;background:#000;color:#FFF;text-align:center;border-radius:16px;}
.average-reviews .average-reviews__count{font-size:24px;}
.average-reviews .average-reviews__count span{color:#fff;}
.average-reviews .star_review{padding:8px 0;justify-content:center;}
.average-reviews .progress-area{display:flex;flex-direction:column;gap:4px;}
.average-reviews .progress-area .progress-area__part{display:flex;align-items:center;gap:20px;}
.average-reviews .progress-area .progress-area__part span i{color:var(--theme8);}
.average-reviews .progress-area .progress-area__part .prog-bar{height:12px;width:100%;background:#bdbdbd;}
.average-reviews .progress-area .progress-area__part .prog-percentage{height:12px!important;background:var(--theme8);animation:none;position:relative;}
.average-reviews .progress-area .progress-area__part .prog-percentage::before{content:attr(per);position:absolute;top:7px;}
/*! CSS Used keyframes */
@keyframes fillBars{from{width:0;}to{width:100%;}}
/*! CSS Used fontfaces */

.plan-description-scrollable {
    max-height: 300px;
    overflow-y: auto;
    padding-right: 8px;
    scrollbar-width: thin;
}



/* .v-card-main{
    padding-top:80px;
    padding-bottom:75px;
} */

.equal-height {
  display: flex;
  align-items: stretch; /* KEY */
}


.box-padding {
  
  height: 100%; /* IMPORTANT */
  padding: 40px;
}

/* 1. The container MUST have a height because the cards are absolute */
.carousel-container {
    position: relative;
    width: 100%;
    height: 100px; /* Adjust this based on your card height */
    
    display: flex;
    justify-content: center;
    align-items: flex-end; /* Keeps the active card at the bottom of the stack */
}

/* 2. Ensure cards don't exceed the width of the col-lg-4 */
.card {
    position: absolute;
    width: 100%; /* Fits the col-lg-4 width */
    max-width: 100%;
    box-sizing: border-box; 
    bottom: 0; /* Aligns them to the bottom of the container */
    /* ... keep your other existing styles ... */

   
            padding: 10px;
            background: #fff;
            border: 1px solid #e0e6ed;
            border-radius: 10px;
            box-shadow: 0 10px 25px rgba(0,0,0,0.05);
            display: flex;
            flex-direction: row;
            align-items: center;
            transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
            opacity: 0;
}

/* 3. Adjust the wrapper to handle the height */
.box-padding.border {
    overflow: hidden; /* Prevents cards from showing outside the rounded border */
    
}



        .card img {
            width: 40px;
            height: 40px;
            margin-right: 15px;
        }

        .info h4 {
            margin: 0;
            font-size: 14px;
            color: #777;
            font-weight: 400;
        }

        .info p {
            margin: 5px 0 0 0;
            font-size: 18px;
            font-weight: 700;
            color: #1a3353;
        }

        /* State Classes managed by JS */
        /* Front Card */
        .active {
            opacity: 1;
            z-index: 3;
            transform: translateY(0) scale(1);
        }

        /* Middle Card */
        .prev {
            opacity: 1;
            z-index: 2;
            transform: translateY(-20px) scale(0.9);
        }

        /* Back Card */
        .back {
            opacity: 0.4;
            z-index: 1;
            transform: translateY(-40px) scale(0.8);
        }
        .blur-img{

            filter: grayscale(100%);
    
    transition: filter 0.3s ease;
        }

        .brand-img-4 img{
            height: 40px;
            
        }
        .margin-left-3{

            margin-left: 30px;
        }
        .fs-39{
            font-size: 39px;
        }
        .pb-60{
            padding-bottom:60px;
        }


        


























.consult-section {
  padding: 80px 20px;
  background: #f7f9f8;
}

.consult-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

/* IMAGE CARD */
.consult-image {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.consult-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* CONTACT PILL */
.contact-pill {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  background: #ffffffdd;
  backdrop-filter: blur(10px);
  border-radius: 10px;
  padding: 16px 24px;
  display: flex;
  justify-content: space-between;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.contact-pill small {
  font-size: 12px;
  color: #666;
}

.contact-pill strong {
  display: block;
  font-size: 15px;
  color: #0a3d2e;
}

/* FORM */
.consult-form {
  background: #fff;
  padding: 48px;
  border-radius: 10px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.06);
}

.form-tag {
  color: #5aa469;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 12px;
}

.consult-form h2 {
  font-size: 34px;
  line-height: 1.2;
  margin-bottom: 16px;
}

.consult-form h2 span {
  color: #1f7a5b;
}

.consult-form p {
  color: #666;
  margin-bottom: 32px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.consult-form input,
.consult-form textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #ddd;
  padding: 14px 0;
  margin-bottom: 24px;
  font-size: 15px;
}

.consult-form textarea {
  resize: none;
  height: 90px;
}


/* RESPONSIVE */
@media (max-width: 900px) {
  .consult-container {
    grid-template-columns: 1fr;
  }

  .consult-form {
    padding: 32px;
  }
}














































































/* ===============================
   GLOBAL RESET
================================= */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', sans-serif;
}

/* ===============================
   HEADER
================================= */

.main-header {
    width: 100%;
    background: #ffffff;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.container {
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
}

.nav-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 75px;
}

/* ===============================
   LOGO
================================= */

.logo img {
    height: 45px;
}

/* ===============================
   NAVIGATION
================================= */

/* Top menu only */
.nav-menu > ul {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 32px;
}

.nav-menu > ul > li {
    position: relative;
}

/* Nav Links */
.nav-menu > ul > li > a {
    text-decoration: none;
    color: #222;
    font-size: 15px;
    font-weight: 500;
    transition: 0.3s ease;
}

.nav-menu > ul > li > a:hover,
.nav-menu > ul > li > a.active {
    color: #0d6efd;
}

/* ===============================
   NEW BADGE
================================= */

.badge-new {
    background: #f4c400;
    color: #000;
    font-size: 11px;
    padding: 3px 10px;
    border-radius: 10px;
    margin-left: 6px;
    font-weight: 600;
}

.badge-new.small {
    font-size: 10px;
    padding: 2px 8px;
}

/* ===============================
   DROPDOWN ARROW
================================= */

.arrow {
    border: solid #222;
    border-width: 0 1.8px 1.8px 0;
    display: inline-block;
    padding: 3px;
    margin-left: 6px;
    transform: rotate(45deg);
    transition: 0.3s ease;
}

.dropdown:hover > a .arrow {
    transform: rotate(-135deg);
}

/* ===============================
   DROPDOWN MENU (VERTICAL)
================================= */

.dropdown-menu {
    position: absolute;
    top: 120%;
    left: 0;
    min-width: 280px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
    padding: 12px 0;

    /* Animation */
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.25s ease;

    /* IMPORTANT — prevents horizontal issue */
    display: block;
}

/* Show dropdown on hover */
.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Dropdown items */
.dropdown-menu li {
    display: block;
    width: 100%;
}

.dropdown-menu li a {
    display: block;
    padding: 12px 20px;
    font-size: 14px;
    color: #333;
    text-decoration: none;
    transition: 0.3s ease;
    white-space: normal;
}

/* Hover effect */
.dropdown-menu li a:hover {
    background: #f5f7fb;
    color: #0d6efd;
}

/* ===============================
   ICON DROPDOWN (Resources)
================================= */

.dropdown-menu.icons li a {
    display: flex;
    align-items: center;
    gap: 12px;
}

.dropdown-menu.icons span {
    font-size: 16px;
}

/* ===============================
   RESPONSIVE (Basic)
================================= */

/* ===============================
   HAMBURGER
================================= */

.menu-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
}

.menu-toggle span {
    width: 25px;
    height: 3px;
    background: #222;
    border-radius: 10px;
    transition: 0.3s ease;
}


@media (max-width: 992px) {

    .menu-toggle {
        display: flex;
    }

    .nav-menu {
        position: absolute;
        top: 75px;
        left: 0;
        width: 100%;
        background: #fff;
        box-shadow: 0 10px 30px rgba(0,0,0,0.08);
        display: none;
    }

    .nav-menu.active {
        display: block;
    }

    .nav-menu > ul {
        flex-direction: column;
        gap: 0;
        padding: 20px;
    }

    .nav-menu > ul > li {
        width: 100%;
    }

    .nav-menu > ul > li > a {
        display: block;
        padding: 12px 0;
        font-size: 16px;
    }

.dropdown-menu {
    position: static;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    display: none;
}

.dropdown.open .dropdown-menu {
    display: block;
}


}





.section-title-bg {
    background-color: #F7F8FB;
}


.section-title-bg h2 {
    font-size: 100px;
    font-weight: 900;
    letter-spacing: 10px;
    color:#F7F8FB;
    opacity: 0.20;
    margin: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-left:130px; 
}

@media (max-width: 1200px) {
    .section-title-bg h2 {
        font-size: 80px;
    }
}

@media (max-width: 768px) {
    .section-title-bg h2 {
        font-size: 60px;
        letter-spacing: 4px;

        margin-left: 0;      /* remove desktop push */
        text-align: center;  /* center text */
    }
}


/* ===============================
   COURSES SECTION
================================= */

.courses-section {
    padding: 40px 0;
    background: #f7f8fb;
}

.courses-subtitle {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
}

/* FILTER TABS */
.course-filters {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.filter-btn {
    padding: 12px 24px;
    border-radius: 10px;
    border: 1px solid #ddd;
    background: #fff;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.3s ease;
}

.filter-btn:hover {
    border-color: #000;
}

.filter-btn.active {
    border: 1.5px solid #000;
    font-weight: 600;
}

/* Divider */
.section-divider {
    border: none;
    border-top: 1px solid #e5e5e5;
    margin-bottom: 30px;
}

/* GRID */
.courses-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
    align-items: stretch; /* IMPORTANT */
}


/* CARD */
.course-card {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #eee;
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.course-card {
    box-shadow: 0 4px 12px rgba(0,0,0,0.04);
}


.course-card.hide {
    display: none;
}




/* Image */
.course-image img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 20px;
    height: 250px;
}

/* Title */
.course-card h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

/* Location */
.course-location {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
}

/* Tags */
.course-tags {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.tag {
    padding: 8px 16px;
    border-radius: 10px;
    font-size: 13px;
}

.tag.gold {
    background: #f2e2c6;
    color: #7b5e00;
}

.tag.red {
    background: #f9e1e1;
    color: #c00000;
}

/* Bottom */
.course-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #eee;
    padding-top: 15px;
}

.icons {
    display: flex;
    gap: 10px;
}

.duration {
    font-size: 14px;
}

/* Responsive */
@media (max-width: 992px) {
    .courses-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .courses-grid {
        grid-template-columns: 1fr;
    }
}


@media (max-width: 768px) {

    .course-filters {
        flex-wrap: nowrap;
        overflow-x: auto;
        gap: 12px;

        padding-left: 15px;   /* add breathing space */
        padding-right: 15px;
        margin-left: -15px;   /* keeps alignment with container */
        margin-right: -15px;
    }

    .course-filters::-webkit-scrollbar {
        display: none;
    }

    .course-filters button,
    .course-filters .filter-btn {
        white-space: nowrap;
        flex: 0 0 auto;
    }

}










/* ===============================
   ALUMNI SECTION
================================= */

.alumni-section {
    padding: 40px 0;
    background: #f7f8fb;
    text-align: center;
}

.alumni-title {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 50px;
}

.alumni-title span {
    color: #244aa5;
}

/* ===============================
   SLIDER
================================= */

.alumni-slider {
    overflow: hidden;
}

.alumni-track {
    display: flex;
    gap: 30px;
    animation: scroll 25s linear infinite;
}

.alumni-slider:hover .alumni-track {
    animation-play-state: paused;
}

/* ===============================
   CARD
================================= */

.alumni-card {
    position: relative;
    min-width: 350px;
    border-radius: 10px;
    overflow: hidden;
}

.alumni-card img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
    border-radius: 10px;
}

/* White info overlay */
.alumni-info {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    background: #fff;
    padding: 18px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    text-align: left;
}

.alumni-info h4 {
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 600;
}

.alumni-info p {
    font-size: 13px;
    color: #555;
    margin-bottom: 10px;
}

.brands {
    display: flex;
    gap: 10px;
    font-size: 12px;
    color: #777;
}

/* ===============================
   ANIMATION
================================= */

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* ===============================
   BUTTON
================================= */

.alumni-btn-wrap {
    margin-top: 50px;
}

.alumni-btn {
    background: #244aa5;
    color: #fff;
    padding: 16px 40px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s ease;
}

.alumni-btn:hover {
    background: #1a357d;
}

@media (max-width: 992px) {
    .alumni-track {
        animation-duration: 8s !important;
    }
}




/* ===============================
   TESTIMONIAL SECTION
================================= */

.testimonial-section {
    padding: 30px 0 ;
    background: #f3f4f6;
}

.testimonial-title {
    padding-top: 10px;
    text-align: center;
    font-size: 64px;
    font-weight: 800;
    margin-bottom: 80px;
    color: #000;
}

/* WRAPPER */

.testimonial-wrapper {
    display: flex;
    gap: 60px;
    align-items: center;
    margin-bottom: 50px;
}

/* LEFT GOOGLE BOX */

.google-rating {
    width: 35%;
}

.rating-box {
    background: #fff;
    padding: 50px 40px;
    border-radius: 10px;
    box-shadow: 0 30px 60px rgba(0,0,0,0.05);
}

.rating-box h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}

.rating-number {
    font-size: 22px;
    color: #ff9800;
    font-weight: 600;
    margin-bottom: 15px;
}

.rating-number span {
    letter-spacing: 3px;
}

.powered {
    font-size: 14px;
    color: #666;
}

.review-btn {
    display: inline-block;
    margin-top: 30px;
    padding: 16px 36px;
    background: #2f66d0;
    color: #fff;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s ease;
}

.review-btn:hover {
    background: #1e4bb8;
}

/* RIGHT SLIDER */

.testimonial-top {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
}

.testimonial-top > div {
    flex: 1;
}

.google-icon {
    width: 18px;
    height: 18px;
}


.testimonial-slider {
    width: 65%;
    overflow: hidden;
}

.testimonial-track {
    display: flex;
    gap: 30px;
    transition: transform 0.5s ease;
}

.testimonial-card {
    flex: 0 0 calc((100% - 60px) / 3);
}

.testimonial-card {
    flex: 0 0 calc((100% - 60px) / 3);
    background: #fff;
    padding: 35px;
    border-radius: 10px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.05);

    display: flex;
    flex-direction: column;
    justify-content: space-between;

    min-height: 260px; /* important */
}


.testimonial-card h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.stars {
    color: #ff9800;
    margin-bottom: 15px;
    letter-spacing: 3px;
}

.testimonial-card p {
    font-size: 15px;
    line-height: 1.7;
    color: #444;
}

/* DOTS */

.dots {
    text-align: center;
    margin-top: 40px;
}

.dots span {
    height: 8px;
    width: 8px;
    background: #ccc;
    display: inline-block;
    border-radius: 50%;
    margin: 0 6px;
    cursor: pointer;
}

.dots span.active {
    background: #2f66d0;
}


.testimonial-top {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
    position: relative;
}

.user-img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    object-fit: cover;
}

.google-icon {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 0;
}

.time {
    font-size: 12px;
    color: #777;
}



.google-icon {
    width: 18px;
    height: 18px;
    margin-left: auto;
}

.testimonial-top {
    display: flex;
    align-items: center;
    gap: 12px;
}

.user-img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    object-fit: cover;
}

.time {
    font-size: 12px;
    color: #777;
}


.google-powered {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: #666;
}

.google-logo svg {
    display: block;
}


/* ===============================
   VIDEO TESTIMONIAL SECTION
================================= */

.video-testimonial-section {
    padding: 40px 0;
    background: #f4f5f7;
}

.video-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

/* VIDEO BOX */
.video-box{
    width:calc(25% - 15px);
    border-radius:12px;
    overflow:hidden;
    box-shadow:0 15px 35px rgba(0,0,0,0.08);
    background:#000;
}

/* PORTRAIT RATIO */

.video-box iframe{
    width:100%;
    height: 320px; /* portrait look */
    display:block;
}



/* ===============================
   TABLET
================================= */

@media (max-width:992px){

    .video-box{
        width:calc(50% - 10px);
    }

    .video-box iframe{
        height:380px;
    }

}

/* ===============================
   MOBILE
================================= */

@media (max-width:576px){

    .video-box{
        width:calc(50% - 10px); /* 2 videos side by side */
    }

    .video-box iframe{
        height:320px;
    }

}


/* ===============================
   CERTIFICATIONS SECTION
================================= */

.certifications-section {
    padding: 40px 0;
    background: linear-gradient(180deg, #2f3f8f 0%, #2c6b78 100%);
}

.cert-title {
    text-align: center;
    font-size: 64px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 70px;
    font-family: var(--font-inter);
}

/* Grid Layout */
.cert-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
}

/* ===============================
   CARD STYLE
================================= */

.cert-card {
    position: relative;
    background: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    overflow: hidden;
}

.cert-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}

/* Image */
.cert-card img {
    width: 100%;
    height: 270px;
    border-radius: 10px;
    display: block;
    transition: transform 0.6s ease;
}

.cert-card:hover img {
    transform: scale(1.03);
}

/* ===============================
   PREMIUM GOLD BORDER ANIMATION
================================= */

:root {
    --premium-gold: #FFC857; /* consistent luxury gold */
}

/* Top border (starts from center) */
.cert-card::before,
.cert-card::after {
    content: "";
    position: absolute;
    top: 0;
    height: 3px;
    width: 0;
    background: var(--premium-gold);
    transition: width 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 3;
}

.cert-card::before {
    left: 50%;
    border-top-left-radius: 18px;
}

.cert-card::after {
    right: 50%;
    border-top-right-radius: 18px;
}

/* Side + Bottom spans */
.cert-card span {
    position: absolute;
    background: var(--premium-gold);
    z-index: 3;
}

/* Left border */
.cert-card span.left {
    left: 0;
    top: 0;
    width: 3px;
    height: 0;
    transition: height 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0.7s;
}

/* Right border */
.cert-card span.right {
    right: 0;
    top: 0;
    width: 3px;
    height: 0;
    transition: height 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0.7s;
}

/* Bottom border */
.cert-card span.bottom {
    bottom: 0;
    left: 50%;
    width: 0;
    height: 3px;
    transition: width 0.7s cubic-bezier(0.4, 0, 0.2, 1) 1.4s;
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
}

/* Hover Animation Trigger */
.cert-card:hover::before,
.cert-card:hover::after {
    width: 50%;
}

.cert-card:hover span.left,
.cert-card:hover span.right {
    height: 100%;
}

.cert-card:hover span.bottom {
    width: 100%;
    left: 0;
}

/* Soft Premium Glow */
.cert-card::before,
.cert-card::after,
.cert-card span {
    box-shadow: 0 0 12px rgba(255, 200, 87, 0.4);
}

/* ===============================
   RESPONSIVE
================================= */

@media (max-width: 992px) {
    .cert-title {
        font-size: 42px;
    }

    .cert-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 576px) {

    .cert-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 15px;
       
    }

    .cert-card {
        padding: 15px;
    }

    .cert-title {
        font-size: 28px;
        margin-bottom: 40px;
    }
}






/* ===============================
   QUOTE + FAQ SECTION (ALIGNED WIDTH)
================================= */

.quote-faq-section {
    padding: 40px 0;
    /* background: #fffaf5; */
}

/* Match site container width */
.quote-faq-container {
    max-width: 1240px;   /* changed from 1300px */
    margin: 0 auto;
    padding: 0 20px;     /* consistent side spacing */
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 20px;           /* reduced from 80px */
    align-items: start;
}

/* -----------------
   QUOTE BOX
------------------ */

.quote-box {
    background: #ffffff;
    padding: 35px 40px;
    border-radius: 10px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.05);
    border-top: 5px solid #F6C8A0;
}

.quote-box h2 {
    font-size: 30px;
    margin-bottom: 25px;
}

.form-row {
    display: flex;
    gap: 15px;
}

.form-group {
    flex: 1;
    margin-bottom: 15px;
}

.form-group label {
    display: block;
    font-size: 14px;
    margin-bottom: 6px;
    font-weight: 500;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    font-size: 14px;
}

.form-group textarea {
    height: 90px;
    resize: none;
}

.form-check {
    font-size: 13px;
    margin-bottom: 18px;
}

.quote-btn {
    padding: 14px 20px;
    font-size: 14px;
    background: #f59e0b;
    border: none;
    color: #fff;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.3s ease;
}

.quote-btn:hover {
    background: #e58900;
}

/* -----------------
   FAQ SECTION
------------------ */

.faq-box {
    padding-top: 10px;
}

.faq-title {
    font-size: 42px;
    font-weight: 800;
    margin-bottom: 5px;
}

.faq-sub {
    margin-top: 10px;
    color: #777;
    margin-bottom: 5px;
}

/* FAQ Item */

.faq-item {
    border-bottom: 1px solid #eee;
    padding: 22px 0;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.faq-left {
    display: flex;
    align-items: center;
    gap: 15px;
}

.faq-number {
    width: 32px;
    height: 32px;
    background: #F6C8A0;
    color: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 14px;
}

.faq-arrow {
    width: 12px;
    height: 12px;
    border-right: 2px solid #0f3d2e;
    border-bottom: 2px solid #0f3d2e;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
    margin-left: 20px;
}

.faq-item.active .faq-arrow {
    transform: rotate(-135deg);
}

/* Answer */

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s ease;
    color: #555;
    font-size: 15px;
    line-height: 1.7;
    padding-left: 47px;
}

.faq-item.active .faq-answer {
    max-height: 400px;
    padding-top: 12px;
}

/* -----------------
   RESPONSIVE
------------------ */

@media (max-width: 992px) {

    .quote-faq-section {
        padding: 80px 0;
    }

    .quote-faq-container {
        grid-template-columns: 1fr;
        gap: 50px;
        padding: 0 20px;
    }

    .form-row {
        flex-direction: column;
    }

    .quote-box {
        padding: 25px 20px;
    }

    .faq-title {
        font-size: 32px;
    }

    .faq-answer {
        padding-left: 40px;
    }
}

@media (max-width: 576px) {

    .quote-faq-section {
        padding: 70px 0;
    }

    .quote-box {
        padding: 20px 18px;
        border-radius: 10px;
    }

    .faq-title {
        font-size: 26px;
    }

    .faq-number {
        width: 26px;
        height: 26px;
        font-size: 12px;
    }

    .faq-answer {
        font-size: 14px;
        padding-left: 36px;
    }
}


/* =========================
   FOOTER
========================= */

.main-footer {
    background: #f5f6f9;
    padding: 80px 0 0;
}

.footer-container {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr;
    gap: 70px;
    align-items: start;
}

/* Logo */
.footer-logo {
    width: 230px;
    margin-bottom: 25px;
}

/* Headings */
.footer-col h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #1f2d3d;
}

/* Paragraph */
.footer-col p {
    color: #4a5568;
    line-height: 1.8;
    font-size: 16px;
    margin-bottom: 18px;
}

/* Remove default UL spacing */
.footer-col ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

/* List items */
.footer-col ul li {
    margin-bottom: 10px;
}

/* Links */
.footer-col ul li a,
.footer-col p a {
    color: #2d3748;
    font-size: 16px;
    text-decoration: none;
    transition: 0.3s;
}

.footer-col ul li a:hover,
.footer-col p a:hover {
    color: #1e3a8a;
}

/* Social Icons */
.social-icons {
    margin-top: 10px;
}

.social-icons {
    margin-bottom: 25px;
}

.social-icons a {
    font-size: 20px;
    margin-right: 18px;
    display: inline-block;
    transition: 0.3s;
}

.social-icons a i {
    font-size: 22px;
    transition: 0.3s;
}

/* Brand Colors */
.social-icons a:nth-child(1) i { color: #1877f2; }
.social-icons a:nth-child(2) i { color: #e1306c; }
.social-icons a:nth-child(3) i { color: #e60023; }
.social-icons a:nth-child(4) i { color: #ff0000; }
.social-icons a:nth-child(5) i { color: #0a66c2; }

.social-icons a:hover i {
    transform: translateY(-4px);
}

/* Bottom Bar */
.footer-bottom {
    background: #e9ecef;
    padding: 20px 0;
    text-align: center;
    margin-top: 60px;
    font-size: 14px;
    color: #6b7280;
}

.footer-bottom a {
    color: #1e3a8a;
    text-decoration: none;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 992px) {

    .footer-container {
        grid-template-columns: 1fr;
        gap: 50px;
        text-align: center;
    }

    .social-icons {
        justify-content: center;
    }
}



.floating-buttons {
    position: fixed;
    left: 25px;
    bottom: 25px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    z-index: 999;
}

.float-btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.15);
    transition: 0.3s ease;
}

.call-btn {
    background: #ff3b30;
}

.whatsapp-btn {
    background: #25d366;
}

/* Scroll To Top Button */
/* ===============================
   FLOATING BUTTONS (CALL + WHATSAPP)
================================= */

.floating-buttons {
    position: fixed;
    left: 15px;
    bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 9999;
}

.float-btn {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
}

.call-btn {
    background: #ff3b30;
}

.whatsapp-btn {
    background: #25d366;
}

.float-btn:hover {
    transform: translateY(-4px);
}


/* ===============================
   SCROLL TO TOP BUTTON
================================= */

.scroll-top-btn {
    position: fixed;
    right: 15px;
    bottom: 20px;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    border: none;
    background: #F78834;
    color: #fff;
    font-size: 18px;
    cursor: pointer;

    display: flex;
    align-items: center;
    justify-content: center;

    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 9999;
}



/* When visible */
.scroll-top-btn.show {
    opacity: 1;
    visibility: visible;
}


/* ===============================
   MOBILE ADJUSTMENT
================================= */

@media (max-width: 768px) {

    .floating-buttons {
        left: 12px;
        bottom: 15px;
    }

    .scroll-top-btn {
        right: 12px;
        bottom: 45px;
    }

}


@media (max-width: 992px) {
    .footer-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .footer-logo {
        width: 180px;
    }
}









@media (max-width: 768px) {

    /* HERO */
    .hero-section {
        padding: 60px 0;
    }

    .hero-content h1 {
        font-size: 28px;
    }

    .hero-trust {
        font-size: 16px;
    }

    .hero-btn {
        padding: 14px 28px;
        font-size: 14px;
    }

    /* COURSES */
    .courses-section {
        padding: 60px 0;
    }

    .courses-subtitle {
        font-size: 18px;
    }

    .course-card {
        padding: 20px;
    }

    .course-card h4 {
        font-size: 16px;
    }

 

    /* TESTIMONIAL */
    .testimonial-wrapper {
        flex-direction: column;
    }

    .google-rating,
    .testimonial-slider {
        width: 100%;
    }

    .testimonial-card {
        min-width: 100%;
        margin-right: 0;
    }

    /* VIDEO */
    .video-testimonial-section {
        padding: 60px 0;
    }

    .video-box iframe {
        height: 220px;
    }

    /* CERTIFICATIONS */
    .cert-title {
        font-size: 28px;
    }

    /* FAQ */
    .faq-title {
        font-size: 32px;
    }

}


/* ===============================
   RESPONSIVE FIX
================================= */

@media (max-width: 1024px) {
    .testimonial-card {
        flex: 0 0 calc((100% - 30px) / 2);
    }
}

@media (max-width: 768px) {

    .testimonial-wrapper {
        flex-direction: column;
        gap: 40px;
    }

    .google-rating {
        width: 100%;
    }

    .testimonial-slider {
        width: 100%;
    }

    .testimonial-card {
        flex: 0 0 100%;
    }

    .testimonial-track {
        gap: 20px;
    }
}

/* ===============================
   RESPONSIVE - TABLET
================================= */
@media (max-width: 1024px) {

    .testimonial-section {
        padding: 60px 0;
    }

    .testimonial-title {
        font-size: 44px;
        margin-bottom: 60px;
    }

    .testimonial-wrapper {
        gap: 40px;
    }

    .google-rating {
        width: 40%;
    }

    .testimonial-slider {
        width: 60%;
    }

     .testimonial-track {
        display: flex;
        gap: 30px;
    }

    .testimonial-card {
        flex: 0 0 calc((100% - 30px) / 2);
    }
}


/* ===============================
   RESPONSIVE - MOBILE
================================= */
@media (max-width: 768px) {

    .testimonial-wrapper {
        flex-direction: column;
        gap: 40px;
    }

    .google-rating,
    .testimonial-slider {
        width: 100%;
    }

   .testimonial-track {
        display: flex;
        gap: 20px;
    }

    .testimonial-card {
        flex: 0 0 90%;
    }


}
/* ===============================
   SMALL MOBILE (Optional Polish)
================================= */
@media (max-width: 480px) {

    .testimonial-title {
        font-size: 26px;
    }

    .rating-box {
        padding: 25px 20px;
    }

    .review-btn {
        width: 100%;
        text-align: center;
    }

    .testimonial-card {
        padding: 20px;
    }

}




.footer-col a {
    color: #2d3748;
    text-decoration: none;
    transition: 0.3s ease;
}

.footer-col a:hover {
    color: #1e3a8a;
}



@media (max-width: 768px) {

    .alumni-card {
        min-width: 80%;
    }

    .alumni-track {
        gap: 15px;
    }

}

@media (max-width: 768px) {
    .life-card.small img,
    .life-card.medium img,
    .life-card.large img {
        width: 85vw;
        height: auto;
    }

    .life-track {
        gap: 15px;
    }
}


body {
    overflow-x: clip;
}



.alumni-slider,
.life-slider,
.testimonial-slider {
    overflow: hidden;
    width: 100%;
}
@media (max-width: 768px) {
    .grid-cols-\[300px_600px_300px\] {
        grid-template-columns: 1fr !important;
    }
}
@media (max-width: 768px) {
    .px-20 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
}





/* ============================= */
/* WHY IIADM HORIZONTAL SECTION */
/* ============================= */

.why-iiadm {
    position: relative;
    width: 100%;
}

.horizontal-wrapper {
    display: flex;
    position: sticky;
    top: 0;
    min-height: 100vh;
}

.panel {
    width: 100%;
    min-width: 100%;
    min-height: 100vh;
    padding: 90px 0;
    display: flex;
    align-items: center;
    position: relative;
}

/* alternating background */

.panel:nth-child(even){
    background: #f8fafc;
}

.panel:nth-child(odd){
    background: #ffffff;
}

/* Improve readability inside intro panel */

.panel-intro p {
    line-height: 2;
}

.endorsement-content p {
    line-height: 2;
}

.quote-box {
    line-height: 2;
}

/* Optional: better heading spacing */

.panel-intro h4,
.panel-intro h5 {
    line-height: 1.8;
    margin-bottom: 10px;
}

/* INTRO PANEL */

.panel-intro {
    background: #f9fafb;
}

/* ============================= */
/* FEATURE BULLET STYLE */
/* ============================= */

.feature-points {
    list-style: none;
    padding: 0;
    margin-top: 15px;
}

.feature-points li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 1.8;
    color: #374151;
}

/* Tick circle */

.feature-points li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 2px;
    width: 26px;
    height: 26px;
    background: #d1fae5;
    color: #065f46;
    border-radius: 50%;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

.badge {
    display: inline-block;
    background: #e6ddff;
    padding: 8px 18px;
    border-radius: 10px;
    font-size: 14px;
    margin-bottom: 20px;
}

.intro-content h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 30px;
}

.endorsement-card {
    background: #bde3d8;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.quote-box {
    margin-top: 20px;
    background: #eef1f5;
    padding: 15px;
    border-left: 4px solid #0f172a;
    border-radius: 10px;
}

/* ============================= */
/* FEATURE LAYOUT */
/* ============================= */

.feature-layout {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    width: 100%;
}

/* TEXT SIDE */

.feature-text {
    flex: 0 0 48%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.feature-text h3 {
    font-size: 28px;
    margin-bottom: 20px;
}

.feature-text p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 18px;
    max-width: 600px;
}

/* IMAGE SIDE */

.feature-image {
    flex: 0 0 47%;
    display: flex;
    justify-content: flex-end;
}

/* IMAGE */

.feature-image img {
    width: 100%;
    max-width: 700px; /* allows image to fill empty space */
    height: auto;
    border-radius: 10px;
    object-fit: cover;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}


/* MOBILE FALLBACK */

@media (max-width: 992px) {

    .why-iiadm{
        height:60vh !important;
        overflow-y:auto;
        scroll-snap-type:y mandatory;
    }

    .horizontal-wrapper{
        display:flex;
        flex-direction:column;
        height:auto;
    }

    .panel{
        min-width:100%;
        min-height:60vh;
        padding:40px 20px;
        scroll-snap-align:start;
        display:block;
    }

    .feature-layout{
        display:flex;
        flex-direction:column;
        align-items:center;
        text-align:center;
        gap:25px;
    }

    .feature-image{
        width:100%;
    }

    .feature-image img{
        width:100%;
        height:auto;
        display:block;
        border-radius:12px;
    }

    .feature-content{
        width:100%;
    }

}


@media (max-width: 768px) {
    section.gallery-section {
        display: none !important;
    }
}

@media (max-width: 992px) {
    section.gallery-section {
        display: none !important;
    }
}





.quote-btn {
    background: #F09028;
    color: #fff;
    border: none;
    padding: 14px 30px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-block;
}

.quote-btn:hover {
    background: #d97818;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(240, 144, 40, 0.35);
}

.quote-btn:active {
    transform: translateY(0);
    box-shadow: none;
}










/* ========================= */
/* CAREER BANNER SECTION */
/* ========================= */

/* WATERMARK TEXT */

.banner-watermark{
    position: absolute;
    top: 23.5%;
    left: 42%;
    transform: translateX(-50%);

    font-size: 110px;
    font-weight: 700;
    letter-spacing: 12px;

    color: transparent;
    -webkit-text-stroke: 2px rgba(239,141,39,0.35);

    pointer-events: none;
    user-select: none;

    z-index: 0;
    white-space: nowrap;

    animation: watermarkSlide 10s ease-in-out infinite;
}

@keyframes watermarkSlide {

    0%{
        transform: translateX(-50%);
    }

    50%{
        transform: translateX(-40%);
    }

    100%{
        transform: translateX(-50%);
    }

}

.banner-wrapper{
    position: relative;
    z-index: 2;
}

.career-banner{
/* padding:15px 0; */
color:#ffffff;
position:relative;
overflow:hidden;
min-height:610px;
}

/* .career-banner {
    background:linear-gradient(270deg, #ed7a08 0%, #9a5308 81.33%);   
}  */

.floating-element{
    position: absolute;
    pointer-events: none;
}

.floating-1{
    top: 65px;
    left: 5%;
}

.floating-2{
    bottom: 50px;
    right: 90%;
}

.floating-3{
    top: 40%;
    right: 40%;
}

.floating-4{
    top: 05px;
    right: 10px;
}




.rotate-slow{
    animation: slowRotate 20s linear infinite;
}

@keyframes slowRotate{
    from{
        transform: rotate(0deg);
    }
    to{
        transform: rotate(360deg);
    }
}


.arrow-move{
    animation: arrowFloat 4s ease-in-out infinite;
}

@keyframes arrowFloat{

    0%{
        transform: translate(0,0);
    }

    50%{
        transform: translate(25px,-25px); /* 45° movement */
    }

    100%{
        transform: translate(0,0);
    }

}

.floating-1 img,
.floating-4 img,
.floating-3 img,
.floating-2 img {
    filter: brightness(0) invert(1);
}



.banner-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 300px;
}

/* LEFT SIDE (IMAGE VERSION) */

.banner-left {
    padding: 15px 0;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-image {
    max-width: 480px;
    height: auto;
    object-fit: contain;
    opacity: 1;
    margin-bottom: -40px; /* makes it visually touch bottom */
}

/* RIGHT FORM */

.banner-form{
    transform: translateX(-30px); /* adjust value as needed */
}

.banner-form {
    flex: 1;
    background: #ffffff;
    margin: 50px 0;
    color: #111;
    padding: 25px;
    border-radius: 10px;
    /* box-shadow: 0 25px 60px #e7913c; */
    opacity: 0.90;
}

.banner-form h3 {
    margin-bottom: 8px;
    font-size: 24px;
}

.form-group {
    margin-bottom: 5px;
}

.form-group label {
    display: block;
    font-size: 14px;
    margin-bottom: 8px;
}

.form-group input,
.form-group select {
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #ddd;
    font-size: 14px;
}

.banner-btn {
    width: 100%;
    margin-top: 10px;
    padding: 16px;
    background: #1f8f6a;
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s ease;
}

.banner-btn:hover {
    background: #166d52;
}



    /* ========================= */
    /* RESPONSIVE */
    /* ========================= */

    @media (max-width: 992px){

    /* let banner grow naturally */
    .career-banner{
       min-height: 970px;
        /* padding: 20px 0 60px; */
    }

    /* slider should not cut content */
    .banner-slider{
        position:relative;
         min-height: 970px;
    }

    /* stack layout */
    .banner-wrapper{
        flex-direction:column;
        gap:30px;
        align-items:center;
    }

    /* MOBILE ORDER FIX */

.banner-left{
    order:2;
}

.banner-form{
    order:1;
}


.banner-image{
    max-width:280px;
    height:auto;
    margin-bottom: -35px;
}


.banner-left{
        max-width:280px;
    height:auto;
    margin-bottom: 5px;

}

    /* center form and ensure visibility */
    .banner-form{
        width:100%;
        max-width:350px;
        margin: 30px auto;
        transform:none;
        position:relative;
        z-index:5;
    }

    /* reduce watermark size for mobile */
    .banner-watermark{
        font-size:60px;
        top: 79%;
        left: 55%;
        z-index: 4;
    }

    /* floating elements smaller */
    .floating-1 img,
    .floating-2 img,
    .floating-3 img,
    .floating-4 img{
        width:40px;
    }

    /* ========================= */
    /* MOBILE FIX FOR BANNER SLIDER */
    /* ========================= */

/* MOBILE SLIDER FIX */

    .banner-slider{
        position:relative;
        width:100%;
         min-height: 970px;
    }

    .banner-slide{
        position:relative;   /* important */
        width:100%;
        min-height: 970px;
        padding-bottom: 20px;
    }

    /* ensure wrapper content stays above slides */
    .banner-wrapper{
        position:relative;
        z-index:3;
    }

    /* reduce background opacity slightly for readability */
    .banner-slide{
        opacity:0.75;
    }

    /* adjust floating elements positions so they don't overlap form */

    .floating-1{ top:20px; left:10px; }

    .floating-2{ bottom:20px; right:10px; }

    .floating-3{ top:35%; right:15%; }

    .floating-4{ top:10px; right:20px; }


    }




/* ========================= */
/* BANNER SLIDER */
/* ========================= */

.banner-slider{
position:relative;
width:100%;
min-height:610px;
}

.banner-slide{
position:absolute;
top:0;
left:0;
width:100%;
min-height:610px;
opacity:0.70;
animation:bannerFade 15s infinite;
}

/* SLIDE DELAYS */

.slide1{animation-delay:0s;}
.slide2{animation-delay:5s;}
.slide3{animation-delay:10s;}

/* BACKGROUNDS */

.slide1{
background:url("../img/banner/banner-bg.png") center/cover no-repeat;
}

.slide2{
background:url("../img/banner/banner-bg1.png") center/cover no-repeat;
}

.slide3{
background:url("../img/banner/banner-bg2.png") center/cover no-repeat;
}

/* FADE ANIMATION */

@keyframes bannerFade{

0%{opacity:0;}
5%{opacity:0.70;}
30%{opacity:0.70;}
35%{opacity:0;}
100%{opacity:0;}

}






/* 
body {
    overflow: visible !important;
} */

html, body {
    max-width: 100%;
    
}





/* ===== IIADM GALLERY ===== */

.iiadm-gallery{
padding: 40px 0;
background:#f7f8fb;
overflow:hidden;
}

.iiadm-gallery-head{
text-align:center;
max-width:850px;
margin:0 auto 60px;
}

.iiadm-gallery-head h2{
font-size:38px;
font-weight:700;
margin-bottom:20px;
}

.iiadm-gallery-head p{
color:#555;
line-height:1.7;
}

/* wrapper */

.iiadm-gallery-wrap{
display:flex;
flex-direction:column;
gap: 30px;
}

/* row */

.iiadm-row{
overflow:hidden;
display:block;
}

.g-item{
flex-shrink:0;
}
/* track */

.iiadm-track{
display:flex;
width:max-content;
animation:iiadm-scroll linear infinite;
}

/* images */

.iiadm-track img{
width:300px;
min-width:300px;
height:150px;
object-fit:cover;
margin-right:25px;
flex-shrink:0;
transition:all .6s ease;
}

/* smaller row */

.small-row img{
height:140px !important;
}

/* speeds */

.speed-a{ animation-duration:37s; }
.speed-b{
animation-duration:28s;
}
.speed-c{ animation-duration:40s; }

/* scrolling animation */

@keyframes iiadm-scroll{

0%{
transform:translateX(0);
}

100%{
transform:translateX(-50%);
}

}

/* grow animation */

/* default size */

.grow-row img{
height:150px;
width:300px;
min-width:300px;
}

.grow-row.active img{
height:220px;
width:360px;
min-width:360px;
}




body {
    background-color: #F7F8FB !important;
}





















/* NEW CHANGES */

/* ============================= */
/* ABOUT STRENGTH CARDS */
/* ============================= */

.strength-cards {
    padding: 50px 0;
    background: #f9f9f9;
}

.cards-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

/* CARD */
.strength-card {
    background: #fff;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    transition: 0.3s ease;
    height: 100%;
}

.strength-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

/* TITLE */
.card-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
}

/* COLORS */
.orange { color: #EF8D27; }
.green { color: #1fa84a; }
.blue { color: #1e4ed8; }
.red { color: #e11d1d; }

/* TEXT */
.strength-card p {
    font-size: 15px;
    line-height: 1.7;
    color: #555;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .cards-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .cards-grid {
        grid-template-columns: 1fr;
    }
}




.auto-container {
    max-width: 1300px;   /* or 1300px based on your design */
    margin: 0 auto;
    padding: 0 20px;     /* THIS FIXES LEFT/RIGHT TOUCH */
}





/* ============================= */
/* ABOUT IIADM */
/* ============================= */

.about-iiadm {
    padding: 50px 0;
    background: #ffffff;
}

.about-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 60px;
    align-items: flex-start; 
}

/* TEXT */
.about-content h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 0;
}

.about-content p {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 15px;
}

.about-content .highlight {
    font-size: 18px;
    color: #111;
    font-weight: 500;
}

/* FEATURES */
.about-features {
    margin-top: 25px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.feature {
    font-size: 15px;
    color: #333;
    display: flex;
    align-items: center;
    gap: 10px;
}

.feature span {
    color: #EF8D27;
    font-weight: bold;
}

/* IMAGE */
.about-image img {
    width: 100%;
    border-radius: 20px;
    height: 580px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.08);
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .about-grid {
        grid-template-columns: 1fr;
    }

    .about-image {
        order: -1;
    }

    .about-image img {
        width: 100%;
        border-radius: 20px;
        height: auto;
        box-shadow: 0 20px 50px rgba(0,0,0,0.08);
}
}

@media (max-width: 576px) {
    .about-content h2 {
        font-size: 32px;
    }

    .about-features {
        grid-template-columns: 1fr;
    }

      .about-image img {
        width: 100%;
        border-radius: 20px;
        height: auto;
        box-shadow: 0 20px 50px rgba(0,0,0,0.08);
}
}




/* SECTION BACKGROUND */
/* SECTION */
.cta-form-section {
    background: #F9FAFB;
    padding: 50px 0;
    min-height: 400px;
}

/* GRID */
.cta-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 60px;
    align-items: flex-start; /* FIX */
}

/* HEADING */
.cta-content h2 {
    font-size: 44px;
    font-weight: 700;
    color: #1C4B42;
    margin-bottom: 25px;
}

/* LIST */
.cta-list {
    list-style: none;
    padding: 0;
}

.cta-list li {
    font-size: 17px;
    color: #1C4B42;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
}

/* ORANGE BULLETS */
.cta-list li::before {
    content: "➜";
    background: #EF8D27;
    color: #fff;
    font-size: 13px;

    width: 24px;
    height: 24px;
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;
}

/* FORM CARD */

.cta-form-box {
    background: #ffffff;
    padding: 28px;
    border-radius: 12px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.06);

    max-width: 380px;   /* 👈 CONTROL WIDTH */
    width: 100%;
    margin-left: auto;  /* 👈 pushes it nicely to right */
}

.cta-form-box h3 {
    font-size: 24px;
    color: #1C4B42;
    margin-bottom: 18px;
}

/* INPUTS */
.cta-form-box input {
    width: 100%;
    padding: 13px;
    margin-bottom: 14px;
    border-radius: 8px;
    border: none;
    background: #eef2f5;
    font-size: 14px;
}

/* BUTTON */
.cta-form-box button {
    background: #EF8D27;
    color: #fff;
    border: none;
    padding: 13px 18px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
}

.cta-form-box button:hover {
    background: #d97706;
}

@media (max-width: 992px) {
    .cta-grid {
        grid-template-columns: 1fr;
    }

    .cta-content h2 {
        font-size: 32px;
    }
}





/* ============================= */
/* COURSES PAGE IIADM */
/* ============================= */
.courses-tabs-section {
    padding: 40px 0;
    background: #f9fafb;
}

.courses-layout {
    display: grid;
    grid-template-columns: 260px 1fr; /* ONLY 2 COLUMNS NOW */
    gap: 40px;
    align-items: start;
}

.courses-content {
    width: 100%;
}

/* LEFT TABS */
.courses-tabs {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.tab-btn {
    padding: 15px;
    border: none;
    background: #eef2f5;
    text-align: left;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 500;
    transition: 0.3s;
}

.tab-btn:hover {
    background: #dbe5ec;
}

.tab-btn.active {
    background: #F08F1F;
    color: #fff;
}

/* RIGHT CONTENT */
.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.tab-content h2 {
    font-size: 32px;
    margin-bottom: 15px;
    color: #1C4B42;
}

.tab-content p {
    margin-bottom: 20px;
    color: #555;
}

.tab-content ul {
    padding-left: 20px;
}

.tab-content li {
    margin-bottom: 10px;
}

.tab-content h4 {
    margin-top: 25px;
    margin-bottom: 10px;
    color: #333;
    font-size: 18px;
}

.tab-content ul {
    margin-bottom: 20px;
}

.tab-content li {
    line-height: 1.6;
}


.courses-form {
    position: relative;
}



/* RESPONSIVE */
@media (max-width: 992px) {
    .courses-layout {
        grid-template-columns: 1fr;
    }

    .courses-tabs {
        flex-direction: row;
        flex-wrap: wrap;
    }
}


/* ============================= */
/* MOBILE RESPONSIVE */
/* ============================= */
@media (max-width: 992px) {

    .courses-tabs-section {
        padding: 50px 15px;
    }

    /* STACK LAYOUT */
    .courses-layout {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    /* TABS → HORIZONTAL SCROLL */
    .courses-tabs {
        flex-direction: row;
        flex-wrap: nowrap;
        overflow-x: auto;
        gap: 10px;
        padding-bottom: 5px;
        scrollbar-width: none;
    }

    .courses-tabs::-webkit-scrollbar {
        display: none;
    }

    .tab-btn {
        flex: 0 0 auto;
        padding: 10px 14px;
        font-size: 13px;
        border-radius: 20px;
        white-space: nowrap;
    }

    /* CONTENT TEXT IMPROVEMENT */
    .tab-content h2 {
        font-size: 24px;
        line-height: 1.3;
    }

    .tab-content h4 {
        font-size: 16px;
    }

    .tab-content p {
        font-size: 14px;
        line-height: 1.6;
    }

    .tab-content li {
        font-size: 14px;
        line-height: 1.6;
    }

    .tab-content ul {
        padding-left: 18px;
    }


}







/* COURSE-FAQ */
/* REMOVE SIDE-BY-SIDE BEHAVIOR */
.quote-faq-container.faq-full-width {
    display: block;
}

/* MAKE FAQ FULL WIDTH */
.full-width-faq {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}

/* CENTER TEXT NICELY */
.faq-title,
.faq-sub {
    text-align: center;
}

/* OPTIONAL: CLEAN SPACING */
.faq-box {
    margin-top: 20px;
}









/* ============================= */
/* JOB PORTAL SECTION */
/* ============================= */

.job-portal-section {
    padding: 80px 20px;
    background: #f9fafb;
}

.job-portal-section .title-box h2 {
    font-size: 34px;
    margin-bottom: 10px;
    color: #1C4B42;
}

.job-portal-section .title-box p {
    color: #666;
    margin-bottom: 40px;
}

/* GRID */
.job-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* CARD */
.job-card {
    background: #fff;
    padding: 22px;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    transition: 0.3s ease;
}

.job-card:hover {
    transform: translateY(-5px);
}

/* TEXT */
.job-card h3 {
    font-size: 18px;
    margin-bottom: 5px;
    color: #222;
}

.company {
    font-weight: 600;
    color: #F08F1F;
    margin-bottom: 3px;
}

.location {
    font-size: 13px;
    color: #888;
    margin-bottom: 10px;
}

.job-card ul {
    padding-left: 18px;
    margin-bottom: 15px;
}

.job-card li {
    font-size: 14px;
    margin-bottom: 6px;
}

/* BUTTON */
.apply-btn {
    display: inline-block;
    padding: 10px 18px;
    border: none;
    border-radius: 25px;
    background: #2c3e50;
    color: #fff;
    cursor: pointer;
    transition: 0.3s;
}

.apply-btn:hover {
    background: #1a252f;
}

/* MOBILE */
@media (max-width: 992px) {
    .job-grid {
        grid-template-columns: 1fr;
    }
}






/* ============================= */
/* JOB DETAIL SECTION */
/* ============================= */

.job-detail-section {
    padding: 90px 20px;
    background: linear-gradient(to bottom, #f5f7fb, #eef2f7);
}

/* IMPORTANT: ensure no overflow breaks sticky */
.job-detail-section,
.auto-container,
.job-detail-layout {
    overflow: visible;
}

/* GRID */
.job-detail-layout {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 35px;
    align-items: start;
}

/* LEFT COLUMN */
.job-main {}

/* RIGHT SIDEBAR (STICKY FIX HERE ✅) */
.job-sidebar {
    position: sticky;
    top: 100px; /* adjust if header height changes */
    align-self: start;
}

/* CARDS */
.job-main-card,
.job-description-card {
    background: #fff;
    padding: 28px;
    border-radius: 18px;
    margin-bottom: 20px;
    box-shadow: 0 12px 35px rgba(0,0,0,0.06);
    transition: 0.3s ease;
}

.job-main-card:hover,
.job-description-card:hover {
    transform: translateY(-3px);
}

/* HEADER */
.job-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
}

.job-header h2 {
    font-size: 24px;
    margin-bottom: 5px;
    color: #1C4B42;
}

.company-name {
    font-size: 14px;
    color: #777;
}

/* LOGO */
.company-logo {
    width: 65px;
    height: 65px;
    background: #f3f4f6;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    font-weight: 600;
    color: #F08F1F;
}

/* META */
.job-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 12px;
    font-size: 13px;
    color: #666;
}

.job-meta span {
    background: #f1f5f9;
    padding: 6px 10px;
    border-radius: 6px;
}

/* ACTION BAR */
.job-actions {
    margin-top: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    border-top: 1px solid #eee;
    padding-top: 15px;
}

.job-actions span {
    font-size: 13px;
    color: #777;
}

/* BUTTONS */
.primary-btn {
    background: linear-gradient(135deg, #2c5cff, #1a3fd1);
    color: #fff;
    border: none;
    padding: 11px 20px;
    border-radius: 30px;
    font-size: 14px;
    cursor: pointer;
    transition: 0.3s ease;
}

.primary-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(44,92,255,0.3);
}

.outline-btn {
    border: 1px solid #2c5cff;
    color: #2c5cff;
    background: transparent;
    padding: 11px 20px;
    border-radius: 30px;
    font-size: 14px;
    margin-right: 8px;
    cursor: pointer;
    transition: 0.3s;
}

.outline-btn:hover {
    background: #2c5cff;
    color: #fff;
}

/* DESCRIPTION */
.job-description-card h2 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #1C4B42;
}

.job-description-card h4 {
    margin-top: 20px;
    font-size: 16px;
    color: #333;
}

.job-description-card p {
    font-size: 14px;
    line-height: 1.7;
    color: #555;
}

.job-description-card ul {
    padding-left: 18px;
    margin-top: 8px;
}

.job-description-card li {
    font-size: 14px;
    margin-bottom: 6px;
}

/* SKILLS */
.skill-tags {
    margin-top: 12px;
}

.skill-tags span {
    display: inline-block;
    padding: 7px 14px;
    background: #eef2f5;
    border-radius: 25px;
    margin: 5px 6px 0 0;
    font-size: 13px;
    transition: 0.3s;
}

.skill-tags span:hover {
    background: #F08F1F;
    color: #fff;
}

/* SIDEBAR CARD (NO STICKY HERE ❌) */
.sidebar-card {
    background: #fff;
    padding: 22px;
    border-radius: 18px;
    box-shadow: 0 12px 35px rgba(0,0,0,0.06);
}

.sidebar-card h3 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #1C4B42;
}

/* SIDEBAR JOB */
.sidebar-job {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0;
    border-bottom: 1px solid #eee;
    transition: 0.3s;
}

.sidebar-job:hover {
    transform: translateX(3px);
}

.sidebar-job h4 {
    font-size: 14px;
    margin-bottom: 3px;
}

.sidebar-job p {
    font-size: 13px;
    color: #777;
}

.sidebar-job span {
    font-size: 12px;
    color: #999;
}

/* MINI LOGO */
.mini-logo {
    width: 42px;
    height: 42px;
    background: #f3f4f6;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

/* OPTIONAL: internal scroll if sidebar is tall */
.job-sidebar {
    max-height: calc(100vh - 120px);
    overflow-y: auto;
}

/* MOBILE */
@media (max-width: 992px) {

    .job-detail-layout {
        grid-template-columns: 1fr;
    }

    .job-sidebar {
        position: relative;
        top: 0;
        max-height: none;
        overflow: visible;
    }

    .job-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .job-actions {
        flex-direction: column;
        align-items: flex-start;
    }
}







/* ============================= */
/* BREADCRUMB */
/* ============================= */

.breadcrumb-section {
    padding: 50px 20px 30px;
    background: #e9edf5;
}

.breadcrumb-section h1 {
    font-size: 28px;
    margin-bottom: 10px;
    color: #1C4B42;
}

/* BREADCRUMB LINKS */
.breadcrumb {
    display: flex;              /* 🔥 key fix */
    align-items: center;        /* vertically aligns everything */
    gap: 6px;
    font-size: 14px;
    color: #777;
}

.breadcrumb a {
    color: #F08F1F;
    text-decoration: none;
}

.breadcrumb span {
    display: inline-block;
    line-height: 1;             /* remove baseline shift */
}












/* ===============================
   QUOTE + MAP SECTION
================================= */

.quote-map-section {
    padding: 20px 20px;
    background: #f5f7fb;
}

.quote-map-container {
    max-width: 1240px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 30px;
    align-items: stretch;
}

/* -----------------
   FORM (MATCH IMAGE)
------------------ */

.quote-box {
    background: #CFD3D8; /* grey like image */
    padding: 25px;
    border-radius: 18px;
    position: relative;
}

/* top orange line */
.quote-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    height: 5px;
    background: #e58b2a;
    border-radius: 10px;
}

.quote-box h2 {
    font-size: 30px;
    margin-bottom: 25px;
    color: #1C4B42;
}

/* FORM */
.form-row {
    display: flex;
    gap: 15px;
}

.form-group {
    flex: 1;
    margin-bottom: 15px;
}

.form-group label {
    font-size: 14px;
    margin-bottom: 6px;
    display: block;
    color: #1C4B42;
}

/* INPUT STYLE LIKE IMAGE */
.form-group input,
.form-group textarea {
    width: 100%;
    padding: 14px;
    border-radius: 12px;
    border: none;
    background: #e5e7eb;
    font-size: 14px;
    outline: none;
}

.form-group textarea {
    height: 120px;
    resize: none;
}

/* CHECKBOX */
.form-check {
    font-size: 13px;
    margin-top: 10px;
    color: #1C4B42;
}

.form-check input {
    margin-right: 6px;
}

/* BUTTON */
.quote-btn {
    margin-top: 20px;
    background: #e58b2a;
    color: #fff;
    border: none;
    padding: 14px 26px;
    border-radius: 12px;
    font-size: 15px;
    cursor: pointer;
    transition: 0.3s ease;
}

.quote-btn:hover {
    background: #cf7a1e;
}

/* -----------------
   MAP
------------------ */

.quote-map iframe {
    width: 100%;
    height: 100%;
    min-height: 420px;
    border-radius: 18px;
    margin-top: 20px;
    border: none;
}

/* -----------------
   RESPONSIVE
------------------ */

@media (max-width: 992px) {

    .quote-map-container {
        grid-template-columns: 1fr;
    }

    .form-row {
        flex-direction: column;
    }

    .quote-map iframe {
        min-height: 300px;
    }
}

@media (max-width: 576px) {

    .quote-box {
        padding: 25px 20px;
    }

    .quote-box h2 {
        font-size: 24px;
    }

    .quote-btn {
        width: 100%;
    }
}










/* CONTACT PAGE STRIP */

.contact-cards-section {
    padding: 40px 0 10px;
}

.contact-cards-container {
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;

    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

/* CARD STYLE */
.contact-card {
    background: #ffffff;
    padding: 20px;
    border-radius: 10px;
    text-align: center;

    border: 1px solid #e5e7eb;
    transition: 0.3s;
    min-height: 125px;
}

.contact-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

/* TEXT */
.contact-card h4 {
    font-size: 16px;
    margin-bottom: 8px;
    color: #0b1c39;
}

.contact-card p,
.contact-card a {
    font-size: 14px;
    color: #6b7280;
    text-decoration: none;
    
}

.contact-card a:hover {
    color: #f97316;
}

/* SOCIAL ICONS */
.card-socials {
    display: flex;
    justify-content: center;
    gap: 18px;
    margin-top: 15px;
}

.card-socials a i {
    font-size: 24px; /* bigger */
    transition: 0.3s;
}

/* FORCE BRAND COLORS ON ICONS */
.card-socials a:nth-child(1) i { color: #1877f2 !important; } /* Facebook */
.card-socials a:nth-child(2) i { color: #e4405f !important; } /* Instagram */
.card-socials a:nth-child(3) i { color: #e60023 !important; } /* Pinterest */
.card-socials a:nth-child(4) i { color: #ff0000 !important; } /* YouTube */
.card-socials a:nth-child(5) i { color: #0a66c2 !important; } /* LinkedIn */

/* HOVER */
.card-socials a:hover i {
    transform: scale(1.2);
}

@media (max-width: 992px) {
    .contact-cards-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .contact-cards-container {
        grid-template-columns: 1fr;
    }
}