/*
@File: Irise Template Styles

* This file contains the styling for the actual template, this
is the file you need to edit to change the look of the template.

This files table contents are outlined below>>>>>

*******************************************
** - Default-style
** - Default-btn-style
** - Section-title-style
** - Top Header-style
** - Navbar-style
** - Banner-style
** - Partner-style
** - About-style
** - Counter-style
** - Services-style
** - Faq-style
** - Benefits-style
** - Choose-style
** - Project-style
** - Team-style
** - Skill-style
** - Testimonials-style
** - Video-style
** - Blog-style
** - Pricing-style
** - Footer-style
** - Newsletter-style
** - Contact-style
** - Error-style
** - Login-style
** - Register-style
** - Password-style
** - Privacy Policy-style
** - Terms & Condition-style
** - Coming Soon-style
*******************************************
*/
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/*Default-style
======================================================*/
body {
    color: #666666;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 400;
}

img {
    max-width: 100%;
}

.d-table {
    width: 100%;
    height: 100%;
}

.d-table-cell {
    vertical-align: middle;
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.ptb-80 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.ptb-0 {
    padding-top: 30px;
    padding-bottom: 0px;
}

.ptb-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

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

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

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

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

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

.ptb-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.pl-15 {
    padding-left: 15px;
}

.pr-15 {
    padding-right: 15px;
}

.mr-20 {
    margin-right: 20px;
}

.pr-20 {
    padding-right: 20px;
}

.pl-20 {
    padding-left: 20px;
}

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

.mlr-5 {
    margin-right: 5px;
    margin-left: 5px;
}

.mlrt-5 {
    margin-right: 5px;
    margin-left: 5px;
    margin-top: 5px;
}

h1, h2, h3, h4, h5, h6 {
    color: #2C2C2C;
    font-family: "Jost", sans-serif;
    font-weight: 600;
}

p {
    margin-bottom: 15px;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    color: #666666;
    line-height: 1.8;
}

p:last-child {
    margin-bottom: 0;
}

a {
    text-decoration: none;
}

.text-justify {
    text-align: justify;
}

.owl-nav {
    margin-top: 0 !important;
}

.owl-dots {
    margin-top: 0 !important;
}

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

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

.form-control {
    height: 50px;
    border: 1px solid rgba(37, 171, 68, 0.25);
    padding-left: 15px;
}

.form-control:focus {
    border: 1px solid #c552a0;
    box-shadow: none;
}

textarea {
    height: auto !important;
}

.logo-icon-1,
.logo-icon-2,
.main-logo,
.white-logo {
    width: 70px;
    height: 58px;
    margin-left: 35px;
}

.desktop-nav .navbar-brand .main-logo,
.desktop-nav .navbar-brand .white-logo {
    width: 50px;
    height: 60px;
    margin-left: 35px;
}

.desktop-nav .navbar-brand .white-logo {
    height: 58px; /* Overriding just height */
}

/*Default-btn
======================================================*/
.default-btn-thinkhr {
    background-color: transparent;
    color: #2C2C2C;
    font-size: 15px;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    padding: 7px 25px 15px 25px;
    border-radius: 5px;
    position: relative;
    transition: all ease 0.5s;
    display: inline-block;
    border: 1px solid rgba(40, 170, 74, 0.004);
    z-index: 1;
}

.default-btn-thinkhr i {
    position: relative;
    top: 5px;
    padding-left: 5px;
    font-size: 20px;
}


.lang-switch-3d {
    display: inline-flex;
    background: #f1f1f1;
    padding: 4px;
    border-radius: 30px;
    box-shadow:
        inset 0 1px 2px rgba(0,0,0,0.15),
        0 4px 10px rgba(0,0,0,0.12);
}

.lang-btn {
    border: none;
    padding: 6px 14px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 20px;
    background: transparent;
    color: #555;
    cursor: pointer;
    transition: all 0.25s ease;
}

/* Active (Pressed / 3D) */
.lang-btn.active {
    background: linear-gradient(145deg, #ffffff, #e6e6e6);
    color: #c552a0;
    box-shadow:
        inset 0 1px 2px rgba(255,255,255,0.9),
        inset 0 -1px 2px rgba(0,0,0,0.15),
        0 2px 6px rgba(0,0,0,0.25);
    transform: translateY(1px);
}

/* Hover */
.lang-btn:not(.active):hover {
    color: #c552a0;
}



.default-btn-thinkhr::before {
    position: absolute;
    content: "";
    background-color: #f38020;
    height: 0%;
    width: 0%;
    border-radius: 5px;
    bottom: 0;
    right: 0;
    transition: all ease 0.5s;
    z-index: -1;
}

.default-btn-thinkhr::after {
    position: absolute;
    content: "";
    background-color: #f38020;
    height: 0%;
    width: 0%;
    border-radius: 5px;
    top: 0;
    left: 0;
    transition: all ease 0.5s;
    z-index: -1;
}

.default-btn-thinkhr.active {
    background-color: #f38020;
    color: #ffffff;
    border-color: #f38020;
}

.default-btn-thinkhr.active:hover {
    background-color: #2C2C2C;
    color: #ffffff;
    border-color: #f38020;
}

.default-btn-thinkhr:hover {
    color: #ffffff;
    border-color: #f38020;
}

.default-btn-thinkhr:hover::before {
    width: 100%;
    height: 100%;
}

.default-btn-thinkhr:hover::after {
    width: 100%;
    height: 100%;
}

.default-btn-thinkhr:focus {
    box-shadow: none;
}

.default-btn-thinkhr.style-2 {
    color: #ffffff;
}


/*Default-btn
======================================================*/
.default-btn {
    background-color: transparent;
    color: #2C2C2C;
    font-size: 15px;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    padding: 7px 25px 15px 25px;
    border-radius: 5px;
    position: relative;
    transition: all ease 0.5s;
    display: inline-block;
    border: 1px solid rgba(40, 170, 74, 0.004);
    z-index: 1;
}

.default-btn i {
    position: relative;
    top: 5px;
    padding-left: 5px;
    font-size: 20px;
}

.default-btn::before {
    position: absolute;
    content: "";
    background-color: #c552a0;
    height: 0%;
    width: 0%;
    border-radius: 5px;
    bottom: 0;
    right: 0;
    transition: all ease 0.5s;
    z-index: -1;
}

.default-btn::after {
    position: absolute;
    content: "";
    background-color: #c552a0;
    height: 0%;
    width: 0%;
    border-radius: 5px;
    top: 0;
    left: 0;
    transition: all ease 0.5s;
    z-index: -1;
}

.default-btn.active {
    background-color: #c552a0;
    color: #ffffff;
    border-color: #c552a0;
}

.default-btn.active:hover {
    background-color: #2C2C2C;
    color: #ffffff;
    border-color: #c552a0;
}

.default-btn:hover {
    color: #ffffff;
    border-color: #c552a0;
}

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

.default-btn:hover::after {
    width: 100%;
    height: 100%;
}

.default-btn:focus {
    box-shadow: none;
}

.default-btn.style-2 {
    color: #ffffff;
}

.section-title {
    max-width: 660px;
    margin: auto auto 40px auto;
    text-align: center;
}

.section-title1 {
    max-width: 1660px;
    margin: auto auto 40px auto;
    text-align: center;
}

.section-title span {
    color: #c552a0;
    display: inline-block;
    margin-bottom: 10px;
    font-weight: 500;
    font-family: "Jost", sans-serif;
}

.section-title h2 {
    font-size: 34px;
    margin-bottom: 15px;
}

.section-title h4 {
    font-size: 26px;
    margin-bottom: 12px;
    font-weight: 600;
}

@media (max-width: 576px) {
    .section-title h4 {
        font-size: 20px;
        margin-bottom: 8px;
    }
}

.section-title.style2 {
    text-align: start;
    margin-left: 0;
    margin-right: auto;
}

.section-title.style2 h2 {
    margin-bottom: 0;
}

/*Pre Loader Style
======================================================*/
.preloader {
    background: #ffffff;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 99999;
}

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

.organiaLoader {
    width: 209px;
    height: 200px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.loaderO {
    position: absolute;
    top: 52%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
    z-index: 1;
    line-height: 18px;
}

.loaderO span {
    font-size: 50px;
    line-height: 14px;
    font-weight: 700;
    color: #c552a0;
    display: inline-block;
    transition: all 0.5s;
    animation: animate 2s infinite;
}

.loaderO span:nth-child(1) {
    animation-delay: 0.1s;
}

.loaderO span:nth-child(2) {
    animation-delay: 0.3s;
}

.loaderO span:nth-child(3) {
    animation-delay: 0.5s;
}

.loaderO span:nth-child(4) {
    animation-delay: 0.7s;
}

.loaderO span:nth-child(5) {
    animation-delay: 0.9s;
}

.loaderO span:nth-child(6) {
    animation-delay: 1s;
}

.loaderO span:nth-child(7) {
    animation-delay: 1.1s;
}

@keyframes animate {
    0% {
        color: #c552a0;
        transform: translateY(0);
        margin-left: 0;
    }
    25% {
        color: #c552a0;
        transform: translateY(-20px);
        margin-left: 5px;
        text-shadow: 0 35px 5px rgba(40, 170, 74, 0.2);
    }
    100% {
        color: #c552a0;
        transform: translateY(0);
        margin-left: 0;
    }
}

/*Header Style
======================================================*/
.tob-header-area {
    background-color: #2C2C2C;
    padding-top: 13px;
    padding-bottom: 13px;
}

.tob-header-area .container-fluid {
    max-width: 1520px;
}

.heder-left-content {
    text-align: start;
}

.heder-left-content .content {
    position: relative;
    padding-left: 25px;
    display: inline-block;
}

.heder-left-content .content p {
    color: #d2d2d2;
}

.heder-left-content .content i {
    position: absolute;
    left: 0;
    font-size: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #c552a0;
}

.heder-right-content {
    text-align: end;
}

.heder-right-content .time-content {
    position: relative;
    padding-left: 25px;
    display: inline-block;
}

.heder-right-content .time-content p {
    color: #d2d2d2;
}

.heder-right-content .time-content i {
    position: absolute;
    left: 0;
    top: 50%;
    font-size: 20px;
    transform: translateY(-50%);
    color: #c552a0;
}

.heder-right-content .social-content ul {
    padding-left: 0;
    margin-bottom: 0;
}

.heder-right-content .social-content ul li {
    display: inline-block;
    margin-right: 8px;
}

.heder-right-content .social-content ul li:last-child {
    margin-right: 0;
}

.heder-right-content .social-content ul li a {
    color: #ffffff;
    height: 35px;
    width: 35px;
    line-height: 33px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 100%;
    display: inline-block;
    text-align: center;
    transition: all ease 0.5s;
}

.heder-right-content .social-content ul li a:hover {
    background-color: #c552a0;
    color: #ffffff;
    border-color: #c552a0;
}

.middle-header-area {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #ffffff;
}

.middle-header-area .container-fluid {
    max-width: 1520px;
}

.middle-header-logo .logo-2 {
    display: none;
}

.middle-header-right-content {
    text-align: end;
}

.middle-header-right-content ul {
    padding-left: 0;
    margin-bottom: 0;
}

.middle-header-right-content ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 40px;
}

.middle-header-right-content ul li:last-child {
    margin-right: 0;
}

.middle-header-right-content .header-contact-box {
    text-align: start;
    position: relative;
    padding-left: 58px;
    transition: all ease 0.5s;
}

.middle-header-right-content .header-contact-box p {
    margin-bottom: 4px;
    font-size: 15px;
    line-height: initial;
}

.middle-header-right-content .header-contact-box a {
    font-size: 15px;
    color: #2C2C2C;
    font-family: "Jost", sans-serif;
    transition: all ease 0.5s;
    font-weight: 500;
}

.middle-header-right-content .header-contact-box span {
    font-size: 16px;
    color: #2C2C2C;
    font-family: "Jost", sans-serif;
    font-weight: 500;
}

.middle-header-right-content .header-contact-box .icon {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 45px;
    width: 45px;
    color: #2C2C2C;
    line-height: 45px;
    background-color: #e5e5e5;
    font-size: 18px;
    color: #c552a0;
    text-align: center;
    border-radius: 5px;
    z-index: 1;
    transition: all ease 0.5s;
}

.middle-header-right-content .header-contact-box .icon::before {
    position: absolute;
    content: "";
    height: 0%;
    width: 100%;
    left: 0;
    top: 0;
    border-radius: 5px;
    background-color: #c552a0;
    z-index: -1;
    transition: all ease 0.5s;
}

.middle-header-right-content .header-contact-box:hover a {
    color: #c552a0;
}

.middle-header-right-content .header-contact-box:hover .icon {
    color: #ffffff;
}

.middle-header-right-content .header-contact-box:hover .icon::before {
    height: 100%;
}

/*
Navbar Area Style
======================================================*/

.navbar-area {
    position: relative;
    background-color: #ffffff;
    padding-top: 15px;
    padding-bottom: 15px;
}

.navbar-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    mix-blend-mode: multiply;
    pointer-events: none;
}

.navbar-area.is-sticky {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    position: sticky !important;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.navbar-area .container-fluid {
    max-width: 1520px;
    margin: auto;
}

.navbar-area .navbar-brand .white-logo {
    display: none;
}

.navbar-area .mobile-responsive-menu .logo .white-logo {
    display: none;
}

.navbar-area.nav-style-1 {
    padding: 0;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 222;
    background-color: transparent;
}

.navbar-area.nav-style-1 .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
    background-color: #2C2C2C;
    padding-top: 18px;
    padding-bottom: 18px;
    border-radius: 0 0 5px 5px;
}

.navbar-area.nav-style-1 .desktop-nav .navbar-brand .main-logo {
    display: none;
}

.navbar-area.nav-style-1 .desktop-nav .others-options {
    text-align: right !important;
    display: inline-block;
}

.navbar-area.nav-style-1 .desktop-nav .navbar .navbar-nav .nav-item a {
    color: #ffffff;
}

.navbar-area.nav-style-1 .desktop-nav .navbar .navbar-nav .nav-item a:hover, .navbar-area.nav-style-1 .desktop-nav .navbar .navbar-nav .nav-item a:focus, .navbar-area.nav-style-1 .desktop-nav .navbar .navbar-nav .nav-item a.active {
    color: #c552a0;
}

.navbar-area.nav-style-1 .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
    color: #2C2C2C;
}

.navbar-area.nav-style-1 .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .navbar-area.nav-style-1 .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .navbar-area.nav-style-1 .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
    color: #c552a0;
}

.navbar-area.nav-style-1.is-sticky {
    background-color: #2C2C2C;
    position: fixed !important;
}

.navbar-area.nav-style-1 .others-option-for-responsive .others-options {
    background-color: #2C2C2C;
}

.navbar-area.nav-style-3 {
    background-color: #f4fbf6;
    border-bottom: 1px solid #ffffff;
}

.navbar-brand {
    margin-right: 40px;
}

.desktop-nav {
    padding-top: 0;
    padding-bottom: 0;
}

.desktop-nav .navbar {
    transition: all ease 0.5s;
    z-index: 2;
    padding-right: 0;
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
}

.desktop-nav .navbar ul {
    margin-bottom: 0;
    list-style-type: none;
}

.desktop-nav .navbar .navbar-nav .nav-item {
    position: relative;
    padding-bottom: 20px;
    padding-top: 20px;
    padding-right: 0;
    padding-left: 0;
}

.desktop-nav .navbar .navbar-nav .nav-item a {
    font-size: 16px;
    color: #1b2336;
    line-height: 1;
    position: relative;
    font-weight: 500;
    font-family: "Jost", sans-serif;
    padding-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    margin-left: 20px;
    margin-right: 20px;
}

.desktop-nav .navbar .navbar-nav .nav-item a.dropdown-toggle {
    padding-right: 21px;
}

.desktop-nav .navbar .navbar-nav .nav-item a.dropdown-toggle::after {
    display: none;
}

.desktop-nav .navbar .navbar-nav .nav-item a.dropdown-toggle::before {
    content: "\ea12";
    position: absolute;
    top: 0;
    right: 0;
    font-family: remixicon !important;
    line-height: 1;
    font-size: 18px;
}

.desktop-nav .navbar .navbar-nav .nav-item a:hover, .desktop-nav .navbar .navbar-nav .nav-item a:focus, .desktop-nav .navbar .navbar-nav .nav-item a.active {
    color: #c552a0;
}

.desktop-nav .navbar .navbar-nav .nav-item a i {
    font-size: 15px;
    line-height: 0;
    position: relative;
    top: 4px;
}

.desktop-nav .navbar .navbar-nav .nav-item:last-child a {
    margin-right: 0;
}

.desktop-nav .navbar .navbar-nav .nav-item:first-child a {
    margin-left: 0;
}

.desktop-nav .navbar .navbar-nav .nav-item:hover a, .desktop-nav .navbar .navbar-nav .nav-item:focus a, .desktop-nav .navbar .navbar-nav .nav-item.active a {
    color: #c552a0;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu {
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease-in-out;
    background: #ffffff;
    position: absolute;
    visibility: hidden;
    border-radius: 0;
    display: block;
    width: 250px;
    border: none;
    z-index: 99;
    opacity: 0;
    top: 80px;
    left: 0;
    padding: 0;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
    padding: 0;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
    color: #1b2336;
    padding: 15px;
    border-bottom: 1px dashed #ededed;
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    display: block;
    position: relative;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.dropdown-toggle::after {
    display: none;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.dropdown-toggle::before {
    content: "\ea12";
    position: absolute;
    top: 14px;
    right: 13px;
    font-family: remixicon !important;
    line-height: 1;
    font-size: 17px;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
    color: #c552a0;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
    left: 100%;
    right: auto;
    top: 0;
    opacity: 0;
    visibility: hidden;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
    color: #1b2336;
    border-bottom: 1px dashed #ededed;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    position: relative;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.dropdown-toggle::after {
    display: none;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.dropdown-toggle::before {
    content: "\ea12";
    position: absolute;
    top: 14px;
    right: 13px;
    font-family: remixicon !important;
    line-height: 1;
    font-size: 17px;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
    color: #c552a0;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
    left: 100%;
    right: auto;
    top: 0;
    opacity: 0;
    visibility: hidden;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #000000;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: #c552a0;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    right: -250px;
    left: auto;
    top: 0;
    opacity: 0;
    visibility: hidden;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #000000;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: #c552a0;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    right: -250px;
    left: auto;
    top: 0;
    opacity: 0;
    visibility: hidden;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #000000;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: #c552a0;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    right: -250px;
    left: auto;
    top: 0;
    opacity: 0;
    visibility: hidden;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #000000;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: #c552a0;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    right: -250px;
    left: auto;
    top: 0;
    opacity: 0;
    visibility: hidden;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #000000;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: #1b2336;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: #1b2336;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: -15px;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: #c552a0;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: -1px;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: #c552a0;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    top: -1px;
    visibility: visible;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: #c552a0;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    top: -15px;
    visibility: visible;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
    color: #c552a0;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: -15px;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
    color: #c552a0;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 0;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li:last-child a {
    border-bottom: none;
}

.desktop-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
    top: 100%;
    opacity: 1;
    margin-top: 16px;
    transform: translateY(1);
    visibility: visible;
}

.desktop-nav .navbar .others-options {
    padding-left: 40px;
}

.desktop-nav .navbar .others-options .option-item {
    display: inline-block;
    margin-left: 15px;
}

.desktop-nav .navbar .others-options.style2 .option-item {
    display: inline-block;
}

.desktop-nav .navbar .others-options.style2 .default-btn {
    top: -3px;
}

.desktop-nav .navbar .others-options.style2 .header-contact-box {
    text-align: start;
    position: relative;
    padding-left: 58px;
    transition: all ease 0.5s;
    margin-right: 30px;
    top: 10px;
}

.desktop-nav .navbar .others-options.style2 .header-contact-box p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: initial;
}

.desktop-nav .navbar .others-options.style2 .header-contact-box a {
    color: #2C2C2C;
    transition: all ease 0.5s;
    font-weight: 500;
    font-family: "Jost", sans-serif;
}

.desktop-nav .navbar .others-options.style2 .header-contact-box span {
    font-size: 14px;
    color: #2C2C2C;
    font-weight: 500;
}

.desktop-nav .navbar .others-options.style2 .header-contact-box .icon {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 45px;
    width: 45px;
    color: #2C2C2C;
    line-height: 45px;
    background-color: #e5e5e5;
    font-size: 18px;
    color: #c552a0;
    text-align: center;
    border-radius: 5px;
    z-index: 1;
    transition: all ease 0.5s;
}

.desktop-nav .navbar .others-options.style2 .header-contact-box .icon::before {
    position: absolute;
    content: "";
    height: 0%;
    width: 100%;
    left: 0;
    top: 0;
    border-radius: 5px;
    background-color: #c552a0;
    z-index: -1;
    transition: all ease 0.5s;
}

.desktop-nav .navbar .others-options.style2 .header-contact-box:hover a {
    color: #c552a0;
}

.desktop-nav .navbar .others-options.style2 .header-contact-box:hover .icon {
    color: #ffffff;
}

.desktop-nav .navbar .others-options.style2 .header-contact-box:hover .icon::before {
    height: 100%;
}

.desktop-nav .navbar .others-options.style2 .header-contact-box.style2 .icon {
    background-color: #c552a0;
    color: #ffffff;
}

.desktop-nav .navbar .others-options.style2 .header-contact-box.style2 .icon::before {
    background-color: #e5e5e5;
}

.desktop-nav .navbar .others-options.style2 .header-contact-box.style2:hover .icon {
    color: #c552a0;
}

.desktop-nav .navbar .others-options.style2 .option-item .switch-box {
    position: relative;
    top: -1px;
}


.translate-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    padding: 10px;
    min-width: 160px;
    z-index: 9999;
}

/* Hide Google branding extra space */
.goog-te-gadget {
    font-size: 0;
}

.goog-te-gadget select {
    font-size: 14px;
    padding: 6px 10px;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #ccc;
}

/* Remove Google top bar */
.goog-te-banner-frame {
    display: none !important;
}

body {
    top: 0 !important;
}


/*
Others Option For Responsive Area Style
======================================================*/
.others-option-for-responsive {
    display: none !important;
}

.others-option-for-responsive .dot-menu {
    padding: 0 10px;
    height: 30px;
    cursor: pointer;
    z-index: 999;
    position: absolute;
    right: 40px;
    top: -42px;
}

.others-option-for-responsive .dot-menu .inner {
    display: flex;
    align-items: center;
    height: 30px;
}

.others-option-for-responsive .dot-menu .inner .circle {
    height: 5px;
    width: 5px;
    border-radius: 100%;
    margin: 0 2px;
    transition: all ease 0.5s;
    background-color: #c552a0;
}

.others-option-for-responsive .dot-menu:hover .inner .circle {
    background-color: #c552a0;
}

.others-option-for-responsive .container {
    position: relative;
}

.others-option-for-responsive .container .container {
    position: absolute;
    right: -2px;
    top: 15px;
    max-width: 320px;
    margin-left: auto;
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.5s;
    transform: scaleY(0);
    z-index: 2;
    padding-left: 15px;
    padding-right: 15px;
}

.others-option-for-responsive .container .container.active {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
}

.others-option-for-responsive .others-options {
    padding: 10px;
    text-align: center;
}

.others-option-for-responsive .others-options .option-item {
    display: inline-block;
}

.others-option-for-responsive .others-options .option-item .default-btn {
    left: -10px;
    padding: 9px 10px;
}

.others-option-for-responsive .others-options.style2 .option-item {
    display: inline-block;
}

.others-option-for-responsive .others-options.style2 .option-item .default-btn {
    top: -3px;
    left: -5px;
}

.others-option-for-responsive .others-options.style2 .header-contact-box {
    text-align: start;
    position: relative;
    padding-left: 50px;
    transition: all ease 0.5s;
    top: 4px;
    margin-bottom: 30px;
}

.others-option-for-responsive .others-options.style2 .header-contact-box p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: initial;
}

.others-option-for-responsive .others-options.style2 .header-contact-box a {
    font-size: 14px;
    color: #2C2C2C;
    transition: all ease 0.5s;
    font-weight: 500;
}

.others-option-for-responsive .others-options.style2 .header-contact-box span {
    font-size: 14px;
    color: #2C2C2C;
    font-weight: 500;
}

.others-option-for-responsive .others-options.style2 .header-contact-box .icon {
    position: absolute;
    left: 0;
    height: 40px;
    width: 40px;
    color: #2C2C2C;
    line-height: 42px;
    background-color: #e5e5e5;
    font-size: 16px;
    color: #c552a0;
    text-align: center;
    border-radius: 5px;
    z-index: 1;
    transition: all ease 0.5s;
}

.others-option-for-responsive .others-options.style2 .header-contact-box .icon::before {
    position: absolute;
    content: "";
    height: 0%;
    width: 100%;
    left: 0;
    top: 0;
    border-radius: 5px;
    background-color: #c552a0;
    z-index: -1;
    transition: all ease 0.5s;
}

.others-option-for-responsive .others-options.style2 .header-contact-box:hover a {
    color: #c552a0;
}

.others-option-for-responsive .others-options.style2 .header-contact-box:hover .icon {
    color: #ffffff;
}

.others-option-for-responsive .others-options.style2 .header-contact-box:hover .icon::before {
    height: 100%;
}

.others-option-for-responsive .others-options.style2 .header-contact-box.style2 .icon {
    background-color: #c552a0;
    color: #ffffff;
}

.others-option-for-responsive .others-options.style2 .header-contact-box.style2 .icon::before {
    background-color: #e5e5e5;
}

.others-option-for-responsive .others-options.style2 .header-contact-box.style2:hover .icon {
    color: #c552a0;
}

.others-option-for-responsive .others-options.style2 .switch-box {
    position: relative;
    top: -3px;
}

.mobile-responsive-nav {
    display: none;
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        transform: translateZ(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        transform: translateZ(0);
    }
}

@keyframes ripple {
    0% {
        transform: scale(1);
    }
    75% {
        transform: scale(1.75);
        opacity: 0.6;
    }
    100% {
        transform: scale(2);
        opacity: 0;
    }
}

@keyframes movebounce {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(40px);
    }
    100% {
        transform: translateY(0px);
    }
}

@keyframes movebounce2 {
    0% {
        transform: translateX(0px);
    }
    50% {
        transform: translateX(30px);
    }
    100% {
        transform: translateX(0px);
    }
}

/*
Banner Area Style
======================================================*/
.slider-item {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 300px;
    padding-bottom: 220px;
    z-index: 1;
}

.slider-item.bg-1 {
    background-image: url(../images/banner/banner-bg-1.jpg);
}

.slider-item.bg-2 {
    background-image: url(../images/banner/banner-bg-2.jpg);
}

.slider-item.bg-3 {
    background-image: url(../images/banner/banner-bg-3.jpg);
}

.slider-item .container-fluid {
    max-width: 1520px;
}

.slider-item::before {
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgba(44, 44, 44, 0.75) 28.13%, rgba(44, 44, 44, 0) 100%);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.hero-slider.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    top: 47%;
    transform: translateY(-50%);
    right: 100px;
    background-color: #ffffff;
    border: none;
    height: 55px;
    width: 55px;
    line-height: 62px;
    border-radius: 100%;
    transition: all ease 0.5s;
    font-size: 15px;
}

.hero-slider.owl-theme .owl-nav [class*=owl-] i {
    position: relative;
    top: -2px;
    left: -1px;
}

.hero-slider.owl-theme .owl-nav [class*=owl-].owl-next {
    right: 100px;
    top: 56%;
    left: auto;
}

.hero-slider.owl-theme .owl-nav [class*=owl-].owl-next i {
    position: relative;
    right: -1px;
    left: auto;
    top: -2px;
}

.hero-slider.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: #c552a0;
    color: #ffffff;
}

.banner-content-two {
    padding: 20px;
    max-width: 100%;
}

.banner-content-two h1,
.banner-content-two p {
    width: 100%;
    white-space: normal;
}


.banner-content {
    position: relative;
    max-width: 860px;
    overflow: hidden;
}

.banner-content h1 {
    font-size: 70px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 30px;
}

.banner-content p {
    margin-bottom: 35px;
    color: #eeeeee;
    font-size: 15px;
}

/*.banner-content .banner-btn .default-btn.style-2 {*/
/*    border-color: rgba(255, 255, 255, 0.004);*/
/*}*/

.owl-item.active .banner-content h1 {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.9s;
}

.owl-item.active .banner-content p {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 1.2s;
}

.owl-item.active .banner-content .default-btn {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 1.4s;
}

.page-header-area {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.page-header-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    mix-blend-mode: multiply;
    pointer-events: none;
}

.banner-style-two-area {
    position: relative;
    z-index: 3;
    height: 800px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
}


.banner-style-two-area .container-fluid {
    position: relative;
    z-index: 1;
}

.banner-content-two {
    text-align: center;
}

.banner-content-two h2,
.banner-content-two h3 {
    color: white;
}


.blog-area-banner {
    position: relative;
    background-image: url(../images/banner/banner_blog.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 500px;
    padding: 80px 0; /* padding top-bottom for spacing */
    display: flex;
    align-items: center;
    text-align: center;
}

.blog-area-banner .container {
    z-index: 2;
    position: relative;
}

.blog-area-banner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.description {
    display: none;
    padding-top: 15px;
    padding-bottom: 15px;
}

.close-btn {
    float: right;
    border: none;
    background: none;
    font-size: 20px;
}



/* Purple + White Overlay */
.banner-style-two-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-color: rgba(246, 59, 59, 0.5);*/
    mix-blend-mode: multiply;
    pointer-events: none;
}

.banner-style-two-area .container-fluid {
    max-width: 1520px;
}

.banner-content-two {
    margin-right: -50px;
    margin-top: -60px;
}

.banner-content-two span {
    color: #c552a0;
    font-weight: 500;
    margin-bottom: 10px;
    display: inline-block;
    font-family: "Jost", sans-serif;
}

.banner-content-two h1 {
    font-size: 50px;
    font-weight: 800;
    margin-bottom: 30px;
    color: #FFFFFF !important;
    text-align: center;
}

.banner-content-two p {
    margin-bottom: 35px;
    font-size: 15px;
    color: white !important;
    text-align: center;
    font-weight: 700;
}

.banner-image-area {
    position: relative;
}

.banner-image-area .banner-shape {
    animation: movebounce 12s linear infinite;
    position: relative;
    right: -40px;
}

.banner-image-area .banner-image {
    position: absolute;
    top: -100px;
    right: 120px;
    z-index: 22;
    animation: movebounce2 13s linear infinite;
}

.banner-content-two h1,
.banner-content-two p {
    color: #000000 !important;
}

.banner-image-area .banner-shape {
    width: 480px;
    height: 720px;
}

.banner-slide {
    width: 100%;
    height: 100%;
}

.parner-overly {
    padding: 50px 40px;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    position: relative;
    top: -80px;
    background-color: #ffffff;
    z-index: 1;
}

.banner-style-three-area {
    background-color: #f4fbf6;
    padding-top: 100px;
    position: relative;
    z-index: 1;
}

.banner-style-three-area .container-fluid {
    max-width: 1520px;
}

.banner-style-three-area::before {
    position: absolute;
    content: "";
    height: 100px;
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: #ffffff;
    z-index: -1;
}

.banner-style-three-area .shape img {
    position: absolute;
}

.banner-style-three-area .shape img:nth-child(1) {
    left: 0;
    top: 90px;
    z-index: -1;
}

.banner-style-three-area .shape img:nth-child(2) {
    right: 0;
    top: 90px;
    z-index: -1;
}

.banner-style-three-area .shape img:nth-child(3) {
    left: 100px;
    top: 160px;
    z-index: -1;
    animation: movebounce 7s linear infinite;
}

.banner-style-three-area .shape img:nth-child(4) {
    right: 100px;
    top: 160px;
    z-index: -1;
    animation: movebounce 9s linear infinite;
}

.banner-style-three-content {
    max-width: 920px;
    margin: auto auto 40px auto;
    text-align: center;
}

.banner-style-three-content h1 {
    font-size: 50px;
    margin-bottom: 30px;
    font-weight: 800;
}

.organization-banner-section {
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    padding-top: 10px;
    padding-bottom: 80px;
    text-align: center;
}

.organization-banner-section-rec {
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    padding-top: -10px;
    padding-bottom: 0px;
    text-align: center;
}

.organization-banner-content {
    max-width: 10000px;
    margin: 0 auto;
    padding: 0 15px;
}

.organization-banner-content span {
    display: block;
    font-size: 30px;
    color: #333;
    margin-bottom: 15px;
    font-weight: 500;
}


.organization-banner-content h3 {
    font-size: 69px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    background: linear-gradient(135deg, #f87171 0%, #c552a0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.organization-banner-content h4 {
    font-size: 59px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    background: linear-gradient(135deg, #f87171 0%, #c552a0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.organization-banner-content h5 {
    font-size: 59px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    background: linear-gradient(135deg, #f87171 0%, #c552a0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.organization-banner-content p {
    font-size: 18px;
    color: #555;
    line-height: 1.8;
    max-width: 900px;
    margin: 0 auto;
}

/*#job-list {*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*    justify-content: center;*/
/*    gap: 15px;*/
/*    padding: 20px;*/
/*    border-radius: 8px;*/
/*}*/

.master_job_listing {
    width: 100%;
    max-width: 900px;
}

.jobs_data {
    width: 100%;
}

/*.job-card {*/
/*    border: 1px solid black;*/
/*    padding: 15px;*/
/*    border-radius: 8px;*/
/*    background-color: white;*/
/*    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2);*/
/*    transition: transform 0.3s ease-in-out;*/
/*}*/

/*.job-card:hover {*/
/*    transform: scale(1.02);*/
/*}*/

/*
Partner Style
======================================================*/
.partner-slider.owl-carousel .owl-item img {
    width: auto;
    margin: auto;
    filter: grayscale(1);
    transition: all ease 0.5s;
}

.partner-slider.owl-carousel .owl-item img:hover {
    filter: unset;
}

.single-parner-box {
    background-color: #ffffff;
    box-shadow: 0px 6px 30px rgba(38, 50, 56, 0.05);
    text-align: center;
    padding: 20px;
    margin: 10px;
    transition: all ease 0.5s;
    overflow: hidden;
}

.single-parner-box img {
    overflow: hidden;
    transition: all ease 0.5s;
}

.single-parner-box:hover {
    box-shadow: 0px 6px 30px rgba(38, 50, 56, 0.09);
}

.single-parner-box:hover img {
    transform: scale(1.1);
}

.partner-area h2 {
    font-size: 25px;
    text-align: center;
    margin-bottom: 30px;
}

.partner-slider2.owl-carousel .owl-item img {
    width: auto;
    margin: auto;
}

/*
About Style
======================================================*/
.what-we-do-img {
    width: 500px;
    height: 500px;
    object-fit: cover;
}

.what-we-do-image.left-align {
    overflow: hidden;
    display: flex;
    justify-content: left;
}

.mission-img {
    width: 350px;
    height: auto;
    transition: transform 0.5s ease-in-out;
    position: relative;
}

/* Hover Effect */
.mission-img:hover {
    transform: translateX(300px);
}

.core-values-image {
    text-align: right;
    padding-right: 30px;
}

.core-values-img {
    width: 300px;
    height: auto;
    transition: transform 0.6s ease-in-out;
}

/* Hover effect for rotating the image */
.core-values-img:hover {
    transform: rotate(360deg);
}

.certificate-caption {
    margin-top: 10px;
    font-weight: bold;
}

.centered-box {
    text-align: center;
}

.services-img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.service-icon {
    width: 120px;
    height: auto;
}

.no-underline {
    text-decoration: none;
}

.service-description {
    display: none;
    text-align: justify;
}

.about-content .about-title {
    margin-bottom: 30px;
}

.about-content .about-title span {
    color: #c552a0;
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 500;
    font-family: "Jost", sans-serif;
}

.about-content .about-title h2 {
    font-size: 40px;
    margin-bottom: 20px;
}

.about-content .about-features {
    margin-bottom: 35px;
}

.about-content .about-features ul {
    padding-left: 0;
    margin-bottom: 0;
}

.about-content .about-features ul li {
    list-style-type: none;
    position: relative;
    padding-left: 65px;
    margin-bottom: 25px;
}

.about-content .about-features ul li .icon {
    position: absolute;
    height: 45px;
    width: 45px;
    line-height: 45px;
    color: #2C2C2C;
    background-color: #e5e5e5;
    border-radius: 5px;
    left: 0;
    top: 5px;
    text-align: center;
    font-size: 22px;
    z-index: 1;
    transition: all ease 0.5s;
}

.about-content .about-features ul li .icon::before {
    position: absolute;
    content: "";
    height: 0;
    width: 0;
    transition: all ease 0.5s;
    left: 0;
    bottom: 0;
    background-color: #c552a0;
    border-radius: 5px;
    z-index: -1;
}

.about-content .about-features ul li h3 {
    font-size: 20px;
    margin-bottom: 10px;
    transition: all ease 0.5s;
}

.about-content .about-features ul li:hover h3 {
    color: #c552a0;
}

.about-content .about-features ul li:hover .icon {
    color: #ffffff;
}

.about-content .about-features ul li:hover .icon::before {
    height: 100%;
    width: 100%;
}

.about-area.style-2 {
    margin-top: -80px;
}

.about-area.style-2 .about-content .about-features ul {
    margin-bottom: 35px;
    margin-top: 35px;
}

.about-area.style-2 .about-content .about-features ul li {
    padding-left: 55px;
    margin-bottom: 30px;
}

.about-area.style-2 .about-content .about-features ul li .icon {
    height: 35px;
    width: 35px;
    line-height: 35px;
    top: 50%;
    transform: translateY(-50%);
}

.about-area.style-2 .about-content .experience {
    position: relative;
    padding-left: 95px;
    padding-bottom: 15px;
    padding-top: 15px;
}

.about-area.style-2 .about-content .experience .icon {
    position: absolute;
    height: 75px;
    width: 75px;
    line-height: 75px;
    color: #ffffff;
    background-color: #c552a0;
    border-radius: 5px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    font-size: 30px;
    transition: all ease 0.5s;
}

.about-area.style-2 .about-content .experience h3 {
    margin-bottom: 0;
}

.about-area.style-2 .about-content .experience p {
    color: #2C2C2C;
    font-weight: 500;
}

/*
Counter Style
======================================================*/
.counter-area .container-fluid {
    max-width: 1520px;
}


.counter-overly {
    padding-left: 100px;
    padding-right: 100px;
    background: linear-gradient(135deg, #c552a0 0%, #f87171 100%);
    color: #ffffff;
}

.single-counter-card {
    margin-bottom: 30px;
    position: relative;
    text-align: center;
}

.single-counter-card h1 {
    font-size: 50px;
    margin-bottom: 10px;
}

.single-counter-card h1 .target {
    margin-left: -10px;
}

.single-counter-card::before {
    position: absolute;
    content: "";
    right: -12px;
    top: 0;
    width: 1px;
    height: 100%;
    background: white;
    transform: rotate(10deg);
}

.col-lg-3:last-child .single-counter-card::before {
    display: none;
}

.single-counter-card h1,
.single-counter-card span {
    color: #ffffff;
}

/*
Services Style
======================================================*/
.single-services-card {
    height: 90%;
    justify-content: space-between;
    background-color: #ffffff;
    padding: 30px;
    transition: all ease 0.5s;
    position: relative;
    border-radius: 5px;
    margin-bottom: 30px;
    box-shadow: 0px 10px 30px 5px rgba(44, 44, 44, 0.05);
}

.single-services-card .services-img {
    padding-bottom: 25px;
    margin-bottom: 22px;
    border-bottom: 1px solid #eeeeee;
}

.single-services-card h3 {
    font-size: 20px;
    margin-bottom: 12px;
}

.single-services-card p {
    margin-bottom: 25px;
}

.single-services-card .number {
    position: absolute;
    height: 80px;
    width: 80px;
    line-height: 80px;
    right: 0;
    top: 0;
    background-color: #f4f4f4;
    text-align: center;
    font-size: 20px;
    color: #2C2C2C;
    font-weight: 600;
    border-radius: 0 5px 0 50px;
    transition: all ease 0.5s;
    z-index: 1;
}

.single-services-card .number::before {
    position: absolute;
    content: "";
    height: 0;
    width: 0;
    right: 0;
    top: 0;
    border-radius: 0 5px 0 50px;
    background-color: #c552a0;
    transition: all ease 0.5s;
    z-index: -1;
}

.single-services-card:hover {
    box-shadow: 0px 10px 30px 5px rgba(44, 44, 44, 0.09);
    transform: translateY(-10px);
}

.single-services-card:hover .number {
    color: #ffffff;
}

.single-services-card:hover .number::before {
    height: 100%;
    width: 100%;
}

.single-services-box {
    background-color: #ffffff;
}

.single-services-box .services-content {
    padding: 25px 30px 30px 30px;
}

.single-services-box .services-content h3 {
    font-size: 22px;
    margin-bottom: 15px;
}

.single-services-box .services-content h3 a {
    color: #2C2C2C;
}

.single-services-box .services-content h4 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 15px;
}

.single-services-box .services-content h4 a {
    color: #2C2C2C;
}

.single-services-box .services-content p {
    margin-bottom: 25px;
}

.services-slider.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -90px;
    background-color: #e5e5e5;
    border: none;
    height: 55px;
    width: 55px;
    line-height: 62px;
    border-radius: 100%;
    transition: all ease 0.5s;
    font-size: 15px;
}

.services-slider.owl-theme .owl-nav [class*=owl-] i {
    position: relative;
    top: -2px;
    left: -1px;
}

.services-slider.owl-theme .owl-nav [class*=owl-].owl-next {
    right: -90px;
    left: auto;
}

.services-slider.owl-theme .owl-nav [class*=owl-].owl-next i {
    position: relative;
    right: -1px;
    left: auto;
    top: -2px;
}

.services-slider.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: #c552a0;
    color: #ffffff;
}

.services-details-content .top-img {
    margin-bottom: 25px;
}

.services-details-content .analysis-content {
    margin-bottom: 25px;
}

.services-details-content .analysis-content h3 {
    font-size: 30px;
    margin-bottom: 15px;
}

.services-details-content .service-description {
    margin-bottom: 25px;
}

.services-details-content .service-description h3 {
    font-size: 25px;
    margin-bottom: 15px;
}

.services-details-content .service-description p {
    margin-bottom: 20px;
}

.services-details-content .planing-content h3 {
    font-size: 25px;
    margin-bottom: 15px;
}

.services-details-content .planing-content p {
    margin-bottom: 25px;
}

.services-details-content .planing-content .planing-list {
    margin-bottom: 25px;
}

.services-details-content .planing-content .planing-list ul {
    padding-left: 0;
    margin-bottom: 0;
}

.services-details-content .planing-content .planing-list ul li {
    margin-bottom: 15px;
    position: relative;
    list-style-type: none;
    padding-left: 20px;
}

.services-details-content .planing-content .planing-list ul li:last-child {
    margin-bottom: 0;
}

.services-details-content .planing-content .planing-list ul li i {
    position: absolute;
    left: 0;
    top: 0;
    color: #c552a0;
}

.services-details-content .planing-content .planing-img {
    margin-bottom: 30px;
}

.services-category {
    padding: 30px;
    background-color: #fafafa;
    margin-bottom: 30px;
}

.services-category h3 {
    font-size: 20px;
    padding-bottom: 15px;
    margin-bottom: 25px;
    border-bottom: 2px solid #c552a0;
}

.services-category ul {
    padding-left: 0;
    margin-bottom: 0;
}

.services-category ul li {
    list-style-type: none;
    margin-bottom: 15px;
    position: relative;
    padding-left: 20px;
}

.services-category ul li i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    transition: all ease 0.5s;
}

.services-category ul li a {
    color: #2C2C2C;
    font-weight: 500;
    transition: all ease 0.5s;
}

.services-category ul li:last-child {
    margin-bottom: 0;
}

.services-category ul li:hover a {
    color: #c552a0;
}

.services-category ul li:hover i {
    color: #c552a0;
}


/*Faq Style
======================================================*/
.faq-area {
    margin-bottom: 30px;
}

.faq-area h2 {
    font-size: 25px;
    margin-bottom: 20px;
}

.faq-area .faq-accordion .accordion .accordion-item {
    display: block;
    margin-bottom: 20px;
    border: none;
    background-color: #f4fbf8;
    border-radius: 7px;
    border: 1px solid #f4fbf8;
}

.faq-area .faq-accordion .accordion .accordion-item:last-child {
    margin-bottom: 0;
}

.faq-area .faq-accordion .accordion .accordion-title {
    position: relative;
    display: block;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
    padding: 20px;
    cursor: pointer;
}

.faq-area .faq-accordion .accordion .accordion-title i {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #666666;
    text-align: center;
    height: 40px;
    width: 40px;
    line-height: 42px;
    background-color: #ffffff;
    font-size: 14px;
    transition: all ease 0.5s;
}

.faq-area .faq-accordion .accordion .accordion-title.active i::before {
    content: "\f16c";
    color: #c552a0;
    font-family: flaticon !important;
}

.faq-area .faq-accordion .accordion .accordion-content {
    display: none;
    padding: 20px;
    background-color: #ffffff;
}

.faq-area .faq-accordion .accordion .accordion-content p {
    font-weight: 400;
}

.faq-area .faq-accordion .accordion .accordion-content.show {
    display: block;
}

/*
Benefits Style
======================================================*/
.benefits-area .container-fluid {
    max-width: 1520px;
}

.benefits-overly {
    padding-left: 100px;
    padding-right: 100px;
}

.single-benefits-box {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 5px;
}

.single-benefits-box .benefits-img {
    margin-bottom: 25px;
}

.single-benefits-box .benefits-img img {
    width: auto;
}

.single-benefits-box h3 {
    font-size: 22px;
    margin-bottom: 17px;
}

.single-benefits-box p {
    margin-bottom: 25px;
}

.benefits-slider.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    top: -90px;
    transform: translateY(-50%);
    right: 65px;
    background-color: #e5e5e5;
    border: none;
    height: 55px;
    width: 55px;
    line-height: 62px;
    border-radius: 100%;
    transition: all ease 0.5s;
    font-size: 13px;
}

.benefits-slider.owl-theme .owl-nav [class*=owl-] i {
    position: relative;
    top: -2px;
    left: -1px;
}

.benefits-slider.owl-theme .owl-nav [class*=owl-].owl-next {
    right: 0;
    left: auto;
}

.benefits-slider.owl-theme .owl-nav [class*=owl-].owl-next i {
    position: relative;
    right: -1px;
    left: auto;
    top: -2px;
}

.benefits-slider.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: #c552a0;
    color: #ffffff;
}

/*
Who We Are Style
======================================================*/
.who-we-are-content .who-we-are-title {
    margin-bottom: 30px;
}

.who-we-are-content .who-we-are-title span {
    color: #c552a0;
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 500;
    font-family: "Jost", sans-serif;
}

.who-we-are-content .who-we-are-title h2 {
    font-size: 40px;
    margin-bottom: 15px;
}

.who-we-are-content .who-we-are-features ul {
    padding-left: 0;
    margin-bottom: 0;
}

.who-we-are-content .who-we-are-features ul li {
    list-style-type: none;
    position: relative;
    padding-left: 65px;
    margin-bottom: 25px;
}

.who-we-are-content .who-we-are-features ul li .icon {
    position: absolute;
    height: 45px;
    width: 45px;
    line-height: 45px;
    color: #2C2C2C;
    background-color: #e5e5e5;
    border-radius: 5px;
    left: 0;
    top: 5px;
    text-align: center;
    font-size: 22px;
    z-index: 1;
    transition: all ease 0.5s;
}

.who-we-are-content .who-we-are-features ul li .icon::before {
    position: absolute;
    content: "";
    height: 0;
    width: 0;
    transition: all ease 0.5s;
    left: 0;
    bottom: 0;
    background-color: #c552a0;
    border-radius: 5px;
    z-index: -1;
}

.who-we-are-content .who-we-are-features ul li h3 {
    font-size: 20px;
    margin-bottom: 10px;
    transition: all ease 0.5s;
}

.who-we-are-content .who-we-are-features ul li:hover h3 {
    color: #c552a0;
}

.who-we-are-content .who-we-are-features ul li:hover .icon {
    color: #ffffff;
}

.who-we-are-content .who-we-are-features ul li:hover .icon::before {
    height: 100%;
    width: 100%;
}

.who-we-are-img {
    position: relative;
    z-index: 1;
}

.who-we-are-img .shape-1 {
    position: absolute;
    left: 60px;
    bottom: 50px;
    z-index: -1;
    animation: movebounce2 5s linear infinite;
}

/*
What We Do Style
======================================================*/
.what-we-do-content .what-we-do-title {
    margin-bottom: 30px;
}

.what-we-do-content .what-we-do-title span {
    color: #c552a0;
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 500;
    font-family: "Jost", sans-serif;
}

.what-we-do-content .what-we-do-title h2 {
    font-size: 38px;
    margin-bottom: 17px;
    line-height: 1.4;
}

.what-we-do-content .what-we-do-title p {
    margin-bottom: 18px;
}

.what-we-do-content .what-we-do-title p:last-child {
    margin-bottom: 0;
}

.what-we-do-content .what-we-do-features {
    margin-bottom: 30px;
}

.what-we-do-content .what-we-do-features ul {
    padding-left: 0;
    margin-bottom: 0;
}

.what-we-do-content .what-we-do-features ul li {
    list-style-type: none;
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
}

.what-we-do-content .what-we-do-features ul li:last-child {
    margin-bottom: 0;
}

.what-we-do-content .what-we-do-features ul li i {
    position: absolute;
    left: 0;
    top: -2px;
    color: #c552a0;
}

.what-we-do-content .what-we-do-features ul li h3 {
    font-size: 16px;
}

.milestone {
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    font-size: 14.5px;
    color: #444;
}

.milestone .dot {
    position: absolute;
    left: 0;
    top: 6px;
    width: 10px;
    height: 10px;
    background-color: #C552A0;
    border-radius: 50%;
    box-shadow: 0 0 6px rgba(197, 82, 160, 0.4);
}

/*
Choose Style
======================================================*/
.choose-area .tab-teaser .tab-menu {
    list-style-type: none;
    max-width: 700px;
    margin: auto auto 40px auto;
    padding-bottom: 20px;
    text-align: center;
    border-bottom: 2px solid #e5e5e5;
    padding-left: 0;
    padding: 10px 0;
}

.choose-area .tab-teaser .tab-menu ul {
    padding-left: 0;
    margin-bottom: 10px;
}

.choose-area .tab-teaser .tab-menu li {
    display: inline-block;
}

.choose-area .tab-teaser .tab-menu li a {
    color: #2C2C2C;
    padding: 10px 20px;
    background: transparent;
    transition: all ease 0.5s;
    border-radius: 5px;
    text-transform: capitalize;
    font-weight: 600;
    position: relative;
    transition: all ease 0.5s;
}

.choose-area .tab-teaser .tab-menu li a::before {
    position: absolute;
    content: "";
    height: 3px;
    width: 0%;
    background-color: #c552a0;
    right: 0;
    bottom: -14px;
    transition: all ease 0.5s;
}

.choose-area .tab-teaser .tab-menu li a.active::before, .choose-area .tab-teaser .tab-menu li a:hover::before, .choose-area .tab-teaser .tab-menu li a:focus::before {
    width: 100%;
    left: 0;
    right: auto;
}

.choose-area .tab-box {
    display: none;
}

.choose-area .tab-box:first-child {
    display: block;
}

.choose-content .choose-title {
    margin-bottom: 25px;
}

.choose-content .choose-title span {
    color: #c552a0;
    font-weight: 500;
    font-family: "Jost", sans-serif;
    margin-bottom: 10px;
    display: inline-block;
}

.choose-content .choose-title h2 {
    font-size: 25px;
    margin-bottom: 15px;
}

.choose-content .choose-features-list ul {
    padding-left: 0;
    margin-bottom: 0;
}

.choose-content .choose-features-list ul li {
    list-style-type: none;
    position: relative;
    padding-left: 65px;
    margin-bottom: 22px;
}

.choose-content .choose-features-list ul li .number {
    position: absolute;
    height: 45px;
    width: 45px;
    line-height: 45px;
    color: #2C2C2C;
    background-color: #e5e5e5;
    border-radius: 5px;
    left: 0;
    top: 5px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    z-index: 1;
    transition: all ease 0.5s;
}

.choose-content .choose-features-list ul li .number::before {
    position: absolute;
    content: "";
    height: 0;
    width: 0;
    transition: all ease 0.5s;
    left: 0;
    bottom: 0;
    background-color: #c552a0;
    border-radius: 5px;
    z-index: -1;
}

.choose-content .choose-features-list ul li h3 {
    font-size: 20px;
    margin-bottom: 10px;
    transition: all ease 0.5s;
}

.choose-content .choose-features-list ul li:hover h3 {
    color: #c552a0;
}

.choose-content .choose-features-list ul li:hover .number {
    color: #ffffff;
}

.choose-content .choose-features-list ul li:hover .number::before {
    height: 100%;
    width: 100%;
}

.choose-content .choose-features-list ul li:last-child {
    margin-bottom: 0;
}

/*
Project Style
======================================================*/
.project-area {
    position: relative;
    z-index: 1;
}

.project-area .project-shape-one {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.project-area .project-shape-two {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.single-project-card {
    position: relative;
    transition: all ease 0.5s;
}

.single-project-card .project-content {
    padding: 30px;
    background-color: #ffffff;
    border-radius: 5px;
    position: absolute;
    left: 30px;
    bottom: 30px;
    transform: scaleX(0);
    transition: all ease 0.5s;
}

.single-project-card .project-content span {
    color: #c552a0;
    margin-bottom: 10px;
    display: inline-block;
}

.single-project-card .project-content h3 {
    font-size: 20px;
    margin-bottom: 0;
}

.single-project-card:hover .project-content {
    transform: scaleX(1);
}

.single-project-card.style2 {
    margin-bottom: 30px;
}

.single-project-card.style2 .project-content {
    max-width: 310px;
    padding: 15px 20px;
}

.single-project-card.style2 .project-content span {
    color: #2C2C2C;
    font-weight: 600;
    margin-bottom: 0;
    font-size: 20px;
    font-family: "Jost", sans-serif;
}

.project-slider.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    bottom: 30px;
    right: -85px;
    background-color: #e5e5e5;
    border: none;
    height: 55px;
    width: 55px;
    line-height: 62px;
    border-radius: 100%;
    transition: all ease 0.5s;
    font-size: 16px;
}

.project-slider.owl-theme .owl-nav [class*=owl-] i {
    position: relative;
    top: -2px;
    left: -1px;
}

.project-slider.owl-theme .owl-nav [class*=owl-].owl-next {
    right: -155px;
    left: auto;
}

.project-slider.owl-theme .owl-nav [class*=owl-].owl-next i {
    position: relative;
    right: -1px;
    left: auto;
    top: -2px;
}

.project-slider.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: #c552a0;
    color: #ffffff;
}

.works-content {
    padding-top: 30px;
}

.works-content .works-title span {
    color: #c552a0;
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 500;
    font-family: "Jost", sans-serif;
}

.works-content .works-title h2 {
    font-size: 40px;
    margin-bottom: 20px;
}

.single-project-box {
    position: relative;
    padding-bottom: 30px;
    padding-right: 30px;
    z-index: 1;
    margin-bottom: 40px;
}

.single-project-box .project-content {
    position: absolute;
    max-width: 310px;
    padding: 20px;
    background-color: #ffffff;
    font-family: "Jost", sans-serif;
    border-radius: 5px;
    left: 20px;
    bottom: 50px;
    font-size: 20px;
    font-weight: 600;
    color: #2C2C2C;
    transform: scaleY(0);
    transition: all ease 0.5s;
}

.single-project-box::before {
    position: absolute;
    content: "";
    border: 1px dashed #c552a0;
    height: 94%;
    width: 95%;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.single-project-box.style-2 {
    padding-left: 30px;
    padding-right: 0;
}

.single-project-box.style-2 .project-content {
    left: 50px;
}

.single-project-box.style-2::before {
    left: 0;
    right: auto;
}

.single-project-box:hover .project-content {
    transform: scaleY(1);
}

.project-slider2.owl-theme .owl-nav [class*=owl-] {
    background-color: #e5e5e5;
    border: none;
    height: 45px;
    width: 45px;
    line-height: 52px;
    border-radius: 100%;
    transition: all ease 0.5s;
    font-size: 12px;
    margin: auto 10px;
}

.project-slider2.owl-theme .owl-nav [class*=owl-] i {
    position: relative;
    top: -2px;
    left: -1px;
}

.project-slider2.owl-theme .owl-nav [class*=owl-].owl-next i {
    position: relative;
    right: -1px;
    left: auto;
    top: -2px;
}

.project-slider2.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: #c552a0;
    color: #ffffff;
}

.Works-area .container-fluid {
    max-width: 1520px;
}

.works-overly {
    padding-left: 100px;
    padding-right: 100px;
}

.work-slider.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    top: -90px;
    transform: translateY(-50%);
    right: 65px;
    background-color: #e5e5e5;
    border: none;
    height: 55px;
    width: 55px;
    line-height: 62px;
    border-radius: 100%;
    transition: all ease 0.5s;
    font-size: 13px;
}

.work-slider.owl-theme .owl-nav [class*=owl-] i {
    position: relative;
    top: -2px;
    left: -1px;
}

.work-slider.owl-theme .owl-nav [class*=owl-].owl-next {
    right: 0;
    left: auto;
}

.work-slider.owl-theme .owl-nav [class*=owl-].owl-next i {
    position: relative;
    right: -1px;
    left: auto;
    top: -2px;
}

.work-slider.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: #c552a0;
    color: #ffffff;
}

.portfolio-area .shoting-btn {
    text-align: center;
    margin-bottom: 30px;
}

.portfolio-area .shoting-btn ul {
    padding-left: 0;
    margin-bottom: 0;
}

.portfolio-area .shoting-btn ul li {
    display: inline-block;
    margin-right: 10px;
}

.portfolio-area .shoting-btn ul li:last-child {
    margin-right: 0;
}

.portfolio-area .shoting-btn ul li button {
    background-color: transparent;
    border: 1px solid #c552a0;
    padding: 10px 30px;
    border-radius: 5px;
    transition: all ease 0.5s;
}

.portfolio-area .shoting-btn ul li button:hover, .portfolio-area .shoting-btn ul li button:focus, .portfolio-area .shoting-btn ul li button.active {
    background-color: #c552a0;
    color: #ffffff;
}

.portfolio-card {
    position: relative;
    margin-bottom: 25px;
}

.portfolio-card .icon {
    position: absolute;
    align-items: center;
    justify-content: center;
    display: flex;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: all ease 0.5s;
}

.portfolio-card .icon .action-icon {
    background-color: #ffffff;
    padding: 15px;
    border-radius: 100%;
}

.portfolio-card::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    background: rgba(44, 44, 44, 0.3);
    transform: scaleX(0);
    transition: all ease 0.5s;
}

.portfolio-card:hover .icon {
    opacity: 1;
}

.portfolio-card:hover::before {
    transform: scaleX(1);
}

.mfp-title {
    display: none;
}

.project-description {
    padding: 30px;
    background-color: #f5f5f5;
    margin-bottom: 30px;
}

.project-description h3 {
    font-size: 20px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #c552a0;
}

.project-description ul {
    padding-left: 0;
    margin-bottom: 0;
}

.project-description ul li {
    margin-bottom: 20px;
    list-style-type: none;
}

.project-description ul li:last-child {
    margin-bottom: 0;
}

.project-description ul li p {
    margin-bottom: 5px;
}

.project-description ul li span {
    font-weight: 500;
    color: #2C2C2C;
    font-family: "Jost", sans-serif;
}

.portfolio-details-btn {
    margin-bottom: 30px;
}

.portfolio-details-top-img {
    margin-bottom: 40px;
}

.portfolio-details-content .about-project {
    margin-bottom: 30px;
}

.portfolio-details-content .about-project h2 {
    font-size: 30px;
    margin-bottom: 15px;
}

.portfolio-details-content .about-project p {
    margin-bottom: 15px;
}

.portfolio-details-content .planing-content {
    margin-bottom: 30px;
}

.portfolio-details-content .planing-content h3 {
    font-size: 25px;
    margin-bottom: 15px;
}

.portfolio-details-content .planing-content p {
    margin-bottom: 25px;
}

.portfolio-details-content .planing-content .planing-list {
    margin-bottom: 25px;
}

.portfolio-details-content .planing-content .planing-list ul {
    padding-left: 0;
    margin-bottom: 0;
}

.portfolio-details-content .planing-content .planing-list ul li {
    margin-bottom: 15px;
    position: relative;
    list-style-type: none;
    font-family: "Jost", sans-serif;
    color: #2C2C2C;
    font-weight: 500;
    padding-left: 20px;
}

.portfolio-details-content .planing-content .planing-list ul li:last-child {
    margin-bottom: 0;
}

.portfolio-details-content .planing-content .planing-list ul li i {
    position: absolute;
    left: 0;
    top: 0;
    color: #c552a0;
}

.portfolio-details-card .portfolio-content {
    position: relative;
}

.portfolio-details-card .portfolio-content span {
    color: #c552a0;
    display: inline-block;
    margin-bottom: 8px;
    font-weight: 500;
    font-family: "Jost", sans-serif;
}

.portfolio-details-card .portfolio-content h3 {
    font-size: 20px;
}

.portfolio-details-card .portfolio-content .portfolio-shape {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.portfolio-slider.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -60px;
    background-color: #e5e5e5;
    border: none;
    height: 40px;
    width: 40px;
    line-height: 49px;
    border-radius: 100%;
    transition: all ease 0.5s;
    font-size: 15px;
}

.portfolio-slider.owl-theme .owl-nav [class*=owl-] i {
    position: relative;
    top: -2px;
    left: -1px;
}

.portfolio-slider.owl-theme .owl-nav [class*=owl-].owl-next {
    right: -60px;
    left: auto;
}

.portfolio-slider.owl-theme .owl-nav [class*=owl-].owl-next i {
    position: relative;
    right: -1px;
    left: auto;
    top: -2px;
}

.portfolio-slider.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: #c552a0;
    color: #ffffff;
}

/*
Team Style
======================================================*/
.single-team-card {
    margin-bottom: 30px;
}

.single-team-card .team-img {
    position: relative;
    overflow: hidden;
    transition: all ease 1s;
}

.single-team-card .team-img img {
    overflow: hidden;
    transition: all ease 1s;
}

.single-team-card .team-img .social-content {
    position: absolute;
    left: 20px;
    top: 20px;
}

.single-team-card .team-img .social-content ul {
    padding-left: 0;
    margin-bottom: 0;
}

.single-team-card .team-img .social-content ul li {
    margin-bottom: 8px;
    list-style-type: none;
    transform: translateY(30px);
    transition: all 0.3s ease-in-out 0s;
    opacity: 0;
    visibility: hidden;
}

.single-team-card .team-img .social-content ul li:nth-child(1) {
    transition-delay: 0.2s;
}

.single-team-card .team-img .social-content ul li:nth-child(2) {
    transition-delay: 0.3s;
}

.single-team-card .team-img .social-content ul li:nth-child(3) {
    transition-delay: 0.4s;
}

.single-team-card .team-img .social-content ul li:nth-child(4) {
    transition-delay: 0.5s;
}

.single-team-card .team-img .social-content ul li a {
    color: #2C2C2C;
    height: 35px;
    background-color: #ffffff;
    width: 35px;
    line-height: 33px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 100%;
    display: inline-block;
    text-align: center;
    transition: all ease 0.5s;
}

.single-team-card .team-img .social-content ul li a:hover {
    background-color: #c552a0;
    color: #ffffff;
    border-color: #c552a0;
}

.single-team-card .team-content {
    text-align: center;
    padding: 30px 30px 0 30px;
}

.single-team-card .team-content h3 {
    font-size: 22px;
    margin-bottom: 10px;
}

.single-team-card .team-content span {
    color: #c552a0;
}

.single-team-card:hover .team-img img {
    transform: scale(1.05);
}

.single-team-card:hover .team-img .social-content ul li {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.single-team-card.style2 .team-img .social-content ul li a {
    background-color: #e5e5e5;
}

.single-team-card.style2 .team-img .social-content ul li a:hover {
    background-color: #c552a0;
}

.center-team-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.center-team-core-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.center-team-core-row > [class*="col-"] {
    flex: 0 0 calc(25% - 20px);
    max-width: calc(25% - 20px);
}

@media (max-width: 992px) {
    .center-team-core-row > [class*="col-"] {
        flex: 0 0 calc(33.333% - 20px);
        max-width: calc(33.333% - 20px);
    }
}

@media (max-width: 768px) {
    .center-team-core-row > [class*="col-"] {
        flex: 0 0 calc(50% - 20px);
        max-width: calc(50% - 20px);
    }
}

@media (max-width: 576px) {
    .center-team-core-row > [class*="col-"] {
        flex: 0 0 100%;
        max-width: 100%;
    }
}


.detail-text {
    color: white;
}

.detail-text h3,
.detail-text p,
.detail-text .close-btn {
    color: white !important;
}

.detail-text .close-btn {
    background: none;
    border: none;
    font-size: 1.5rem;
    line-height: 1;
    cursor: pointer;
}

.single-team-box {
    margin-bottom: 30px;
    transition: all ease 0.5s;
    box-shadow: 0px 10px 30px 5px rgba(38, 50, 56, 0.05);
}

.single-team-box .team-content {
    padding: 30px;
}

.single-team-box .team-content h3 {
    font-size: 20px;
    margin-bottom: 8px;
}

.single-team-box .team-content span {
    color: #c552a0;
    font-weight: 500;
}

.single-team-box .team-content .social-content {
    text-align: end;
}

.single-team-box .team-content .social-content ul {
    padding-left: 0;
    margin-bottom: 0;
}

.single-team-box .team-content .social-content ul li {
    margin-right: 5px;
    display: inline-block;
}

.single-team-box .team-content .social-content ul li:last-child {
    margin-right: 0;
}

.single-team-box .team-content .social-content ul li a {
    color: #2C2C2C;
    height: 30px;
    background-color: #e5e5e5;
    width: 30px;
    line-height: 28px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 100%;
    display: inline-block;
    text-align: center;
    transition: all ease 0.5s;
    font-size: 14px;
}

.single-team-box .team-content .social-content ul li a:hover {
    background-color: #c552a0;
    color: #ffffff;
    border-color: #c552a0;
}

.single-team-box:hover {
    box-shadow: 0px 10px 30px 5px rgba(38, 50, 56, 0.09);
    transform: translateX(-5px);
}

.team-area2 .container-fluid {
    max-width: 1520px;
}

.team-overly {
    padding-left: 100px;
    padding-right: 100px;
}

/*
Skill Style
======================================================*/
.skill-area {
    position: relative;
    z-index: 1;
}

.skill-area::before {
    position: absolute;
    content: "";
    height: 40px;
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: #ffffff;
    z-index: -1;
}

.skill-area.style2::before {
    display: none;
}

.skill-content .skill-title {
    margin-bottom: 20px;
}

.skill-content .skill-title span {
    color: #c552a0;
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 500;
    font-family: "Jost", sans-serif;
}

.skill-content .skill-title h2 {
    font-size: 40px;
    margin-bottom: 18px;
}

.skill-bar {
    margin-bottom: 15px;
}

.skill-bar .progress-title-holder {
    position: relative;
    margin-bottom: 5px;
}

.skill-bar .progress-title {
    font-size: 15px;
    font-weight: 600;
    color: #2C2C2C;
    font-family: "Jost", sans-serif;
    margin-bottom: 0 !important;
}

.skill-bar .progress-number-wrapper {
    width: 100%;
    z-index: 10;
    font-size: 11px;
    line-height: 24px;
    height: 24px;
    letter-spacing: 0px;
    font-weight: 600;
    font-style: normal;
    text-transform: none;
    color: #ffffff;
    margin-bottom: 0;
    margin-bottom: 0 !important;
}

.skill-bar .progress-number-mark {
    margin-bottom: 4px;
    border-radius: 3px;
    padding: 0 8px;
    position: absolute;
    bottom: 0;
    transform: translateX(-50%);
    margin-bottom: 0 !important;
}

.skill-bar .progress-content-outter {
    height: 10px;
    background-color: #e5e5e5;
    border-radius: 0;
}

.skill-bar .progress-content {
    height: 5px;
    background-color: #c552a0;
    border-radius: 0;
    width: 0%;
    position: relative;
    bottom: -5px;
}

.skill-bar .percent {
    margin-bottom: 0 !important;
    color: #2C2C2C !important;
    font-size: 15px;
    font-weight: 600;
}

/*
Testimonials Style
======================================================*/
.single-testimonials-card {
    height: auto;
    padding: 20px;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    margin: 5px;
}

.single-testimonials-card .testimonials-content {
    position: relative;
}

.single-testimonials-card .testimonials-content p {
    margin-bottom: 20px;
}

.single-testimonials-card .testimonials-content .ratings-list {
    padding-left: 0;
    margin-bottom: 0;
    margin-bottom: 15px;
}

.single-testimonials-card .testimonials-content .ratings-list li {
    display: inline-block;
    margin-right: 3px;
}

.single-testimonials-card .testimonials-content .ratings-list li:last-child {
    margin-right: 0;
}

.single-testimonials-card .testimonials-content .ratings-list li i {
    color: #ff8a00;
}

.single-testimonials-card .testimonials-content h3 {
    font-size: 30px;
    margin-bottom: 5px;
}

.single-testimonials-card .testimonials-content a {
    font-size: 20px;
    margin-bottom: 5px;
    color: #c552a0;

}

.team-highlight {
    color: #c552a0;
}

.team-subtext {
    color: #999999 !important;
}

.single-testimonials-card .testimonials-content span {
    color: #c552a0;
}

.single-testimonials-card .testimonials-content .icon {
    position: absolute;
    font-size: 60px;
    right: 10px;
    bottom: -10px;
    color: #c552a0;
    opacity: 0.1;
}

.testimonials-slider.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -90px;
    background-color: #e5e5e5;
    border: none;
    height: 55px;
    width: 55px;
    line-height: 62px;
    border-radius: 100%;
    transition: all ease 0.5s;
    font-size: 15px;
}

.testimonials-slider.owl-theme .owl-nav [class*=owl-] i {
    position: relative;
    top: -2px;
    left: -1px;
}

.testimonials-slider.owl-theme .owl-nav [class*=owl-].owl-next {
    right: -90px;
    left: auto;
}

.testimonials-slider.owl-theme .owl-nav [class*=owl-].owl-next i {
    position: relative;
    right: -1px;
    left: auto;
    top: -2px;
}

.testimonials-slider.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: #c552a0;
    color: #ffffff;
}

.single-review-box {
    padding: 40px;
    box-shadow: 0px 6px 30px rgba(44, 44, 44, 0.03);
    margin: 7px;
    transition: all ease 0.5s;
    position: relative;
}

.single-review-box .client-profile {
    position: relative;
    padding-left: 90px;
    margin-bottom: 35px;
}

.single-review-box .client-profile img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
}

.single-review-box .client-profile h3 {
    font-size: 20px;
    margin-bottom: 5px;
}

.single-review-box .client-profile span {
    color: #c552a0;
}

.single-review-box .ratings {
    margin-bottom: 15px;
}

.single-review-box .ratings i {
    color: #ff8a00;
    margin-right: 5px;
}

.single-review-box .ratings i:last-child {
    margin-right: 0;
}

.single-review-box p {
    margin-bottom: 0;
}

.single-review-box .quote {
    position: absolute;
    right: 270px;
    top: 20px;
    font-size: 20px;
    color: #c552a0;
    opacity: 0.4;
}

.single-review-box.style2 {
    margin: 0;
    margin-bottom: 30px;
}

.reviews-slider.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -90px;
    background-color: #e5e5e5;
    border: none;
    height: 55px;
    width: 55px;
    line-height: 62px;
    border-radius: 100%;
    transition: all ease 0.5s;
    font-size: 15px;
}

.reviews-slider.owl-theme .owl-nav [class*=owl-] i {
    position: relative;
    top: -2px;
    left: -1px;
}

.reviews-slider.owl-theme .owl-nav [class*=owl-].owl-next {
    right: -90px;
    left: auto;
}

.reviews-slider.owl-theme .owl-nav [class*=owl-].owl-next i {
    position: relative;
    right: -1px;
    left: auto;
    top: -2px;
}

.reviews-slider.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: #c552a0;
    color: #ffffff;
}

.active.center .single-review-box {
    box-shadow: 0px 6px 30px rgba(44, 44, 44, 0.09);
}

.testimonials-area2 .container-fluid {
    max-width: 1520px;
}

.testimonials-overly {
    padding-left: 100px;
    padding-right: 100px;
}

.single-testimonials-box {
    margin: 10px;
    transition: all ease 0.5s;
}

.single-testimonials-box .testimonials-content {
    background-color: #ffffff;
    padding: 30px;
    position: relative;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    margin-bottom: 50px;
    transition: all ease 0.5s;
}

.single-testimonials-box .testimonials-content .ratings {
    margin-bottom: 15px;
}

.single-testimonials-box .testimonials-content .ratings i {
    color: #ff8a00;
    margin-right: 5px;
}

.single-testimonials-box .testimonials-content .ratings i:last-child {
    margin-right: 0;
}

.single-testimonials-box .testimonials-content::before {
    position: absolute;
    content: "";
    height: 40px;
    width: 40px;
    background-color: #ffffff;
    left: 50px;
    bottom: -20px;
    transform: rotate(45deg);
    z-index: 1;
    box-shadow: 0px 10px 30px rgba(44, 44, 44, 0.05);
}

.single-testimonials-box .cliens-profile {
    position: relative;
    padding-left: 125px;
}

.single-testimonials-box .cliens-profile img {
    position: absolute;
    width: auto;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
}

.single-testimonials-box .cliens-profile h3 {
    font-size: 20px;
    margin-bottom: 8px;
}

.single-testimonials-box .cliens-profile span {
    color: #c552a0;
}

.testimonials-slider2.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    top: -90px;
    transform: translateY(-50%);
    right: 65px;
    background-color: #e5e5e5;
    border: none;
    height: 55px;
    width: 55px;
    line-height: 62px;
    border-radius: 100%;
    transition: all ease 0.5s;
    font-size: 13px;
}

.testimonials-slider2.owl-theme .owl-nav [class*=owl-] i {
    position: relative;
    top: -2px;
    left: -1px;
}

.testimonials-slider2.owl-theme .owl-nav [class*=owl-].owl-next {
    right: 0;
    left: auto;
}

.testimonials-slider2.owl-theme .owl-nav [class*=owl-].owl-next i {
    position: relative;
    right: -1px;
    left: auto;
    top: -2px;
}

.testimonials-slider2.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: #c552a0;
    color: #ffffff;
}

.reviews-form {
    max-width: 960px;
    margin: auto;
}

.reviews-form .form-group {
    margin-bottom: 25px;
}

.reviews-form .form-group .form-control {
    background-color: #f5f5f5;
    color: #2C2C2C;
    border: none;
}

.reviews-form .form-group .form-control::-moz-placeholder {
    color: #666666;
}

.reviews-form .form-group .form-control::placeholder {
    color: #666666;
}

.reviews-form .default-btn {
    width: 100%;
}

/*
Blog Style
======================================================*/
.single-blog-card {
    box-shadow: none;
    border: none !important;
    background: transparent;
}

.custom-blog-card {
    padding: 1.2rem;
    transition: transform 0.2s ease;
}

.single-blog-card .blog-img {
    position: relative;
}

.blog-img img {
    width: 100%;
    height: auto;
}

.blog-content h5 a {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.blog-content p {
    font-size: 14px;
}

.no-wrap {
    white-space: nowrap;
}

.single-blog-card .blog-img .date {
    height: 75px;
    width: 70px;
    background-color: #c552a0;
    display: inline-block;
    text-align: center;
    padding-top: 10px;
    position: absolute;
    left: 30px;
    bottom: -40px;
}

.single-blog-card .blog-img .date p {
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 5px;
}

.single-blog-card .blog-img .date span {
    color: #ffffff;
}

.single-blog-card .blog-content {
    padding: 15px 30px 30px 30px;
}

.single-blog-card .blog-content ul {
    padding-left: 0;
    margin-left: 75px;
    margin-bottom: 22px;
}

.single-blog-card .blog-content ul li {
    display: inline-block;
    margin-left: 10px;
    position: relative;
    padding-left: 24px;
}

.single-blog-card .blog-content ul li i {
    position: absolute;
    left: 0;
    font-size: 20px;
    top: -3px;
    color: #c552a0;
}

.single-blog-card .blog-content ul li a {
    color: #666666;
    transition: all ease 0.5s;
}

.single-blog-card .blog-content ul li a:hover {
    color: #c552a0;
}

.single-blog-card .blog-content h3 {
    font-size: 22px;
    margin-bottom: 12px;
    line-height: 1.5;
}

.single-blog-card .blog-content h3 a {
    color: #2C2C2C;
    transition: all ease 0.5s;
}

.single-blog-card .blog-content h3 a:hover {
    color: #c552a0;
}

.single-blog-card .blog-content p {
    margin-bottom: 25px;
}

.single-blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.05);
}

.single-blog-card.style2 .blog-content {
    padding: 30px;
}

.single-blog-card.style2 .blog-content h3 {
    margin-bottom: 30px;
}

.single-blog-card.style2 .blog-content ul {
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 18px;
}

.single-blog-card.style2 .blog-content ul li {
    margin-left: 15px;
}

.single-blog-card.style2 .blog-content ul li:first-child {
    margin-left: 0;
}

.single-blog-card.style3 .blog-img .date {
    right: 30px;
    left: auto;
}

.single-blog-card.style3 .blog-content {
    padding: 30px;
}

.single-blog-card.style3 .blog-content ul {
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 15px;
}

.single-blog-card.style3 .blog-content ul li {
    margin-left: 15px;
}

.single-blog-card.style3 .blog-content ul li:first-child {
    margin-left: 0;
}

.single-blog-card.style4 .blog-content {
    padding: 30px;
}

.single-blog-card.style4 .blog-content h3 {
    margin-bottom: 18px;
}

.single-blog-card.style4 .blog-content ul {
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 18px;
}

.single-blog-card.style4 .blog-content ul li {
    margin-left: 15px;
}

.single-blog-card.style4 .blog-content ul li:first-child {
    margin-left: 0;
}

.single-blog-card.style4 .blog-content p {
    margin-bottom: 0;
}

.blog-details-content {
    padding: 30px;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}

.blog-details-content .user-and-date {
    margin-bottom: 20px;
}

.blog-details-content .user-and-date ul {
    padding-left: 0;
    margin-bottom: 0;
}

.blog-details-content .user-and-date ul li {
    display: inline-block;
    margin-left: 10px;
    position: relative;
    padding-left: 22px;
}

.blog-details-content .user-and-date ul li i {
    position: absolute;
    left: 0;
    top: 2px;
    color: #c552a0;
}

.blog-details-content .user-and-date ul li a {
    color: #666666;
    transition: all ease 0.5s;
}

.blog-details-content .user-and-date ul li a:hover {
    color: #c552a0;
}

.blog-details-content h3 {
    font-size: 25px;
    margin-bottom: 20px;
}

.blog-details-content p {
    margin-bottom: 20px;
}

.blog-details-content .quote {
    padding: 30px;
    background-color: #f4fbf8;
    margin-bottom: 25px;
    margin-top: 30px;
}

.blog-details-content .quote p {
    color: #2C2C2C;
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 500;
}

.blog-details-content .quote span {
    color: #2C2C2C;
    font-weight: 500;
    font-size: 20px;
    position: relative;
    padding-left: 37px;
    font-family: "Jost", sans-serif;
}

.blog-details-content .quote span::before {
    position: absolute;
    content: "";
    left: 0;
    background-color: #c552a0;
    height: 2px;
    width: 30px;
    top: 13px;
}

.bordered-card {
    border: 1px solid #000;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.bordered-card:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}


.comments-content h3 {
    font-size: 25px;
    margin-bottom: 30px;
}

.single-comment-box {
    margin-bottom: 35px;
    position: relative;
}

.single-comment-box .user-profile {
    position: relative;
    padding-left: 90px;
    margin-bottom: 30px;
}

.single-comment-box .user-profile img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.single-comment-box .user-profile h4 {
    font-size: 18px;
    margin-bottom: 8px;
}

.single-comment-box .reply {
    position: absolute;
    right: 0;
    top: 0;
}

.single-comment-box .reply a {
    color: #c552a0;
    font-weight: 500;
}

.single-comment-box .reply a img {
    position: relative;
    top: -2px;
}

.comment-form h3 {
    font-size: 25px;
    margin-bottom: 20px;
}

.comment-form .form-group {
    margin-bottom: 25px;
}

.comment-form .form-group .form-control {
    background-color: #f5f5f5;
    border: none;
}

.sidebar-widget {
    padding: 30px;
    background-color: #e6e6e6;
    margin-bottom: 30px;
}

.sidebar-widget h3 {
    font-size: 22px;
    padding-bottom: 15px;
    margin-bottom: 30px;
    border-bottom: 1px solid #c552a0;
}

.sidebar-widget .search-bar .form-group {
    position: relative;
}

.sidebar-widget .search-bar .form-group .default-btn {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0;
    padding: 8px;
}

.sidebar-widget .search-bar .form-group .default-btn i {
    font-size: 20px;
    position: relative;
    top: 0;
}

.sidebar-widget .search-bar .form-group .form-control {
    border: none;
    background-color: #ffffff;
    border-radius: 0;
}

.sidebar-widget.style2 {
    padding: 30px 30px 15px 30px;
}

.Category-list ul {
    padding-left: 0;
    margin-bottom: 0;
}

.Category-list ul li {
    list-style-type: none;
    margin-bottom: 13px;
    position: relative;
    padding-left: 18px;
}

.Category-list ul li:last-child {
    margin-bottom: 0;
}

.Category-list ul li i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
}

.Category-list ul li a {
    color: #2C2C2C;
    font-weight: 500;
    transition: all ease 0.5s;
}

.Category-list ul li a:hover {
    color: #c552a0;
}

.tag-cloud ul {
    padding-left: 0;
    margin-bottom: 0;
}

.tag-cloud ul li {
    display: inline-block;
    margin-bottom: 15px;
    margin-right: 10px;
}

.tag-cloud ul li:last-child {
    margin-right: 0;
}

.tag-cloud ul li a {
    background-color: #ffffff;
    color: #2C2C2C;
    padding: 10px;
    border: 1px solid rgba(40, 170, 74, 0.3);
    display: inline-block;
    transition: all ease 0.5s;
}

.tag-cloud ul li a:hover {
    background-color: #c552a0;
    color: #ffffff;
}

.widget-peru-posts-thumb {
    position: relative;
    overflow: hidden;
}

.widget-peru-posts-thumb .item {
    overflow: hidden;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.widget-peru-posts-thumb .item:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}

.widget-peru-posts-thumb .item .thumb {
    float: left;
    height: 75px;
    overflow: hidden;
    position: relative;
    width: 75px;
    margin-right: 15px;
}

.widget-peru-posts-thumb .item .thumb .fullimage {
    width: 130px;
    height: 130px;
    display: inline-block;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center center !important;
    position: relative;
    background-color: #2C2C2C;
}

.widget-peru-posts-thumb .item .thumb .fullimage.bg1 {
    background-image: url(../../assets/images/blog/blog-img-1.jpg);
}

.widget-peru-posts-thumb .item .thumb .fullimage.bg2 {
    background-image: url(../../assets/images/blog/blog-img-2.jpg);
}

.widget-peru-posts-thumb .item .thumb .fullimage.bg3 {
    background-image: url(../../assets/images/blog/blog-img-3.jpg);
}

.widget-peru-posts-thumb .item .thumb .fullimage.bg4 {
    background-image: url(../../assets/images/blog/blog-img-4.jpg);
}

.widget-peru-posts-thumb .item .info {
    overflow: hidden;
}

.widget-peru-posts-thumb .item .info span {
    display: block;
    color: #666666;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 500;
}

.widget-peru-posts-thumb .item .info .title {
    margin-bottom: 0;
    margin-top: 5px;
    line-height: 1.4;
    font-size: 16px;
    font-weight: 600;
}

.widget-peru-posts-thumb .item .info .title a {
    display: inline-block;
    color: #474c40;
    transition: all ease 0.5s;
}

.widget-peru-posts-thumb .item .info .title a:hover {
    color: #c552a0;
}

/*
Pricing Style
======================================================*/
.single-pricing-card {
    padding: 30px;
    background-color: #f4fbf8;
    transition: all ease 0.5s;
    margin-bottom: 30px;
}

.single-pricing-card .pricing-head-content h3 {
    font-size: 20px;
    margin-bottom: 20px;
}

.single-pricing-card .pricing-head-content p {
    margin-bottom: 20px;
}

.single-pricing-card .pricing-head-content h1 {
    font-size: 50px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e9e9e9;
}

.single-pricing-card .pricing-head-content h1 span {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
}

.single-pricing-card .featurs-list {
    margin-bottom: 30px;
}

.single-pricing-card .featurs-list ul {
    padding-left: 0;
    margin-bottom: 0;
}

.single-pricing-card .featurs-list ul li {
    list-style-type: none;
    position: relative;
    padding-left: 20px;
    margin-bottom: 12px;
}

.single-pricing-card .featurs-list ul li i {
    left: 0;
    color: #c552a0;
    position: absolute;
    left: 0;
}

.single-pricing-card .featurs-list ul li i.white {
    color: #666666;
}

.single-pricing-card .featurs-list ul li:last-child {
    margin-bottom: 0;
}

.single-pricing-card .default-btn {
    width: 100%;
}

.single-pricing-card.active, .single-pricing-card:hover {
    background-color: #ffffff;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.single-pricing-card.active .default-btn, .single-pricing-card:hover .default-btn {
    background-color: #c552a0;
    color: #ffffff;
}

.wrapper-full.hide {
    display: none;
}

.plans-switcher {
    text-align: center;
    margin-bottom: 45px;
}

.plans-switcher .toggle, .plans-switcher .toggler {
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px;
    cursor: pointer;
}

.plans-switcher .toggler {
    color: #2E2F46;
    transition: 0.6s;
    font-size: 16px;
    font-weight: 500;
}

.plans-switcher .toggler.toggler--is-active {
    color: #c552a0;
}

.plans-switcher .toggle {
    position: relative;
    width: 70px;
    height: 30px;
    border-radius: 100px;
    background: rgba(40, 170, 74, 0.15);
    overflow: hidden;
}

.plans-switcher .toggle .b {
    display: block;
}

.plans-switcher .toggle .switch {
    position: absolute;
    left: 5px;
    top: 5px;
    bottom: 5px;
    right: 58.5%;
    background-color: #c552a0;
    border-radius: 50px;
    z-index: 1;
    transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition-property: left, right;
    transition-delay: 0s, 0.08s;
}

.plans-switcher .toggle .check {
    position: absolute;
    display: block;
    cursor: pointer;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 6;
}

.plans-switcher .toggle .check:checked ~ .switch {
    right: 5px;
    left: 57.5%;
    transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition-property: left, right;
}

/*
Footer Style
======================================================*/

.start-footer-area {
    position: relative;
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-bottom: 70px;
    color: white;
    overflow: hidden;
}

.start-footer-area p,
.start-footer-area span,
.start-footer-area h3,
.start-footer-area a,
.start-footer-area li i,
.start-footer-area .social-content span {
    color: white !important;
}

/* Gradient Overlay */
.start-footer-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    mix-blend-mode: multiply;
    pointer-events: none;
}

/* Ensure content stays on top of gradient */
.start-footer-area .container {
    position: relative;
    z-index: 2;
}

/* Optional: Style for text and icons */
.start-footer-area h3 {
    color: white;
}

.start-footer-area ul li a {
    color: white !important;
    transition: 0.3s;
}

.start-footer-area ul li a:hover {
    color: white !important;
}


/*.footer-logo-area {*/
/*    margin-bottom: 30px;*/
/*}*/

.footer-logo-area img {
    margin-bottom: 30px;
}

.footer-logo-area p {
    color: #ffffff;
    margin-bottom: 25px;
}

.footer-logo-area .social-content ul {
    padding-left: 0;
    margin-bottom: 0;
}

.footer-logo-area .social-content ul li {
    margin-right: 8px;
    display: inline-block;
}

.footer-logo-area .social-content ul li:last-child {
    margin-right: 0;
}

.footer-logo-area .social-content ul li span {
    color: #ffffff;
    font-weight: 500;
    padding-right: 10px;
    position: relative;
    top: -2px;
}

.footer-logo-area .social-content ul li a {
    color: #ffffff;
    height: 30px;
    background-color: #302626;
    width: 30px;
    line-height: 30px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 100%;
    display: inline-block;
    text-align: center;
    transition: all ease 0.5s;
}

.footer-logo-area .social-content ul li a:hover {
    background-color: #c552a0;
    color: #ffffff;
    border-color: #c552a0;
}


.single-footer-widget {
    color: white !important;
    margin-bottom: 30px;
}

.single-footer-widget h3 {
    font-size: 20px;
    color: white;
    margin-bottom: 30px;
}

.footer-address-area {
    padding-left: 50px;
}

.footer-address-area ul {
    padding-left: 0;
    margin-bottom: 0;
}

.footer-address-area ul li {
    list-style-type: none;
    position: relative;
    padding-left: 58px;
    transition: all ease 0.5s;
    margin-bottom: 15px;
}

.footer-address-area ul li:last-child {
    margin-bottom: 0;
}

.footer-address-area ul li p {
    margin-bottom: 3px;
    color: #c552a0;
    font-weight: 500;
}

.footer-address-area ul li a {
    color: #bfbfbf;
    transition: all ease 0.5s;
    font-weight: 500;
}

.footer-address-area ul li a:hover {
    color: #c552a0;
}

.footer-address-area ul li span {
    color: black;
    font-weight: 500;
}

.footer-address-area ul li .icon {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 45px;
    width: 45px;
    color: #2C2C2C;
    line-height: 45px;
    background-color: #000;
    font-size: 18px;
    color: #c552a0;
    text-align: center;
    border-radius: 5px;
    z-index: 1;
    transition: all ease 0.5s;
}

.footer-address-area ul li .icon::before {
    position: absolute;
    content: "";
    height: 0%;
    width: 100%;
    left: 0;
    top: 0;
    border-radius: 5px;
    background-color: #c552a0;
    z-index: -1;
    transition: all ease 0.5s;
}

.footer-address-area ul li:hover .icon {
    color: #000;
}

.footer-address-area ul li:hover .icon::before {
    height: 100%;
}

.footer-useful-links-area {
    padding-left: 50px;
}

.footer-useful-links-area .link-list ul {
    padding-left: 0;
    margin-bottom: 0;
}

.footer-useful-links-area .link-list ul li {
    list-style-type: none;
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}

.footer-useful-links-area .link-list ul li:last-child {
    margin-bottom: 0;
}

.footer-useful-links-area .link-list ul li i {
    position: absolute;
    left: 0;
    font-size: 18px;
    top: -2px;
    color: #bfbfbf;
    transition: all ease 0.5s;
}

.footer-useful-links-area .link-list ul li a {
    color: #bfbfbf;
    transition: all ease 0.5s;
}

.footer-useful-links-area .link-list ul li:hover i {
    color: #c552a0;
}

.footer-useful-links-area .link-list ul li:hover a {
    color: #c552a0;
}

.footer-subscribe-area p {
    color: #000;
    margin-bottom: 20px;
}

.footer-subscribe-area .subscribe-form .form-control {
    background: rgba(255, 255, 255, 0.1);
    border: none;
    color: #000;
    height: 55px;
}

.footer-subscribe-area .subscribe-form .form-control::-moz-placeholder {
    color: #bfbfbf;
    font-size: 15px;
}

.footer-subscribe-area .subscribe-form .form-control::placeholder {
    color: #bfbfbf;
    font-size: 15px;
}

.footer-subscribe-area .subscribe-form .default-btn {
    width: 100%;
    margin-top: 20px;
}

.footer-instagram-area {
    margin-bottom: 0;
}

.footer-instagram-area .instagram-img {
    position: relative;
    overflow: hidden;
    transition: all ease 0.5s;
    margin-bottom: 25px;
}

.footer-instagram-area .instagram-img img {
    overflow: hidden;
    transition: all ease 0.5s;
}

.footer-instagram-area .instagram-img .icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    z-index: 1;
    text-align: center;
    transition: all ease 0.5s;
}

.footer-instagram-area .instagram-img .icon a {
    color: #ffffff;
    font-size: 18px;
    transition: all ease 0.5s;
    position: relative;
    top: 3px;
    opacity: 0;
}

.footer-instagram-area .instagram-img:hover img {
    filter: blur(2px);
    transform: scale(1.2);
}

.footer-instagram-area .instagram-img:hover .icon a {
    opacity: 1;
}

.copy-right-area {
    background-color: #000;
    text-align: center;
}

.copy-right-area p {
    color: #ffffff;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.copy-right-area p span {
    color: #c552a0;
}

.copy-right-area p a {
    color: #ffffff;
    text-decoration: none;
}

.copy-right-area p {
    text-align: center;
}

.design-credit {
    margin-left: 50px;
    display: inline-block;
}


/*CHat WIth US Style
======================================================*/
#chat-box {
    display: none;
    background: white;
    color: black;
    padding: 15px;
    width: 320px;
    border-radius: 15px;
    border: 1px solid #000;
    box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.2);
    position: fixed;
    bottom: 80px;
    left: 20px;
    z-index: 1001;
    font-family: Arial, sans-serif;
}

.chat-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.chat-header img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.chat-header button {
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
    color: #555;
}

.chat-header button:hover {
    color: black;
}

.chat-message {
    margin: 15px 0;
    font-weight: bold;
}

.chat-btn {
    display: flex;
    align-items: center;
    background: black;
    color: white;
    padding: 12px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 16px;
    transition: background 0.3s;
}

.chat-btn:hover {
    background: #333;
}

.chat-btn img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.chat-footer {
    text-align: center;
    font-size: 12px;
    color: gray;
    margin-top: 12px;
}

/* Floating WhatsApp Button */
.floating-btn {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    background-color: #c552a0;
    color: white;
    border-radius: 50%;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    border: none;
    cursor: pointer;
    font-size: 30px;
}

.floating-btn:hover {
    background-color: #c552a0;
}

/*
Newsletter Style
======================================================*/
.newsletter-area {
    background: linear-gradient(135deg, #c552a0 0%, #f87171 100%);
    color: #ffffff;
    padding: 15px 0;
}

.newsletter-overly .newslatter-content {
    padding: 40px 20px;
    text-align: center;
}

.newsletter-overly .newslatter-content span {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    display: inline-block;
}

.newsletter-overly .newslatter-content h2 {
    font-size: 36px;
    color: #ffffff;
    margin-bottom: 15px;
    font-weight: 700;
}

.newsletter-overly .newslatter-content p {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 25px;
}

.newsletter-overly .newslatter-content .newsletter-form .form-control {
    height: 55px;
    font-size: 16px;
}

.newsletter-btn {
    background-color: #6c757d;
    color: #ffffff;
    height: 50px;
    padding: 0 35px;
    border: none;
    font-size: 28px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.newsletter-btn:hover {
    background-color: #5a6268;
}


.validation-danger {
    color: #000;
    padding-top: 5px;
}

/*
Login Area Style
======================================================*/
.login {
    max-width: 650px;
    margin: auto;
    padding: 50px;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}

.login h3 {
    font-size: 24px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 30px;
    position: relative;
}

.login h3::before {
    position: absolute;
    content: "";
    height: 2px;
    width: 70px;
    background-color: #c552a0;
    top: 43px;
}

.login .form-group {
    margin-bottom: 20px;
}

.login .form-check {
    margin-bottom: 30px;
}

.login .form-check .form-check-input:checked {
    background-color: #c552a0;
}

.login .form-check .form-check-input:focus {
    box-shadow: none;
}

.login .default-btn {
    padding: 15px 40px;
    margin-bottom: 20px;
}

.login a {
    display: inherit;
    color: #666666;
    font-weight: 500;
}

/*
Register Area Style
======================================================*/
.register {
    max-width: 650px;
    margin: auto;
    padding: 50px;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}

.register h3 {
    font-size: 24px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 30px;
    position: relative;
}

.register h3::before {
    position: absolute;
    content: "";
    height: 2px;
    width: 70px;
    background-color: #c552a0;
    top: 43px;
}

.register .form-group {
    margin-bottom: 20px;
}

.register .default-btn {
    padding: 15px 40px;
    margin-top: 20px;
}

/*
Password Area Style
======================================================*/
.password {
    max-width: 650px;
    margin: auto;
    padding: 50px;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.password h3 {
    font-size: 24px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 30px;
    position: relative;
}

.password h3::before {
    position: absolute;
    content: "";
    height: 2px;
    width: 70px;
    background-color: #c552a0;
    top: 43px;
}

.password .form-group {
    margin-bottom: 20px;
}

.password .default-btn {
    width: 100%;
}

/*
Privacy Policy Style
======================================================*/
.privacy-content {
    margin-bottom: 10px;
}

.privacy-content h2 {
    font-size: 36px;
    margin-bottom: 10px;
}

.privacy-content h4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}

.privacy-content p {
    margin-bottom: 25px;
}

.privacy-content .list ul {
    margin-bottom: 20px;
    padding-left: 0;
}

.privacy-content .list ul li {
    font-weight: 600;
    color: #2C2C2C;
    position: relative;
    padding-left: 20px;
    list-style-type: none;
    padding-bottom: 15px;
}

.privacy-content .list ul li i {
    position: absolute;
    left: 0;
    color: #c552a0;
}

/*
Terms & Condition Style
======================================================*/
.condition-content {
    margin-bottom: 10px;
}

.condition-content h2 {
    font-size: 36px;
    margin-bottom: 30px;
}

.condition-content h4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}

.condition-content p {
    margin-bottom: 25px;
}

.condition-content .list ul {
    margin-bottom: 20px;
    padding-left: 0;
}

.condition-content .list ul li {
    font-weight: 600;
    color: #2C2C2C;
    position: relative;
    padding-left: 20px;
    list-style-type: none;
    padding-bottom: 15px;
}

.condition-content .list ul li i {
    position: absolute;
    left: 0;
    color: #c552a0;
}

/*
Error Area Style
======================================================*/
.error-area {
    text-align: center;
}

.error-area .top-content {
    margin-bottom: 20px;
}

.error-area .top-content ul {
    padding-left: 0;
    margin-bottom: 0;
}

.error-area .top-content ul li {
    font-size: 200px;
    font-weight: 700;
    display: inline-block;
    line-height: 1;
    margin-right: 30px;
    color: #c552a0;
    animation: movebounce 5s linear infinite;
}

.error-area .top-content ul li:first-child {
    color: #2C2C2C;
    animation: movebounce 7s linear infinite;
}

.error-area .top-content ul li:last-child {
    color: #666666;
    animation: movebounce 9s linear infinite;
}

.error-area h2 {
    font-size: 36px;
    margin-bottom: 20px;
}

.error-area p {
    margin-bottom: 30px;
}

/*
Page Hedaer Style
======================================================*/
/* Page Header Style */
.page-header-area {
    position: relative;
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 50px;
    height: 300px; /* smaller height */
    z-index: 1;
    display: flex;
    align-items: center;
}

.page-header-area video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.page-header-area .container {
    position: relative;
    z-index: 1;
}

.page-header-content {
    width: 100%; /* <<< THIS FIXES IT */
    max-width: 100%;
}

.page-header-area .page-header-content {
    margin-bottom: 0;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    color: white;
}

.page-header-area .page-header-content h1 {
    font-size: 60px;
    margin-bottom: 15px;
    color: white !important;
    /*font-family: 'Times New Roman', serif;*/
}

.page-header-area .page-header-content ul {
    padding-left: 0;
    margin-bottom: 0;
}

.page-header-area .page-header-content ul li {
    display: inline-block;
    color: white;
    margin-right: 20px;
    font-weight: 500;
    position: relative;
}

.page-header-area .page-header-content ul li:last-child {
    margin-right: 0;
}

.page-header-area .page-header-content ul li:last-child::before {
    display: none;
}

.page-header-area .page-header-content ul li::before {
    position: absolute;
    content: "\f1ab";
    font-family: flaticon !important;
    right: -18px;
    font-size: 11px;
    top: 5px;
    color: white;
}

.page-header-area .page-header-content ul li a {
    color: white;
}

.page-header-area .page-header-image {
    text-align: end;
    position: relative;
    right: -60px;
}

.page-header-area .page-header-shape img {
    position: absolute;
}

.page-header-area .page-header-shape img:nth-child(1) {
    left: 0;
    bottom: 0;
    z-index: -1;
}

.page-header-area .page-header-shape img:nth-child(2) {
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    z-index: -1;
}

.page-header-area .page-header-shape img:nth-child(3) {
    right: 0;
    bottom: 0;
    z-index: -1;
}

.common-card-btn {
    display: inline-block;
    padding: 15px 30px;
    font-size: 17px;
}

/*
Go To Top Style
======================================================*/
.go-top {
    position: fixed;
    cursor: pointer;
    top: 87%;
    right: -10%;
    background-color: #c552a0;
    z-index: 4;
    width: 45px;
    text-align: center;
    height: 55px;
    line-height: 45px;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    transition: 0.9s;
}

.go-top i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #ffffff;
    transition: 0.5s;
    font-size: 26px;
}

.go-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%;
}

.go-top::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    z-index: -1;
    background-color: #c552a0;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}

.go-top:hover {
    color: #ffffff;
    background: #2C2C2C;
}

.go-top:hover::before {
    opacity: 1;
    visibility: visible;
}

.go-top:hover i {
    color: #ffffff;
}

.go-top:hover i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden;
}

.go-top:hover i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%;
}

.go-top:focus {
    color: #ffffff;
}

.go-top:focus::before {
    opacity: 1;
    visibility: visible;
}

.go-top:focus i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden;
}

.go-top:focus i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%;
}

.go-top.active {
    transform: translateY(-95%);
    opacity: 1;
    visibility: visible;
    right: 3%;
    top: 93%;
}

.cursor-outer {
    margin-left: -15px;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    border: 2px solid #000000;
    box-sizing: border-box;
    z-index: 10000000;
    opacity: 0.5;
    transition: all 0.08s ease-out;
}

.mouseCursor {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    border-radius: 50%;
    transform: translateZ(0);
    visibility: hidden;
    text-align: center;
}

.mouseCursor.cursor-big {
    width: 80px;
    height: 80px;
}

.mouseCursor.cursor-big.cursor-outer {
    display: none;
}

.mouseCursor.cursor-big.cursor-outer {
    display: none;
}

.cursor-inner {
    margin-left: -3px;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    z-index: 10000001;
    background-color: #2C2C2C;
    transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner span {
    color: #fff;
    line-height: 80px;
    opacity: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
}

.cursor-inner.cursor-big span {
    opacity: 1;
}

.tp-cursor-point-area {
    cursor: none;
}

.contacts-form .form-control {
    border: 1px solid black !important;
    padding: 10px;
    border-radius: 5px;
}

.animated-card {
    border: 2px solid black;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    opacity: 0;
    animation: fadeIn 1s forwards;
}

.animated-card:hover {
    transform: translateY(-5px);
    box-shadow: 6px 6px 15px rgba(0, 0, 0, 0.2);
}

/* Input Field Animation */
.animated-input {
    animation: fadeInUp 0.8s ease-in-out;
}

.form-control {
    border: 1px solid black !important;
    border-radius: 5px;
    padding: 10px;
    transition: all 0.3s ease;
}

.form-control:focus {
    border-color: #000;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

/* Button Animation */
.animated-btn {
    background-color: black;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.animated-btn:hover {
    background-color: #333;
    transform: scale(1.05);
}

/* Fade-in Animation */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Fade-in Up for Inputs */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(15px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Success Message Animation */
.alert-success {
    border: 2px solid green;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    animation: fadeIn 1s ease-in-out;
}


.contact-area .row {
    display: flex;
    flex-wrap: wrap;
}

.single-contact-card .icon i {
    font-size: 32px;
}

.single-contact-card h3 {
    font-size: 17px;
    margin-bottom: 8px;
}

.contact-address-block {
    margin-bottom: 8px;
}

.contact-address-block p {
    margin-bottom: 2px;
    font-size: 15px;
    font-weight: 600;
    color: black;
}

.contact-address-block span {
    font-size: 15px;
    line-height: 1.4;
    display: block;
}

.single-contact-card a {
    font-size: 15px;
    line-height: 1.6;
}

.contact-row h3 {
    font-size: 15.5px;
    margin-bottom: 4px;
}

.single-contact-card br {
    display: none;
}

.single-contact-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px;
    box-shadow: 0px 6px 30px rgba(44, 44, 44, 0.05);
}

.single-contact-card .icon {
    height: 65px;
    width: 65px;
    line-height: 65px;
    font-size: 30px;
    border-radius: 50%;
    background-color: #e5e5e5;
    margin-bottom: 10px;
    flex-shrink: 0;
}

.single-contact-card > h3 {
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: 600;
}

.single-contact-card .contact-address-block,
.single-contact-card .contact-row,
.single-contact-card a {
    flex-grow: 0;
}

.single-contact-card::after {
    content: "";
    flex-grow: 1;
}

.single-contact-card .contact-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.single-contact-card h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    white-space: nowrap;
}

.single-contact-card h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}

.single-contact-card a {
    display: block;
    color: #666666;
    transition: all ease 0.5s;
}

.single-contact-card a:hover {
    color: #c552a0;
}

.single-contact-card:hover {
    box-shadow: 0px 6px 30px rgba(44, 44, 44, 0.09);
}

.single-contact-card:hover .icon {
    background-color: #c552a0;
    color: #ffffff;
}

.contact-form-area .contacts-form {
    max-width: 860px;
    margin: auto;
}

.contact-form-area .contacts-form .form-group {
    margin-bottom: 25px;
}

.contact-form-area .contacts-form .form-group .form-control {
    background-color: #f5f5f5;
    border: none;
}

.contact-form-area .contacts-form .default-btn {
    width: 100%;
}

.contact-form-area .list-unstyled {
    color: #f00f1a;
    padding-top: 5px;
}

.contact-form-area .text-danger {
    margin-top: 15px;
}

.map-area iframe {
    height: 600px;
    width: 100%;
    position: relative;
    margin-bottom: -10px;
}

.value-box {
    text-align: center;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 8px;
    transition: 0.3s;
    background: #f9f9f9;
}

.value-box i {
    font-size: 20px;
    color: #c552a0;
}

.value-box h5 {
    margin-top: 5px;
    font-size: 13px;
}

.value-box:hover {
    background: #c552a0;
    color: #fff;
}

.value-box:hover i {
    color: #fff;
}

.core-values-img {
    max-width: 80%;
}

/*Coming Soon Style
======================================================*/
.coming-soon-area {
    position: relative;
    z-index: 1;
    height: 100vh;
}

.coming-soon-area::before {
    position: absolute;
    content: "";
    height: 300px;
    width: 100%;
    left: 0;
    top: 0;
    background-color: #f7f7f7;
    z-index: -1;
}

.coming-soon-counter {
    max-width: 880px;
    margin: auto;
    border: 30px solid #ffffff;
    background-color: #f7f7f7;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    padding-top: 100px;
    padding-bottom: 80px;
    border-radius: 10px;
    position: relative;
    margin-bottom: 30px;
}

.coming-soon-counter::before {
    position: absolute;
    content: "";
    height: 100%;
    width: auto;
    left: -60px !important;
    right: 0;
    bottom: -60px;
    border-radius: 10px;
    border: 1px solid #eeeeee;
    z-index: -1;
}

.coming-soon-counter .list ul {
    margin-bottom: 0;
    padding-left: 0;
}

.coming-soon-counter .list ul li {
    margin: 0 30px;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
    color: #c552a0;
}

.coming-soon-counter .list ul li span {
    font-size: 15px;
    font-weight: 500;
    color: #666666;
}

.coming-soon-counter .list ul li::before {
    position: absolute;
    content: "";
    height: 6px;
    width: 6px;
    background-color: #666666;
    border-radius: 100%;
    right: -30px;
    top: 42px;
}

.coming-soon-counter .list ul li::after {
    position: absolute;
    content: "";
    height: 6px;
    width: 6px;
    background-color: #666666;
    border-radius: 100%;
    right: -30px;
    top: 55px;
}

.coming-soon-counter .list ul li:last-child::before {
    display: none;
}

.coming-soon-counter .list ul li:last-child::after {
    display: none;
}

.coming-soon-content {
    padding-top: 50px;
    max-width: 880px;
    margin: auto;
    text-align: center;
}

.coming-soon-content .top-content {
    max-width: 620px;
    margin: auto;
}

.coming-soon-content .top-content .coming-soon-logo {
    margin-bottom: 20px;
}

.coming-soon-content .top-content .coming-soon-logo .logo-2 {
    display: none;
}

.coming-soon-content .top-content h1 {
    font-size: 36px;
    margin-bottom: 30px;
    font-weight: 600;
}

.coming-soon-content .newsletter-form {
    position: relative;
    margin-bottom: 30px;
    z-index: 4;
}

.coming-soon-content .newsletter-form .form-control {
    height: 62px;

}

.coming-soon-content .newsletter-form .default-btn {
    position: absolute;
    right: 5px;
    top: 5px;
}

.coming-soon-content .newsletter-form .default-btn:hover {
    background-color: #2C2C2C;
    color: #ffffff;
}

.coming-soon-content .newsletter-form .default-btn i {
    position: relative;
    top: 2px;
    padding-left: 7px;
}

.coming-soon-content .social-links ul {
    margin-bottom: 0;
    padding-left: 0;
}

.coming-soon-content .social-links ul li {
    display: inline-block;
    margin-right: 10px;
}

.coming-soon-content .social-links ul li:last-child {
    margin-right: 0;
}

.coming-soon-content .social-links ul li a {
    height: 45px;
    width: 45px;
    line-height: 45px;
    background-color: #ffffff;
    border-radius: 100%;
    color: #666666;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    border: 1px solid #eeeeee;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    transition: all ease 0.5s;
}

.coming-soon-content .social-links ul li a:hover {
    background-color: #c552a0;
    color: #ffffff;
    transform: translateY(-5px);
}

/*# sourceMappingURL=style.css.map */

.coming-soon-logo .main-logo {
    width: 70px;
    height: 58px;
    margin-left: 35px;
}

.small-image {
    width: 220px;
    height: 200px;
}

.job-hover {
    transition: transform 0.3s ease-in-out;
}

.job-hover:hover {
    transform: scale(1.1);
}

.job-link {
    text-decoration: none;
    display: block;
}

.image-container {
    position: relative;
    display: inline-block;
    width: 100%;
}

.overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.6);
    padding: 10px;
    border-radius: 50%;
    display: none;
}

.overlay .eye-icon {
    color: white;
    font-size: 20px;
}

.image-container:hover .overlay {
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-container {
    position: relative;
    display: inline-block;
    width: 100%;
}

.overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.6);
    padding: 10px;
    border-radius: 50%;
    display: none;
}

.overlay .eye-icon {
    color: white;
    font-size: 20px;
    cursor: pointer;
}

.video-container:hover .overlay {
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-body {
    max-height: 400px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

#modalVideo {
    max-height: 350px;
    width: auto;
    object-fit: contain;
}

.single-blog-card {
    background-color: white;
    position: relative;
    z-index: 1;
}

.what-we-do-area {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.page-header-area {
    position: relative;
    z-index: 10;
    background: white;
}

.recuirtment-cards, .hr-excellence-cards {
    display: none; /* Initially hidden */
    overflow-x: auto;
    white-space: nowrap;
    padding: 10px 0;
    margin-top: 10px;
    background: #f9f9f9;
    border-radius: 10px;
    scrollbar-width: thin;
    scrollbar-color: #888 #f0f0f0;
    scroll-behavior: smooth;
}

.recuirtment-cards a, .hr-excellence-cards a {
    display: inline-block;
    white-space: normal;
    vertical-align: top;
    min-width: 250px;
    max-width: 300px;
    margin-right: 10px;
    font-size: 16px;
    text-align: center;
    padding: 15px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.recuirtment-cards a:hover, .hr-excellence-cards a:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    background-color: #f0f0f0;
}

/*.job-card {*/
/*    transition: transform 0.3s ease-in-out;*/
/*}*/

/*.job-card:hover {*/
/*    transform: scale(1.05); !* Slight zoom effect *!*/
/*    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); !* Add shadow *!*/
/*}*/

.white-btn {
    background-color: white;
    color: black;
    border: 1px solid black;
    padding: 10px 20px;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
}

.white-btn:hover {
    background-color: black;
    color: white;
}

.btn-purple {
    background-color: #c552a0 !important;
    color: white !important;
    border: none !important;
}

.btn-purple:hover {
    background-color: #861fa3 !important;
}

.year-animate {
    display: inline-block;
    font-weight: bold;
    color: #ff6600;
    animation: pop-up 1.5s ease-in-out infinite alternate;
}

@keyframes pop-up {
    0% {
        transform: scale(1);
        opacity: 0.8;
    }
    100% {
        transform: scale(1.2);
        opacity: 1;
    }
}

.newsletter-form {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

/* External CSS for Newsletter Section */
.newsletter-form {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: flex-start;
}

.newsletter-form input[type="text"] {
    flex: 1 1 25%;
    min-width: 120px;
    padding: 8px 10px;
}

.newsletter-form input[type="email"] {
    flex: 1 1 45%;
    min-width: 180px;
    padding: 8px 10px;
}

.newsletter-form button {
    flex: 0 0 auto;
    padding: 6px 14px;
    font-size: 14px;
    margin-top: 4px;
}

#validator-newsletter {
    width: 100%;
}


.pagination .page-link {
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    border-radius: 50% !important;
    border: 1px solid #ddd;
    padding: 0;
    font-weight: 600;
    box-shadow: none;
}

.pagination .page-item.active .page-link {
    background-color: #000033 !important;
    border-color: #000033;
    color: #fff;
}

.pagination .page-item.disabled .page-link {
    opacity: 0.6;
}

.team-detail {
    display: none;
    background: #f9f9f9;
    padding: 20px;
    margin-top: 10px;
    border: 1px solid #ccc;
    position: relative;
    border-radius: 10px;
}

.team-detail .close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
    font-size: 20px;
    color: red;
}

.team-content h3 {
    cursor: pointer;
}

.team-detail-card {
    display: none;
    background: url('../images/banner/team_banner.jpg') no-repeat center center;
    background-size: cover;
    padding: 30px;
    margin-top: 30px;
    position: relative;
    border: 1px solid #e0e0e0;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
    color: white;
}

.team-detail-card .close-btn {
    position: absolute;
    top: 15px;
    right: 20px;
    cursor: pointer;
    font-size: 24px;
    color: white;
}

/* Content wrapper: image left + content right */
.detail-content-wrapper {
    display: flex;
    align-items: center;
    gap: 30px;
}

/* Image */
.detail-content-wrapper .detail-image {
    flex: 0 0 200px;
}

.detail-content-wrapper .detail-image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    object-fit: cover;
}

/* Text Content */
.detail-content-wrapper .detail-text {
    flex: 1;
}

.detail-content-wrapper .detail-text h3 {
    margin-bottom: 10px;
    font-size: 28px;
    font-weight: 700;
    color: white;
}

.detail-content-wrapper .detail-text h5 {
    margin-bottom: 20px;
    color: white;
    font-size: 18px;
}

.detail-content-wrapper .detail-text p {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.6;
    color: white;
}

.main-service-card {
    background: linear-gradient(135deg, #c552a0, #d1d5db) !important;
    border: 2px solid #f97316;
    border-radius: 0px;
    transition: 0.3s;
}

.main-service-card-hrec {
    background: linear-gradient(135deg, #f97316, #c552a0) !important;
    border: 2px solid #f97316;
    border-radius: 0px;
    transition: 0.3s;
}

.same-size-box {
    width: 300px;
    height: 73px;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.main-service-card-managment {
    background: linear-gradient(135deg, #f97316, #c552a0) !important;
    border: 2px solid #f97316;
    transition: 0.3s;
}

.sub-service-card-page {
    background: linear-gradient(135deg, #f2f5f7, #e7a0cf) !important;
    width: 52%;
    border: 2px solid #9ca3af;
    color: black;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: 0.3s;
    background-color: #f9f9f9;
    text-decoration: none;
}

.sub-service-card-page-hrec {
    background: linear-gradient(135deg, #e8ebee, #fdbd97) !important;
    width: 52%;
    border: 2px solid #9ca3af;
    color: black;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: 0.3s;
    background-color: #f9f9f9;
    text-decoration: none;
}

.sub-service-card-hr {
    background: linear-gradient(135deg, #f97316, #c552a0) !important;
    border-radius: 0px;
    border: 2px solid #f97316;
    text-decoration: none;
    font-weight: 500;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub-service-card-thinkhr {
    background: linear-gradient(135deg, #ff7e00 0%, #d3d3d3 100%);
    color: white;
    border-radius: 0px;
    border: 2px solid #f97316;
    text-decoration: none;
    font-weight: 500;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub-service-card-thinkhr-1 {
    width: 80%;
    background: linear-gradient(135deg, #ff7e00 0%, #d3d3d3 100%);
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: 0.3s;
}

.sub-service-card-thinkhr-1:hover {
    background: linear-gradient(135deg, #ff7e00 0%, #d3d3d3 100%);
    transform: translateY(-5px);
}


.sub-service-card-page:hover {
    border-color: #6b7280;
    transform: translateY(-3px);
    text-decoration: none;
}

/* For Vertical Line */
.vertical-line {
    width: 2px;
    background-color: #ccc;
    height: 200px;
    position: absolute;
    top: 0;
    right: 0;
}

.vertical-line-thinkhr {
    width: 2px;
    background-color: #f97316;
    height: 100px;
    margin-top: 10px;
    margin-bottom: 15px;
}

/* Short Line to separate HR Excellence Services */
.short-line {
    height: 100px;
    position: relative;
    margin-top: 10px;
}

/* Heading Style */
h5 {
    text-align: center;
    margin-bottom: 20px;
}

.text-primary {
    color: #007bff !important;
}

.text-success {
    color: #28a745 !important;
}

.sub-service-card {
    width: 80%;
    background: linear-gradient(135deg, #c552a0 0%, #f87171 100%);
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: 0.3s;
}

.sub-service-card:hover {
    background: linear-gradient(135deg, #f87171 0%, #c552a0 100%);
    transform: translateY(-5px);
}

.vertical-line {
    margin-top: 10px;
}

.services-tree-area .row {
    position: relative;
}

.adler-title-box {
    padding: 1rem;
    color: #fff;
    border-radius: 0.25rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    background: linear-gradient(135deg, #c552a0 0%, #f87171 100%);
    font-size: 28px;
    font-weight: bold;
    width: 250px;
}

.vertical-line {
    width: 2px;
    background-color: #f97316;
    margin: auto;
}

.tall-line {
    height: 50px;
}

.short-line {
    height: 30px;
}

.related-project {
    padding-top: 60px;
    padding-bottom: 70px;
}

.section-title {
    text-align: center;
    margin-bottom: 40px;
}

.section-title span {
    color: #c552a0;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}

.section-title h2 {
    font-size: 32px;
    margin-bottom: 10px;
}

.section-title p {
    color: #777;
    font-size: 15px;
}

.large-text h1 {
    font-size: 36px;
}

.large-text p {
    font-size: 18px;
}

.single-services-box {
    position: relative;
    overflow: hidden;
    border: 2px solid #c79ec7;
    border-radius: 10px;
    padding: 15px;
}

.services-img img {
    width: 100%;
    height: 200px;
    display: block;
}

.why-img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 130px;
}

.why-img img {
    width: 60px;
    height: auto;
}

.services-content h3 a {
    text-decoration: none;
}

.services-content h3 {
    text-align: center;
}

.single-services-box .rec-content {
    padding: 25px 30px 30px 30px;
}

.single-services-box .rec-content h3 {
    font-size: 22px;
    margin-bottom: 15px;
}

.single-services-box .rec-content h3 a {
    color: #2C2C2C;
}

.single-services-box .rec-content h4 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 15px;
}

.single-services-box .rec-content h4 a {
    color: #2C2C2C;
}

.single-services-box .rec-content p {
    margin-bottom: 25px;
}

.services-area {
    position: relative;
    overflow: hidden;
}

.industries-wrapper {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.industries-image {
    width: 100%;
    height: 100%;
    object-fit: cover; /* or 'contain' based on design */
}

.services-overlay-card {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.9);
    padding: 10px 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    transition: all 0.4s ease-in-out;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.single-services-box:hover .services-overlay-card {
    opacity: 1;
}

.services-overlay-card h3 {
    margin: 0;
    font-size: 18px;
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
}

.services-overlay-card h3::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #000;
    position: absolute;
    bottom: 0;
    left: 0;
}

.services-overlay-card a {
    color: #000;
    text-decoration: none;
}

.profile-img {
    width: 200px;
    height: 200px;
}

/* Link styles */
.linkedin-link {
    color: black;
    text-decoration: none;
}

/* Thumbnail Container */
.thumbnail_container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.rec-img {
    max-width: 80%;
    max-height: 150px;
    object-fit: contain;
    display: block;
    margin: auto; /* Centers the image horizontally */
}

.blog-area {
    position: relative;
    overflow: hidden;
}

.page-header-area {
    position: relative;
    z-index: 1;
}

.page-header-area video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.navbar {
    position: relative;
    z-index: 9999 !important;
}

.navbar-nav .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9999 !important;
    display: none;
    background-color: white;
}

.navbar-nav li:hover > .dropdown-menu {
    display: block;
}

.page-header-content a {
    text-decoration: none;
}

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

.bold-heading {
    font-size: 2.5rem;
    font-weight: bold;
}

.vision-glass-card {
    padding: 30px;
}

.mission-box {
    padding: 30px;
}

/* Responsive adjustments */
@media (max-width: 767px) {
    .col-lg-8, .col-lg-12 {
        width: 100%;
        margin: 0 auto;
    }
}

/* Reduce top/bottom padding of the section */
.services-tree-area-custom.ptb-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

/* Smaller Adler box */
.adler-box-small {
    padding: 8px 16px;
}

.adler-title-small {
    font-size: 22px;
    padding: 6px 14px;
    background-color: #f8f9fa;
    border-radius: 5px;
    display: inline-block;
}

/* Tighter Recruitment card spacing */
.service-card-tight {
    padding: 20px;
    margin-bottom: 20px;
}


/* Title Styling */
.md-message-title {
    color: #c552a0;
    font-size: 1.5rem;
    font-weight: bold;
}


/* Modify LinkedIn Icon */
.linkedin-link .fa-stack {
    font-size: 0.8em;
}

/* Responsiveness */
@media (max-width: 768px) {
    .md-message-section .col-lg-8, .md-message-section .col-lg-4 {
        text-align: center;
    }

    .profile-img {
        width: 120px;
        height: 120px;
    }
}

.profile-img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    margin-bottom: 15px;
}

/* Blockquote Styling */
.blockquote {
    font-style: italic;
    background-color: #f8f9fa;
    border-left: 4px solid #c552a0;
    padding: 20px;
    border-radius: 8px;
    margin-top: 20px;
}

.md-message-section .card {
    text-align: left !important;
}


.text-muted {
    color: #ffffff;
}


/* Card Styling */
.card {
    background-color: rgba(255, 255, 255, 0.8);
    color: #333;
}


.explore-more-container {
    text-align: center;
    margin-top: 50px; /* adjust as needed */
}

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

@keyframes bounce-glow {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
}

.blog-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* Milestones section heading */
.milestones-heading {
    font-family: 'Poppins', sans-serif;
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 2rem;
    text-align: center;
    font-weight: 700;
    position: relative;
}

.milestones-heading::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background-color: #41516C;
    margin: 0.5rem auto 0;
    border-radius: 2px;
}

/* Milestones timeline styling */
ul.milestones-timeline {
    --col-gap: 2rem;
    --row-gap: 2rem;
    --line-w: 0.25rem;
    display: grid;
    grid-template-columns: var(--line-w) 1fr;
    column-gap: var(--col-gap);
    list-style: none;
    width: min(80rem, 100%);
    margin-inline: auto;
    padding-left: 0;
}

ul.milestones-timeline::before {
    content: "";
    grid-column: 1;
    grid-row: 1 / span 20;
    background: rgb(225, 225, 225);
    border-radius: calc(var(--line-w) / 2);
}

ul.milestones-timeline li {
    grid-column: 2;
    --inlineP: 1.5rem;
    margin-inline: var(--inlineP);
    grid-row: span 2;
    display: grid;
    grid-template-rows: min-content min-content min-content;
}

ul.milestones-timeline li:not(:last-child) {
    margin-bottom: var(--row-gap);
}

ul.milestones-timeline li .date {
    --dateH: 3rem;
    height: var(--dateH);
    margin-inline: calc(var(--inlineP) * -1);
    text-align: center;
    background-color: var(--accent-color);
    color: white;
    font-size: 1.25rem;
    font-weight: 700;
    display: grid;
    place-content: center;
    position: relative;
    border-radius: calc(var(--dateH) / 2) 0 0 calc(var(--dateH) / 2);
}

ul.milestones-timeline li .date::before {
    content: "";
    width: var(--inlineP);
    aspect-ratio: 1;
    background: var(--accent-color);
    background-image: linear-gradient(rgba(0, 0, 0, 0.2) 100%, transparent);
    position: absolute;
    top: 100%;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    right: 0;
}

ul.milestones-timeline li .date::after {
    content: "";
    position: absolute;
    width: 2rem;
    aspect-ratio: 1;
    background: var(--bgColor);
    border: 0.3rem solid var(--accent-color);
    border-radius: 50%;
    top: 50%;
    transform: translate(50%, -50%);
    right: calc(100% + var(--col-gap) + var(--line-w) / 2);
}

ul.milestones-timeline li .title,
ul.milestones-timeline li .descr {
    background: var(--bgColor);
    position: relative;
    padding-inline: 1.5rem;
}

ul.milestones-timeline li .title {
    padding-block-start: 1.5rem;
    padding-block-end: 1rem;
    font-size: 1.25rem;
    font-weight: 500;
}

ul.milestones-timeline li .descr {
    padding-block-end: 1.5rem;
    font-size: 1.1rem;
    font-weight: 300;
}

ul.milestones-timeline {
    --col-gap: 6rem;
    --row-gap: 6rem;
}

ul.milestones-timeline li .title::before,
ul.milestones-timeline li .descr::before {
    content: "";
    position: absolute;
    width: 90%;
    height: 0.5rem;
    background: rgba(0, 0, 0, 0.5);
    left: 50%;
    border-radius: 50%;
    filter: blur(4px);
    transform: translate(-50%, 50%);
}

ul.milestones-timeline li .title::before {
    bottom: calc(100% + 0.125rem);
}

ul.milestones-timeline li .descr::before {
    z-index: -1;
    bottom: 0.25rem;
}


/* Responsive layout */
@media (min-width: 40rem) {
    ul.milestones-timeline {
        grid-template-columns: 1fr var(--line-w) 1fr;
    }

    ul.milestones-timeline::before {
        grid-column: 2;
    }

    ul.milestones-timeline li:nth-child(odd) {
        grid-column: 1;
    }

    ul.milestones-timeline li:nth-child(even) {
        grid-column: 3;
    }

    ul.milestones-timeline li:nth-child(2) {
        grid-row: 2/4;
    }

    ul.milestones-timeline li:nth-child(odd) .date::before {
        clip-path: polygon(0 0, 100% 0, 100% 100%);
        left: 0;
    }

    ul.milestones-timeline li:nth-child(odd) .date::after {
        transform: translate(-50%, -50%);
        left: calc(100% + var(--col-gap) + var(--line-w) / 2);
    }

    ul.milestones-timeline li:nth-child(odd) .date {
        border-radius: 0 calc(var(--dateH) / 2) calc(var(--dateH) / 2) 0;
    }
}

.info-section-area {
    background-color: white;
    padding: 60px 20px;
    font-family: 'Segoe UI', sans-serif;
}

.custom-container {
    max-width: 2040px;
    margin: auto;
}

.content-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-bottom: 40px;
}

.three-card {
    flex: 1 1 calc(33.333% - 20px);
    max-width: calc(33.333% - 20px);
    border-radius: 10px;
    padding: 25px 20px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
    transition: transform 0.3s ease;
    text-align: center;
    cursor: pointer;
}

.mission-card {
    background-color: #ff7f50;
    color: #fff;
}

.vision-card {
    background-color: #3cb371;
    color: #fff;
}

.content-icon {
    height: 100px;
    width: 100px;
    margin-bottom: 15px;
}

.section-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}

.section-text {
    font-size: 14px;
    line-height: 1.5;
    text-align: justify;
    color: white;
}

.half-card {
    flex: 1 1 48%;
    max-width: 48%;
    border-radius: 10px;
    padding: 25px 20px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
    transition: transform 0.3s ease;
    text-align: center;
    cursor: pointer;
}


.full-card {
    width: 100%;
    padding: 30px;
    margin-top: 20px;
}

.core-values-section {
    display: flex;
    justify-content: center;
    align-items: center;
}

#coreValuesChart {
    max-width: 600px; /* Larger size for clarity */
    margin: 30px auto;
}

.default-btn-grey {
    background-color: transparent;
    color: #2C2C2C;
    font-size: 15px;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    padding: 7px 25px 15px 25px;
    border-radius: 5px;
    position: relative;
    transition: all ease 0.5s;
    display: inline-block;
    border: 1px solid rgba(40, 170, 74, 0.004);
    z-index: 1;
    /*margin-top: 60px;*/
}

.default-btn-grey i {
    position: relative;
    top: 5px;
    padding-left: 5px;
    font-size: 20px;
}

.default-btn-grey::before {
    position: absolute;
    content: "";
    background-color: #6c757d;
    height: 0%;
    width: 0%;
    border-radius: 5px;
    bottom: 0;
    right: 0;
    transition: all ease 0.5s;
    z-index: -1;
}

.default-btn-grey::after {
    position: absolute;
    content: "";
    background-color: #6c757d;
    height: 0%;
    width: 0%;
    border-radius: 5px;
    top: 0;
    left: 0;
    transition: all ease 0.5s;
    z-index: -1;
}

.default-btn-grey.active {
    background-color: #6c757d;
    color: #ffffff;
    border-color: #6c757d;
}

.default-btn-grey.active:hover {
    background-color: #2C2C2C;
    color: #ffffff;
    border-color: #6c757d;
}

.default-btn-grey:hover {
    color: #ffffff;
    border-color: #6c757d;
}

.default-btn-grey:hover::before {
    width: 100%;
    height: 100%;
}

.default-btn-grey:hover::after {
    width: 100%;
    height: 100%;
}

.default-btn-grey:focus {
    box-shadow: none;
}

.default-btn-grey.style-2 {
    color: #ffffff;
}

.milestone-button-wrapper {
    text-align: center;
    margin-top: 30px;
}

.default-btn-milestone {
    background-color: transparent;
    color: #2C2C2C;
    font-size: 35px;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    padding: 7px 25px 15px 25px;
    border-radius: 5px;
    position: relative;
    transition: all ease 0.5s;
    display: inline-block;
    border: 1px solid rgba(40, 170, 74, 0.004);
    text-decoration: none;
    z-index: 1;
}

.default-btn-milestone i {
    position: relative;
    top: 5px;
    padding-left: 5px;
    font-size: 20px;
    text-decoration: none;
}

.default-btn-milestone::before {
    position: absolute;
    content: "";
    background-color: #6c757d;
    height: 0%;
    width: 0%;
    border-radius: 5px;
    bottom: 0;
    right: 0;
    transition: all ease 0.5s;
    z-index: -1;
    text-decoration: none;
}

.default-btn-milestone::after {
    position: absolute;
    content: "";
    background-color: #6c757d;
    height: 0%;
    width: 0%;
    border-radius: 5px;
    top: 0;
    left: 0;
    transition: all ease 0.5s;
    z-index: -1;
}

.default-btn-milestone.active {
    background-color: #6c757d;
    color: #ffffff;
    border-color: #6c757d;
}

.default-btn-milestone.active:hover {
    background-color: #2C2C2C;
    color: #ffffff;
    border-color: #6c757d;
}

.default-btn-milestone:hover {
    color: #ffffff;
    border-color: #6c757d;
}

.default-btn-milestone:hover::before {
    width: 100%;
    height: 100%;
}

.default-btn-milestone:hover::after {
    width: 100%;
    height: 100%;
}

.default-btn-milestone:focus {
    box-shadow: none;
}

.default-btn-milestone.style-2 {
    color: #ffffff;
}

.navbar-area.scrolled {
    background-color: #ffffff !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.industries_p ul {
    margin: 0 0 0 25px;
    font-size: 0;
}

.industries_p ul li .hexagon-in1,
.industries_p ul li .hexagon-in2 {
    overflow: hidden;
}

.industries_p .hexagon_main {
    margin-left: 40px;
}

.industries_p ul li {
    margin-left: 15px;
    margin-top: 0;
    float: left;
    list-style-type: none;
}

.industries_p ul li .hexagon-in1 {
    width: 200px;
    height: 230px;
    margin-top: 0;
    overflow: hidden;
    visibility: hidden;
    transform: rotate(120deg);
    position: relative;
}

/* Add border effect */
.industries_p ul li .hexagon-in1::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 5px solid #000; /* black border */
    z-index: 2;
    pointer-events: none;
    box-sizing: border-box;
    transform: rotate(-120deg); /* cancel out parent rotation */
}

/*.industries_p ul li + li{margin-left: 15px;}*/

.industries_p ul li:nth-child(6) {
    margin-left: 122px;
}

.industries_p ul li:nth-child(5) ~ li {
    margin-top: -43px;
}

/*.industries_p ul li:first-child{margin-left: 0;}*/
.industries_p ul li:nth-child(6) {
    clear: both;
    margin-left: 107px; /* adjust for centering 4 items */
    margin-top: -43px;
}

.industries_p ul li:nth-child(7),
.industries_p ul li:nth-child(8),
.industries_p ul li:nth-child(9) {
    margin-top: -43px;
}

/* Line 3: Items 10–14 */
.industries_p ul li:nth-child(10) {
    clear: both;
    margin-left: 0;
    margin-top: -43px;
}

.industries_p ul li:nth-child(11),
.industries_p ul li:nth-child(12),
.industries_p ul li:nth-child(13),
.industries_p ul li:nth-child(14) {
    margin-top: -43px;
}

.industries_p ul li .hexagon-in2 {
    overflow: hidden;
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    transform: rotate(-60deg);
}

.industries_p ul li .hexagon-in1 a {
    display: table;
    visibility: visible;
    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    transform: rotate(-60deg);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    background-size: 100%;
    background-position: center center;
}

.industries_p ul li .hexagon-in1 a span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #FFF;
    padding: 0 10px;
}

.industries_p ul li .hexagon-in1 a:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 1);
    z-index: -1;
    opacity: 0.5;
}

.industries_p ul li .hexagon-in1 a {
    background-size: 100%;
    transition: background-size 0.3s ease;
}

.hex-link {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    transform: scale(1);
    transition: transform 0.4s ease-in-out;
}

.hex-link:hover {
    transform: scale(1.1);
}
.hex-title {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    z-index: 2;
    position: relative;
    padding: 0 10px;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
    transform: scale(1);
    transition: transform 0.3s ease-in-out;
}

/* Smooth zoom on hover */
.hex-title:hover {
    transform: scale(1.08);
}




.hex-link::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4); /* optional dark overlay */
    z-index: 1;
}

.hex-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

/* Hexagonal Card Styles */
.hex-card {
    width: 460px; /* increased width */
    height: 400px; /* increased height */
    clip-path: polygon(
        50% 0%,
        93% 25%,
        93% 75%,
        50% 100%,
        7% 75%,
        7% 25%
    );
    background-color: #ff7f50;
    padding: 40px 30px; /* more inner spacing */
    text-align: center;
    color: white;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
    margin: 20px;
}

.mission-card {
    background-color: #ff7f50;
}

.vision-card {
    background-color: #3cb371;
}

.hex-card:hover {
    transform: scale(1.05);
}

.hex-inner {
    max-width: 90%;
    line-height: 1.6;
}

.content-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 15px;
}

.about-row {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    flex-wrap: wrap; /* Optional: allows responsiveness */
    margin-top: 40px;
}

/* Individual Card Colors */
.mission-card {
    background-color: #ff7f50;
}

.vision-card {
    background-color: #3cb371;
}



.video-overlay-content {
    position: relative;
    z-index: 2;
    background: none !important;
}

canvas {
    margin: 0 auto;
    display: block;
    border-radius: 8px;
}

.core-values-card {
    width: 100%;
    max-width: 500px; /* adjust as needed */
    margin: auto;
}

.core-values-card canvas {
    width: 100% !important;
    height: auto !important;
}

.profile-img-lg {
    width: 310px;
    height: 310px;
    object-fit: cover;
    border: 8px solid #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.linkedin-link {
    text-decoration: none;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.md-message-section .row {
    margin-left: 0;
    margin-right: 0;
}

.purple-bordered-card {
    border: 2px solid #c552a0;
    border-radius: 10px;
    padding: 20px;
}

.work-fun-card {
    background: #fff;
    border-radius: 10px;
    padding: 20px 15px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: 0.3s ease-in-out;
    min-height: 380px;
}

.work-fun-card:hover {
    transform: translateY(-5px);
}

.work-fun-card img {
    border-radius: 10px;
    max-height: 200px;
    width: 100%;
    object-fit: contain;
    background-color: #f9f9f9;
    cursor: pointer;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    width: 30px;
    height: 30px;
}

.form-container {
    background: #fff;
    padding: 30px;
    border: 2px solid #c552a0;
    border-radius: 0px;
    box-shadow: 0 0 20px rgba(197, 82, 160, 0.2);
    animation: fadeInRight 1s;
}

.form-floating input,
.form-floating select {
    border: 1px solid #c552a0;
    transition: all 0.3s ease-in-out;
}

.form-floating input:focus,
.form-floating select:focus {
    border-color: #a23c83;
    box-shadow: 0 0 5px rgba(197, 82, 160, 0.5);
}

.form-label {
    color: #c552a0;
}

.form-section-title {
    color: #c552a0;
    margin-bottom: 20px;
    font-weight: bold;
}

.shiny-btn {
    position: relative;
    display: inline-block;
    padding: 14px 32px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background: linear-gradient(135deg, #c552a0, #a92ed9);
    border: none;
    border-radius: 50px;
    overflow: hidden;
    z-index: 1;
    text-transform: uppercase;
    transition: transform 0.3s ease;
}

.shiny-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
    transform: skewX(-25deg);
    animation: shine 2s infinite;
    z-index: 2;
}

.shiny-btn:hover {
    transform: rotate(2deg) scale(1.05);
}

@keyframes shine {
    0% {
        left: -75%;
    }
    50% {
        left: 125%;
    }
    100% {
        left: 125%;
    }
}

.contact-heading {
    font-weight: bold;
}

.contact-email {
    text-decoration: none;
    color: inherit;
    font-size: 15px !important;

}

.banner-img {
    max-width: 300px;
    height: auto;
    object-fit: cover;
}

.custom-list {
    list-style-position: inside;
    padding-left: 1rem;
    margin-top: 0.5rem;
}

.inline-form {
    display: inline;
}

.adler-heading {
    color: #c552a0;
}

.thinkhr-heading {
    color: #f38020;
}

.adler-heading-bold {
    font-weight: bold;
}

.adler-submit-btn {
    background-color: #c552a0;
    border: none;
}

/*.job-card {*/
/*    border-radius: 0.75rem;*/
/*    padding: 1rem;*/
/*    text-align: left;*/
/*    border: 1px solid;*/
/*}*/

/*.job-card-even {*/
/*    background-color: #c552a0;*/
/*    color: white;*/
/*    border-color: #c552a0;*/
/*}*/

/*.job-card-odd {*/
/*    background-color: white;*/
/*    color: #c552a0;*/
/*    border-color: black;*/
/*}*/

/*.job-text-even {*/
/*    color: white;*/
/*}*/

/*.job-text-odd {*/
/*    color: #c552a0;*/
/*}*/

/*.job-posted-time {*/
/*    font-size: 12px;*/
/*}*/

/*.apply-btn {*/
/*    font-size: 18px;*/
/*}*/

/*.search-btn {*/
/*    height: 50px;*/
/*    width: 100px;*/
/*    font-size: 17px;*/
/*}*/

.no-jobs-message {
    color: red;
    text-align: center;
    margin-top: 1rem;
}

.salary-column {
    width: 21%;
}

.no-border {
    border: none !important;
}

.exec-service-img {
    max-width: 80%;
    max-height: 150px;
    object-fit: contain;
    display: block;
    margin: auto;
}

.single-services-box.no-border {
    border: none !important;
}

@import url('https://fonts.googleapis.com/css2?family=Jost:wght@200;300;400&display=swap');

.design-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #f5f5f5; /* Light background */
    min-height: 100vh;
    padding: 100px 0;
    font-family: 'Jost', sans-serif;
}

.design {
    display: flex;
    align-items: center;
    justify-content: center;
}

.timeline {
    width: 80%;
    height: auto;
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.timeline-content {
    position: relative;                 /* IMPORTANT */
    padding: 1.75rem;
    background: #ffffff;
    border: 1px solid #ccc;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    max-width: 1300px;
    color: #333;
    transition: 0.4s ease;
    overflow-wrap: break-word;
    margin: 1rem 1rem 20px;
    z-index: 1;
}

.timeline-content-uae {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff; /* image card text white */
}
.timeline-content-uae::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(253, 253, 253, 0.55);
    border-radius: 8px;
    z-index: -1;
}
.timeline-content-uae > * {
    position: relative;
    z-index: 1;
}



.timeline-component {
    margin: 0px 20px 20px 20px;
}

@media screen and (min-width: 768px) {
    .timeline {
        display: grid;
        grid-template-columns: 1fr 3px 1fr;
    }

    .timeline-middle {
        position: relative;
        background-image: linear-gradient(45deg, #F27121, #E94057, #8A2387); /* Gradient line */
        width: 3px;
        height: 100%;
    }

    .main-middle {
        opacity: 0;
    }

    .timeline-circle {
        position: absolute;
        top: 0;
        left: 50%;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background-image: linear-gradient(45deg, #F27121, #E94057, #8A2387);
        transform: translateX(-50%);
    }
}

.design-section h2.title {
    font-size: 3rem;
    font-weight: 400;
    color: #222;
    margin-bottom: 60px;
    animation: fadeInDown 1.5s ease-out;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    background: linear-gradient(45deg, #F27121, #E94057, #8A2387);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.timeline-content {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.timeline-content.animate {
    animation: fadeUp 0.6s ease forwards;
}

.timeline-content h3 {
    font-size: 2rem;
    text-align: center;
    background: linear-gradient(45deg, #F27121, #E94057, #8A2387);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0.5rem;
}

/* h5 styling - left aligned */
.timeline-content h5 {
    font-size: 1.1rem;
    font-weight: 500;
    text-align: left;
    color: #444;
    margin-bottom: 0.5rem;
}

.faq-section {
    display: flex;
    background: linear-gradient(to right, #f5e7ec, #ded6f3);
    padding: 60px 40px;
    font-family: 'Arial', sans-serif;
    color: #333;
}

.faq-left {
    flex: 1;
    padding-right: 40px;
}

.faq-left h2 {
    font-size: 32px;
    color: #d4006e;
    font-weight: bold;
}

.faq-left p {
    margin-top: 20px;
    font-size: 16px;
    color: #555;
}

.faq-left .btn {
    display: inline-block;
    margin-top: 30px;
    padding: 12px 30px;
    background-color: #d4006e;
    color: #fff;
    text-decoration: none;
    border-radius: 30px;
    font-weight: bold;
}

.faq-right {
    flex: 2;
    background: #f4f4f4;
    padding: 40px;
    border-radius: 10px;
}

.faq-question {
    margin-bottom: 30px;
}

.faq-question h4 {
    color: #d4006e;
    font-size: 16px;
    margin-bottom: 10px;
}

.faq-answer {
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 14px;
}

.faq-list {
    margin-top: 10px;
    margin-left: 20px;
    font-size: 14px;
    color: #444;
}

.faq-collapsed {
    font-size: 15px;
    color: #444;
    margin-top: 20px;
}

.faq-collapsed::before {
    content: "+ ";
    color: #d4006e;
    font-weight: bold;
}

#imageModal .btn-close {
    z-index: 1060;
    pointer-events: auto;
}

#imageModal .modal-body {
    pointer-events: auto;
}



div#industries-we-serve .hexagon_main {
    margin: auto;
    display:  table;
}

.industries_p ul li .hexagon-in1 {
    width: 188px;
    height:  216px;
}

.team-grid-section {
    background-color: #fff;
}

.custom-row {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 12px; /* tighter gaps for balance */
}

/* all rows same width/height look */
.team-card {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    transition: transform 0.3s ease;
}

/* force same width for all rows — visually uniform */
.row-8 .team-card,
.row-9 .team-card {
    flex: 0 0 calc(100% / 9 - 12px); /* use 9-size width for all rows */
    max-width: calc(100% / 9 - 12px);
}

.team-card img {
    width: 100%;
    height: 160px; /* equal height for all */
    object-fit: cover;
    border-radius: 10px;
    filter: grayscale(100%);
    transition: all 0.4s ease;
}

.team-card:hover img {
    filter: grayscale(0%);
    transform: scale(1.05);
}

.team-card .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    color: #fff;
    opacity: 0;
    padding: 8px;
    text-align: center;
    transition: opacity 0.4s ease;
}

.team-card:hover .overlay {
    opacity: 1;
}

.team-card .overlay h3 {
    font-size: 13px;
    font-weight: 600;
    margin: 0;
}

.team-card .overlay p {
    font-size: 12px;
    margin: 4px 0 0;
    opacity: 0.9;
}


.service-wrapper {
    padding: 60px 25px;
}

.service-block {
    background: white;
    border-radius: 12px;
    padding: 35px 40px;
    margin-bottom: 40px;
    border: 1px solid #e5e5e5;
    position: relative;
    transition: 0.3s;
}

.service-block:hover {
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
    border-color: #C552A0;
}

.service-block::before {
    content: "";
    width: 5px;
    height: 100%;
    background: #C552A0;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 12px 0 0 12px;
}

.service-block h4 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #C552A0;
    display: flex;
    align-items: center;
    gap: 8px;
}


/* Layout update */
.service-row {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.services-content {
    flex: 1 1 60%;
}

.services-content li {
    font-family: Poppins, sans-serif;
    font-size: 15px;
    color: #666666;
}

.services-img {
    flex: 1 1 35%;
}

.services-img img {
    width: 100%;
    border-radius: 12px;
    object-fit: cover;
}

/* Reverse layout */
.reverse {
    flex-direction: row-reverse;
}


.city-badge-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 12px;

}

/* Base Badge */
.city-badge {
    padding: 9px 18px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    transition: all 0.35s ease;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
    background: linear-gradient(135deg, #6f42c1, #b43cff);
}

/* Hover Animation */
.city-badge:hover {
    transform: translateY(-4px) scale(1.12);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.3);
    filter: brightness(1.15);
}

.simple-table {
    width: 100%;
}

.simple-row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 6px;

}

.simple-row div:first-child {
    width: 40%;
}

.simple-row div:last-child {
    width: 60%;
}

.simple-header {
    font-weight: bold;
}


@media (max-width: 768px) {
    .service-row, .reverse {
        flex-direction: column;
    }

    .service-content, .service-img {
        flex: 1 1 100%;
    }
}

.simple-compare-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    background: #ffffff;
    font-size: 16px;
}

.simple-compare-table th,
.simple-compare-table td {
    border: 1px solid #ddd;
    padding: 12px 15px;
    text-align: left;
}

.simple-compare-table th {
    background: #f5f5f5;
    font-weight: 600;
}

.simple-compare-table tr:nth-child(even) {
    background-color: #fafafa;
}

.simple-compare-table tr:hover {
    background-color: #f1f1f1;
}

.custom-cta-section {
    background: #1f1f1f;
    padding: 40px 20px;
    margin: 40px 0;
}

.custom-cta-section {
    background: linear-gradient(135deg, #0d0d0f, #c552a0);
    padding: 45px 20px;
    border-radius: 6px;
    color: #fff;
}

.custom-cta-section .cta-container {
    max-width: 1100px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.custom-cta-section h2 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
}

.custom-cta-section p {
    color: #c9c9c9;
    font-size: 16px;
    margin: 0;
    line-height: 1.5;
}

.custom-cta-section .cta-btn {
    background: linear-gradient(135deg, #c552a0, #e66abf);
    color: #ffffff;
    padding: 14px 32px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 17px;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(197, 82, 160, 0.3);
    transition: 0.3s ease-in-out;
}

.custom-cta-section .cta-btn:hover {
    background: linear-gradient(135deg, #e66abf, #c552a0);
    box-shadow: 0 6px 18px rgba(197, 82, 160, 0.45);
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    .custom-cta-section .cta-container {
        flex-direction: column;
        text-align: center;
    }
}
