/* ======home 1 all===== */

.theme-btn1 {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 26px;
    font-family: 'Cabin', sans-serif;
    font-weight: 600;
    color: #fff !important;
    text-align: center;
    border-radius: 2px;
    padding: 16px 24px;
    z-index: 1;
    background: red;
    border-radius: 5px;
}

.theme-btn1 i {
    position: relative;
    margin-left: 10px;
    font-size: 16px;
}

.theme-btn1:hover:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.theme-btn1:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #181A1C;
    border-radius: 2px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius: 5px;
}

.theme-btn1:hover:after {
    opacity: 1;
}


.theme-btn2 {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 26px;
    font-family: 'Cabin', sans-serif;
    font-weight: 600;
    color: #fff !important;
    text-align: center;
    border-radius: 2px;
    padding: 16px 24px;
    z-index: 1;
    background: red;
    border-radius: 5px;
}

.theme-btn2 i {
    position: relative;
    margin-left: 10px;
    font-size: 16px;
}

.theme-btn2:hover:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.theme-btn2:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f5a9b1;
    border-radius: 2px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius: 5px;
}

.theme-btn2:hover:after {
    opacity: 1;
}


.hadding1 span {
    color: var(--main-color, #FF2640);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    /* 100% */
}

.hadding1 h1 {
    color: var(--main-text-color, #181A1C);
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px;
    /* 120% */
}

.hadding1 p {
    color: var(--paragraph-color, rgba(8, 17, 13, 0.60));
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.hadding1 h4 a {
    color: var(--main-text-color, #181A1C);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    /* 100% */
    display: inline-block;
    transition: all.3s;
}

.hadding1 h4 a:hover {
    color: #FF2640;
    transition: all.3s;
}

.hadding1 h3 a {
    color: #181A1C;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    /* 100% */
    transition: all.4s;
}

.hadding1 h3 a:hover {
    color: #FF2640;
    transition: all.4s;
}

.img100 img {
    width: 100%;
}

.hadding1 h2 {
    color: #181A1C;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    /* 100% */
}

/* ======home 1 all===== */

/* =========home 2 all========== */
.theme-btn3 {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 22px;
    font-family: 'Cabin', sans-serif;
    font-weight: 600;
    color: #fff !important;
    text-align: center;
    border-radius: 2px !important;
    padding: 16px 24px;
    z-index: 1;
    background: #008000;
    border-radius: 5px;
    overflow: hidden;
    transition: all.4s;
}

.theme-btn3:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: #fff;
    border-radius: 2px;
    transition: all.4s;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    border-radius: 5px;
}

.theme-btn3::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    width: 0%;
    height: 100%;
    background: #fff;
    border-radius: 2px;
    transition: all.4s;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    border-radius: 5px;
}


.theme-btn3:hover:after {
    width: 100%;
    right: 0;
    left: auto;
    transition: all.9s;
    border-radius: 5px;
}

.theme-btn3:hover::before {
    width: 100%;
    left: 0;
    right: auto;
    transition: all.9s;
    border-radius: 5px;
}

.theme-btn3:hover {
    color: #181A1C !important;
    transition: all.4s;
    transform: translateY(-5px);
}

.theme-btn4 {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 20px;
    font-family: 'Cabin', sans-serif;
    font-weight: 600;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px 24px;
    z-index: 1;
    background: transparent;
    border-radius: 6px;
    overflow: hidden;
    transition: all.4s;
    border: 1px solid #fff;
    box-sizing: border-box;
}


.theme-btn4:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: #fff;
    border-radius: 2px;
    transition: all.4s;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    border-radius: 5px;
}

.theme-btn4::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    width: 0%;
    height: 100%;
    background: #fff;
    border-radius: 2px;
    transition: all.4s;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    border-radius: 5px;
}


.theme-btn4:hover:after {
    width: 100%;
    right: 0;
    left: auto;
    transition: all.9s;
    border-radius: 5px;
}

.theme-btn4:hover::before {
    width: 100%;
    left: 0;
    right: auto;
    transition: all.9s;
    border-radius: 5px;
}

.theme-btn4:hover {
    color: #181A1C !important;
    transition: all.4s;
    transform: translateY(-5px);
}
.theme-btn4 {
    
    color: #fff !important;
}

.theme-btn5 {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 22px;
    font-family: 'Cabin', sans-serif;
    font-weight: 600;
    color: #fff !important;
    text-align: center;
    border-radius: 2px;
    padding: 16px 24px;
    z-index: 1;
    background: #008000;
    border-radius: 5px;
    overflow: hidden;
    transition: all.4s;
    border: none;
    text-transform: capitalize;
}

.theme-btn5:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: #181A1C;
    border-radius: 2px;
    transition: all.4s;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    border-radius: 5px;
}

.theme-btn5::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    width: 0%;
    height: 100%;
    background: #181A1C;
    border-radius: 2px;
    transition: all.4s;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    border-radius: 5px;
}


.theme-btn5:hover:after {
    width: 100%;
    right: 0;
    left: auto;
    transition: all.9s;
    border-radius: 5px;
}

.theme-btn5:hover::before {
    width: 100%;
    left: 0;
    right: auto;
    transition: all.9s;
    border-radius: 5px;
}

.theme-btn5:hover {
    color: #fff;
    transition: all.4s;
    transform: translateY(-5px);
}

.hadding2 span {
    color: var(--5th-Main, #008000);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    /* 100% */
    display: inline;
}

.hadding2 h1 {
    color: var(--Main-Text-Color, #181A1C);
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    /* 120% */
    /*text-transform: capitalize;*/
}

.hadding2 p,
.hadding2 ul li,
.hadding2 ol li{
    color: var(--Paragraph-Color, rgba(8, 17, 13, 0.60));
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 175% */
}

.hadding2 h3 a {
    color: #181A1C;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    display: inline;
    transition: all.4s;
    text-transform: capitalize;
}

.hadding2 h3 a:hover {
    color: #008000;
    transition: all.4s;
}

.hadding2 h6 {
    color: var(--Main-Text-Color, #181A1C);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 100% */
}

/* ==========home 2 all======== */

/* ==========home 3 all======== */

.theme-btn6 {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    /* 100% */
    background-color: #0D4F51;
    padding: 16px 24px;
    border-radius: 5px;
    display: inline-block;
    transition: all.4s;
}

.theme-btn6:hover {
    background-color: #fff;
    color: #0D4F51;
    transition: all.4s;
    transform: translateY(-5px);
}

.theme-btn7 {
    color: #0D4F51;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    /* 100% */
    background-color: #fff;
    padding: 16px 24px;
    border-radius: 5px;
    display: inline-block;
    transition: all.4s;
    margin-left: 16px;
}

.theme-btn7:hover {
    background-color: #0D4F51;
    color: #fff;
    transition: all.4s;
    transform: translateY(-5px);
}

.theme-btn8 {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    /* 100% */
    background-color: #0D4F51;
    padding: 18px 24px;
    border-radius: 5px;
    display: inline-block;
    transition: all.4s;
    border: none;
}

.theme-btn8:hover {
    background-color: #13787b;
    color: #fff;
    transition: all.4s;
    transform: translateY(-5px);
}

.hadding3 span.span {
    color: var(--4th-Home-Main, #0D4F51);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    /* 100% */
    display: inline-block;
}

.hadding3 h1 {
    color: var(--neutral-main-text-color, #19191B);
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
    /* 120% */
    text-transform: capitalize;
}

.hadding3 p {
    color: var(--Paragraph-Color, rgba(8, 17, 13, 0.60));
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 175% */
}

/* ==========home 3 all======== */


/* ==========home 4 all======== */

.theme-btn9 {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    /* 100% */
    background-color: #2B29A4;
    padding: 18px 24px;
    border-radius: 5px;
    display: inline-block;
    transition: all.4s;
    border: none;
}

.theme-btn9:hover {
    background-color: #4b49de;
    color: #fff;
    transition: all.4s;
    transform: translateY(-5px);
}

.theme-btn10 {
    color: #2B29A4;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    /* 100% */
    background: transparent;
    padding: 18px 24px;
    border-radius: 5px;
    display: inline-block;
    transition: all.4s;
    border-radius: 5px;
    border: 1px solid var(--3rd-home-main, #2B29A4);
    margin-left: 10px;
}

.theme-btn10:hover {
    background-color: #4b49de;
    color: #fff;
    transition: all.4s;
    transform: translateY(-5px);
}


.hadding4 span {
    color: var(--3rd-home-main, #2B29A4);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    /* 100% */
    text-transform: uppercase;
    display: inline-block;
}

.hadding4 h1 {
    color: var(--neutral-main-text-color, #19191B);
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px;
    /* 120% */
    text-transform: capitalize;
}

.hadding4 p {
    color: var(--Paragraph-Color, rgba(8, 17, 13, 0.60));
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 155.556% */
}

.hadding4 h4 a {
    color: var(--neutral-main-text-color, #19191B);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    /* 100% */
    text-transform: capitalize;
}

.hadding4 h4 {
    color: var(--neutral-main-text-color, #19191B);
    font-size: 20px;
    font-style: normal;
    font-weight: 750;
    line-height: 20px;
    /* 100% */
    text-transform: capitalize;
}

.hadding4 h4 a:hover {
    color: #2B29A4;
}

.hadding4 h4:hover {
    color: #2B29A4;
}

.service4-box {
    border-radius: 5px;
    background: #FFF;
    padding: 16px;
}

.hadding4-w span {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    /* 100% */
    text-transform: uppercase;
    display: inline-block;
}

.hadding4-w h1 {
    color: #FFF;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 750;
    line-height: 48px;
    /* 120% */
    text-transform: capitalize;
}

/* ==========home 4 all======== */

/* ==========home 5 all======== */

.hadding5 span.span {
    color: var(--2nd-HP-secendary, #6A6A9A);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    /* 100% */
}

.hadding5 h1 {
    color: var(--Main-Text-Color, #181A1C);
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    /* 120% */
}

.hadding5 p {
    color: var(--Paragraph-Color, rgba(8, 17, 13, 0.60));
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 155.556% */
    transition: all.4s;
}

.hadding5 h4 a {
    color: var(--Main-Text-Color, #181A1C);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 100% */
    transition: all.4s;
}

.google-reting-star li {
    display: inline-block;
    color: #FF845E;
}

.google-reting-star {
    padding-left: 10px;
}

.google-reting-star {
    display: flex;
    align-items: center;
}

.about5-reting {
    display: flex;
    align-items: center;
}

.google-reting-star h5 {
    color: var(--Main-Text-Color, #181A1C);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 100% */
    padding-right: 8px;
}

.google-reting {
    display: flex;
    align-items: center;
}

.google-reting-all {
    padding-left: 20px;
}

.google-reting-p p {
    color: var(--Main-Text-Color, #181A1C);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px;
    /* 100% */
    padding-left: 40px;
    padding-top: -10px;
}

.google-reting-p p a {
    color: var(--Main-Text-Color, #181A1C);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px;
    /* 100% */
    display: inline-block;
}

.google-reting-img img {
    padding-top: 10px;
}

.about5-hadding {
    padding-left: 20px;
}






.theme-btn11::before,
.theme-btn11::after,
.theme-btn11 span::before,
.theme-btn11 span::after {
    content: "";
    position: absolute;
    top: 0;
    width: 25.25%;
    height: 0;
    background: #6A6A9A;
    z-index: -1;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.theme-btn11 span::before,
.theme-btn11 span::after {
    content: "";
    position: absolute;
    top: 0;
    width: 25.25%;
    height: 0;
    background: #6A6A9A;
    z-index: -1;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.theme-btn11::before {
    left: 0;
}

.theme-btn11::after {
    left: 50%;
}

.theme-btn11 span::before,
.theme-btn11 span::after {
    top: auto;
    bottom: 0;
}

.theme-btn11 span::before {
    left: 25%;
}

.theme-btn11 span::after {
    left: 75%;
}

.theme-btn11:hover::before,
.theme-btn11:hover::after,
.theme-btn11:hover span::before,
.theme-btn11:hover span::after {
    height: 100%;
}

.theme-btn11:hover {
    color: #fff;
    transform: translateY(-5px);
}

.theme-btn11 {
    position: relative;
    overflow: hidden;
    font-size: 18px;
    font-weight: 700;
    height: 58px;
    line-height: 58px;
    border-radius: 4px;
    padding: 0 24px;
    text-align: center;
    border: none;
    outline: none;
    text-transform: capitalize;
    display: inline-block;
    background: #1A1A42;
    color: #ffffff;
    z-index: 2;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.button5-all {
    display: flex;
    align-items: center;
}

.hadding5 h6 a {
    color: var(--Main-Text-Color, #181A1C);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 100% */
}



.theme-btn12::before,
.theme-btn12::after,
.theme-btn12 span::before,
.theme-btn12 span::after {
    content: "";
    position: absolute;
    top: 0;
    width: 25.25%;
    height: 0;
    background: #F0F0F5;
    z-index: -1;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.theme-btn12 span::before,
.theme-btn12 span::after {
    content: "";
    position: absolute;
    top: 0;
    width: 25.25%;
    height: 0;
    background: #F0F0F5;
    z-index: -1;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.theme-btn12::before {
    left: 0;
}

.theme-btn12::after {
    left: 50%;
}

.theme-btn12 span::before,
.theme-btn12 span::after {
    top: auto;
    bottom: 0;
}

.theme-btn12 span::before {
    left: 25%;
}

.theme-btn12 span::after {
    left: 75%;
}

.theme-btn12:hover::before,
.theme-btn12:hover::after,
.theme-btn12:hover span::before,
.theme-btn12:hover span::after {
    height: 100%;
}

.theme-btn12:hover {
    color: #181A1C;
    transform: translateY(-5px);
}

.theme-btn12 {
    position: relative;
    overflow: hidden;
    font-size: 18px;
    font-weight: 700;
    height: 58px;
    line-height: 58px;
    border-radius: 4px;
    padding: 0 24px;
    text-align: center;
    border: none;
    outline: none;
    text-transform: capitalize;
    display: inline-block;
    background: #1A1A42;
    color: #ffffff;
    z-index: 2;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

/* ==========home 5 all======== */

/* ==========home 6 all======== */

.theme-btn13 {
    position: relative;
    overflow: hidden;
    font-size: 18px;
    font-weight: 700;
    line-height: 53px;
    border-radius: 5px;
    padding: 0 24px;
    text-align: center;
    border: none;
    outline: none;
    text-transform: capitalize;
    display: inline-block;
    background: #4893FF;
    color: #fff;
    z-index: 2;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    overflow: hidden;
}

.theme-btn13::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0%;
    width: 100%;
    background-color: rgb(135, 188, 253);
    border-radius: 100% 100% 5px 5px;
    z-index: -1;
    transition: all.4s;
}

.theme-btn13:hover::before {
    height: 100%;
    border-radius: 5px 5px 5px 5px;
    transition: all.4s;
}

.theme-btn13:hover {
    color: #fff;
    transform: translateY(-5px);
    transition: all.4s;
}

.theme-btn14 {
    position: relative;
    overflow: hidden;
    font-size: 18px;
    font-weight: 700;
    height: 53px;
    line-height: 50px;
    border-radius: 5px;
    padding: 0 24px;
    text-align: center;
    border: none;
    outline: none;
    text-transform: capitalize;
    display: inline-block;
    background: transparent;
    color: #4893FF;
    z-index: 2;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    overflow: hidden;
    border: 1px solid #4893FF;
    margin-left: 12px;
}

.theme-btn14::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0%;
    width: 100%;
    background-color: rgb(135, 188, 253);
    border-radius: 100% 100% 5px 5px;
    z-index: -1;
    transition: all.4s;
}

.theme-btn14:hover::before {
    height: 100%;
    border-radius: 5px 5px 5px 5px;
    transition: all.4s;
}

.theme-btn14:hover {
    color: #fff;
    transform: translateY(-5px);
    transition: all.4s;
    border: 1px solid rgb(135, 188, 253);
}

.hadding6 h1 {
    color: var(--Main-Text-Color, #181A1C);
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px;
    /* 120% */
    text-transform: capitalize;
}

.hadding6 p {
    color: var(--Paragraph-Color, rgba(8, 17, 13, 0.60));
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 175% */
    transition: all.4s;
}

.hadding6 span.span {
    color: var(--7th-main, #4893FF);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    /* 100% */
    display: inline-block;
}

.hadding6 h4 a {
    color: var(--Main-Text-Color, #181A1C);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    /* 100% */
    transition: all.4s;
}


/* ==========home 6 all======== */


/* ==========home 7 all======== */

.theme-btn15 {
    position: relative;
    overflow: hidden;
    font-size: 18px;
    font-weight: 700;
    height: 53px;
    line-height: 50px;
    border-radius: 5px;
    padding: 0 24px;
    text-align: center;
    border: none;
    outline: none;
    text-transform: capitalize;
    display: inline-block;
    background: #B51DEE;
    color: #fff;
    z-index: 2;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    overflow: hidden;
    border: none;
}

.theme-btn15::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0%;
    width: 0%;
    background-color: #d262fa;
    border-radius: 100% 100% 5px 5px;
    z-index: -1;
    transition: all.4s;
}

.theme-btn15::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 0%;
    width: 0%;
    background-color: #d262fa;
    border-radius: 5px 5px 100% 100%;
    z-index: -1;
    transition: all.4s;
}

.theme-btn15:hover::after {
    height: 100%;
    width: 100%;
    border-radius: 5px 5px 5px 5px;
    transition: all.4s;
}

.theme-btn15:hover::before {
    height: 100%;
    width: 100%;
    border-radius: 5px 5px 5px 5px;
    transition: all.4s;
}

.theme-btn15:hover {
    color: #fff;
    transform: translateY(-5px);
    transition: all.4s;
}



/* video button  */

.video-play-button {
    position: relative;
    z-index: 10;
    margin: 0px 30px;
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    /* background: #fa183d; */
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
}

.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: #B51DEE;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: #B51DEE;
    border-radius: 50%;
    transition: all 200ms;
}

.video-play-button:hover:after {
    background-color: darken(#fa183d, 10%);
}

.video-play-button img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    margin-top: 10px;
    margin-left: 6px;
    width: 0;
    height: 0;
    border-left: 18px solid #fff;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

.hero-button1 {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.hero7-all-buttons {
    display: flex;
    align-items: center;
}

.vido-btn-pera {
    margin-left: -14px;
}

/* video btn */


.hadding7 h3 {
    color: var(--neutral-900, #111827);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 100% */
}

.hadding7 p {
    color: var(--Paragraph-Color, rgba(8, 17, 13, 0.60));
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    /* 100% */
}

.hadding7 h1 {
    color: var(--Main-Text-Color, #181A1C);
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    /* 120% */
    text-transform: capitalize;
}

.hadding7 p {
    color: var(--Paragraph-Color, rgba(8, 17, 13, 0.60));
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 155.556% */
}

.hadding7 span.span {
    color: var(--6th-Main, #B51DEE);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    /* 100% */
    display: inline-block;
}

.learn-more7 {
    color: var(--Main-Text-Color, #181A1C);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    /* 100% */
    text-transform: capitalize;
    display: inline-block;
    transition: all.4s;
}

.learn-more7 span {
    display: inline-block;
    transform: rotate(-45deg);
    transition: all.4s;
}

.learn-more7:hover {
    color: #B51DEE;
    transition: all.4s;
}

.learn-more7:hover span {
    margin-left: 3px;
    transition: all.4s;
}

.hadding7 h4 a {
    color: var(--neutral-main-text-color, #19191B);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 100% */
    text-transform: capitalize;
    transition: all.4s;
}

.hadding7 h4 a:hover {
    color: #B51DEE;
}

.hadding7 h4 {
    color: var(--neutral-main-text-color, #19191B);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 100% */
    text-transform: capitalize;
    transition: all.4s;
}

.hadding7 h4:hover {
    color: #B51DEE;
}

.progress-list-number h4 span {
    transition: all.3s;
}

.progress-list-box.progress-list-box2:hover .progress-list-number h4 span {
    color: #B51DEE;
    transition: all.4s;
}

.hadding7 h6 a {
    color: var(--neutral-main-text-color, #19191B);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    /* 140% */
    transition: all.4s;
}

.hadding7 h6 a:hover {
    color: #B51DEE;
    transition: all.4s;
}

.learn-more1.learn-more7:hover {
    color: #B51DEE;
}

.learn-more1.learn-more7:hover span {
    color: #B51DEE;
}

.blog1-box.blog1-box7:hover {
    background-color: #FBF4FE;
}

/* ==========home 7 all======== */



/* .visafast-preloader {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: default;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 9000;
}

.visafast-preloader .animation-preloader {
	z-index: 1000;
}

.visafast-preloader .animation-preloader .spinner {
	-webkit-animation: spinner 1s infinite linear;
	animation: spinner 1s infinite linear;
	border-radius: 50%;
	border: 3px solid rgba(2, 109, 255, 0.2);
	border-top-color: var(--color-primary);
	height: 110px;
	margin: 0 auto 30px auto;
	width: 110px;
}

.visafast-preloader.secondary .animation-preloader .spinner {
	border-top-color: var(--color-secondary);
}

.visafast-preloader .animation-preloader .txt-loading {
	font: bold 4em 'Outfit', sans-serif;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.visafast-preloader .animation-preloader .txt-loading .letters-loading {
	color: rgba(0, 0, 0, 0.2);
	position: relative;
}

.visafast-preloader .animation-preloader .txt-loading .letters-loading:before {
	-webkit-animation: letters-loading 4s infinite;
	animation: letters-loading 4s infinite;
	color: #000000;
	content: attr(data-text-preloader);
	left: 0;
	opacity: 0;
	font-family: 'Outfit', sans-serif;
	position: absolute;
	top: -3px;
	-webkit-transform: rotateY(-90deg);
	transform: rotateY(-90deg);
}

.visafast-preloader
.animation-preloader
.txt-loading
.letters-loading:nth-child(2):before {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.visafast-preloader
.animation-preloader
.txt-loading
.letters-loading:nth-child(3):before {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

.visafast-preloader
.animation-preloader
.txt-loading
.letters-loading:nth-child(4):before {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}

.visafast-preloader
.animation-preloader
.txt-loading
.letters-loading:nth-child(5):before {
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
}

.visafast-preloader
.animation-preloader
.txt-loading
.letters-loading:nth-child(6):before {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.visafast-preloader
.animation-preloader
.txt-loading
.letters-loading:nth-child(7):before {
	-webkit-animation-delay: 1.2s;
	animation-delay: 1.2s;
}

.visafast-preloader
.animation-preloader
.txt-loading
.letters-loading:nth-child(8):before {
	-webkit-animation-delay: 1.4s;
	animation-delay: 1.4s;
}

.visafast-preloader.dark .animation-preloader .spinner {
	border-color: rgba(255, 255, 255, 0.2);
	border-top-color: #fff;
}

.visafast-preloader.dark .animation-preloader .txt-loading .letters-loading {
	color: rgba(255, 255, 255, 0.2);
}

.visafast-preloader.dark .animation-preloader .txt-loading .letters-loading:before {
	color: #fff;
}

.visafast-preloader p {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 8px;
	color: #3b3b3b;
}

.visafast-preloader .loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 0;
	z-index: 1;
	pointer-events: none;
}

.visafast-preloader .loader .row {
	height: 100%;
}

.visafast-preloader .loader .loader-section {
	padding: 0px;
}

.visafast-preloader .loader .loader-section .bg {
	background-color: #ffffff;
	height: 100%;
	left: 0;
	width: 100%;
	-webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
	-o-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
	transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}

.visafast-preloader .loader.dark_bg .loader-section .bg {
	background: #111339;
}

.visafast-preloader.loaded .animation-preloader {
	opacity: 0;
	-webkit-transition: 0.3s ease-out;
	-o-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
}

.visafast-preloader.loaded .loader-section .bg {
	width: 0;
	-webkit-transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
	-o-transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
	transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
}

@-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;
		-webkit-transform: rotateY(-90deg);
		transform: rotateY(-90deg);
	}

	25%,
  	50% {
		opacity: 1;
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}
}

@keyframes letters-loading {
	0%,
	75%,
  	100% {
		opacity: 0;
		-webkit-transform: rotateY(-90deg);
		transform: rotateY(-90deg);
	}

	25%,
  	50% {
		opacity: 1;
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}
}

@media screen and (max-width: 767px) {
	.visafast-preloader .animation-preloader .spinner {
		height: 5em;
		width: 5em;
	}

	.visafast-preloader .animation-preloader .txt-loading {
		font: bold 3.5em 'Outfit', sans-serif;
	}
}

@media screen and (max-width: 500px) {
	.visafast-preloader .animation-preloader .spinner {
		height: 5em;
		width: 5em;
	}

	.visafast-preloader .animation-preloader .txt-loading {
		font: bold 2em 'Outfit', sans-serif;
	}
} */


.no-scroll-y {
    overflow-y: hidden;
}

/* Preloader */
.ctn-preloader {
    align-items: center;
    cursor: none;
    display: flex;
    height: 100%;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9009999;
}

.ctn-preloader .animation-preloader {
    position: absolute;
    z-index: 100;
}

/* Spinner cargando */
.ctn-preloader .animation-preloader .spinner {
    animation: spinner 1s infinite linear;
    border-radius: 50%;
    border: 3px solid rgba(255, 255, 255, 0.2);
    border-top-color: #ffffff;
    /* No se identa por orden alfabetico para que no lo sobre-escriba */
    height: 9em;
    margin: 0 auto 3.5em auto;
    width: 9em;
}

/* Texto cargando */
.ctn-preloader .animation-preloader .txt-loading {
    font: bold 5em 'Montserrat', sans-serif;
    text-align: center;
    user-select: none;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:before {
    animation: letters-loading 4s infinite;
    color: #ffffffe1;
    content: attr(data-text-preloader);
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: rotateY(-90deg);
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading {
    position: relative;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
    animation-delay: 0.2s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
    animation-delay: 0.4s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
    animation-delay: 0.6s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
    animation-delay: 0.8s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
    animation-delay: 1s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
    animation-delay: 1.2s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
    animation-delay: 1.4s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading {
    color: rgba(255, 255, 255, 0.2);
}

.ctn-preloader.ctn-preloader1 .loader-section {
    background-color: transparent;
    height: 100%;
    position: fixed;
    top: 0;
    width: calc(50% + 1px);
    background-color: #008000;
}

.ctn-preloader.ctn-preloader2 .loader-section {
    background-color: transparent;
    height: 100%;
    position: fixed;
    top: 0;
    width: calc(50% + 1px);
    background-color: #0D4F51;
}

.ctn-preloader.ctn-preloader3 .loader-section {
    background-color: transparent;
    height: 100%;
    position: fixed;
    top: 0;
    width: calc(50% + 1px);
    background-color: #dd2f43;
}

.ctn-preloader.ctn-preloader4 .loader-section {
    background-color: transparent;
    height: 100%;
    position: fixed;
    top: 0;
    width: calc(50% + 1px);
    background-color: #2B29A4;
}

.ctn-preloader.ctn-preloader5 .loader-section {
    background-color: transparent;
    height: 100%;
    position: fixed;
    top: 0;
    width: calc(50% + 1px);
    background-color: #6A6A9A;
}

.ctn-preloader.ctn-preloader6 .loader-section {
    background-color: transparent;
    height: 100%;
    position: fixed;
    top: 0;
    width: calc(50% + 1px);
    background-color: #4893FF;
}

.ctn-preloader.ctn-preloader7 .loader-section {
    background-color: transparent;
    height: 100%;
    position: fixed;
    top: 0;
    width: calc(50% + 1px);
    background-color: #B51DEE;
}

.ctn-preloader.ctn-preloader12 .loader-section {
    background-color: transparent;
    height: 100%;
    position: fixed;
    top: 0;
    width: calc(50% + 1px);
    background-color: #DE8E59;
}

.ctn-preloader.ctn-preloader13 .loader-section {
    background-color: transparent;
    height: 100%;
    position: fixed;
    top: 0;
    width: calc(50% + 1px);
    background-color: #02341c;
}

.ctn-preloader.ctn-preloader8 .loader-section {
    background-color: transparent;
    height: 100%;
    position: fixed;
    top: 0;
    width: calc(50% + 1px);
    background-color: #E50114;
}

.ctn-preloader.ctn-preloader9 .loader-section {
    background-color: transparent;
    height: 100%;
    position: fixed;
    top: 0;
    width: calc(50% + 1px);
    background-color: #FE6032;
}

.ctn-preloader.ctn-preloader10 .loader-section {
    background-color: transparent;
    height: 100%;
    position: fixed;
    top: 0;
    width: calc(50% + 1px);
    background-color: #9400FF;
}

.ctn-preloader .loader-section {

    height: 100%;
    position: fixed;
    top: 0;
    width: calc(50% + 1px);
}

.ctn-preloader .loader-section.section-left {
    left: 0;
}

.ctn-preloader .loader-section.section-right {
    right: 0;
}

/* Efecto de fade en la animaciÃ³n de cargando */
.loaded .animation-preloader {
    opacity: 0;
    transition: 0.3s ease-out;
}

/* Efecto de cortina */
.loaded .loader-section.section-left {
    transform: translateX(-101%);
    transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1.000);
}

.loaded .loader-section.section-right {
    transform: translateX(101%);
    transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1.000);
}

/* AnimaciÃ³n del preloader */
@keyframes spinner {
    to {
        transform: rotateZ(360deg);
    }
}

/* AnimaciÃ³n de las letras cargando del preloader */
@keyframes letters-loading {

    0%,
    75%,
    100% {
        opacity: 0;
        transform: rotateY(-90deg);
    }

    25%,
    50% {
        opacity: 1;
        transform: rotateY(0deg);
    }
}

/* TamaÃ±o de portatil hacia atras (portatil, tablet, celular) */
@media screen and (max-width: 767px) {

    /* Preloader */
    /* Spinner cargando */
    .ctn-preloader .animation-preloader .spinner {
        height: 8em;
        width: 8em;
    }

    /* Texto cargando */
    .ctn-preloader .animation-preloader .txt-loading {
        font: bold 3.5em 'Montserrat', sans-serif;
        color: #fff;
    }
}

@media screen and (max-width: 500px) {

    /* Prelaoder */
    /* Spinner cargando */
    .ctn-preloader .animation-preloader .spinner {
        height: 7em;
        width: 7em;
    }

    /* Texto cargando */
    .ctn-preloader .animation-preloader .txt-loading {
        font: bold 2em 'Montserrat', sans-serif;
    }
}







/*============================
++++PAGE-PROGRESS-SATRT+++++
=============================*/

.blok:nth-of-type(odd) {
    background-color: white;
}

.blok:nth-of-type(even) {
    background-color: black;
}

@-webkit-keyframes border-transform {

    0%,
    100% {
        border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
    }

    14% {
        border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
    }

    28% {
        border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
    }

    42% {
        border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
    }

    56% {
        border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
    }

    70% {
        border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
    }

    84% {
        border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
    }
}

/* #Progress
================================================== */

/*============================
++++PAGE-PROGRESS-SATRT+++++
=============================*/

.blok:nth-of-type(odd) {
    background-color: white;
}

.blok:nth-of-type(even) {
    background-color: black;
}

@-webkit-keyframes border-transform {

    0%,
    100% {
        border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
    }

    14% {
        border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
    }

    28% {
        border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
    }

    42% {
        border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
    }

    56% {
        border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
    }

    70% {
        border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
    }

    84% {
        border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
    }
}

/* #Progress
================================================== */

.progress-wrap {
    position: fixed;
    right: 30px;
    bottom: 30px;
    height: 56px;
    width: 56px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    z-index: 99;
}

.progress-wrap::after {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f062";
    text-align: center;
    line-height: 56px;
    font-size: 18px;
    color: #03256c;
    left: 0;
    top: 0;
    height: 56px;
    width: 56px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap:hover::after {
    opacity: 0;
}

.progress-wrap::before {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f062";
    text-align: center;
    line-height: 56px;
    font-size: 18px;
    opacity: 0;
    left: 0;
    top: 0;
    height: 56px;
    width: 56px;
    cursor: pointer;
    display: block;
    z-index: 2;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap:hover::before {
    opacity: 1;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    stroke: #03256c;
    /* --- Lijn progres kleur --- */
    stroke-width: 4;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

/*============================
++++PAGE-PROGRESS-END+++++
=============================*/


.theme-btn16 {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    /* 100% */
    background-color: #E50114;
    padding: 18px 24px;
    border-radius: 5px;
    display: inline-block;
    transition: all.4s;
    border: none;
}

.theme-btn16:hover {
    background-color: #cf0e1e;
    color: #fff;
    transition: all.4s;
    transform: translateY(-5px);
}

.theme-btn17 {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    /* 100% */
    background: transparent;
    padding: 18px 24px;
    border-radius: 5px;
    display: inline-block;
    transition: all.4s;
    border-radius: 5px;
    border: 1px solid var(--3rd-home-main, #fff);
    margin-left: 10px;
}

.theme-btn17:hover {
    background-color: #E50114;
    color: #fff;
    transition: all.4s;
    transform: translateY(-5px);
    border: 1px solid var(--3rd-home-main, #E50114);
}

.hero8-all-images {
    margin-right: -250px;
    margin-top: -150px;
}

.main-hadding8 {
    margin-top: -150px;
}

.header-area.header-area8.header-area2.header-area-all.d-none.d-lg-block.sticky {
    background-color: #19191b9d;
}



/*============================
++++HOME PAGE 8+++++
=============================*/

.hadding8 span.span {
    color: var(--8th-Main, #E50114);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    /* 100% */
    text-transform: capitalize;
    display: inline-block;
    border-radius: 16px;
    background: rgba(229, 1, 20, 0.10);
    padding: 8px 16px;
}

.hadding8 h1 {
    color: var(--Main-Text-Color, #181A1C);
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px;
    /* 120% */
    text-transform: capitalize;
}

.hadding8 p {
    color: var(--Paragraph-Color, rgba(8, 17, 13, 0.60));
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 175% */
    transition: all.4s;
}


.hadding8 h1 span.after {
    position: relative;
}

.hadding8 h1 span.after::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    height: 15px;
    width: 100%;
    background-image: url(../img/shapes/hadding8-shape.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.learn-more8 {
    color: var(--Main-Text-Color, #181A1C);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    /* 100% */
    text-transform: capitalize;
    display: inline-block;
    transition: all.4s;
}

.learn-more8 span {
    display: inline-block;
    transform: rotate(-45deg);
    transition: all.4s;
}

.learn-more8:hover {
    color: #E50114;
    transition: all.4s;
}

.learn-more8:hover span {
    margin-left: 3px;
    transition: all.4s;
}

.hadding8 h4 a {
    color: var(--neutral-main-text-color, #19191B);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 100% */
    text-transform: capitalize;
    display: inline-block;
    transition: all.4s;
}

.hadding8 h4 a:hover {
    color: #E50114;
    transition: all.4s;
}

.hadding8-w h4 a {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 100% */
    display: inline-block;
}

.hadding8-w p {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
}

.learn-more8-w {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    /* 100% */
    text-transform: capitalize;
    display: inline-block;
}

.learn-more8-w:hover {
    color: #fff;
}

.learn-more8-w:hover span {
    transition: all.4s;
    margin-left: 3px;
}

.hadding8 h2 a {
    color: var(--Main-Text-Color, #181A1C);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    /* 133.333% */
    display: inline-block;
    transition: all.4s;
}

.hadding8 h2 a:hover {
    color: #E50114;
    transition: all.4s;
}

.blog-8-hadding a.date {
    color: var(--Paragraph-Color, rgba(8, 17, 13, 0.60));
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    /* 100% */
    display: inline-block;
}

/*============================
 ++++ HOME PAGE 8+++++
=============================*/

/*============================
 ++++ HOME PAGE 9+++++
=============================*/

.theme-btn18 {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 22px;
    font-family: 'Cabin', sans-serif;
    font-weight: 600;
    color: #fff !important;
    text-align: center;
    border-radius: 2px;
    padding: 16px 24px;
    z-index: 1;
    background: #FE6032;
    border-radius: 5px;
    border: none;
}

.theme-btn18 i {
    position: relative;
    margin-left: 10px;
    font-size: 16px;
}

.theme-btn18:hover:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.theme-btn18:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #181A1C;
    border-radius: 2px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius: 5px;
}

.theme-btn18:hover:after {
    opacity: 1;
}

.hadding9 span.span {
    color: var(--Main-Text-Color, #181A1C);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    /* 100% */
    text-transform: capitalize;
    border-radius: 16px;
    background: rgba(254, 96, 50, 0.20);
    padding: 8px 16px;
    display: inline-block;
}

.hadding9 h1 {
    color: var(--Main-Text-Color, #181A1C);
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    /* 120% */
}

.hadding9 p {
    color: var(--Paragraph-Color, rgba(8, 17, 13, 0.60));
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 175% */
}


.learn-more9 {
    color: var(--Main-Text-Color, #181A1C);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    /* 100% */
    text-transform: capitalize;
    display: inline-block;
    transition: all.4s;
}

.learn-more9 span {
    display: inline-block;
    transform: rotate(-45deg);
    transition: all.4s;
}

.learn-more9:hover {
    color: #FE6032;
    transition: all.4s;
}

.learn-more9:hover span {
    margin-left: 3px;
    transition: all.4s;
}

/*============================
 ++++ HOME PAGE 9+++++
=============================*/


/* video button 9 */

.video-play-btn9 .video-play-button {
    position: relative;
    z-index: 10;
    margin: 0px 30px;
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    /* background: #fa183d; */
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
}

.video-play-btn9 .video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: #FE6032;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video-play-btn9 .video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: #FE6032;
    border-radius: 50%;
    transition: all 200ms;
}

.video-play-btn9 .video-play-button:hover:after {
    background-color: darken(#fa183d, 10%);
}

.video-play-btn9 .video-play-button img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.video-play-btn9 .video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    margin-top: 10px;
    margin-left: 6px;
    width: 0;
    height: 0;
    border-left: 18px solid #fff;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

.hero-button1 {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.hero7-all-buttons {
    display: flex;
    align-items: center;
}

.vido-btn-pera {
    margin-left: -14px;
}

/* video btn 9 */


.theme-btn19 {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 22px;
    font-family: 'Cabin', sans-serif;
    font-weight: 600;
    color: #fff !important;
    text-align: center;
    border-radius: 2px;
    padding: 16px 24px;
    z-index: 1;
    background: #FE6032;
    border-radius: 5px;
    border: none;
}

.theme-btn19 i {
    position: relative;
    margin-left: 10px;
    font-size: 16px;
}

.theme-btn19:hover:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.theme-btn19:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f05425;
    border-radius: 2px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius: 5px;
}

.theme-btn19:hover:after {
    opacity: 1;
}

/*============================
 ++++ HOME PAGE 10+++++
=============================*/



.theme-btn20 {
    position: relative;
    overflow: hidden;
    font-size: 18px;
    font-weight: 700;
    line-height: 53px;
    border-radius: 5px;
    padding: 0 24px;
    text-align: center;
    border: none;
    outline: none;
    text-transform: capitalize;
    display: inline-block;
    background: #9400FF;
    color: #fff;
    z-index: 2;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    overflow: hidden;
}

.theme-btn20::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0%;
    width: 100%;
    background-color: #a72dff;
    border-radius: 100% 100% 5px 5px;
    z-index: -1;
    transition: all.4s;
}

.theme-btn20:hover::before {
    height: 100%;
    border-radius: 5px 5px 5px 5px;
    transition: all.4s;
}

.theme-btn20:hover {
    color: #fff;
    transform: translateY(-5px);
    transition: all.4s;
}








.theme-btn22 {
    position: relative;
    overflow: hidden;
    font-size: 18px;
    font-weight: 700;
    line-height: 53px;
    border-radius: 5px;
    padding: 0 24px;
    text-align: center;
    border: none;
    outline: none;
    text-transform: capitalize;
    display: inline-block;
    background: transparent;
    color: #9400FF;
    z-index: 2;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    overflow: hidden;
    border: 1px solid #9400FF;
    margin-left: 20px;
}

.theme-btn22::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0%;
    width: 100%;
    background-color: #a72dff;
    border-radius: 100% 100% 5px 5px;
    z-index: -1;
    transition: all.4s;
}

.theme-btn22:hover::before {
    height: 100%;
    border-radius: 5px 5px 5px 5px;
    transition: all.4s;
}

.theme-btn22:hover {
    color: #fff;
    transform: translateY(-5px);
    transition: all.4s;
}


/* video button 9 */

.video-play-btn10 .video-play-button {
    position: relative;
    z-index: 10;
    margin: 0px 30px;
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    /* background: #fa183d; */
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
}

.video-play-btn10 .video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: #9400FF;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video-play-btn10 .video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: #9400FF;
    border-radius: 50%;
    transition: all 200ms;
}

.video-play-btn10 .video-play-button:hover:after {
    background-color: darken(#9400FF, 10%);
}

.video-play-btn9 .video-play-button img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.video-play-btn10 .video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    margin-top: 10px;
    margin-left: 6px;
    width: 0;
    height: 0;
    border-left: 18px solid #fff;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

.hero-button1 {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.hero7-all-buttons {
    display: flex;
    align-items: center;
}

.vido-btn-pera {
    margin-left: -14px;
}

/* video btn 9 */

.hadding10 span.span {
    color: var(--Main-Text-Color, #181A1C);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    /* 100% */
    text-transform: capitalize;
    border-radius: 16px;
    background: rgba(148, 0, 255, 0.20);
    display: inline-block;
    padding: 8px 16px;
}

.hadding10 h1 {
    color: var(--Main-Text-Color, #181A1C);
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    /* 120% */
}

.hadding10 p {
    color: var(--Paragraph-Color, rgba(8, 17, 13, 0.60));
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 175% */
}

.hadding10 h4 a {
    color: var(--Main-Text-Color, #181A1C);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 100% */
    text-transform: capitalize;
    display: inline-block;
}

.hadding10 h4 a:hover {
    color: #9400FF;
    transition: all.4s;
}

/*============================
 ++++ HOME PAGE 10+++++
=============================*/


/*============================
 ++++ HOME PAGE 12+++++
=============================*/


.theme-btn21 {
    position: relative;
    overflow: hidden;
    font-size: 18px;
    font-weight: 700;
    height: 53px;
    line-height: 53px;
    border-radius: 5px;
    padding: 0 24px;
    text-align: center;
    border: none;
    outline: none;
    text-transform: capitalize;
    display: inline-block;
    background: #DE8E59;
    color: #fff;
    z-index: 2;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    overflow: hidden;
    border: none;
    margin-left: 0;
}

.theme-btn21::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0%;
    width: 0%;
    background-color: #0b5531;
    border-radius: 100% 100% 5px 5px;
    z-index: -1;
    transition: all.4s;
}

.theme-btn21::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 0%;
    width: 0%;
    background-color: #0b5531;
    border-radius: 5px 5px 100% 100%;
    z-index: -1;
    transition: all.4s;
}

.theme-btn21:hover::after {
    height: 100%;
    width: 100%;
    border-radius: 5px 5px 5px 5px;
    transition: all.4s;
}

.theme-btn21:hover::before {
    height: 100%;
    width: 100%;
    border-radius: 5px 5px 5px 5px;
    transition: all.4s;
}

.theme-btn21:hover {
    color: #fff;
    transform: translateY(-5px);
    transition: all.4s;
}

.hadding7 .span.span2 {
    color: #DE8E59;
}

.hadding7.hadding12 h4 a:hover {
    color: #DE8E59;
}

.learn-more7.learn-more12:hover {
    color: #DE8E59;
}

/*============================
 ++++ HOME PAGE 12+++++
=============================*/


.preview-button {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 26px;
    font-family: 'Cabin', sans-serif;
    font-weight: 600;
    color: #fff !important;
    text-align: center;
    border-radius: 2px;
    padding: 14px 24px;
    z-index: 1;
    border-radius: 5px;
    border: 1px solid #fff;
    margin-left: 10px;
}

.preview-button i {
    position: relative;
    margin-left: 10px;
    font-size: 16px;
}

.preview-button:hover::after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.preview-button::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: red;
    border-radius: 2px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius: 5px;
}


.preview-button:hover::after {
    opacity: 1;
}

/* Stats Section Styles */
/* Page Background for reference */
body {
    /* background-color: #f5f5f5; */
}

/* Stats Section */
.stats-section {
    display: flex;
    justify-content: center;
    position: relative;
    margin-top: -80px;
    /* overlap previous section */
    margin-bottom: -80px;
    /* overlap next section */
    padding: 20px 0;
    z-index: 10;
    /* Make sure it floats above */

}

.stats-wrapper {
    display: flex;
    justify-content: space-between;
    width: 60%;
    /* total width of all 3 cards */
    gap: 20px;
    /* space between cards */
    flex-wrap: wrap;
}

/* Stats Card */
.stats-card {
    background-color: #8a8e91;
    flex: 1;
    /* equal width for all cards */
    min-width: 150px;
    /* responsive minimum width */
    text-align: center;
    padding: 40px 20px;
    border-radius: 15px;
    color: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    font-family: Arial, sans-serif;

    /* background-color: #008000;
    width: 60%;
    display: flex;
    justify-content: space-around;
    padding: 40px 0;
    border-radius: 15px;
    color: #fff;
    text-align: center;
    font-family: Arial, sans-serif;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    flex-wrap: wrap;
    position: relative; */
    /* so z-index works */
}

.stat-item h2 {
    font-size: 2.5rem;
    margin-bottom: 10px;
}

.stat-item p {
    font-size: 1rem;
}





.logo-section {
    text-align: center;
    padding: 80px 0;
    /* background-color: #f8f8f8; */
    font-family: 'Poppins', sans-serif;
}

.section-title {
    color: var(--Main-Text-Color, #181A1C);
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.logo-slider {
    position: relative;
    overflow: hidden;
    max-width: 1100px;
    margin: 0 auto;
    min-height: 200px;
}

.slide {
    display: none;
    animation: fade 0.8s ease;
}

.slide.active {
    display: block;
}

.slide h3 {
    margin-bottom: 20px;
    font-size: 1.5rem;
    color: #555;
}

.logos {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.logos img {
    width: 100px;
    height: auto;
    /* filter: grayscale(100%); */
    transition: all 0.3s ease;
}

.logos img:hover {
    filter: grayscale(0%);
    transform: scale(1.05);
}

@keyframes fade {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ====== Dots ====== */
.dots {
    text-align: center;
    margin-top: 20px;
}

.dot {
    height: 12px;
    width: 12px;
    background-color: #ccc;
    border-radius: 50%;
    display: inline-block;
    margin: 0 6px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.dot.active {
    background-color: #8dd43f;
}

header img {
    width: 100px;
}

.cta2 {
    background-color: #008000;
    text-align: center;
}

.cta2 h3 {
    color: #fff;
    padding: 10px;
}

.service-heading {
    color: var(--Main-Text-Color, #181A1C);
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    text-transform: capitalize;
    text-align: center;
}

.service2 {
    background-color: #F2F5F5;
}

.service-cta-btn {
    border: 2px solid #fff !important;
}

.service-cta-btn:hover {
    border: none !important;
}

.service-cta-btn a {
    color: #fff !important;
}

.contact7-input {
    position: relative;
}

.tooltip-error {
    position: absolute;
    top: 100%;
    left: 0;
    background: #ff4d4d;
    color: #fff;
    font-size: 13px;
    padding: 5px 8px;
    border-radius: 4px;
    margin-top: 3px;
    display: none;
    z-index: 10;
}

.contact7-input.error input,
.contact7-input.error textarea {
    border: 1px solid #ff4d4d;
    box-shadow: 0 0 4px rgba(255, 77, 77, 0.5);
}

.contact-page2-box.active .contact-page2-hadding p {
    color: #fff;
}



/* ====================== Career Application Process page css ==================================== */

.process-section {
    background: linear-gradient(to bottom, #e0f2fe, #ffffff, #e0f2fe);
    color: #334155;
}

.process-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
}

.process-title {
    text-align: center;
    margin-bottom: 60px;
}

.process-title h2 {
    font-size: 2.5rem;
    font-weight: 800;
    color: #000;
    margin: 0;
}

.process-title p {
    font-size: 1.125rem;
    color: #475569;
    margin-top: 10px;
}

.timeline {
    position: relative;
    margin: 0;
    padding: 0;
}

.timeline::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 4px;
    background: #008000;
    transform: translateX(-50%);
}

.timeline-item {
    position: relative;
    width: 50%;
    padding: 20px 40px;
    box-sizing: border-box;
}

.timeline-item-left {
    left: 0;
    text-align: left;
}

.timeline-item-right {
    left: 50%;
    text-align: left;
}

/* Card styles */
.timeline-item .card {
    background: #ffffff;
    padding: 20px 25px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    transition: transform 0.3s;
}

.timeline-item .card:hover {
    transform: translateY(-5px);
}

/* Arrow pointing to timeline */
.timeline-item-left .card::after {
    content: '';
    position: absolute;
    top: 25px;
    right: -15px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #ffffff;
}

.timeline-item-right .card::after {
    content: '';
    position: absolute;
    top: 25px;
    left: -15px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 15px solid #ffffff;
}

.timeline-item::before {
    content: attr(data-step);
    position: absolute;
    top: 25px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #008000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.2rem;
    z-index: 10;
}

.timeline-item-left::before {
    right: -20px;
}

.timeline-item-right::before {
    left: -20px;
}

.timeline-item h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #008000;
    margin: 0 0 10px;
}

.timeline-item p {
    margin: 0;
    font-size: 1rem;
    line-height: 1.6rem;
    color: #334155;
}

@media screen and (max-width: 768px) {

    .timeline-item,
    .timeline-item-left,
    .timeline-item-right {
        width: 100%;
        text-align: left;
        padding-left: 60px;
        padding-right: 20px;
    }

    .timeline-item-left::before,
    .timeline-item-right::before {
        left: 0;
        right: auto;
    }

    .timeline-item-left .card::after,
    .timeline-item-right .card::after {
        left: 20px;
        top: -15px;
        border: none;
        border-bottom: 15px solid #ffffff;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
    }

    .timeline::before {
        left: 20px;
    }
}

/* ================ */
.footer-link {
    color: #6B706E !important;
    text-decoration: none;
    transition: color 0.3s ease;
    margin: 0 5px;
}

.footer-link:hover {
    color: #008000;
}

.footer-separator {
    color: #6B706E !important;
    margin: 0 5px;
}

footer .site-logo img {
    width: 100px;
}

/* ========================  terms and conditions page ============================ */
/* Title Section */
.title-section {
    text-align: center;
    margin-bottom: 5rem;
}

.title-section h1 {
    font-size: 2rem !important;
    font-weight: 700;
    color: #008000;
    margin-bottom: 1rem;
}

.title-section p {
    color: #6b7280;
    /* gray-500 */
    font-size: 1.125rem;
    /* max-width: 40rem; */
    margin: 0 auto 0.75rem auto;
}

.accent-line {
    height: 3px;
    width: 60px;
    background-color: #008000;
    margin: 0.5rem auto;
    border-radius: 3px;
}

.effective-date {
    color: #9ca3af;
    /* gray-400 */
    font-size: 0.875rem;
    margin-top: 0.5rem;
}

/* Terms Content */
.content {
    max-width: 80rem;
    margin: 0 auto;
}

.content>div {
    margin-bottom: 4rem;
}

.content h2 {
    position: relative;
    padding-left: 1.25rem;
    font-size: 1.5rem;
    font-weight: 600;
    color: #008000;
    margin-bottom: 0.75rem;
}

.content h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.25rem;
    width: 5px;
    height: 1.5rem;
    background-color: #008000;
    border-radius: 2px;
}

.content p {
    font-size: 1rem;
    color: #333333;
}

.content .footer-note {
    border-top: 1px solid #e5e7eb;
    /* gray-200 */
    padding-top: 2.5rem;
    font-size: 0.875rem;
    color: #6b7280;
    /* gray-500 */
}

/* Responsive */
@media (min-width: 768px) {
    section {
        padding: 6rem 4rem;
    }

    .title-section h1 {
        font-size: 4rem;
    }
}

@media (min-width: 1024px) {
    section {
        padding: 6rem 8rem;
    }
}

/* ========================= Privacy Policy ==================================== */



/* Header */
.privacy-header {
    text-align: center;
    margin-bottom: 4rem;
}

.privacy-header h1 {
    font-size: 2rem !important;
    color: #008000;
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.privacy-header p {
    font-size: 1.125rem;
    color: #6b7280;
    /* max-width: 600px; */
    margin: 0 auto 1rem auto;
}

.accent-line {
    width: 60px;
    height: 3px;
    background: #008000;
    margin: 0.5rem auto;
    border-radius: 3px;
}

.effective-date {
    font-size: 0.875rem;
    color: #9ca3af;
    margin-top: 0.5rem;
}

/* Privacy Content */
.privacy-content {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.privacy-section {
    display: flex;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.privacy-section:hover {
    transform: translateY(-2px);
}

.privacy-number {
    background: #008000;
    color: #fff;
    min-width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 1.5rem;
}

.privacy-text {
    padding: 1.5rem 2rem;
    flex: 1;
}

.privacy-text h2 {
    font-size: 1.5rem;
    color: #008000;
    margin-bottom: 0.75rem;
}

.privacy-text p {
    font-size: 1rem;
    color: #333;
}

.privacy-footer {
    text-align: center;
    margin-top: 3rem;
    font-size: 1rem;
    color: #6b7280;
}

/* Responsive */
@media (min-width: 768px) {
    .privacy-section {
        flex-direction: row;
    }
}

@media (max-width: 767px) {
    .privacy-section {
        flex-direction: column;
    }

    .privacy-number {
        min-width: auto;
        padding: 0.75rem;
        font-size: 1.25rem;
    }
}

svg {
    fill: #008000 !important;
    /* Green color */
}

.contact-icon img,
.service1-icon img,
.hero2-img3 img,
.hero2-img4 img,
.service2-shape1,
.service2-shape2,
.choose2-box:hover img,
.contact-page2-box.active .contact-page2-icon-box img {
    filter: invert(44%) sepia(71%) saturate(600%) hue-rotate(80deg) !important;
}


/* ======================== countries Page css ========================================== */

/* Country Section */
.country-section {
    padding: 60px 20px 80px 20px;
    text-align: center;
}

/* Country Headings */
.country-title {
    font-size: 28px;
    margin-bottom: 40px;
    font-weight: 800;
    color: #008000;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    letter-spacing: 1px;
    transition: all 0.4s ease;
}

.country-title::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 4px;
    background: linear-gradient(90deg, #00b33c, #006400);
    border-radius: 3px;
    transition: width 0.4s ease;
}

.country-title:hover::after {
    width: 200px;
}

/* Card Grid */
.card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    justify-items: center;
}

.flip-card {
    background-color: transparent;
    width: 350px;
    height: 450px;
    perspective: 1000px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
    cursor: pointer;
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    transition: all 0.3s ease;
}

.flip-card-front {
    background: #fff;
}

.flip-card-front img {
    width: 100px;
    height: 100px;
    margin-bottom: 15px;
}

.flip-card-front h3 {
    margin: 0;
    color: #008000;
    margin-bottom: 10px;
}

.flip-card-front p {
    font-size: 14px;
    color: #555;
}

.flip-card-back {
    background: #008000;
    color: #fff;
    transform: rotateY(180deg);
}

.flip-card-back h3 {
    margin-bottom: 10px;
}

.view-btn {
    margin-top: 15px;
    padding: 8px 20px;
    border: none;
    background: #fff;
    color: #008000;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 600;
    transition: background 0.3s, color 0.3s;
}

.view-btn:hover {
    background: #006400;
    color: #fff;
}

/* Popup */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 99999;
}

.popup-content {
    background: #fff;
    max-width: 1100px;
    width: 90%;
    border-radius: 12px;
    padding: 60px;
    position: relative;
    color: #333;
    max-height: 80vh;
    overflow-y: auto;
    text-align: left;
}

.popup-content h2,
.popup-content h1 {
    color: #008000;
    margin-bottom: 15px;
}

.popup-content h3 {
    color: #006400;
    margin-top: 15px;
    margin-bottom: 10px;
}

.popup-content p {
    color: #444;
    line-height: 1.6;
    margin-bottom: 10px;
}

.popup-content ul {
    margin-left: 20px;
    margin-bottom: 15px;
}

.close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #008000;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    cursor: pointer;
    font-weight: bold;
    padding: 0;
}


/* Section background colors */
#saudi-section {
    background: #e0f7e9;
}

#uae-section {
    background: #f0f0f0;
}

.job-form-btn {
    text-align: center;
    padding-top: 30px;
    /* padding-bottom: 30px; */
}

.cta2-service {
    background-color: #8a8e91;
    text-align: center;
    padding: 80px 0;
}

/* ============================ Job Application Form ======================== */
/* ========== JOB APPLICATION FORM STYLES ========== */
.job-application-wrapper * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}

.job-application-wrapper {
    background: #f4f6f8;
    color: #1c1c1c;
    width: 100%;
    display: block;
    padding: 10px 0;
}

/* ----- Header ----- */
.job-application-wrapper header.job-header {
    background: #0c1f38;
    color: #fff;
    text-align: center;
    padding: 70px 20px;
}

.job-application-wrapper header.job-header h1 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 10px;
}

.job-application-wrapper header.job-header p {
    font-size: 16px;
    opacity: 0.85;
}

/* ----- Section ----- */
.job-application-wrapper section.job-section {
    max-width: 900px;
    margin: 70px auto;
    padding: 0 20px;
}

.job-application-wrapper h2.job-title {
    font-size: 26px;
    font-weight: 600;
    color: #0c1f38;
    margin-bottom: 25px;
    border-left: 4px solid #008000;
    padding-left: 12px;
}

/* ----- Form ----- */
.job-application-wrapper form.job-form {
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: relative;
}

.job-application-wrapper .job-form-row {
    display: flex;
    gap: 20px;
}

.job-application-wrapper .job-form-group {
    flex: 1;
    display: flex;
    flex-direction: column;
    position: relative;
}

.job-application-wrapper .job-form-group label {
    font-weight: 500;
    margin-bottom: 8px;
}

/* ===== Input & Select Fields ===== */
.job-application-wrapper .job-form-group input,
.job-application-wrapper .job-form-group select {
    padding: 12px 14px;
    font-size: 15px;
    border: 1px solid #cfd8e3;
    border-radius: 4px;
    background: #fff;
    transition: all 0.3s ease;
    appearance: none;
    /* Removes default arrow */
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath fill='%231c1c1c' d='M6 8L0 0h12z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 12px 8px;
}

.job-application-wrapper .job-form-group select {
    cursor: pointer;
}

.job-application-wrapper .job-form-group input:focus,
.job-application-wrapper .job-form-group select:focus {
    outline: none;
    border-color: #1e90ff;
    box-shadow: 0 0 0 3px rgba(30, 144, 255, 0.1);
}

.job-application-wrapper .job-form-group select option {
    padding: 10px;
    background: #fff;
    color: #333;
}

.job-application-wrapper .job-form-group select option:hover {
    background: #e6f0ff;
}

/* ===== Tooltip ===== */
.job-application-wrapper .job-tooltip {
    position: absolute;
    background: #b02117;
    color: #fff;
    padding: 6px 10px;
    border-radius: 4px;
    font-size: 13px;
    top: 100%;
    left: 0;
    transform: translateY(6px);
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
    z-index: 2;
}

.job-application-wrapper .show-tooltip .job-tooltip {
    opacity: 1;
}

.job-application-wrapper .job-valid {
    border-color: #2ecc71 !important;
}

.job-application-wrapper .job-invalid {
    border-color: #b02117 !important;
}

/* ===== Upload ===== */
.job-application-wrapper .job-upload {
    padding: 20px;
    border: 1.5px dashed #cfd8e3;
    border-radius: 6px;
    background: #fff;
    text-align: center;
    transition: border-color 0.3s, background-color 0.3s;
    cursor: pointer;
}

.job-application-wrapper .job-upload:hover {
    border-color: #1e90ff;
    background: #f7fbff;
}

.job-application-wrapper .job-upload input {
    display: none;
}

/* ===== Submit Button ===== */
.job-application-wrapper button.job-submit {
    align-self: flex-start;
    background: #008000;
    color: #fff;
    border: none;
    padding: 14px 40px;
    font-size: 15px;
    border-radius: 4px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.3s;
}

.job-application-wrapper button.job-submit:hover {
    background: #0c1f38;
}

/* ===== Footer ===== */
.job-application-wrapper footer.job-footer {
    text-align: center;
    padding: 50px 20px;
    border-top: 1px solid #e0e5ea;
    color: #666;
    font-size: 14px;
}

/* ===== Responsive ===== */
@media (max-width: 768px) {
    .job-application-wrapper header.job-header h1 {
        font-size: 32px;
    }

    .job-application-wrapper .job-form-row {
        flex-direction: column;
    }

    .job-application-wrapper button.job-submit {
        width: 100%;
        text-align: center;
    }
}

/*============================ Team Section =====================================*/

  
    /*.team-wrapper {*/
    /*  margin: 0;*/
    /*  padding: 0;*/
    /*  font-family: 'Poppins', sans-serif;*/
    /*  background-color: #ffffff;*/
    /*  color: #222;*/
    /*}*/

    /*.team-section {*/
    /*  padding: 100px 0;*/
    /*  background: linear-gradient(to bottom, #f8fbff, #ffffff);*/
    /*}*/

    /*.container {*/
    /*  width: 90%;*/
    /*  max-width: 1280px;*/
    /*  margin: 0 auto;*/
    /*}*/

    /*.section-header {*/
    /*  text-align: center;*/
    /*  margin-bottom: 60px;*/
    /*}*/

    /*.section-header h2 {*/
    /*  font-size: 38px;*/
    /*  font-weight: 700;*/
    /*  color: #0d2a50;*/
    /*  margin-bottom: 10px;*/
    /*}*/

    /*.section-header p {*/
    /*  font-size: 16px;*/
    /*  color: #555;*/
    /*}*/

    /*.team-grid {*/
    /*  display: grid;*/
    /*  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));*/
    /*  gap: 30px;*/
    /*}*/

    /*.team-card {*/
    /*  position: relative;*/
    /*  overflow: hidden;*/
    /*  border-radius: 15px;*/
    /*  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);*/
    /*  background: #fff;*/
    /*  transition: all 0.4s ease;*/
    /*}*/

    /*.team-card:hover {*/
    /*  transform: translateY(-8px);*/
    /*  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);*/
    /*}*/

    /*.team-card img {*/
    /*  width: 100%;*/
    /*  height: 400px;*/
    /*  object-fit: cover;*/
    /*  transition: all 0.5s ease;*/
    /*}*/

    /*.team-card:hover img {*/
    /*  transform: scale(1.1);*/
    /*  filter: brightness(0.6);*/
    /*}*/

    /*.team-content {*/
    /*  position: absolute;*/
    /*  bottom: 0;*/
    /*  left: 0;*/
    /*  width: 100%;*/
    /*  padding: 25px;*/
    /*  background: rgba(0, 0, 0, 0.5);*/
    /*  color: #fff;*/
    /*  text-align: left;*/
    /*  transition: all 0.4s ease;*/
    /*  transform: translateY(100%);*/
    /*}*/

    /*.team-card:hover .team-content {*/
    /*  transform: translateY(0);*/
    /*}*/

    /*.team-content h4 {*/
    /*  font-size: 20px;*/
    /*  font-weight: 600;*/
    /*  margin-bottom: 5px;*/
    /*}*/

    /* Neutral light gray accent color */
    /*.team-content span {*/
    /*  color: #ccc;*/
    /*  font-size: 14px;*/
    /*  display: block;*/
    /*  margin-bottom: 10px;*/
    /*  font-weight: 500;*/
    /*}*/

    /*.team-content p {*/
    /*  font-size: 14px;*/
    /*  line-height: 1.6;*/
    /*  color: #e4e4e4;*/
    /*}*/

    /*@media (max-width: 768px) {*/
    /*  .team-card img {*/
    /*    height: 350px;*/
    /*  }*/
    /*  .team-content {*/
    /*    padding: 20px;*/
    /*  }*/
    /*  .team-content p {*/
    /*    font-size: 13px;*/
    /*  }*/
    /*}*/
    
    .team-section {
  padding: 90px 0;
  background: #ffffff;
}

.section-header {
  text-align: center;
  margin-bottom: 55px;
}

.section-header h2 {
  font-size: 38px;
  font-weight: 700;
  color: #0d2a50;
  margin-bottom: 12px;
}

.section-header p {
  font-size: 16px;
  color: #555;
}

.team-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 4px 18px rgba(0,0,0,0.08);
  transition: 0.35s;
}

.team-card:hover {
  transform: translateY(-5px);
}

.team-card img {
  width: 100%;
  height: 380px;
  object-fit: cover;
}

.team-content {
  text-align: center;
  padding: 20px 22px 25px;
}

.team-content h4 {
  font-size: 21px;
  font-weight: 600;
  color: #0d2a50;
  margin-bottom: 5px;
}

.team-content span {
  font-size: 15px;
  color: #6d6d6d;
  font-weight: 500;
  display: block;
  margin-bottom: 8px;
}

.team-content p {
  /*font-size: 14px;*/
  /*color: #666;*/
  /*line-height: 1.55;*/
  /*margin: 0;*/
      color: var(--Paragraph-Color, rgba(8, 17, 13, 0.60));
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
}

/* Swiper dots */
.swiper-pagination-bullet {
  background: #0d2a50 !important;
  opacity: 0.5;
}
.swiper-pagination-bullet-active {
  opacity: 1 !important;
  width: 12px;
  height: 12px;
}
.team-section .swiper-pagination {
  position: relative;
  margin-top: 35px; /* dots को नीचे push करेगा */
}


  /*================== visa css ======================================*/
  
      /* Full-width Banner */
    .banner-visa {
        width: 100%;
        height: 500px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        color: #fff;
        background-position: center !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
    }

    .banner-visa h1 { font-size: 3rem; margin-bottom: 20px; font-weight: 700; }
    .banner-visa p { font-size: 1.2rem; max-width: 700px; margin: auto; }
    
        /* Process section (left as-is from your file) */
    .process-wrapper { padding: 70px 0; max-width: 1200px; margin: auto; position: relative; }
    .process-title { text-align: center; font-size: 38px; font-weight: 800; margin-bottom: 6px; }
    .process-subtitle { text-align: center; margin-bottom: 65px; font-size: 18px; color: #666; }
    .process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 45px 25px; position: relative; z-index: 2; }
    .step-card { background: #ffffff; border-radius: 18px; padding: 28px 22px; text-align: center; box-shadow: 0 8px 15px rgba(0,0,0,0.08); border: 2px solid transparent; transition: 0.35s; cursor: pointer; }
    .step-card:hover { border-color: #08c192; transform: translateY(-8px); box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12); }
    .step-no { display: inline-block; background: #08c192; color: white; font-weight: 800; font-size: 18px; width: 42px; height: 42px; border-radius: 50%; line-height: 42px; margin-bottom: 15px; transition: 0.35s; }
    .step-card:hover .step-no { background: white; color: #08c192; border: 2px solid #08c192; }
    .connector { position: absolute; top: 135px; width: 100%; left: 0; z-index: 1; }
    .connector path { fill: none; stroke: #08c192; stroke-width: 5px; stroke-linecap: round; stroke-dasharray: 10 12; opacity: 0.35; }
    
    
        /* Tourist section background */
    .tourist {
        width: 100%;
        min-height: 600px;
        position: relative;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 40px 20px;
        background-position: center !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-attachment: fixed !important;
    }

    .tourist-content {
        background: rgba(0, 0, 0, 0.65);
        padding: 40px;
        border-radius: 20px;
        max-width: 1100px;
        width: 100%;
        box-shadow: 0 10px 30px rgba(0,0,0,0.5);
    }

    .tourist-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
        margin-bottom: 30px;
        flex-wrap: wrap;
    }

    .tourist-content h2 { color: #FFD700; font-size: 2.2rem; margin: 0; }

    /* Tabs */
    .tabs {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
    }

    .tab-btn {
        background: transparent;
        border: 2px solid rgba(255,255,255,0.12);
        color: #fff;
        padding: 10px 16px;
        border-radius: 10px;
        cursor: pointer;
        font-weight: 700;
        transition: all 0.25s;
    }

    .tab-btn[aria-selected="true"] {
        background: #fff;
        color: #008000;
        border-color: #fff;
        transform: translateY(-4px);
        box-shadow: 0 8px 20px rgba(0,0,0,0.4);
    }

    .tab-btn:focus {
        outline: 3px solid rgba(255, 255, 255, 0.12);
        outline-offset: 2px;
    }

    /* Panels */
    .tab-panels {
        margin-top: 20px;
    }

    .panel {
        display: none;
        gap: 20px;
    }

    .panel[aria-hidden="false"] { display: block; }

    .cards-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
        gap: 18px;
        margin-top: 18px;
    }

    .tourist-card {
        display: flex;
        align-items: center;
        gap: 15px;
        background: rgba(255, 255, 255, 0.08);
        padding: 18px 20px;
        border-radius: 12px;
        font-size: 1.05rem;
        color: #fff;
        font-weight: 500;
        transition: all 0.3s ease;
        cursor: default;
    }
    .tourist-card:hover { transform: translateY(-6px); background: rgba(255,255,255,0.15); }

    .tourist-number {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 36px;
        height: 36px;
        border-radius: 50%;
        background: #fff;
        color: #008000;
        font-weight: bold;
        font-size: 1.1rem;
        box-shadow: 0 4px 10px rgba(0,0,0,0.3);
        flex-shrink: 0;
        transition: transform 0.3s, box-shadow 0.3s;
    }
    
    
    /* Why Choose Us */
    .why-choose-us { padding: 60px 20px; background: #f2f2f2; }
    .why-choose-us .why-title { max-width: 1100px; margin: 0 auto 20px auto; text-align: center; }
    .why-choose-us .why-title h2 { font-size: 2.5rem; color: #008000; margin-bottom: 20px;}

    .why-choose-us .why-title p { font-size: 1.05rem; color: #555; line-height: 1.6; max-width: 900px; margin: 0 auto 50px auto;}

    .why-us-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; max-width: 1100px; margin: 0 auto; }

    .why-card { background: #fff; padding: 30px 20px; border-radius: 16px; box-shadow: 0 10px 25px rgba(0,0,0,0.1); transition: all 0.3s; text-align: center; }
    .why-card:hover { transform: translateY(-8px); box-shadow: 0 15px 30px rgba(0,0,0,0.15); }
    .why-icon{font-size: 2rem; color: #008000; margin-bottom: 15px;}
    .why-card h3{font-size: 1.25rem; color: #333; margin-bottom: 10px;}
    .why-card p{ color: #555; font-size: 0.95rem;}

    /* Responsive adjustments */
    @media(max-width: 1024px) {
        .process-grid { grid-template-columns: repeat(2, 1fr); }
    }
    @media(max-width: 768px){
        .banner-visa h1 { font-size: 2.2rem; }
        .banner-visa p { font-size: 1rem; }
        .tourist-content { padding: 25px; margin-bottom: 20px; }
        .process-grid { grid-template-columns: 1fr; gap: 20px; }
    }



/* ====================== HOW OUR PROCESS WORKS ====================== */
.process-section {
  padding: 90px 0;
  background: #f6f9fc;
}
.process-title {
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #181A1C;
}
.process-subtitle {
  text-align: center;
  /*max-width: 600px;*/
  margin: 0 auto 60px;
  font-size: 17px;
  color: #535a68;
}
.process-steps {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  flex-wrap: wrap;
}
.process-step-card {
  flex: 1;
  min-width: 230px;
  background: #ffffff;
  padding: 35px 25px;
  border-radius: 14px;
  text-align: center;
  border-bottom: 4px solid transparent;
  transition: .3s;
}
.process-step-card:hover,
.process-step-card.active-step {
  /*border-bottom: 4px solid #10326F;*/
  border-bottom: 4px solid #008000;
  box-shadow: 0px 18px 35px rgba(16, 50, 111, 0.1);
  transform: translateY(-5px);
}
.step-icon {
  font-size: 42px;
  /*color: #10326F;*/
  color: #008000;
  margin-bottom: 15px;
}
@media(max-width: 768px) {
  .process-steps {flex-direction: column;}
}

/* ====================== TESTIMONIALS ====================== */
.testimonials2 {
  padding: 85px 20px;
  background: linear-gradient(135deg, #eef8ff, #ffffff);
  text-align: center;
}
.testimonials2 h2 {
  font-size: 2.4rem;
  margin-bottom: 45px;
  font-weight: 700;
}
.slider2 {
  max-width: 760px;
  margin: auto;
  position: relative;
}
.ts-card {
  display: none;
  padding: 40px 30px;
  background: rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(9px);
  border-radius: 16px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
  transition: opacity .5s ease, transform .5s ease;
}
.ts-card.active {
  display: block;
  animation: fadeSlide .7s ease;
}
@keyframes fadeSlide {
  from {opacity: 0; transform: translateY(20px);}
  to   {opacity: 1; transform: translateY(0);}
}
.profile img {
  width: 92px;
  height: 92px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 12px;
}
.profile h3 {
  font-size: 1.28rem;
  margin-bottom: 5px;
  font-weight: 600;
}
.stars {
  font-size: 1.1rem;
  color: #fbc02d;
  margin-bottom: 18px;
}
.ts-card p {
  font-size: 1.1rem;
  color: #222;
  font-style: italic;
  line-height: 1.55;
}
.dots {
  margin-top: 28px;
}
.dots span {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 4px;
  background: #c4c4c4;
  border-radius: 50%;
  cursor: pointer;
  transition: .25s;
}
.dots .active-dot {
  background: #008000;
  transform: scale(1.3);
}



/*=========================================== Blog ============================*/
.blog-details-all .hadding2 {
  max-width: 860px;
  margin: 0 auto;
  font-family: "Inter", sans-serif;
  color: #1A1A1A;
}

/* Paragraphs */
.blog-details-all .hadding2 p {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 18px;
  color: #3a3a3a;
}

/* H3 Titles */
.blog-details-all .hadding2 h3 {
  font-size: 26px;
  font-weight: 700;
  line-height: 36px;
  color: #000;
  margin: 35px 0 18px;
}

/* UL List */
.blog-details-all .hadding2 ul {
  margin: 12px 0 25px;
  padding-left: 25px;
}

.blog-details-all .hadding2 ul li {
  font-size: 18px;
  line-height: 30px;
  color: #3a3a3a;
  padding-left: 6px;
  margin-bottom: 10px;
  position: relative;
}

/* List bullet styling */
.blog-details-all .hadding2 ul li::before {
  content: "✔";
  color: #008000;
  font-size: 16px;
  font-weight: 600;
  position: absolute;
  left: -22px;
  top: 3px;
}

/* Spacing between blocks */
.blog-details-all .hadding2 > *:last-child {
  margin-bottom: 0;
}

.blog-details-all .hadding2 img {
    width: 190px;
    padding: 5px;
}
/* Responsive */
@media (max-width: 768px) {
  .blog-details-all .hadding2 p,
  .blog-details-all .hadding2 ul li {
    font-size: 16px;
    line-height: 28px;
  }

 .blog-details-all .hadding2 h3 {
    font-size: 22px;
    line-height: 32px;
  }
}


/*============= about middle east ======================*/
.middle-east-editorial {
  background: linear-gradient(135deg, #eef6ff 0%, #dcecff 100%);;
  padding: 100px 20px;
}
.middle-east-editorial .container {
  max-width: 1100px;
  margin: auto;
}
.middle-east-editorial h2 {
  /*font-size: 42px;*/
  /*font-weight: 800;*/
  color: #102a43;
  margin-bottom: 18px;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    text-transform: capitalize;
    /*text-align: center;*/
}
.middle-east-editorial .intro {
  font-size: 21px;
  color: #5a6470;
  max-width: 900px;
  line-height: 34px;
  margin-bottom: 20px;
}

/* LIST */
.editorial-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.editorial-list .row {
  display: flex;
  align-items: baseline;
  gap: 0px;
  padding-bottom: 10px;
  border-bottom: 2px solid #e3e8ee;
  transition: 0.3s;
}
.editorial-list .row:hover {
  border-color: #0080ff;
}
.editorial-list .country {
  font-size: 20px;
  color: #0f2d4c;
  font-weight: 600;
}
.editorial-list .city {
  font-size: 15px;
  font-weight: 500;
  color: #657686;
}

/* MOBILE */
@media(max-width: 768px){
  .editorial-list .country { font-size: 24px; }
  .editorial-list .city { font-size: 18px; }
}

/*================= Recruitment css ===============================*/

.nurse-banner{
    background:#0a2a43;
    padding:150px 8%;
    color:#fff;
    text-align:center;
}
.nurse-banner h1{
    font-size:2.9rem;font-weight:700;margin-bottom:15px;
}
.nurse-banner p{
    font-size:1.15rem;opacity:.9;
}

.nurse-wrapper{padding:70px 8%;}
.nurse-title{
    font-size:2rem;font-weight:600;color:#0a2a43;text-align:center;margin-bottom:15px;
}
.nurse-line{
    width:80px;height:4px;background:#0a2a43;margin:10px auto 40px;border-radius:10px;
}

/* Two column section */
.nurse-flex{
    display:flex;flex-wrap:wrap;gap:35px;align-items:center;justify-content:center;
}
.nurse-img img{
    width:450px;border-radius:12px;
}
.nurse-content{flex:1;min-width:300px;}
.nurse-content p{font-size:1.05rem;color:#444;margin-bottom:20px;}
.nurse-content ul{margin-top:15px;padding-left:20px;}
.nurse-content ul li{
    margin:9px 0;font-size:1.05rem;
    list-style:none;
}
.nurse-content ul li::before{
    content:"✔";color:#008000;font-weight:700;margin-right:10px;
}

/* Cards */
.nurse-cards{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
    gap:22px;margin-top:55px;
}
.nurse-card{
    padding:25px;background:#f9fbfd;border-radius:12px;
    border:1px solid #e4e9ef;transition:.3s;
}
.nurse-card:hover{transform:translateY(-5px);border-color:#0a2a43;}
.nurse-card h3{color:#0a2a43;margin-bottom:10px;font-size:1.2rem;font-weight:600;}

/* CTA */
.nurse-cta{
    margin-top:60px;padding:40px 25px;text-align:center;
    background:#008000;color:#fff;border-radius:12px;
}
.nurse-cta h2{font-size:2rem;margin-bottom:10px;}
.nurse-cta p{opacity:.9;margin-bottom:25px;}
.nurse-cta a{
    background:#fff;color:#0a2a43;padding:15px 40px;
    font-size:1.1rem;font-weight:600;border-radius:40px;
    display:inline-block;transition:.3s;text-decoration:none;
}
.nurse-cta a:hover{opacity:.85;}

/*==============================================*/

.read-more-btn {
  background: none;
  border: none;
  color: #6d6d6d;
  cursor: pointer;
  padding: 0;
  font-size: 15px;
  font-weight: 500;
  margin-top: 5px;
  
}
.read-more-btn:hover {
  text-decoration: underline;
}