/*
    Theme Name: Cleanixer
    Author: Theme_Pure
    Support: basictheme400@gmail.com
    Description: Cleaning Services HTML5 Template
    Version: 1.0.2
*/

/* CSS Index
-----------------------------------
1. Theme default css
2. Header css
3. Slider css
4. About css
5. Service css
6. Wcu css
7. Get-Quote css
8. Process css
9. Appointment css
10. Project css
11. Brand Carousel css
12. Newslater css
13. Testimonial css
14. News css
15. Discount css
16. Footer css
17. Search css
18. header-extra-info css
19. Cta css
20. Pricing css
21. Team css
22. Beradcrumb css
23. Our mission css
24. Portfolio css
25. Feature css
26. Contact css
27. Faq css
28. Offer css
29. Counter css
30. blog page css
31. Team details page css
32. Skill css
33. Preloader css
*/

/* 1. Theme default css */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&amp;display=swap");

*,
*::after,
*::before {
    margin: 0;
    padding: 0;
    outline: 0;
}

a,
a:hover,
a:visited,
a:link {
    text-decoration: none;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
    text-decoration: none;
    outline: none;
}

html,
body {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #2b2d30;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.1;
    font-weight: 700;
}

p {
    margin: 0;
    padding: 0;
    line-height: 28px;
}

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

input[type="text"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="password"],
input[type="url"],
select,
textarea {
    border: 1px solid #cacaca;
    padding: 10px 15px;
    border-radius: 5px;
}

a,
button,
input[type="submit"] {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
}

.form-group input {
    width: 100%;
    border: none;
}

img {
    max-width: 100%;
    height: auto;
}

.btn.focus,
.btn:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.f-right {
    float: right;
}

.f-left {
    float: left;
}

.p-relative {
    position: relative;
}

label {
    margin-bottom: .5rem;
}

/* 2. Header css */
.header-top-note {
    background: #eaf5ff;
    padding: 12px 0;
    border-radius: 0 0 10px 10px;
    margin: 0 80px;
}

.header-top-note a {
    color: #004976;
    font-weight: 700;
    position: relative;
    display: inline-block;
}

.header-top-note a:hover {
    color: #4f6aff;
}

.header-top-note a::after {
    height: 2px;
    width: 100%;
    bottom: 2px;
    content: "";
    left: 0;
    background: #799ab6;
    position: absolute;
}

.nav-area {
    padding-left: 17px;
    padding-right: 17px;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    z-index: 2;
    position: relative;
}

.site-btn {
    border-radius: 40px;
    border: 2px solid #d4dfe9;
    display: inline-block;
    padding: 14px 30px;
    position: relative;
    font-weight: 600;
    color: #004976;
    background: #fff;
    font-size: 14px;
    transition: all 0.3s ease;
}

.site-btn .icon {
    width: 40px;
    height: 40px;
    background: #4f6aff;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    color: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 6px 12px 0 #4f6aff47;
    box-shadow: 0 6px 12px 0 #4f6aff47;
    margin-left: 20px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.site-btn .icon.yellow {
    background: #ffd57f;
    color: #004976;
    -webkit-box-shadow: 0 6px 12px 0 rgba(198, 148, 31, 0.3);
    box-shadow: 0 6px 12px 0px rgba(198, 148, 31, 0.3);
    
}

.card-book-btn {
    padding: 6px 27px;
}

.card-book-btn .icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.site-btn.transparent {
    border: none;
}

.site-btn.black {
    background: #004876;
    color: #fff;
}

.site-btn:hover {
    background: #004976;
    color: #fff;
    border-color: transparent;
}

.site-btn.transparent:hover {
    background: #004876;
    color: #fff;
}

.site-btn.black:hover {
    background: #fff;
    color: #004876;
}

.main-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.main-menu ul a {
    font-weight: 700;
    color: #4b67fe;
    padding: 31px 0;
    display: block;
}

.main-menu ul li:not(:first-child) {
    margin-left: 55px;
}

.main-menu {
    text-align: center;
}

.main-menu ul li:hover>a {
    color: #00116e;
}

.main-menu ul li .sub-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    min-width: 240px;
    top: 110%;
    visibility: hidden;
    opacity: 0;
    background: #fff;
    padding: 25px 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
    z-index: 2;
    text-align: left;
}

.main-menu ul li .sub-menu li {
    margin-left: 0;
    margin-bottom: 0;
}

.main-menu ul li .sub-menu a {
    padding: 14px 28px;
    font-size: 14px;
    color: #004976;
    transition: all 0.3s ease;
}

.main-menu ul li .sub-menu::after {
    background: #4f6aff;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 5px;
    position: absolute;
}

.main-menu ul li:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    top: 100%;






}


.header-info-right {
    display: flow;
    display: -ms-flexbox;
    /* display: flex; */
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    /* flex-wrap: wrap; */
    /* -webkit-box-pack: justify; */
    -ms-flex-pack: justify;
    /* justify-content: space-between; */

}

.header-lang-list {
    position: absolute;
    left: 0;
    top: 115%;
    width: 100%;
    background: #fff;
    z-index: 2;
    border-top: 3px solid #4f6aff;
    padding: 10px 5px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.header-lang {
    position: relative;
}

.header-lang-list a {
    color: #004976;
    font-size: 14px;
    display: block;
    padding: 8px 20px;
    font-weight: 500;
    text-align: left;
}

.header-lang-list a:hover {
    color: #4f6aff;
}

.header-lang:hover .header-lang-list {
    opacity: 1;
    visibility: visible;
    top: 104%;
}

.lang-icon .icon {
    background: #00EFDA;
    color: #4f6aff;
}

.lang-icon>.site-btn:hover {
    background: #4f6aff;
    color: #fff;
}

.header-button-list .btn {
    width: 60px;
    height: 60px;
    line-height: 45px;
    color: #000;
    border: 2px solid #d4dfe9;
    border-radius: 50%;
}

.header-button-list .btn:hover {
    background: #4f6aff;
    color: #fff;
    border-color: transparent;
}

.header-button-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-button-list .btn:not(:last-child) {
    margin-right: 15px;
}

.nav-area.sticky-header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 99;
    -webkit-box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.1);
}

.sticky-header .main-menu ul a {
    padding: 38px 0;
}

.sticky-header .header-info-left,
.sticky-header .header-info-right {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.nav-area.animated {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
}

/* header 2 css */
.site-header-2 .nav-area {
    padding: 18px 80px;
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.header-top-area-2 {
    color: #fff;
    padding: 12px 80px;
}

.site-header-2 .header-info-left,
.site-header-2 .header-info-right {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.header-top-info ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-top-info ul li {
    font-size: 14px;
    font-weight: 700;
}

.header-top-info ul li a {
    color: #fff;
    font-weight: 700;
}

.header-top-info li:not(:last-child) {
    margin-right: 40px;
}

.header-top-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-top-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-top-menu li a {
    color: #fff;
    font-weight: 700;
    font-size: 14px;
}

.header-top-menu li:not(:last-child) {
    margin-right: 40px;
}

.header-top-social-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 40px;
}

.header-top-social-links a {
    font-size: 14px;
    color: #fff;
}

.header-top-social-links a:not(:last-child) {
    margin-right: 15px;
}

.site-header-2 .header-info-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}



.site-header-2 .header-lang .site-btn .icon {
    background: #f7c355;
    color: #004976;
    -webkit-box-shadow: 0 6px 12px 0px rgba(247, 196, 85, 0.3);
    box-shadow: 0 6px 12px 0px rgba(247, 196, 85, 0.3);
}

.site-header-2 .main-menu ul a {
    padding: 22px 16px;
    font-size: 15px;
}

.site-header-2 .sticky-header .main-menu ul a {
    padding: 16px 16px;
    font-size: 14px;
}

.sticky-header .main-menu ul li .sub-menu a {
    padding: 11px 30px;
}

/* Header css 3 */
.transparent .nav-area.sticky-header {
    background: #004976;
}

.site-header.transparent {
    position: absolute;
    width: 100%;
    z-index: 90;
}

.transparent .header-top-note {
    background: #4f6aff;
    color: #fff;
}

.transparent .header-top-note a {
    color: #fff;
}

.transparent .header-top-note a::after {
    background: #fff;
}

.transparent .main-menu ul a {
    color: #fff;
}

.transparent .main-menu ul .sub-menu a {
    color: #004976;
}

.transparent .main-menu ul .sub-menu a:hover {
    color: #4f6aff;
}

.transparent .site-btn {
    background: transparent;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.1);
}

.transparent .site-btn:hover {
    background: #004976;
}

.transparent .header-button-list .btn {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.1);
}

/* 3. Slider css */
.homepage-slide {
    height: 900px;
}

.single-slide-item {
    height: 900px;
    position: relative;
}

.single-slide-item img {
    width: auto !important;
}

.single-slide-content {
    position: relative;
    z-index: 3;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}

/* Slide Text Styling */
.single-slide-content .slide-text {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 500;
    opacity: 0.95;
    letter-spacing: 0.5px;
}

.single-slide-content .slide-text p {
    margin: 0;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.95);
}

/* Slide Title Styling */
.single-slide-content .slide-title {
    font-size: 55px;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 0;
    line-height: 52px;
    letter-spacing: -1px;
    font-weight: 800;
}

.hero-section-content {
    padding-top: 90px;
}


.single-slide-content .video-link {
    margin-bottom: 43px;
}

.slide-shape-left {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    z-index: 1;
}

.slide-shape-left span:last-child {
    position: absolute;
    top: 0;
    left: 0;
}

.slide-shape-right {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    z-index: 1;
}

.slide-shape-right span:last-child {
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 2;
}

.slide-shape-right span {
    right: 0;
    text-align: right;
}

.slide-shape-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.single-slide-content .slide-title {
    font-size: 110px;
    color: #fff;
    margin-top: 23px;
    line-height: 120px;
    margin-bottom: 0;
    letter-spacing: -4px;

}

.single-slide-content .video-link {
    margin-bottom: 43px;
}

@-webkit-keyframes zoomBig {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(0);
        transform: translate(-50%, -50%) scale(0);
        opacity: 1;
        border-width: 3px;
    }

    40% {
        opacity: .5;
        border-width: 2px;
    }

    65% {
        border-width: 1px;
    }

    100% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
        border-width: 0;
    }
}

@keyframes zoomBig {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(0);
        transform: translate(-50%, -50%) scale(0);
        opacity: 1;
        border-width: 3px;
    }

    40% {
        opacity: .5;
        border-width: 2px;
    }

    65% {
        border-width: 1px;
    }

    100% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
        border-width: 0;
    }
}

.video-link {
    display: inline-block;
}

.wave-pulse {
    width: 1px;
    height: 0;
    margin: 0 auto;
}

.wave-pulse:before,
.wave-pulse:after {
    opacity: 0;
    content: '';
    display: block;
    position: absolute;
    width: 200px;
    height: 200px;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    border: 3px solid #fff;
    -webkit-animation: zoomBig 3.25s linear infinite;
    animation: zoomBig 3.25s linear infinite;
}

.wave-pulse:before {
    -webkit-animation-delay: .75s;
    animation-delay: .75s;
}

.video-play-wrap {
    position: relative;
    width: 80px;
    height: 80px;
}

.video-play {
    width: 80px;
    height: 80px;
    background: #FFD57F;
    position: relative;
    -webkit-transition: all 1s cubic-bezier(0, 0, 0.2, 1) !important;
    -o-transition: all 1s cubic-bezier(0, 0, 0.2, 1) !important;
    transition: all 1s cubic-bezier(0, 0, 0.2, 1) !important;
    border-radius: 50%;
    color: #004976;
    text-align: center;
    line-height: 85px;
    font-size: 16px;
}

.video-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    line-height: 1;
    margin-left: 1px;
    z-index: 2;
}

.video-link:hover .video-play {
    -webkit-transform: scale3d(1.15, 1.15, 1.15);
    transform: scale3d(1.15, 1.15, 1.15);
}

.single-slide-item::before {
    background: linear-gradient(90deg, #4b67fe 0%, #4b67fe 100%);
}

.homepage-slide .owl-nav div {
    font-size: 14px;
    width: 50px;
    height: 50px;
    background: #fff;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    left: 60px;
    position: absolute;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.homepage-slide .owl-nav div:hover {
    background: #ffd57f;
}

.homepage-slide .owl-nav div.owl-next {
    left: auto;
    right: 60px;
}

.homepage-slide:hover .owl-nav div {
    left: 70px;
    visibility: visible;
    opacity: 1;
}

.homepage-slide:hover .owl-nav div.owl-next {
    right: 70px;
    left: auto;
}

/* Slider 2 css */
.homepage-slide-2,
.single-slide-item-2 {
    height: 800px;
}

.single-slide-content-2 .slide-shape {
    position: absolute;
    top: -130px;
    z-index: -1;
    left: -120px;
}

.single-slide-content-2 {
    color: #004976;
    position: relative;
    z-index: 2;
    padding-top: 0;
}

.single-slide-content-2 .slide-title {
    color: #004976;
    font-size: 90px;
    line-height: 90px;
}

.single-slide-content-2 .slide-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.single-slide-content-2 .site-btn.boxed {
    margin-right: 30px;
    -webkit-box-shadow: 0 8px 16px rgba(53, 178, 241, 0.4);
    box-shadow: 0 8px 16px rgba(53, 178, 241, 0.4);
}

.single-slide-content-2 .slide-shape span:last-child {
    position: absolute;
    left: -70px;
    margin-top: -30px;
}

.about-area {
    padding-top: 150px;
}

/* Slider 3 css */
.single-slide-item-3::before {
    background: #000;
}

.homepage-slide-3,
.single-slide-item-3 {
    height: 950px;
}

.single-slide-content-3 {
    padding-top: 320px;
}

.site-btn.boxed.yellow {
    background: #f7c355;
    color: #004976;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.single-slide-content-3 .site-btn.boxed {
    color: #004976;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.single-slide-content-3 .site-btn:first-child {
    margin-right: 20px;
}

.site-btn.boxed:hover {
    background: #004976;
    color: #fff;
}

/* 4. About css */
.service-search-wrapper {
    background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
    -webkit-box-shadow: 0 12px 40px 0px rgba(0, 73, 118, 0.15);
    box-shadow: 0 12px 40px 0px rgba(0, 73, 118, 0.15);
    padding: 30px;
    border-bottom: 3px solid #4b67fe;
    border-top: 1px solid rgba(0, 187, 238, 0.1);
    margin-top: -140px;
    position: relative;
    z-index: 2;
    margin-bottom: 100px;
    overflow: hidden;
}

.service-search-wrapper::before {
    content: "";
    position: absolute;
    top: -50%;
    right: -10%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(0, 187, 238, 0.1) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.service-search-wrapper .search-header {
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 187, 238, 0.15);
    position: relative;
    z-index: 1;
}

.service-search-wrapper .search-header h3 {
    font-size: 28px;
    font-weight: 800;
    color: #004876;
    margin: 0 0 8px 0;
    letter-spacing: -0.5px;
    text-transform: capitalize;
}

.service-search-wrapper .search-header p {
    font-size: 14px;
    color: #666;
    margin: 0;
    font-weight: 500;
    letter-spacing: 0.3px;
}

.service-search-wrapper::after {
    content: "";
    position: absolute;
    bottom: -30%;
    left: -5%;
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, rgba(0, 187, 238, 0.08) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.service-search-wrapper form {
    position: relative;
    z-index: 1;
}

.service-search-wrapper .form-group-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    position: relative;
    z-index: 1;
}

.service-search-wrapper .form-group {
    margin: 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    padding: 8px;
    border: 2px solid #e8eef6;
    border-radius: 14px;
    background: #fff;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
    min-height: 64px;
    position: relative;
    overflow: hidden;
}

.service-search-wrapper .form-group::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #7187ff 0%, #4b67fe 100%);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.service-search-wrapper .form-group:hover {
    border-color: #4b67fe;
    box-shadow: 0 12px 32px rgba(0, 187, 238, 0.25);
}

/* Enhanced Select Dropdown Hover */
.service-search-wrapper .form-group-select:hover {
    border-color: #7187ff;
    box-shadow: 0 16px 40px rgba(113, 135, 255, 0.3);
    transform: translateY(-2px);
}

/* Focus State for Select */
.service-search-wrapper .form-group-select:focus-within {
    border-color: #4b67fe;
    box-shadow: 0 20px 48px rgba(75, 103, 254, 0.35);
    transform: translateY(-3px);
}

.service-search-wrapper .form-group-select:focus-within::before {
    transform: scaleX(1);
}

/* Pulse Animation for Select Icon on Hover */
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(113, 135, 255, 0.4);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(113, 135, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(113, 135, 255, 0);
    }
}

.service-search-wrapper .form-group-select:hover .form-icon {
    animation: pulse 1.5s infinite;
}

/* Icon Ripple Effect on Click */
.service-search-wrapper .form-group-select .form-icon::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%);
    transition: width 0.6s ease, height 0.6s ease;
}

.service-search-wrapper .form-group-select:hover .form-icon::before {
    width: 100px;
    height: 100px;
}


.service-search-wrapper .form-group .form-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #7187ff 0%, #4b67fe 100%);
    border-radius: 10px;
    color: #fff;
    font-size: 20px;
    flex-shrink: 0;
    box-shadow: 0 4px 14px rgba(0, 187, 238, 0.25);
    position: relative;
}

.service-search-wrapper .form-group .form-icon::after {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(135deg, #7187ff 0%, #4b67fe 100%);
    border-radius: 16px;
    opacity: 0;
    z-index: -1;
    transition: opacity 0.4s ease;
}

.service-search-wrapper .form-group:hover .form-icon {
    box-shadow: 0 10px 30px rgba(0, 187, 238, 0.5);
}

.service-search-wrapper .form-group .form-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
}

.service-search-wrapper .form-group label {
    font-size: 9px;
    font-weight: 800;
    color: #004876;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    margin: 0;
    transition: all 0.3s ease;
    display: block;
    text-align: start;
}

.service-search-wrapper .form-group:focus-within label {
    color: #4f6aff;
}

.service-search-wrapper .form-group input {
    border: none;
    background: transparent;
    font-size: 12px;
    color: #004876;
    font-weight: 600;
    border-radius: 0px;
    padding: 0;
    margin: 0;
    width: 100%;
    outline: none;
    transition: all 0.3s ease;
    letter-spacing: 0.3px;
}

.service-search-wrapper .form-group input::placeholder {
    color: #aaa;
    font-weight: 500;
    opacity: 0.8;
}

.service-search-wrapper .form-group input:focus {
    color: #4f6aff;
    font-weight: 700;
}

.service-search-wrapper .form-group input:focus::placeholder {
    opacity: 0.5;
}

/* Select Input Styling */
.service-search-wrapper .form-group select {
    border: none;
    background: transparent;
    font-size: 12px;
    color: #004876;
    font-weight: 600;
    border-radius: 0px;
    padding: 0;
    margin: 0;
    width: 100%;
    outline: none;
    transition: all 0.3s ease;
    letter-spacing: 0.3px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}

.service-search-wrapper .form-group select::placeholder {
    color: #aaa;
}

.service-search-wrapper .form-group select:focus {
    color: #4f6aff;
    font-weight: 700;
}

.service-search-wrapper .form-group select option {
    background: #fff;
    color: #004876;
    padding: 8px 4px;
}

.service-search-wrapper .form-group select option:checked {
    background: linear-gradient(#4b67fe, #4b67fe);
    background-color: #4b67fe;
    color: #fff;
}

/* Date Input Styling */
.service-search-wrapper .form-group input[type="date"] {
    border: none;
    background: transparent;
    font-size: 12px;
    color: #004876;
    font-weight: 600;
    padding: 0;
    margin: 0;
    outline: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

.service-search-wrapper .form-group input[type="date"]::-webkit-calendar-picker-indicator {
    cursor: pointer;
    display: none;
}

.service-search-wrapper .form-group input[type="date"]:focus {
    color: #4f6aff;
    font-weight: 700;
}

/* Time Input Styling */
.service-search-wrapper .form-group input[type="time"] {
    border: none;
    background: transparent;
    font-size: 12px;
    color: #004876;
    font-weight: 600;
    padding: 0;
    margin: 0;
    outline: none;
    transition: all 0.3s ease;
}

.service-search-wrapper .form-group input[type="time"]:focus {
    color: #4f6aff;
    font-weight: 700;
}

/* Unified Focus State for All Inputs */
.service-search-wrapper .form-group:focus-within {
    border-color: #4b67fe;
    box-shadow: 0 6px 16px rgba(75, 103, 254, 0.15);
}

.service-search-wrapper .form-group input::-webkit-input-placeholder {
    color: #aaa;
    font-weight: 500;

    /* Enhanced Testimonial Section Styles */
    .testimonial-area {
        position: relative;
        overflow: hidden;
    }

    .testimonial-area::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(135deg, rgba(79, 106, 255, 0.1) 0%, rgba(255, 213, 127, 0.05) 100%);
        pointer-events: none;
        z-index: 1;
    }

    .testimonial-area .container,
    .testimonial-area .row {
        position: relative;
        z-index: 2;
    }

    /* Enhanced Section Heading */
    .testimonial-area .section-heading {
        margin-bottom: 80px;
    }

    .testimonial-area .section-heading-top {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 12px;
        margin-bottom: 20px;
        flex-wrap: wrap;
    }

    .testimonial-area .section-heading-top img {
        width: 40px;
        height: 40px;
        animation: float-icon 3s ease-in-out infinite;
    }

    @keyframes float-icon {

        0%,
        100% {
            transform: translateY(0px);
        }

        50% {
            transform: translateY(-10px);
        }
    }

    .testimonial-area .sub-title {
        color: #FFD700 !important;
        font-weight: 600;
        font-size: 16px;
        letter-spacing: 1px;
        display: inline-block;
    }

    .testimonial-area .section-title {
        color: #fff !important;
        font-size: 48px;
        font-weight: 700;
        letter-spacing: -1px;
        margin: 20px 0;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

    .testimonial-area .section-subtitle {
        color: #f0f0f0 !important;
        font-size: 18px !important;
        line-height: 1.6;
        font-weight: 400;
    }

    /* Enhanced Testimonial Carousel */
    .testimonial-area .testimonial-carousel {
        background: linear-gradient(135deg, #ffffff 0%, #f8faff 100%);
        padding: 50px 45px;
        border-radius: 20px;
        position: relative;
        box-shadow: 0 10px 40px rgba(79, 106, 255, 0.15);
        border: 1px solid rgba(255, 255, 255, 0.8);
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        min-height: 450px;
    }

    .testimonial-area .testimonial-carousel:hover {
        transform: translateY(-8px);
        box-shadow: 0 20px 60px rgba(79, 106, 255, 0.25);
    }

    /* Enhanced Single Testimonial Card */
    .testimonial-area .single-testimonial {
        display: flex;
        flex-direction: column;
        padding: 30px;
        position: relative;
        background: linear-gradient(135deg, #ffffff 0%, #f9fbfd 100%);
        border-radius: 15px;
        z-index: 4;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        min-height: 100%;
        animation: slideInUp 0.8s ease forwards;
    }

    @keyframes slideInUp {
        from {
            opacity: 0;
            transform: translateY(30px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .testimonial-area .single-testimonial:nth-child(1) {
        animation-delay: 0.1s;
    }

    .testimonial-area .single-testimonial:nth-child(2) {
        animation-delay: 0.2s;
    }

    .testimonial-area .single-testimonial:nth-child(3) {
        animation-delay: 0.3s;
    }

    .testimonial-area .single-testimonial:nth-child(4) {
        animation-delay: 0.4s;
    }

    .testimonial-area .single-testimonial:nth-child(5) {
        animation-delay: 0.5s;
    }

    .testimonial-area .single-testimonial:hover {
        background: linear-gradient(135deg, #f8faff 0%, #f0f5ff 100%);
        transform: translateY(-8px);
        box-shadow: 0 15px 40px rgba(79, 106, 255, 0.15);
    }

    /* Enhanced Customer Avatar */
    .testimonial-area .single-testimonial .thumb {
        display: flex;
        justify-content: center;
        margin-bottom: 30px;
        position: relative;
    }

    .testimonial-area .single-testimonial .thumb img {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        object-fit: cover;
        border: 4px solid #4f6aff;
        box-shadow: 0 8px 24px rgba(79, 106, 255, 0.2);
        transition: all 0.4s ease;
    }

    .testimonial-area .single-testimonial:hover .thumb img {
        border-color: #FFD700;
        transform: scale(1.1);
        box-shadow: 0 12px 32px rgba(255, 215, 0, 0.3);
    }

    .testimonial-area .single-testimonial .thumb::after {
        content: "";
        position: absolute;
        width: 120px;
        height: 120px;
        border: 2px dashed rgba(79, 106, 255, 0.2);
        border-radius: 50%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        animation: rotate-ring 8s linear infinite;
    }

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

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

    /* Verification Badge */
    .testimonial-area .single-testimonial .thumb .icon {
        position: absolute;
        top: 0;
        right: 10px;
        width: 40px;
        height: 40px;
        background: linear-gradient(135deg, #FFD700, #FFA500);
        color: #fff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        box-shadow: 0 6px 16px rgba(255, 215, 0, 0.4);
        border: 2px solid #fff;
        transition: all 0.3s ease;
    }

    .testimonial-area .single-testimonial:hover .thumb .icon {
        transform: scale(1.15) rotate(15deg);
        box-shadow: 0 8px 24px rgba(255, 215, 0, 0.6);
    }

    /* Author Logo */
    .testimonial-area .single-testimonial .content .author-logo {
        display: flex;
        justify-content: center;
        margin-bottom: 25px;
    }

    .testimonial-area .single-testimonial .content .author-logo img {
        height: 45px;
        opacity: 0.8;
        transition: opacity 0.3s ease;
        filter: brightness(1);
    }

    .testimonial-area .single-testimonial:hover .content .author-logo img {
        opacity: 1;
        filter: brightness(1.1);
    }

    /* Enhanced Star Rating */
    .testimonial-area .review-rating {
        display: flex !important;
        justify-content: center;
        gap: 8px !important;
        margin-bottom: 25px !important;
        align-items: center;
    }

    .testimonial-area .review-rating i {
        font-size: 18px !important;
        color: #FFD700 !important;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        text-shadow: 0 2px 4px rgba(255, 215, 0, 0.3);
        display: inline-block;
    }

    .testimonial-area .review-rating i:hover {
        transform: scale(1.25) rotate(15deg);
        filter: drop-shadow(0 4px 8px rgba(255, 215, 0, 0.4));
    }

    /* Review Content */
    .testimonial-area .single-testimonial .content {
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .testimonial-area .single-testimonial .content p {
        color: #333;
        font-size: 16px;
        line-height: 1.8;
        font-weight: 500;
        margin-bottom: 25px;
        position: relative;
        padding-left: 30px;
        letter-spacing: 0.3px;
    }

    .testimonial-area .single-testimonial .content p::before {
        content: '"';
        position: absolute;
        left: 0;
        font-size: 48px;
        color: #4f6aff;
        opacity: 0.25;
        line-height: 0.8;
        font-family: Georgia, serif;
    }

    /* Customer Name & Title */
    .testimonial-area .testimonial-meta {
        text-align: center;
        margin-top: auto;
        padding-top: 20px;
        border-top: 2px solid #f0f0f0;
    }

    .testimonial-area .testimonial-meta .name {
        color: #1a1a2e;
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 8px;
        letter-spacing: -0.5px;
    }

    .testimonial-area .testimonial-meta .designation {
        color: #4f6aff;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 0.5px;
    }

    /* Enhanced Carousel Navigation */
    .testimonial-area .testimonial-carousel .owl-dots {
        display: flex;
        justify-content: center;
        gap: 12px;
        margin-top: 50px;
        position: relative;
        top: auto;
        right: auto;
        width: auto;
    }

    .testimonial-area .testimonial-carousel .owl-dots div {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background: #dceeff;
        cursor: pointer;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        border: 2px solid transparent;
    }

    .testimonial-area .testimonial-carousel .owl-dots div:hover {
        background: #c4deff;
        transform: scale(1.2);
        border-color: #4f6aff;
    }

    .testimonial-area .testimonial-carousel .owl-dots div.active {
        background: #4f6aff;
        box-shadow: 0 4px 12px rgba(79, 106, 255, 0.4);
        transform: scale(1.4);
        border-color: #fff;
    }

    /* Responsive Design */
    @media (max-width: 992px) {
        .testimonial-area .section-title {
            font-size: 40px;
        }

        .testimonial-area .testimonial-carousel {
            padding: 40px 30px;
        }
    }

    @media (max-width: 768px) {
        .testimonial-area .section-title {
            font-size: 32px;
        }

        .testimonial-area .section-subtitle {
            font-size: 16px !important;
        }

        .testimonial-area .testimonial-carousel {
            padding: 30px 20px;
            min-height: auto;
        }

        .testimonial-area .single-testimonial {
            padding: 20px;
        }

        .testimonial-area .single-testimonial .content p {
            font-size: 15px;
            padding-left: 25px;
        }

        .testimonial-area .testimonial-meta .name {
            font-size: 16px;
        }

        .testimonial-area .testimonial-meta .designation {
            font-size: 13px;
        }
    }

    @media (max-width: 480px) {
        .testimonial-area .section-heading-top {
            flex-direction: column;
        }

        .testimonial-area .section-title {
            font-size: 24px;
            margin: 15px 0;
        }

        .testimonial-area .section-subtitle {
            font-size: 14px !important;
        }

        .testimonial-area .testimonial-carousel {
            padding: 20px 15px;
        }

        .testimonial-area .single-testimonial {
            min-height: auto;
            padding: 15px;
        }

        .testimonial-area .single-testimonial .thumb img {
            width: 80px;
            height: 80px;
            border-width: 3px;
        }

        .testimonial-area .single-testimonial .content p {
            font-size: 14px;
        }

        .testimonial-area .testimonial-carousel .owl-dots {
            margin-top: 30px;
            gap: 8px;
        }

        .testimonial-area .testimonial-carousel .owl-dots div {
            width: 10px;
            height: 10px;
        }
    }

    opacity: 0.8;
}



/* ============================================
   CUSTOMER REVIEW SECTION - STYLES
   ============================================ */

/* Section Base */
.review-section {
    position: relative;
    padding: 100px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    overflow: hidden;
}

/* Animated Background Shapes */
.review-bg-shapes {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 1;
}

.shape-blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
    opacity: 0.15;
    animation: float 20s ease-in-out infinite;
}

.shape-blob-1 {
    width: 500px;
    height: 500px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    top: -200px;
    left: -100px;
}

.shape-blob-2 {
    width: 400px;
    height: 400px;
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    bottom: -150px;
    right: -100px;
    animation-delay: -5s;
}

.floating-element {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(102, 126, 234, 0.1);
    animation: float-slow 15s ease-in-out infinite;
}

.floating-1 {
    top: 20%;
    right: 10%;
    animation-delay: -3s;
}

.floating-2 {
    bottom: 30%;
    left: 15%;
    width: 80px;
    height: 80px;
    animation-delay: -8s;
}

@keyframes float {

    0%,
    100% {
        transform: translate(0, 0) rotate(0deg);
    }

    33% {
        transform: translate(30px, -30px) rotate(120deg);
    }

    66% {
        transform: translate(-20px, 20px) rotate(240deg);
    }
}

@keyframes float-slow {

    0%,
    100% {
        transform: translateY(0) scale(1);
    }

    50% {
        transform: translateY(-30px) scale(1.1);
    }
}

.review-section .container {
    position: relative;
    z-index: 2;
}

/* Section Header */
.section-header {
    margin-bottom: 60px;
    animation: fadeInUp 0.8s ease;
}

.section-tag {
    display: inline-block;
    padding: 8px 24px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}

.section-title {
    font-size: 42px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 20px;
    line-height: 1.2;
}

.section-desc {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
    max-width: 700px;
    margin: 0 auto;
}

/* Stats Bar */
.review-stats-bar {
    background: #fff;
    border-radius: 20px;
    padding: 40px 30px;
    margin-bottom: 60px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    animation: fadeInUp 0.8s ease 0.2s both;
}

.stat-item {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 15px;
    transition: transform 0.3s ease;
}

.stat-item:hover {
    transform: translateY(-5px);
}

.stat-icon {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    font-size: 28px;
    color: #fff;
    flex-shrink: 0;
    box-shadow: 0 8px 20px rgba(102, 126, 234, 0.3);
    animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(1);
        box-shadow: 0 8px 20px rgba(102, 126, 234, 0.3);
    }

    50% {
        transform: scale(1.05);
        box-shadow: 0 8px 30px rgba(102, 126, 234, 0.5);
    }
}

.stat-content {
    text-align: left;
}

.stat-number {
    font-size: 36px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 5px;
    line-height: 1;
}

.stat-label {
    font-size: 14px;
    color: #666;
    margin: 0;
    font-weight: 500;
}

/* Review Grid */
.review-grid {
    margin-bottom: 60px;
}

.review-grid .row>div {
    margin-bottom: 30px;
}

/* Review Card */
.review-card {
    background: #fff;
    border-radius: 20px;
    padding: 35px;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.06);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    animation: fadeInUp 0.8s ease both;
}

.review-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.review-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.15);
}

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

/* Stagger animation for cards */
.review-grid .col-lg-4:nth-child(1) .review-card {
    animation-delay: 0.1s;
}

.review-grid .col-lg-4:nth-child(2) .review-card {
    animation-delay: 0.2s;
}

.review-grid .col-lg-4:nth-child(3) .review-card {
    animation-delay: 0.3s;
}

.review-grid .col-lg-4:nth-child(4) .review-card {
    animation-delay: 0.4s;
}

.review-grid .col-lg-4:nth-child(5) .review-card {
    animation-delay: 0.5s;
}

.review-grid .col-lg-4:nth-child(6) .review-card {
    animation-delay: 0.6s;
}

/* Featured Card */
.review-card.featured {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    box-shadow: 0 15px 50px rgba(102, 126, 234, 0.4);
}

.review-card.featured .reviewer-name,
.review-card.featured .review-text {
    color: #fff;
}

.review-card.featured .reviewer-location,
.review-card.featured .review-date,
.review-card.featured .review-service {
    color: rgba(255, 255, 255, 0.9);
}

.review-card.featured .review-rating i {
    color: #ffd700;
}

.featured-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 6px;
}

/* Review Header */
.review-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 25px;
    gap: 15px;
}

.reviewer-info {
    display: flex;
    align-items: center;
    gap: 15px;
    flex: 1;
}

.reviewer-avatar {
    position: relative;
    width: 60px;
    height: 60px;
    flex-shrink: 0;
}

.reviewer-avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.verified-badge {
    position: absolute;
    bottom: -2px;
    right: -2px;
    width: 24px;
    height: 24px;
    background: #10b981;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    animation: pop 0.5s ease 0.8s both;
}

@keyframes pop {
    0% {
        transform: scale(0);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

.verified-badge i {
    font-size: 10px;
    color: #fff;
}

.reviewer-details {
    flex: 1;
}

.reviewer-name {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 4px;
    line-height: 1.2;
}

.reviewer-location {
    font-size: 13px;
    color: #666;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 5px;
}

/* Review Rating */
.review-rating {
    display: flex;
    gap: 4px;
    flex-shrink: 0;
}

.review-rating i {
    font-size: 16px;
    color: #ffd700;
    animation: starPop 0.3s ease both;
}

.review-rating i:nth-child(1) {
    animation-delay: 0.9s;
}

.review-rating i:nth-child(2) {
    animation-delay: 1s;
}

.review-rating i:nth-child(3) {
    animation-delay: 1.1s;
}

.review-rating i:nth-child(4) {
    animation-delay: 1.2s;
}

.review-rating i:nth-child(5) {
    animation-delay: 1.3s;
}

@keyframes starPop {
    0% {
        transform: scale(0) rotate(-180deg);
        opacity: 0;
    }

    50% {
        transform: scale(1.3) rotate(10deg);
    }

    100% {
        transform: scale(1) rotate(0deg);
        opacity: 1;
    }
}

/* Review Body */
.review-body {
    flex: 1;
    margin-bottom: 25px;
}

.review-text {
    font-size: 15px;
    line-height: 1.8;
    color: #444;
    margin: 0;
    position: relative;
}

.review-text::before {
    content: '"';
    font-size: 60px;
    position: absolute;
    top: -20px;
    left: -10px;
    color: rgba(102, 126, 234, 0.15);
    font-family: Georgia, serif;
    line-height: 1;
}

/* Review Footer */
.review-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
    border-top: 1px solid #eee;
    flex-wrap: wrap;
    gap: 10px;
}

.review-card.featured .review-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.review-date,
.review-service {
    font-size: 13px;
    color: #666;
    display: flex;
    align-items: center;
    gap: 6px;
}

.review-date i,
.review-service i {
    font-size: 12px;
    opacity: 0.7;
}

/* CTA Section */
.review-cta {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    border-radius: 20px;
    padding: 50px 60px;
    position: relative;
    overflow: hidden;
    animation: fadeInUp 0.8s ease 0.7s both;
}

.review-cta::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(102, 126, 234, 0.1) 0%, transparent 70%);
    animation: rotate 20s linear infinite;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.review-cta .row {
    position: relative;
    z-index: 2;
}

.cta-title {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 12px;
    line-height: 1.2;
}

.cta-text {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
}

.btn-review-cta {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 18px 40px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.4s ease;
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
    position: relative;
    overflow: hidden;
}

.btn-review-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.btn-review-cta:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(102, 126, 234, 0.5);
    color: #fff;
}

.btn-review-cta:hover::before {
    left: 100%;
}

.btn-review-cta i {
    transition: transform 0.3s ease;
}

.btn-review-cta:hover i {
    transform: translateX(5px);
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Design */
@media (max-width: 1199px) {
    .section-title {
        font-size: 36px;
    }

    .review-cta {
        padding: 40px 40px;
    }

    .cta-title {
        font-size: 28px;
    }
}

@media (max-width: 991px) {
    .review-section {
        padding: 80px 0;
    }

    .section-title {
        font-size: 32px;
    }

    .section-desc {
        font-size: 16px;
    }

    .review-stats-bar {
        padding: 30px 20px;
    }

    .stat-item {
        margin-bottom: 20px;
    }

    .review-cta {
        text-align: center;
    }

    .cta-title {
        font-size: 24px;
    }

    .review-cta .col-lg-4 {
        margin-top: 25px;
    }
}

@media (max-width: 767px) {
    .review-section {
        padding: 60px 0;
    }

    .section-header {
        margin-bottom: 40px;
    }

    .section-title {
        font-size: 28px;
    }

    .section-desc {
        font-size: 15px;
    }

    .review-stats-bar {
        margin-bottom: 40px;
    }

    .stat-icon {
        width: 60px;
        height: 60px;
        font-size: 24px;
    }

    .stat-number {
        font-size: 28px;
    }

    .review-card {
        padding: 25px;
    }

    .review-cta {
        padding: 30px 25px;
    }

    .cta-title {
        font-size: 22px;
    }

    .cta-text {
        font-size: 14px;
    }

    .btn-review-cta {
        padding: 15px 30px;
        font-size: 14px;
    }
}

@media (max-width: 575px) {
    .section-tag {
        font-size: 12px;
        padding: 6px 20px;
    }

    .section-title {
        font-size: 24px;
    }

    .reviewer-avatar {
        width: 50px;
        height: 50px;
    }

    .reviewer-name {
        font-size: 16px;
    }

    .review-text {
        font-size: 14px;
    }

    .review-footer {
        flex-direction: column;
        align-items: flex-start;
    }
}

.service-search-wrapper .form-group input::-moz-placeholder {
    color: #aaa;
    font-weight: 500;
    opacity: 0.8;
}

.service-search-wrapper .form-group input:-ms-input-placeholder {
    color: #aaa;
    font-weight: 500;
    opacity: 0.8;
}

.service-search-wrapper .form-group input::-ms-input-placeholder {
    color: #aaa;
    font-weight: 500;
    opacity: 0.8;
}

/* Standard Select Dropdown Styling */
.service-search-wrapper .form-group select {
    border: none;
    width: 100%;
    height: auto;
    background: transparent;
    transition: all 0.3s ease;
    font-size: 12px;
    font-weight: 600;
    color: #004876;
    position: relative;
    padding: 0;
    padding-right: 8px;
    outline: none;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.service-search-wrapper .form-group select:focus {
    color: #4f6aff;
    font-weight: 700;
}

/* Custom Select Arrow Using CSS */
.service-search-wrapper .form-group select {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%234b67fe' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 8px center;
    background-size: 20px;
    padding-right: 28px;
}

.service-search-wrapper .form-group select:hover {
    color: #4f6aff;
}

/* Select options styling */
.service-search-wrapper .form-group select option {
    padding: 14px 24px;
    background: #fff;
    color: #004876;
    font-weight: 600;
}

/* Style for Service Category placeholder option */
.service-search-wrapper .form-group select option:first-child {
    background: linear-gradient(135deg, #f0f4ff 0%, #f8fbff 100%);
    color: #7187ff;
    font-weight: 700;
    font-style: italic;
    padding: 16px 24px;
    border-bottom: 2px solid #e8eef6;
}

.service-search-wrapper .form-group select option:disabled {
    background: #f5f7fa;
    color: #999;
    font-style: italic;
}

.service-search-wrapper .form-group select option:checked {
    background: linear-gradient(90deg, rgba(113, 135, 255, 0.12) 0%, rgba(0, 187, 238, 0.08) 100%);
    color: #4b67fe;
    font-weight: 700;
}

.service-search-wrapper .form-group select option:hover {
    background: linear-gradient(90deg, rgba(113, 135, 255, 0.08) 0%, rgba(0, 187, 238, 0.05) 100%);
    color: #4f6aff;
}

.service-search-wrapper .form-group-button {
    padding: 0;
    border: none;
    background: transparent;
    box-shadow: none;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    grid-column: auto;
}

.service-search-wrapper .site-btn {
    padding: 18px 38px;
    font-size: 15px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    border-radius: 14px;
    background: linear-gradient(135deg, #4b67fe 0%, #7187ff 100%);
    border: none;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 12px;
    box-shadow: 0 8px 28px rgba(137, 155, 255, 0.22);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    cursor: pointer;
    position: relative;
    overflow: hidden;
    min-height: 64px;
    white-space: nowrap;
}

.service-search-wrapper .site-btn:hover::before {
    left: 100%;
}

.service-search-wrapper .site-btn:hover {
    box-shadow: 0 12px 40px rgba(0, 187, 238, 0.45);
}

.service-search-wrapper .site-btn:active {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 187, 238, 0.3);
}

.service-search-wrapper .site-btn .btn-icon {
    font-size: 14px;
    transition: transform 0.3s ease;
}

/* Slide Search Form CSS */
.slide-search-form {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 20px;
}

.slide-search-form .service-search-wrapper {
    margin-top: 0;
    margin-bottom: 0;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-radius: 20px;
    box-shadow: 0 25px 80px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.4);
    padding: 40px 35px;
    width: 100%;
    position: relative;
    overflow: hidden;
    animation: slideFormSlideIn 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@keyframes slideFormSlideIn {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.slide-search-form .service-search-wrapper::before {
    content: "";
    position: absolute;
    top: -50%;
    right: -10%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(0, 187, 238, 0.08) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.slide-search-form .service-search-wrapper .search-header {
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid rgba(0, 187, 238, 0.15);
    position: relative;
    z-index: 1;
}

.slide-search-form .service-search-wrapper .search-header h3 {
    font-size: 24px;
    font-weight: 800;
    color: #004876;
    margin: 0 0 8px 0;
    letter-spacing: -0.5px;
}

.slide-search-form .service-search-wrapper .search-header p {
    font-size: 13px;
    color: #666;
    margin: 0;
    font-weight: 500;
}

.slide-search-form .service-search-wrapper .form-group-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 20px;
    position: relative;
    z-index: 1;
}

.slide-search-form .service-search-wrapper .form-group {
    min-height: 58px;
    padding: 8px;
    border: 2px solid #e8eef6;
    border-radius: 14px;
    background: #fff;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.slide-search-form .service-search-wrapper .form-group:focus-within {
    border-color: #4b67fe;
    box-shadow: 0 12px 32px rgba(75, 103, 254, 0.2);
    transform: translateY(-2px);
}

.slide-search-form .service-search-wrapper .form-group .form-icon {
    width: 36px;
    height: 36px;
    font-size: 14px;
}

.slide-search-form .service-search-wrapper .site-btn {
    width: 100%;
    min-height: 48px;
    font-size: 11px;
    padding: 10px 20px;
    margin-top: 8px;
}

.slide-search-form .service-search-wrapper .form-group-button {
    grid-column: 1 / -1;
    margin-top: 0;
}

.homepage-slide {
    height: 800px;
}

.single-slide-item {
    height: 800px;
}

.single-slide-content {
    padding-top: 40px;
}

.single-slide-content .slide-title {
    font-size: 95px;
    line-height: 90px;
}

.slide-search-form {
    padding: 20px 0;
}

.slide-search-form .service-search-wrapper {
    margin-top: -15px;
}

.about-left-side .about-thumb-mid {
    position: absolute;
    top: -90px;
    left: -220px;
}

.about-left-side .about-thumb-sml {
    position: absolute;
    right: 20px;
    bottom: -45px;
}

.about-left-side {
    position: relative;
}

.about-left-side .about-thumb-sml-xs {
    position: absolute;
    left: -115px;
    bottom: -50px;
}

.section-heading-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.section-heading-top img {
    margin-right: 30px;
}

.section-heading-top .sub-title span {
    color: #4f6aff;
}

.section-heading .section-title {
    font-size: 60px;
    margin-bottom: 30px;
    letter-spacing: -2px;
}

.section-heading-2 .section-title {
    font-size: 48px;
}

.bg-2 {
    background: #f7fbff;
}

.about-right-side {
    padding-left: 30px;
}

.section-heading .section-content {
    background: #fff;
    border-left: 6px solid #4f6aff;
    padding-left: 40px;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    font-weight: 600;
    font-size: 18px;
    -webkit-box-shadow: 0 6px 12px 0px #d3dbe33d;
    box-shadow: 0 6px 12px 0px #d3dbe33d;
}

.about-list .single-item .icon {
    width: 40px;
    height: 40px;
    background: #fff;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    -webkit-box-shadow: 0 6px 12px 0px #d3dbe33d;
    box-shadow: 0 6px 12px 0px #d3dbe33d;
    margin-right: 20px;
}

.about-list .single-item span {
    font-weight: 600;
}

.about-list .single-item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

.about-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/* About 2 css */

.about-left-side-2 .about-thumb-mid {
    position: inherit;
    text-align: right;
    top: -125px;
    left: 0px !important;
}

.about-left-side-2 .about-thumb-sml {
    position: absolute;
    top: 115px;
    right: -20px;
}

.about-left-side-2 .about-thumb-box {
    position: absolute;
    background: #f7c355;
    padding: 44px 30px;
    text-align: center;
    -webkit-box-shadow: 0 16px 32px 0px rgba(247, 196, 85, 0.2);
    box-shadow: 0 16px 32px 0px rgba(247, 196, 85, 0.2);
    top: 80px;
    left: 70px;
    z-index: 5;
}

.about-left-side-2 .about-thumb-box .title {
    color: #004876;
    font-size: 80px;
}

.about-left-side-2 .about-thumb-box .title .year {
    font-size: 16px;
    display: block;
    margin-top: -5px;
}

.about-left-side-2 .about-thumb-box .title .plus {
    font-size: 16px;
}

.about-left-side-2 .about-thumb-big {
    position: relative;
    z-index: 2;
}

.about-left-side-2 .about-thumb-mid-wrap {
    position: absolute;
    right: -50px;
}

.about-right-side-2 {
    padding-left: 45px;
}

.about-right-side-2 .about-list-wrapper {
    padding-left: 45px;
}

.about-right-side-2 .about-list-wrapper .content {
    margin-bottom: 30px;
}

.about-list-2 .single-item .icon {
    font-size: 24px;
    color: #4f6aff;
    border-radius: 0px;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: auto;
    width: auto;
    line-height: 24px;
    min-width: 30px;
}

.about-list-2 .single-item span {
    font-size: 18px;
}

.about-list-2 .about-list-author {
    padding-top: 34px;
}

.about-right-side-2 .about-list-author {
    padding-top: 34px;
    padding-left: 55px;
    padding-right: 55px;
    padding-bottom: 30px;
    background: #fff;
    -webkit-box-shadow: 0 8px 16px 0px rgba(0, 186, 238, 0.1);
    box-shadow: 0 8px 16px 0px rgba(0, 186, 238, 0.1);
    position: relative;
}

.about-right-side-2 .about-list-author::after {
    height: 4px;
    width: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #f7c355;
}

.about-right-side-2 .about-list-author .name {
    margin-bottom: 0;
    margin-top: 10px;
    font-size: 16px;
}

.about-right-side-2 .about-list-author .designation {
    color: #4f6aff;
}

/* About css 3 */

.about-left-side-3 .about-thumb-box .year {
    font-size: 14px;
    font-weight: 400;
}

.about-left-side-3 .about-thumb-box .title {
    font-size: 40px;
    margin-bottom: 0;
}

.about-left-side-3 .about-thumb-box {
    padding: 29px 10px;
    right: 0;
    bottom: 0;
    top: auto;
    background: #fff;
    border-left: 4px solid #f7c355;
    -webkit-box-shadow: none;
    box-shadow: none;
    left: auto;
    padding-left: 14px;
}

.about-right-box {
    position: absolute;
    top: -155px;
    background: #fff;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(161, 219, 223, 0.2);
    box-shadow: 0px 8px 16px 0px rgba(161, 219, 223, 0.2);
    border-left: 4px solid #4f6aff;
    padding-left: 26px;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-right: 60px;
    z-index: 1;
    right: 0;
}

.about-right-box h2 {
    font-size: 30px;
    margin-bottom: 0;
}

.about-right-box span {
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
}

.about-right-box .icon {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 40px;
    color: #f3f3f3;
}

.about-left-side-3 .about-thumb-big {
    z-index: 1;
}

/* About css 4 */

.about-left-side-4 .about-thumb-big img {
    width: 100%;
}

.about-right-side-4 .about-list-wrapper {
    padding-left: 0px;
}

/* 5. Service css */

.bg-3 {
    background: #000000;
}

.section-heading.white .section-title {
    color: #fff;
}

.section-heading.white .sub-title {
    color: #fff;
}

.section-heading-2 .sub-title,
.section-heading-3 .sub-title,
.section-heading-2.white .sub-title {
    color: #4f6aff;
    font-size: 16px;
}

.service-section-content {
    color: #fff;
    font-size: 18px;
    position: relative;
    padding-left: 30px;
}

.service-section-content::after {
    left: 0;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    background: #4f6aff;
    height: 100px;
    width: 1px;
}

.service-box-area {
    position: relative;
    z-index: 1;
}

.service-box-area::after {
    background: #f7fbff;
    left: 0;
    bottom: -1px;
    content: "";
    width: 100%;
    height: 80%;
    position: absolute;
    z-index: -1;
}

.service-box-area::before {
    height: 165px;
    top: 2px;
    left: 0;
    content: "";
    background: #000000;
    position: absolute;
    width: 100%;
}

.service-heading-box {
    padding-bottom: 245px;
}

.service-content {
    background: #e3e7ff;
    margin-left: 30px;
    margin-right: 30px;
    padding: 29px 30px;
    -webkit-box-shadow: 0 8px 12px 0px #d3dbe33d;
    box-shadow: 0 8px 12px 0px #d3dbe33d;
    position: relative;
    margin-top: -60px;
    border-radius: 10px;
}

.service-content .service-price {
    font-weight: 700;
    color: #4f6aff;
    margin-bottom: 2px;
    display: block;
}

.service-content .service-title {
    font-size: 24px;
    margin-bottom: 0;
}

.service-content .service-title a {
    display: inline-block;
    color: #004976;
}

.service-content .service-title:hover a {
    color: #4f6aff;
}

.service-content .service-icon {
    position: absolute;
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    right: 30px;
    top: -40px;
    -webkit-box-shadow: 0 8px 12px 0px #d3dbe33d;
    box-shadow: 0 8px 12px 0px #d3dbe33d;
}

.price-per-hour {
    font-size: 19px;
    color: #4f6aff;
    font-weight: 600;
}

.single-service-box .service-thumb {
    overflow: hidden;
    position: relative;
}

.service-thumb img {
    width: 100%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.single-service-box:hover .service-thumb img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.service-note {
    font-size: 20px;
}

.service-note a {
    color: #4f6aff;
    font-weight: 700;
    position: relative;
    display: inline-block;
}

.service-note a:hover {
    color: #004876;
}

.service-note a::after {
    content: "";
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    background: #88cff6;
    position: absolute;
}

/* Service 2 css */

.service-cat-box:hover .cat-title {
    color: #4f6aff;
}

.service-cat-content {
    margin-top: 27px;
    color: #004976;
}

.service-cat-content .cat-title {
    margin-bottom: 8px;
    color: #004976;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.custom-col-width .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.section-heading-2 .section-content {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    font-weight: 400;
}

/* service css 3 */

.video-area {
    height: 200px;
    background: #000;
}

.single-service-box-2 {
    padding-right: 40px;
}

.service-box-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.single-service-box-2 .service-icon {
    font-size: 40px;
    color: #4f6aff;
    margin-right: 30px;
}

.single-service-box-2:hover .service-icon {
    -webkit-animation: flipInY .5s ease-in-out;
    animation: flipInY .5s ease-in-out;
}

.single-service-box-2 .service-title {
    margin-bottom: 0;
    font-weight: 500;
}

.single-service-box-2 .inline-btn {
    color: #004976;
    font-weight: 700;
    display: inline-block;
    margin-top: 15px;
}

.single-service-box-2 .inline-btn i {
    margin-right: 2px;
}

.single-service-box-2 .inline-btn:hover {
    color: #4f6aff;
}

/* Service 4 css */

.service-box-area-2::before {
    background: transparent;
}

/* 6. Wcu css */

.wcu-content {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    padding-left: 30px;
    font-size: 18px;
}

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

.wcu-thumb-box img {
    width: 100%;
    border-radius: 40px;
}

/* wcu 2 css */

.wcu-area .section-heading-3 .section-title {
    font-size: 48px;
}

.wcu-box-wrapper-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.wcu-box-2 {
    background: #fff;
    position: relative;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    padding: 40px;
    z-index: 1;
    padding-bottom: 44px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.wcu-box-2::after {
    height: 4px;
    width: 0%;
    background: #4f6aff;
    right: 0px;
    bottom: 0px;
    position: absolute;
    content: "";
    opacity: 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    visibility: hidden;
}

.wcu-box-2.active::after {
    right: auto;
    width: 100%;
    visibility: visible;
    opacity: 1;
    left: 0;
}

.wcu-box-2.active {
    -webkit-box-shadow: 0px 8px 16px 0px rgba(105, 189, 195, 0.2);
    box-shadow: 0px 8px 16px 0px rgba(105, 189, 195, 0.2);
}

.wcu-box-wrapper-2 .wcu-box-2:first-child {
    margin-right: 5px;
}

.wcu-box-wrapper-2 .wcu-box-2:last-child {
    margin-left: 5px;
}

.wcu-box-wrapper-2 .wcu-box-2:first-child .count {
    right: -20px;
}

.wcu-box-2 .count {
    font-size: 160px;
    font-weight: 700;
    position: absolute;
    top: 10px;
    right: 0px;
    z-index: -1;
    line-height: 117px;
    color: #f7fbff;
}

.wcu-box-2 .wcu-content {
    padding-left: 0;
    font-size: 14px;
    position: relative;
    z-index: 2;
}

.wcu-box-2 .wcu-title {
    margin-bottom: 16px;
    color: #004976;
}

.wcu-right-2 .wcu-thumb-2 {
    position: absolute;
    background: transparent;
    z-index: 1;
    top: 0;
}

.wcu-right-2 .wcu-thumb-2::before {
    border-radius: 50%;
    background: #f7c355;
}

.wcu-right-2 .wcu-shape {
    position: absolute;
    right: 90px;
    top: 10px;
    z-index: 2;
}

.wcu-right-2 {
    text-align: right;
    z-index: 1;
    margin-top: 100px;
}

.wcu-right-2 .wcu-thumb-1 {
    position: relative;
    z-index: 3;
}

.wcu-right-2 img {
    border-radius: 50%;
}

/* 7. Get-Quote css */

.get-quote-left-side {
    position: relative;
}

.get-quote-thumb-small {
    position: absolute;
    right: 10px;
    bottom: -165px;
}

.get-quote-icon-box {
    position: absolute;
    width: 140px;
    height: 140px;
    background: #e3e7ff;
    bottom: 130px;
    z-index: 2;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    right: 70px;
}

.get-quote-thumb-big {
    position: relative;
    z-index: 2;
}

.get-quote-icon-box img {
    -webkit-animation: 1.5s shake infinite;
    animation: 1.5s shake infinite;
}

@-webkit-keyframes shake {
    0% {
        -webkit-transform: rotate(7deg);
        transform: rotate(7deg);
    }

    50% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(7deg);
        transform: rotate(7deg);
    }
}

@keyframes shake {
    0% {
        -webkit-transform: rotate(7deg);
        transform: rotate(7deg);
    }

    50% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(7deg);
        transform: rotate(7deg);
    }
}

.get-quote-icon-box::after {
    width: 180px;
    height: 180px;
    -webkit-box-shadow: 0 8px 16px 0px rgba(211, 219, 227, 0.3);
    box-shadow: 0 8px 16px 0px rgba(211, 219, 227, 0.3);
    left: -20px;
    content: "";
    position: absolute;
    border-radius: 50%;
    z-index: -1;
}

.get-quote-right-side .site-btn.transparent:hover {
    background: transparent;
    color: #4f6aff;
}

/* 8. Process css  */

.single-service-box,
.single-process-box,
.testimonial-area .single-testimonial {
    /* border: 1px solid rgba(0, 0, 0, 0.08); */
    border-radius: 15px;
}

.single-service-box:hover,
.single-process-box:hover,
.testimonial-area .single-testimonial:hover {
    border-color: rgba(79, 106, 255, 0.7);
}
  
.single-process-box {
    padding: 60px 50px;
    background: #fff;
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.single-process-box.active {
    -webkit-box-shadow: 0px 8px 16px 0px rgba(208, 218, 227, 0.3);
    box-shadow: 0px 8px 16px 0px rgba(208, 218, 227, 0.3);
}

.single-process-box::after {
    height: 4px;
    width: 0%;
    background: #4f6aff;
    content: "";
    left: 100%;
    top: 0;
    position: absolute;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 0;
    visibility: hidden;
}

.single-process-box.active::after {
    left: 0;
    width: 100%;
    opacity: 1;
    visibility: visible;
    -webkit-transition: width 0.4s ease;
    -o-transition: width 0.4s ease;
    transition: width 0.4s ease;
}

.process-box-title {
    font-size: 25px;
    margin-bottom: 18px;
}

.single-process-box .inline-btn {
    font-weight: 700;
    color: #4f6aff;
    margin-bottom: 28px;
    display: inline-block;
}

.single-process-box .inline-btn i {
    margin-left: 8px;
}

.single-process-box .process-box-icon {
    margin-top: 33px;
}

.single-process-box .count {
    position: absolute;
    right: 30px;
    height: 40px;
    width: 40px;
    background: #4f6aff;
    color: #fff;
    line-height: 40px;
    font-weight: 700;
    border-radius: 50%;
    -webkit-box-shadow: 0 6px 12px 0px rgba(53, 178, 241, 0.3);
    box-shadow: 0 6px 12px 0px rgba(53, 178, 241, 0.3);
    bottom: 30px;
}

/* Process Carousel CSS */

.process-carousel {
    max-width: 100%;
    margin: 0 auto;
    padding: 20px 0;
}

.process-carousel .single-process-box {
    margin: 0 15px;
    padding: 60px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.process-carousel .owl-item {
    width: 300px;
}

.process-carousel .owl-item.active {
    display: flex;
}

.process-carousel .owl-dots {
    text-align: center;
    margin-top: 30px;
}

.process-carousel .owl-dot {
    height: 12px;
    width: 12px;
    margin: 0 6px;
    background: #d9d9d9;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    transition: all 0.3s ease;
}

.process-carousel .owl-dot.active {
    background: #4f6aff;
    width: 30px;
    border-radius: 6px;
}

.process-carousel .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    pointer-events: none;
}

.process-carousel .owl-nav button {
    pointer-events: auto;
    background: #4f6aff;
    color: #fff;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.process-carousel .owl-nav button:hover {
    background: #004876;
    box-shadow: 0 8px 20px rgba(79, 106, 255, 0.3);
}

.process-carousel .owl-nav button.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Process Cards Grid Class */

.process-cards-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: -30px;
}

.process-cards-grid .process-card-item {
    margin-top: 30px;
    text-align: center;
}

@media (max-width: 1200px) {
    .process-cards-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 18px;
    }
}

@media (max-width: 768px) {
    .process-cards-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
}

@media (max-width: 480px) {
    .process-cards-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .process-cards-grid .process-card-item {
        min-height: 220px;
    }
}

/* Process 2 css */

.single-process-box-2 {
    padding: 0;
    background: transparent;
}

.single-process-box-2 .process-box-title {
    font-size: 24px;
    margin-bottom: 13px;
}

.single-process-box-2::after {
    display: none;
}

.single-process-box-2:hover {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.single-process-box-2 .process-box-thumb {
    position: relative;
    background: transparent;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    width: 220px;
    margin: 0 auto;
}

.single-process-box-2 .process-box-thumb img {
    border-radius: 50%;
}

.single-process-box-2 .count-small {
    width: 60px;
    height: 60px;
    background: #fff;
    display: inline-block;
    text-align: center;
    -webkit-box-shadow: 0px 16px 32px 0px #0049764b;
    box-shadow: 0px 16px 32px 0px #0049764b;
    border-radius: 50%;
    font-weight: 700;
    line-height: 63px;
    position: absolute;
    left: 10px;
    top: 5px;
    z-index: 2;
}

.single-process-box-2 .count-big {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 120px;
    font-weight: 700;
    line-height: 86px;
    top: -55px;
    z-index: -1;
    color: #f0f5f9;
    letter-spacing: -6px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.single-process-box-2:hover .count-big {
    top: -65px;
}

/* Process css 3 */

.single-process-box-3 {
    background: #fff;
    padding: 50px 55px;
    position: relative;
    z-index: 1;
    padding-bottom: 60px;
}

.single-process-box-3::before {
    bottom: 0px;
    width: 0%;
    height: 10px;
    position: absolute;
    content: "";
    right: 0;
    background: #4f6aff;
    z-index: 2;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.single-process-box-3:hover::before {
    width: 100%;
    right: auto;
    left: 0;
}

.single-process-box-3.yellow::before,
.single-process-box-3.blue::before {
    background: #fff;
}

.single-process-box-3.yellow {
    background: #fce022;
}

.single-process-box-3.yellow:hover {
    background: #fce022;
}

.single-process-box-3.blue {
    background: #4cefd6;
}

.single-process-box-3.blue:hover {
    background: #4cefd6;
}

.single-process-box-3:hover {
    background: #fff;
}

.single-process-box-2 .process-box-title {
    margin-bottom: 18px;
}

.single-process-box-3 .inline-btn {
    margin-bottom: 0;
}

.single-process-box-3.yellow .inline-btn,
.single-process-box-3.blue .inline-btn {
    color: #004976;
}

.single-process-box-3 .count-big {
    color: #034f7e;
    z-index: -1;
    left: auto;
    right: -20px;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    font-size: 140px;
    line-height: 99px;
    top: -90px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.single-process-box-3.yellow .count-big,
.single-process-box-3.blue .count-big {
    right: -1px;
}

.single-process-box-3:hover .count-big {
    opacity: 1;
    visibility: visible;
    top: -99px;
}

/* 9. Appointment css */

.appointment-area::before {
    z-index: -1;
    background: linear-gradient(90deg, #024b78 0%, #00baed 100%);
}

.appointment-area {
    z-index: 1;
}

.appointment-form .form-group input {
    background: transparent;
    color: #fff;
    border: 2px solid #9ab5c5;
    border-radius: 40px;
    padding: 21px 38px;
    width: 100%;
}

.appointment-form .form-group input::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
}

.appointment-form .form-group input::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

.appointment-form .form-group input:-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}

.appointment-form .form-group input::-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}

.appointment-form .form-group input::placeholder {
    color: #fff;
    opacity: 1;
}

.appointment-form .form-group {
    position: relative;
    margin-bottom: 0;
}

.appointment-form .form-group label {
    position: absolute;
    right: 40px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    color: #fff;
}

.appointment-form .site-btn {
    padding: 13px 45px;
    padding-right: 10px;
    border: none;
}

.appointment-form .site-btn .icon {
    margin-left: 32px;
}

/* 10. Project css */

.singel-project-item .project-content {
    background: #004876;
    color: #fff;
    margin-left: 30px;
    margin-right: 30px;
    padding: 32px 45px;
    position: relative;
    margin-top: -57px;
    position: relative;
    z-index: 2;
    padding-right: 120px;
}

.project-content .sub-title {
    color: #4f6aff;
    margin-bottom: 12px;
    font-size: 16px;
}

.project-content .project-icon {
    width: 60px;
    height: 60px;
    text-align: center;
    background: #ffd57f;
    display: inline-block;
    line-height: 62px;
    color: #004976;
    border-radius: 50%;
    -webkit-box-shadow: 0 8px 16px 0px rgba(255, 212, 127, 0.3);
    box-shadow: 0 8px 16px 0px rgba(255, 212, 127, 0.3);
    position: absolute;
    top: 50%;
    right: 50px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.project-content .project-icon:hover {
    color: #fff;
    background: #4f6aff;
}

.project-content .project-title {
    font-size: 24px;
}

.singel-project-item {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.singel-project-item .project-thumb::before {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background: linear-gradient(90deg, #024b78 0%, #00baed 100%);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.singel-project-item:hover .project-icon {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    top: -30px;
}

.singel-project-item:hover .project-thumb::before {
    opacity: 0.5;
    visibility: visible;
}

/* 11. Brand Carousel css */

.singel-brand-item img {
    width: auto !important;
}

.singel-brand-item {
    min-height: 120px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-filter: grayscale(100);
    filter: grayscale(100);
    opacity: 0.4;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.singel-brand-item:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
}

/* Brand Carousel 2 css */

.brand-carousel-2 .singel-brand-item {
    opacity: 1;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.brand-carousel-2 .singel-brand-item:hover {
    opacity: 0.8;
}

/* brand 3 css */

.single-brand-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 170px;
    background: #f8f9ff;
}

.single-brand-box .hover {
    display: none;
}

.single-brand-box:hover .hover {
    display: inline-block;
}

.single-brand-box:hover .default {
    display: none;
}

.single-brand-box:hover {
    background: #00bfed;
}

.single-brand-box {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

/* 12. Newslater css */

.newslater-shape {
    position: absolute;
    top: -50px;
}

.newslater-area {
    position: relative;
}

.newslater-form input {
    padding: 28px 35px;
    border-radius: 40px;
    border: none;
    color: #004976;
    width: 100%;
}

.newslater-form {
    position: relative;
    margin-top: 15px;
}

.newslater-form .site-btn {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.site-btn.boxed {
    background: #4f6aff;
    display: inline-block;
    color: #fff;
    border: none;
    padding: 18px 46px;
    -webkit-box-shadow: 0 6px 12px rgba(53, 178, 241, 0.3);
    box-shadow: 0 6px 12px rgba(53, 178, 241, 0.3);
    font-size: 16px;
}

.newslater-form input::-webkit-input-placeholder {
    color: #004976;
    opacity: 1;
}

.newslater-form input::-moz-placeholder {
    color: #004976;
    opacity: 1;
}

.newslater-form input:-ms-input-placeholder {
    color: #004976;
    opacity: 1;
}

.newslater-form input::-ms-input-placeholder {
    color: #004976;
    opacity: 1;
}

.newslater-form input::placeholder {
    color: #004976;
    opacity: 1;
}

.newslater-area .section-heading.white {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.newslater-area .section-heading .sub-title {
    margin-bottom: 20px;
}

.newslater-area .section-heading .section-title {
    margin-bottom: 0;
}

.newslater-form .site-btn:hover {
    background: #004876;
}

.bg-4 {
    background: #f0f5ff;
}

.bg-5 {
    background: #f7c355;
}

/* Newslater 2 css */

.newslater-form-2 input {
    border-radius: 0px;
}

.newslater-form-2 .site-btn.boxed {
    border-radius: 0px;
    background: #f7c355;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.newslater-form-2 .site-btn.boxed:hover {
    background: #004876;
    color: #fff;
}

.newslater-form-2 {
    -webkit-box-shadow: 0px 16px 32px 0px rgba(53, 178, 241, 0.1);
    box-shadow: 0px 16px 32px 0px rgba(53, 178, 241, 0.1);
}

.newslater-laptop-wrap {
    position: absolute;
    left: 0;
    top: -65px;
}

.newslater-shape-imgs {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    -webkit-transform: translate(-70%, -80%);
    -ms-transform: translate(-70%, -80%);
    transform: translate(-70%, -80%);
}

.newslater-shape-imgs .newslater-shape-logo {
    margin-bottom: 40px;
}

.newslater-app-img img:first-child {
    margin-right: 20px;
}

/* 13. Testimonial css */

.testimonial-carousel img {
    width: auto !important;
}

.testimonial-carousel {
    background: #fff;
    padding-top: 50px;
    padding-left: 50px;
    padding-right: 70px;
    padding-bottom: 60px;
    border-radius: 15px;
    position: relative;
    -webkit-box-shadow: 0px 6px 12px 0px #00497628;
    box-shadow: 0px 6px 12px 0px #00497628;
    z-index: 3 !important;
}

.testimonial-carousel::after,
.testimonial-carousel::before {
    content: "";
    position: absolute;
    left: 20px;
    bottom: -20px;
    width: calc(100% - 40px);
    height: 20px;
    -webkit-box-shadow: 0px 6px 12px 0px #00497628;
    box-shadow: 0px 6px 12px 0px #00497628;
    z-index: -1;
    border-radius: 0px 0px 15px 15px;
}

.testimonial-carousel::before {
    left: 40px;
    bottom: -40px;
    width: calc(100% - 80px);
}

.single-testimonial {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    background: #fff;
    z-index: 4;
}

.single-testimonial .thumb {
    position: relative;
    margin-left: 20px;
}

.single-testimonial .thumb img {
    border-radius: 50%;
}

.single-testimonial .content {
    -ms-flex-preferred-size: 82%;
    flex-basis: 82%;
    padding-left: 60px;
}

.single-testimonial .content .author-logo {
    display: inline-block;
}

.single-testimonial .thumb::after {
    content: "";
    left: -20px;
    top: -20px;
    height: 180px;
    width: 180px;
    position: absolute;
    border: 2px solid #f6fbff;
    border-radius: 50%;
}

.single-testimonial .thumb .icon {
    position: absolute;
    top: -18px;
    right: 5px;
    width: 30px;
    height: 30px;
    background: #ffd57f;
    text-align: center;
    line-height: 31px;
    border-radius: 50%;
    font-size: 14px;
    z-index: 2;
    -webkit-box-shadow: 0 6px 12px 0px rgba(198, 148, 31, 0.3);
    box-shadow: 0 6px 12px 0px rgba(198, 148, 31, 0.3);
}

.single-testimonial .content {
    font-size: 20px;
}

.testimonial-meta .name {
    font-size: 30px;
}

.testimonial-meta .designation {
    font-size: 16px;
    color: #4f6aff;
}

.testimonial-carousel .owl-dots div {
    display: block;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #dceeff;
}

.testimonial-carousel .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 80px;
    top: 80px;
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.testimonial-carousel .owl-dots div.active {
    background: #4f6aff;
}

.testimonial-carousel .owl-dots div:not(:last-child) {
    margin-right: 10px;
}

/* testimonial css 2 */

.testimonial-area-2 .section-heading.white .sub-title {
    color: #4f6aff;
}

.testimonial-area-2 .testimonial-carousel::after,
.testimonial-area-2 .testimonial-carousel::before {
    -webkit-box-shadow: 0px 6px 12px 0px rgb(0, 73, 118, 0.1);
    box-shadow: 0px 6px 12px 0px rgb(0, 73, 118, 0.1);
    z-index: 2;
    background: rgba(255, 255, 255, 0.2);
}

.testimonial-area-2 .testimonial-carousel::before {
    background: rgba(255, 255, 255, 0.04);
}

/* 14. News css */

.postbox-text {
    padding: 35px 30px;
    border: 2px solid #e2edf6;
    border-top: 0px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    padding-top: 36px;
    padding-bottom: 30px;
}

.postbox {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.postbox:hover {
    -webkit-box-shadow: 0px 16px 32px 0px rgba(40, 89, 196, 0.1);
    box-shadow: 0px 16px 32px 0px rgba(40, 89, 196, 0.1);
}

.postbox:hover .postbox-text {
    border-color: transparent;
}

.postbox .blog-title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
}

.postbox .blog-title a {
    color: #004976;
}

.postbox .blog-title a:hover {
    color: #4f6aff;
}

.postbox .post-meta a {
    font-weight: 600;
    color: #004976;
    position: relative;
}

.postbox .post-meta a:hover {
    color: #4f6aff;
}

.postbox .post-meta a i {
    color: #4f6aff;
    margin-right: 5px;
}

.postbox .post-meta a:not(:last-child) {
    margin-right: 36px;
}

.postbox .post-meta a:not(:last-child)::after {
    content: "";
    height: 14px;
    width: 2px;
    background: #cfe0e5;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -17px;
}

.postbox .post-text {
    font-size: 14px;
}

.postbox-thumb img {
    width: 100%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.postbox-thumb {
    overflow: hidden;
}

.postbox:hover .postbox-thumb img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

/* News 2 css */

.post-list-wrapper .postbox-text {
    border-top: 2px solid #e2edf6;
    padding-bottom: 35px;
}

.post-list-wrapper .postbox .blog-title {
    margin-bottom: 0;
}

/* News 3 css */

.news-area-3 .postbox-text {
    padding: 0;
    border: none;
    position: relative;
}

.postbox .post-cat {
    position: absolute;
    top: -18px;
    font-weight: 700;
    background: #02c0f0;
    color: #fff;
    display: inline-block;
    padding: 7px 19px;
    border-radius: 40px;
    font-size: 14px;
    left: 30px;
    z-index: 2;
}

.postbox-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 50px 40px;
    padding-top: 0;
    z-index: 2;
}

.postbox-content .inline-btn {
    position: absolute;
    right: -20px;
    color: #004976;
    background: #f7c355;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    line-height: 60px;
    font-size: 20px;
    text-align: center;
    bottom: 20px;
}

.postbox-content .inline-btn:hover {
    background: #004876;
    color: #fff;
}

.news-area-3 .postbox .blog-title {
    margin-bottom: 0;
}

.news-area-3 .postbox .blog-title a,
.news-area-3 .post-meta a,
.news-area-3 .postbox .post-meta i {
    color: #fff;
}

.news-area-3 .postbox .post-meta a:not(:last-child)::after {
    background: #fff;
}

.news-area-3 .postbox-thumb::before {
    background: #000;
}

.news-area-3 .postbox .blog-title a:hover {
    color: #02c0f0;
}

/* 15. Discount css */

.discount-box {
    background: #ffd57f;
    -webkit-transform: translateY(120px);
    -ms-transform: translateY(120px);
    transform: translateY(120px);
    position: relative;
    z-index: 2;
}

.discount-box .discount-title {
    font-size: 50px;
    margin: 0;
}

.discount-title span {
    font-weight: 300;
    display: block;
    font-size: 40px;
    margin-bottom: 10px;
}

.discount-btns a {
    padding: 10px 27px;
    padding-right: 10px;
}

.discount-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.discount-btns .site-btn.black {
    margin-left: 20px;
}

/* 16. Footer css */

.site-footer {
    margin-top: -10px;
    z-index: 1;
    color: #fff;
    font-weight: 500;
}

.site-footer::before {
    z-index: -1;
}

/* ============================================
   ENHANCED FOOTER STYLING
   ============================================ */

.site-footer-enhanced {
    position: relative;
    background: linear-gradient(135deg, #004876 0%, #003557 100%);
    color: #fff;
    overflow: hidden;
    z-index: 1;
}

/* Footer Main Content */
.footer-main {
    padding: 100px 0 60px;
    position: relative;
    z-index: 2;
}

/* Footer Logo */
.footer-logo {
    margin-bottom: 25px;
}

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

/* Footer Description */
.footer-desc {
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 30px;
    font-weight: 400;
}

/* Newsletter Section */
.footer-newsletter {
    margin-top: 35px;
}

.newsletter-title {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
}

.newsletter-form .input-group {
    position: relative;
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    padding: 5px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.newsletter-form .input-group:focus-within {
    background: rgba(255, 255, 255, 0.15);
    border-color: #4b67fe;
    box-shadow: 0 8px 24px rgba(75, 103, 254, 0.3);
}

.newsletter-form input[type="email"] {
    flex: 1;
    background: transparent;
    border: none;
    padding: 12px 20px;
    color: #fff;
    font-size: 14px;
    outline: none;
    font-weight: 500;
}

.newsletter-form input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.subscribe-btn {
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, #7187ff 0%, #4b67fe 100%);
    border: none;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(75, 103, 254, 0.4);
}

.subscribe-btn:hover {
    box-shadow: 0 8px 25px rgba(75, 103, 254, 0.6);
}

.subscribe-btn:active {
    transform: scale(0.95);
}

/* Footer Widget */
.footer-widget {
    margin-bottom: 40px;
}

/* Footer Titles */
.footer-title {
    font-size: 20px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 15px;
    letter-spacing: 0.5px;
}

.footer-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 3px;
    background: linear-gradient(90deg, #7187ff 0%, #4b67fe 100%);
    border-radius: 2px;
}

/* Footer Links */
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 14px;
    transition: all 0.3s ease;
}

.footer-links li a {
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
    position: relative;
    padding-left: 0;
}

.footer-links li a i {
    margin-right: 10px;
    font-size: 12px;
    color: #7187ff;
    transition: all 0.3s ease;
}

.footer-links li a:hover {
    color: #fff;
    padding-left: 8px;
}

.footer-links li a:hover i {
    color: #4b67fe;
    transform: translateX(5px);
}

/* Footer Contact */
.footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-contact li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
    padding: 15px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    border-left: 3px solid #7187ff;
    transition: all 0.3s ease;
}

.footer-contact li:hover {
    background: rgba(255, 255, 255, 0.1);
    border-left-color: #4b67fe;
    transform: translateX(5px);
}

.contact-icon {
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, #7187ff 0%, #4b67fe 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
    box-shadow: 0 4px 15px rgba(75, 103, 254, 0.3);
}

.contact-icon i {
    font-size: 18px;
    color: #ffffff;
}

.contact-text {
    flex: 1;
}

.contact-text span {
    display: block;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 5px;
    font-weight: 700;
}

.contact-text p,
.contact-text a {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    line-height: 22px;
}

.contact-text a:hover {
    color: #7187ff;
}

/* Footer Bottom */
.footer-bottom {
    background: rgba(0, 0, 0, 0.2);
    padding: 25px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    z-index: 2;
}

.copyright-text p {
    margin: 0;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    font-weight: 500;
}

.copyright-text span {
    color: #7187ff;
    font-weight: 700;
}

/* Footer Social */
.footer-social {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}

.social-label {
    font-size: 14px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.8);
    letter-spacing: 0.5px;
}

.social-icons {
    display: flex;
    gap: 12px;
}

.social-icon {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    overflow: hidden;
}

.social-icon::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #7187ff 0%, #4b67fe 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
}

.social-icon:hover {
    transform: translateY(-5px) scale(1.1);
    border-color: transparent;
    box-shadow: 0 8px 20px rgba(75, 103, 254, 0.4);
}

.social-icon:hover::before {
    opacity: 1;
}

.social-icon.facebook:hover {
    box-shadow: 0 8px 20px rgba(59, 89, 152, 0.5);
}

.social-icon.twitter:hover {
    box-shadow: 0 8px 20px rgba(29, 161, 242, 0.5);
}

.social-icon.instagram:hover {
    box-shadow: 0 8px 20px rgba(225, 48, 108, 0.5);
}

.social-icon.linkedin:hover {
    box-shadow: 0 8px 20px rgba(0, 119, 181, 0.5);
}

.social-icon.youtube:hover {
    box-shadow: 0 8px 20px rgba(255, 0, 0, 0.5);
}

/* Decorative Shapes */
.footer-shapes {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 1;
    pointer-events: none;
}

.footer-shapes .shape {
    position: absolute;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(113, 135, 255, 0.15) 0%, transparent 70%);
    animation: float 20s ease-in-out infinite;
}

.footer-shapes .shape-1 {
    width: 400px;
    height: 400px;
    top: -200px;
    right: -100px;
    animation-delay: 0s;
}

.footer-shapes .shape-2 {
    width: 300px;
    height: 300px;
    bottom: -150px;
    left: -50px;
    animation-delay: 5s;
}

.footer-shapes .shape-3 {
    width: 250px;
    height: 250px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation-delay: 10s;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0) rotate(0deg);
    }

    50% {
        transform: translateY(-30px) rotate(180deg);
    }
}

/* Responsive Design */
@media (max-width: 991px) {
    .footer-main {
        padding: 80px 0 40px;
    }

    .footer-widget {
        margin-bottom: 50px;
    }

    .footer-social {
        justify-content: center;
        margin-top: 20px;
    }

    .copyright-text {
        text-align: center;
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .footer-main {
        padding: 60px 0 30px;
    }

    .footer-logo img {
        max-width: 150px;
    }

    .footer-title {
        font-size: 18px;
    }

    .social-icons {
        justify-content: center;
    }

    .social-label {
        display: block;
        text-align: center;
        margin-bottom: 15px;
        width: 100%;
    }

    .footer-social {
        flex-direction: column;
        gap: 15px;
    }
}


.footer-widget .title {
    position: relative;
    display: inline-block;
    padding-left: 24px;
    font-size: 20px;
    margin-bottom: 40px;
}

.footer-widget .title::after {
    height: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #ffd57f;
    left: 0;
    position: absolute;
    content: "";
    width: 4px;
}

.footer-widget ul li a {
    color: #fff;
    display: block;
    font-weight: 500;
}

.footer-widget ul li a:hover {
    color: #80abe3;
}

.footer-widget ul li i {
    color: #ffffff;
}

.footer-widget ul li:not(:first-child) {
    margin-top: 26px;
}

.footer-contact-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 2px solid #28475d;
    padding-bottom: 30px;
    margin-bottom: 40px;
}

.footer-contact-info .content {
    -ms-flex-preferred-size: 35%;
    flex-basis: 35%;
}

.footer-contact-info .box {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    background: #ffd57f;
    padding: 14px 30px;
    margin-top: 10px;
    position: relative;
    padding-right: 50px;
}

.footer-contact-info .box h2 {
    font-size: 30px;
    color: #002542;
    margin: 0;
}

.footer-contact-info .box h2 span {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
}

.footer-contact-info .box .icon {
    font-size: 40px;
    position: absolute;
    top: 10px;
    right: 10px;
    color: #f0c877;
}

.footer-contact-info .content a {
    color: #ffd57f;
    display: inline-block;
    margin-top: 13px;
    font-weight: 500;
}

.footer-contact-info .content a i {
    margin-right: 20px;
}

.footer-social-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-social-info .content {
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
}

.footer-social-info .social-links {
    -ms-flex-preferred-size: 55%;
    flex-basis: 55%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.footer-social-info .content a {
    color: #fff;
    display: block;
}

.footer-social-info .content a:hover {
    color: #ffd57f;
}

.footer-social-info .content a span {
    color: #517fa2;
}

.social-links a {
    display: block;
    width: 40px;
    height: 40px;
    background: #0e4164;
    line-height: 41px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
}

.social-links a:hover {
    background: #4f6aff;
    color: #fff;
}

.social-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.social-links a:not(:last-child) {
    margin-right: 10px;
}

.site-footer .copyright {
    border-top: 2px solid #26445b;
}

/* footer 2 css */

.site-footer-2 {
    margin-top: 0px;
}

.footer-top-box.left {
    background: #004876;
    color: #fff;
}

.footer-top-box.right {
    background: #f7c355;
}

.footer-top-box {
    padding: 40px 50px;
    position: relative;
}

.footer-box-content {
    -ms-flex-preferred-size: 88%;
    flex-basis: 88%;
    padding-left: 30px;
    font-size: 14px;
}

.footer-box-content .footer-box-title {
    font-size: 30px;
}

.footer-top-box .inline-btn {
    font-size: 14px;
    width: 30px;
    height: 30px;
    background: #f7c355;
    display: inline-block;
    text-align: center;
    color: #004876;
    line-height: 31px;
    border-radius: 50%;
    position: absolute;
    right: 50px;
    top: 40px;
}

.footer-top-box.right .inline-btn {
    background: #004876;
    color: #fff;
}

.footer-top-box .inline-btn:hover,
.right .inline-btn:hover {
    color: #fff;
    background: #02C0F0;
}

.footer-top-box-area {
    -webkit-transform: translateY(80px);
    -ms-transform: translateY(80px);
    transform: translateY(80px);
}

.site-footer-2 .footer-widget .title::after {
    background: #4f6aff;
}

.site-footer-2 {
    color: #004976;
}

.site-footer-2 .footer-widget ul li a {
    color: #004976;
}

.site-footer-2 .footer-widget ul li a:hover {
    color: #02c0f0;
}

.site-footer-2 .footer-contact-info .box {
    background: #02c0f0;
}

.site-footer-2 .footer-contact-info .box h2 {
    color: #fff;
}

.site-footer-2 .footer-contact-info .box .icon {
    color: #000;
    opacity: 0.1;
}

.site-footer-2 .footer-contact-info .content a {
    color: #004976;
}

.site-footer-2 .footer-contact-info .content a:hover,
.site-footer-2 .footer-social-info .content a:hover {
    color: #02c0f0;
}

.site-footer-2 .footer-social-info .content a {
    color: #004976;
}

.site-footer-2 .footer-contact-info {
    border-color: #dde6f2;
}

.site-footer-2 .copyright {
    border-color: #dde6f2;
}

.site-footer-2 .social-links a {
    background: #fff;
    color: #004976;
}

.site-footer-2 .social-links a:hover {
    background: #09c1f0;
    color: #fff;
}

/* 17. Search css */

.nav-search {
    position: relative;
    display: block;
    color: inherit;
}

.nav-search:hover {
    color: inherit;
}

.search-wrap {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 121;
    background: rgba(0, 0, 0, 0.9);
}

.search-wrap .search-inner {
    position: relative;
    width: 100%;
    height: 100%;
}

.search-wrap .search-cell {
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.search-wrap .search-field-holder {
    width: 50%;
    margin: auto;
    position: relative;
    -webkit-animation: slideInUp 0.3s;
    animation: slideInUp 0.3s;
}

.search-wrap .main-search-input {
    width: 100%;
    height: 70px;
    border: 0;
    padding: 0 50px;
    text-transform: uppercase;
    background: transparent;
    font-size: 25px;
    color: #fff;
    border-bottom: 2px solid #898989;
    text-align: center;
    letter-spacing: 2px;
}

.search-wrap input.form-control,
.search-wrap input.form-control:focus {
    background-color: #fff;
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

input.main-search-input::-webkit-input-placeholder {
    color: #fff;
    font-size: 25px;
}

input.main-search-input:-moz-placeholder {
    color: #fff;
    opacity: 1;
    font-size: 25px;
}

input.main-search-input::-moz-placeholder {
    color: #fff;
    opacity: 1;
    font-size: 25px;
}

input.main-search-input:-ms-input-placeholder {
    color: #fff;
    font-size: 25px;
}

.search-close {
    position: absolute;
    top: 50px;
    right: 50px;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
}

.mobile-links li>a {
    padding: 15px 0 15px 15px;
    line-height: 20px;
    border-bottom: 1px solid #ebebeb;
    color: #7f7f7f;
    display: block;
}

.mobile-links li>a:hover {
    color: #b79d82;
}

/* 18. header-extra-info css */

.extra-info {
    background: #004876 none repeat scroll 0 0;
    height: 100%;
    padding: 30px;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    width: 350px;
    z-index: 999;
    overflow-y: scroll;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

.extra-info.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.close-icon {
    margin-top: -16px;
    text-align: right;
}

.close-icon>button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    cursor: pointer;
    font-size: 20px;
    padding: 0;
}

.close-icon>button i {
    color: #4f6aff;
}

.side-info {
    border-top: 1px solid #344159;
    padding-top: 25px;
}

.side-info .site-btn:hover {
    background: #4f6aff;
}

.side-info .site-btn:hover .icon {
    background: #004976;
}

.contact-list h4 {
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 20px;
}

.contact-list p {
    color: #fff;
    margin: 0;
    margin-bottom: 5px;
    line-height: 28px;
    font-size: 14px;
}

.contact-list p i {
    float: left;
    margin-top: 6px;
    width: 25px;
}

.contact-list p span {
    display: block;
    overflow: hidden;
}

.offcanvas-overly {
    position: fixed;
    background: #000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.offcanvas-overly.active {
    opacity: 0.5;
    visibility: visible;
}

.extra-info .site-logo-2 {
    width: 220px;
    text-align: center;
    margin-top: 20px;
}

/* 19. Cta css */

.cta-area {
    position: relative;
    background: #f8f8f8;
    z-index: 1;
}

.cta-area::after {
    width: 35%;
    right: 0;
    height: 100%;
    content: "";
    background: #00efda;
    position: absolute;
    top: 0;
    z-index: -1;
}

.cta-wrapper {
    background: #fff;
    padding-top: 115px;
    padding-bottom: 120px;
    -webkit-box-shadow: 0 16px 32px 0px #00497614;
    box-shadow: 0 16px 32px 0px #00497614;
    -webkit-transform: translateY(70px);
    -ms-transform: translateY(70px);
    transform: translateY(70px);
    position: relative;
}

.cta-form .form-group input,
.cta-form .form-group textarea {
    width: 100%;
    border-radius: 0;
    border: none;
    background: #f3f8ff;
    color: #004976;
    padding: 22px 40px;
    padding-right: 0;
}

.cta-form .form-group input::-webkit-input-placeholder,
.cta-form .form-group textarea::-webkit-input-placeholder {
    color: #004976;
    opacity: 1;
}

.cta-form .form-group input::-moz-placeholder,
.cta-form .form-group textarea::-moz-placeholder {
    color: #004976;
    opacity: 1;
}

.cta-form .form-group input:-ms-input-placeholder,
.cta-form .form-group textarea:-ms-input-placeholder {
    color: #004976;
    opacity: 1;
}

.cta-form .form-group input::-ms-input-placeholder,
.cta-form .form-group textarea::-ms-input-placeholder {
    color: #004976;
    opacity: 1;
}

.cta-form .form-group input::placeholder,
.cta-form .form-group textarea::placeholder {
    color: #004976;
    opacity: 1;
}

.cta-form .form-group {
    position: relative;
    margin-bottom: 0;
}

.cta-form .form-group label {
    position: absolute;
    right: 40px;
    top: 24px;
    color: #4f6aff;
    margin-bottom: 0;
    z-index: 2;
}

.cta-form .from-group-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.cta-form .from-group-wrapper .from-group {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

.cta-form .site-btn {
    width: 100%;
    border-radius: 0px;
    background: #f7c355;
    color: #004976;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 23px 30px;
}

.cta-form .site-btn:hover {
    background: #004976;
    color: #fff;
}

.cta-form .from-group-wrapper .form-group {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.form-group input[type=date]::-webkit-calendar-picker-indicator {
    width: 100%;
    color: #fff;
    right: 0;
    position: absolute;
    text-align: right;
    height: 100%;
    background: transparent;
}

.cta-form .from-group-wrapper .form-group:first-child {
    margin-right: 5px;
}

.cta-form .from-group-wrapper .form-group:last-child {
    margin-left: 5px;
}

.cta-form .form-group .nice-select {
    width: 100%;
    border: none;
    background: #f3f8ff;
    border-radius: 0px;
    padding-left: 40px;
    height: 70px;
    line-height: 70px;
}

.cta-form .form-group .nice-select .current {
    font-size: 16px;
}

.cta-form .form-group .nice-select:after {
    border: none;
    content: "\f063";
    font-family: "Font Awesome 5 Pro";
    margin-top: 0;
    -webkit-transform: translateY(00%);
    -ms-transform: translateY(00%);
    transform: translateY(00%);
    right: 40px;
    width: auto;
    display: inline-block;
    top: 1px;
    color: #4f6aff;
}

.cta-form .form-group .nice-select .list {
    width: 100%;
    border-radius: 0px;
}

.cta-thumb {
    position: absolute;
    bottom: 0;
    left: -200px;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

/* cta css 2 */

.cta-wrap {
    background: #fff;
    padding: 90px 80px;
    padding-left: 84px;
    -webkit-box-shadow: 0px 16px 32px 0px #00497613;
    box-shadow: 0px 16px 32px 0px #00497613;
    border-left: 4px solid #4f6aff;
    position: relative;
}

.cta-slider .single-cta-slide {
    height: 500px;
}

.cta-area-2::before {
    background-image: url(../images/bg/cta-1-bg-1.jpg);
    width: 65%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center center;
    position: absolute;
    content: "";
    height: 100%;
}

/* Cta css 3 */

.cta-area-3::before,
.cta-area-3::after {
    display: none;
}

/* 20. Pricing css */

.single-pricing-box {
    text-align: center;
    background: #fff;
    padding-top: 5px;
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.single-pricing-box ul {
    text-align: left;
    padding: 0 60px;
    padding-top: 50px;
    padding-bottom: 40px;
}

.single-pricing-box .pricing-icon {
    background: #4f6aff;
    width: 140px;
    height: 140px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.pricing-head {
    padding-top: 40px;
    font-size: 14px;
}

.pricing-head .sub-title {
    font-size: 18px;
    color: #4f6aff;
    margin-bottom: 25px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.pricing-head .price {
    font-size: 100px;
    line-height: 75px;
    margin-bottom: 0;
    display: inline-block;
    margin-bottom: 8px;
}

.pricing-head .price span {
    font-size: 16px;
    line-height: 16px;
}

.single-pricing-box ul li {
    font-size: 18px;
}

.single-pricing-box ul li i {
    color: #4f6aff;
    margin-right: 30px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.single-pricing-box ul li:not(:first-child) {
    margin-top: 12px;
}

.single-pricing-box .site-btn {
    border-radius: 0;
    border: none;
    background: #f3f8ff;
    padding: 18px 43px;
    margin-bottom: 60px;
}

.single-pricing-box .icon-wrap {
    background: #f8fcff;
    padding-bottom: 50px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.single-pricing-box::after,
.single-pricing-box::before {
    width: 51%;
    background: #004876;
    left: 0;
    top: 0;
    content: "";
    position: absolute;
    height: 100px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    z-index: 1;
}

.single-pricing-box::before {
    left: auto;
    right: 0;
    -webkit-clip-path: polygon(0 0, 100% 0, 0 99%);
    clip-path: polygon(0 0, 100% 0, 0 99%);
}

.single-pricing-box.active {
    background: #f7c355;
}

.single-pricing-box.active .pricing-icon {
    background: #fff;
}

.single-pricing-box.active .icon-wrap {
    background: #f1bc4b;
}

.single-pricing-box.active .pricing-head .sub-title {
    color: #004976;
}

.single-pricing-box.active .site-btn {
    background: #004976;
    color: #fff;
}

.single-pricing-box.active ul li i {
    color: #004976;
}

.single-pricing-box .pricing-icon .hover {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    width: 0;
}

.single-pricing-box.active .pricing-icon .default {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    width: 0;
}

.single-pricing-box.active .pricing-icon .hover {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    width: auto;
}

/* Pricing 2 css */

.single-pricing-box-2::after,
.single-pricing-box-2::before {
    background: #fff;
}

.single-pricing-box-2 .icon-wrap {
    background: #f8fcff;
}

.single-pricing-box-2 {
    background: #f3fafe;
}

/* 21. Team css */

.singel-team-box {
    background: #f7fbff;
    padding: 40px 35px;
    position: relative;
}

.singel-team-box::after,
.singel-team-box::before {
    content: "";
    left: 0;
    top: 110px;
    height: 58px;
    width: 4px;
    background: #4f6aff;
    position: absolute;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.singel-team-box::after {
    left: auto;
    right: 0px;
}

.singel-team-box:hover::after {
    top: 0;
}

.singel-team-box:hover::before {
    top: 0;
}

.singel-team-box .team-thumb img {
    border-radius: 50%;
}

.singel-team-box .social-links {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.singel-team-box .social-links a {
    background: #fff;
    color: #004976;
    -webkit-box-shadow: 0px 8px 16px 0px rgb(0, 73, 118, 0.1);
    box-shadow: 0px 8px 16px 0px rgb(0, 73, 118, 0.1);
}

.singel-team-box .social-links a:hover {
    background: #4f6aff;
    color: #fff;
}

.team-content .designation {
    font-size: 14px;
    color: #4f6aff;
}

.team-content .name {
    font-size: 22px;
    margin-bottom: 6px;
}

/* 22. Beradcrumb css */

.breadcrumb-area {
    z-index: 1;
}

.breadcrumb-area::before {
    z-index: -1;
    background: #00164a;
}

.breadcrumb-text .breadcrumb-title {
    font-size: 80px;
    color: #fff;
    letter-spacing: -4px;
}

.breadcrumb-text {
    color: #fff;
    font-size: 18px;
}

.breadcrumb-text span {
    font-weight: 700;
}

.breadcrumb-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.breadcrumb-nav li {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}

.breadcrumb-nav li a {
    color: #fff;
    font-weight: 400;
}

.breadcrumb-nav li:not(:last-child) {
    margin-right: 10px;
}

/* 23. Our mission css */

.single-mission-box {
    background: #f7fbff;
    padding: 60px 55px;
}

.single-mission-box .inline-btn {
    color: #4f6aff;
    font-weight: 700;
    display: inline-block;
}

.single-mission-box .inline-btn i {
    margin-left: 2px;
}

.single-mission-box .inline-btn:hover {
    color: #004876;
}

.single-mission-box.yellow .inline-btn {
    color: #004876;
}

.single-mission-box.yellow .inline-btn:hover {
    color: #4f6aff;
}

.single-mission-box.yellow {
    background: #fce023;
}

.single-mission-box.black {
    background: #004876;
    color: #fff;
}

.single-mission-box.black .inline-btn:hover {
    color: #FCE023;
}

.single-mission-box .mission-box-title {
    font-size: 30px;
    margin-bottom: 20px;
}

.mission-lists .list-icon {
    width: 40px;
    height: 40px;
    display: block;
    -webkit-box-shadow: 0px 8px 16px rgba(0, 186, 238, 0.1);
    box-shadow: 0px 8px 16px rgba(0, 186, 238, 0.1);
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    background: #fff;
    margin-right: 30px;
    color: #4f6aff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.mission-lists li:hover .list-icon {
    background: #4f6aff;
    color: #fff;
}

.mission-lists li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mission-lists li:not(:last-child) {
    margin-bottom: 10px;
}

.company-overview-area {
    position: relative;
}

.overview-shape {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-354px);
    -ms-transform: translateX(-354px);
    transform: translateX(-354px);
    top: 0;
}

.overview-wrap {
    position: relative;
    text-align: right;
}

.overview-wrap img {
    border-radius: 50%;
}

.overview-thumb-2 {
    position: absolute;
    top: 0;
    z-index: 2;
}

.overview-thumb-3 {
    position: absolute;
    bottom: 10%;
    left: 22%;
}

.overview-thumb-3::before {
    border-radius: 50%;
}

.overview-thumb-3 .video-inline {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    color: #fce024;
    font-size: 20px;
}

.overview-thumb-3 .video-inline:hover {
    color: #4f6aff;
}

/* 24. Portfolio css */

.portfolio-filter button {
    background: transparent;
    border: none;
    color: #fff;
    font-weight: 700;
    padding: 38px 25px;
    position: relative;
}

.portfolio-filter {
    background: #004876;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.portfolio-filter button::after {
    top: 0px;
    left: 100%;
    content: "";
    position: absolute;
    background: #fce023;
    height: 4px;
    width: 0%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.portfolio-filter button.active,
.portfolio-filter button:hover {
    color: #fce023;
}

.portfolio-filter button:hover::after,
.portfolio-filter button.active::after {
    left: 0;
    opacity: 1;
    visibility: visible;
    width: 100%;
    -webkit-transition: width 0.4s ease;
    -o-transition: width 0.4s ease;
    transition: width 0.4s ease;
}

.portfolio-filter::after {
    height: 20px;
    width: calc(100% - 40px);
    background: #fce023;
    position: absolute;
    left: 50%;
    bottom: -20px;
    content: "";
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.portfolio-item .portfolio-image::before {
    background: #004876;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.portfolio-image img {
    width: 100%;
}

.portfolio-item .portfolio-caption {
    position: absolute;
    width: 100%;
    z-index: 2;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 14px;
    color: #fce024;
    bottom: -15px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.portfolio-item {
    position: relative;
}

.portfolio-item .portfolio-caption h4 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 0;
    margin-top: 6px;
    color: #fff;
}

.portfolio-item:hover .portfolio-caption {
    opacity: 1;
    visibility: visible;
    bottom: 0;
}

.portfolio-item:hover .portfolio-image::before {
    opacity: 0.9;
    visibility: visible;
}

/* 25. Feature css */

.feature-area {
    position: relative;
    z-index: 1;
}

.feature-area::after {
    background-image: url(../images/shapes/feature-shape.png);
    bottom: 0;
    content: "";
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    z-index: -1;
}

.singel-feature-box .feature-icon {
    background: #fff;
    width: 120px;
    height: 120px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 35px;
    -webkit-box-shadow: 0px 12px 24px 0px rgba(92, 130, 143, 0.06);
    box-shadow: 0px 12px 24px 0px rgba(92, 130, 143, 0.06);
}

.singel-feature-box .inline-btn {
    display: inline-block;
    color: #004976;
    font-weight: 700;
    font-size: 14px;
}

.singel-feature-box .inline-btn:hover {
    color: #02c0f0;
}

.singel-feature-box .inline-btn i {
    margin-right: 2px;
}

.feature-content {
    font-size: 14px;
}

.singel-feature-box {
    padding: 0px 25px;
}

.singel-feature-box .feture-title {
    font-size: 24px;
}

/* Feature css 2 */

.feature-area-2:after {
    display: none;
}

.singel-feature-box-2 p a {
    color: #004976;
}

.singel-feature-box-2 .inline-btn {
    color: #4f6aff;
}

.singel-feature-box-2 .inline-btn:hover {
    color: #004976;
}

/* 26. Contact css */

/* Custom: homepage welcome area */
.welcome-area {
    min-height: 430px;
    background: linear-gradient(135deg, #4b67fe 0%, #7187ff 100%);
    color: #fff;
    display: flex;
    align-items: center;
    padding: 60px 0;
}

.welcome-area::after {
    display: none;
}

.welcome-area .welcome-title {
    font-size: 42px;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 18px;
    font-style: italic;
    font-family: "Poppins", sans-serif;
}

.welcome-area .welcome-content p {
    color: rgba(255, 255, 255, 0.92);
    margin-top: 14px;
}

.welcome-feature-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 40px 60px;
    justify-items: center;
}

.welcome-feature-item {
    text-align: center;
}

.welcome-feature-icon {
    width: 92px;
    height: 92px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 0;
    margin: 0 auto 14px;
}

.welcome-feature-icon i {
    font-size: 64px;
    color: #fff;
}

.welcome-feature-label {
    font-weight: 700;
    color: #fff;
    font-size: 18px;
}

.contact-wrap {
    background: #fff;
    -webkit-box-shadow: 0px 16px 32px 0px rgb(0, 73, 118, 0.06);
    box-shadow: 0px 16px 32px 0px rgb(0, 73, 118, 0.06);
}

#contact-map {
    height: 100%;
}

/* 27. Faq css */

.accordion.faqs .card .card-header {
    background: #fff;
    padding: 0;
    margin-bottom: 0px;
    border-radius: 0px;
    border: none;
}

.accordion.faqs .card {
    margin-bottom: 20px;
    border-radius: 0px;
    border: 2px solid #f3f5f8;
}

.accordion.faqs .card:last-child {
    margin-bottom: 0;
}

.accordion.faqs .card .card-header .btn-link {
    padding: 25px 40px;
    background: #fff;
    font-size: 18px;
    font-weight: 700;
    color: #004976;
    width: 100%;
    display: block;
    text-align: left;
    position: relative;
    border-radius: 0px;
    position: relative;
    text-decoration: none;
    border: none;
    padding-right: 95px;
}

.accordion.faqs .card .card-header .btn-link::after {
    right: 40px;
    content: "\f067";
    font-family: "Font Awesome 5 Pro";
    height: 50px;
    width: 50px;
    text-align: center;
    top: 50%;
    font-size: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    position: absolute;
    line-height: 51px;
    color: #004976;
    background: #fce023;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.accordion.faqs .card .card-header .btn-link::after {
    right: 40px;
    content: "\f067";
    font-family: "Font Awesome 5 Pro";
    height: 50px;
    width: 50px;
    text-align: center;
    top: 50%;
    font-size: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    position: absolute;
}

.accordion.faqs .card .card-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 30px;
    padding-bottom: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.accordion.faqs .card .card-body .content {
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
    font-size: 16px;
    line-height: 24px;
    padding-left: 30px;
}

.accordion.faqs .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 2px solid #f3f5f8;
}

.contact-widget .section-heading-2 .section-title {
    font-size: 30px;
}

.contact-widget .cta-form textarea {
    min-height: 140px;
}

.contact-widget .cta-form .site-btn {
    margin-top: -5px;
}

/* 28. Offer css */

.singel-offer-thumb {
    position: relative;
}

.singel-offer-thumb img {
    width: 100%;
}

.singel-offer-thumb .offer-tag {
    position: absolute;
    top: 20px;
    z-index: 2;
    left: 20px;
    background: #00efda;
    display: inline-block;
    font-weight: 700;
    font-size: 18px;
    padding: 11px 30px;
    border-radius: 40px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.singel-offer-thumb:hover .offer-tag {
    background: #F7C355;
    color: #fff;
}

.singel-offer-thumb .offer-tag.right {
    left: auto;
    right: 20px;
}

.singel-offer-content .offer-title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 14px;
}

.offer-title a {
    color: #004976;
    display: block;
}

.offer-title a:hover {
    color: #4f6aff;
}

.singel-offer-content {
    padding: 34px 30px;
}

.offer-boxs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.offer-boxs .singel-offer-box {
    -ms-flex-preferred-size: 110px;
    flex-basis: 110px;
    min-height: 110px;
    background: #f3f8ff;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #004976;
    font-weight: 700;
    border-radius: 15px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.offer-icon {
    font-size: 30px;
    color: #4f6aff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.offer-boxs .singel-offer-box.yellow {
    margin-left: 20px;
    background: #f7c355;
}

.singel-offer-box.yellow .offer-icon {
    color: #004876;
}

.singel-offer-box:hover,
.singel-offer-box.yellow:hover {
    background: #00EFDA;
    color: #ffff;
}

.singel-offer-box:hover .offer-icon {
    color: #fff;
}

/* 29. Counter css */

.counter-area::before {
    background: #000;
}

.counter-area .container-fluid {
    padding: 0px;
}

.counter-area .pb-120 {
    padding-bottom: 120px;
}

.single-counter-box {
    padding: 90px 80px;
    background: #fff;
    position: relative;
    z-index: 1;
}

.counter-content-top .plus {
    font-size: 18px;
}

.counter-content-top .big {
    font-size: 80px;
}

.counter-content-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
}

.counter-content-top .conter-title {
    margin-right: 20px;
    font-size: 18px;
    letter-spacing: -2px;
}

.single-counter-box.yellow {
    background: #f7c355;
}

.counter-area .video-link {
    left: 20%;
    position: absolute;
    z-index: 2;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.counter-area .video-play-wrap,
.counter-area .video-play {
    width: 170px;
    height: 170px;
}

.counter-area .video-play {
    font-size: 24px;
    line-height: 175px;
}

.counter-area .wave-pulse:before,
.counter-area .wave-pulse:after {
    height: 350px;
    width: 350px;
}

/* 30. blog page css */

.postbox-2 {
    height: auto;
}

.postbox-2 .post-cat {
    position: inherit;
    top: 0;
    left: 0;
    color: #004976;
    background: #fce023;
    padding: 5px 31px;
}

.postbox-2 .postbox_text {
    border: 2px solid #ededed;
    padding-left: 50px;
    padding-bottom: 50px;
    padding-right: 40px;
}

.postbox-2 .blog-title {
    font-size: 38px;
    line-height: 42px;
}

.postbox-2 .post-meta {
    font-size: 14px;
    font-weight: 400;
}

.postbox-2 .post-meta span {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.postbox-2 .post-meta a {
    font-weight: 400;
    color: #004976;
}

.postbox-2 .post-meta a i {
    color: #004976;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.postbox-2 .post-meta a:hover,
.postbox-2 .post-meta span:hover,
.postbox-2 .postbox_text .blog-title a:hover,
.postbox-2 .post-meta a:hover i {
    color: #4f6aff;
}

.postbox-2 .post-meta span:not(:last-child) {
    margin-right: 30px;
}

.postbox-2 .post-text {
    font-size: 16px;
}

.postbox-2 .post-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.postbox-2 .post-bottom .inline-btn {
    font-weight: 700;
    color: #4f6aff;
}

.postbox-2 .post-bottom .inline-btn:hover {
    color: #004976;
}

.postbox-2 .post-bottom .inline-btn i {
    margin-right: 2px;
}

.postbox-2 .post-bottom .authore-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
}

.postbox-2 .post-bottom .authore-name img {
    margin-right: 15px;
    border-radius: 50%;
}

.postbox-2 .postbox_thumb {
    position: relative;
}

.format-video .video-link {
    left: 50%;
    top: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

}

.format-video .video-play {
    background: #fce023;
}

.post_gallery .owl-nav div {
    font-size: 30px;
    display: inline-block;
    position: absolute;
    left: 40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
}

.post_gallery .owl-nav div.owl-next {
    left: auto;
    right: 40px;
}

.postbox-2.format-quote {
    background: #fce135;
    position: relative;
    z-index: 1;
    padding: 50px;
    padding-left: 155px;
}

.postbox-2.format-quote .quote-icon {
    left: -108px;
    top: 10px;
}

.postbox-2.format-quote::after {
    background-image: url(../images/news/blockquote-patter.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    height: 100%;
    left: 0;
    width: 100%;
    top: 0;
    content: "";
    z-index: -1;
}

.quote-icon {
    position: absolute;
    top: 55px;
    left: 50px;
}

.postbox-2.format-overlay {
    z-index: 1;
}

.postbox-2.format-overlay::before {
    background: #fff;
    z-index: -1;
}

/* Paginnation css */

.basic-pagination ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.basic-pagination a {
    display: block;
    height: 50px;
    width: 50px;
    border: 2px solid #ededed;
    line-height: 50px;
    text-align: center;
    color: #152440;
    font-weight: 500;
    border-radius: 50%;
}

.basic-pagination li:not(:last-child) a {
    margin-right: 10px;
}

.basic-pagination a:hover {
    color: #fff;
    background: #fce023;
    border-color: transparent;
}

/* Widget css */

.sidebar-wrap .widget {
    padding: 40px 38px;
    border: 2px solid #ededed;
}

.widget .widget-title {
    position: relative;
    display: inline-block;
    font-size: 20px;
    padding-left: 30px;
    margin-bottom: 0;
}

.widget .widget-title::after {
    left: 0px;
    height: 20px;
    width: 2px;
    background: #4f6aff;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
}

.widget .about-me img {
    border-radius: 50%;
}

.widget .about-me h4 {
    font-size: 18px;
    margin-bottom: 15px;
}

.widget-social-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.widget-social-icon a {
    font-size: 14px;
    color: #b3bed3;
}

.widget-social-icon a:hover {
    color: #4f6aff;
}

.widget-social-icon a:not(:last-child) {
    margin-right: 20px;
}

.sidebar-search-form {
    position: relative;
}

.sidebar-search-form input {
    width: 100%;
    font-size: 12px;
    background: #f6f4ff;
    color: #fff;
    border: none;
    border-radius: 40px;
    padding: 21px 30px;
}

.sidebar-search-form input::-webkit-input-placeholder {
    font-size: 12px;
    color: #004976;
    opacity: 1;
}

.sidebar-search-form input::-moz-placeholder {
    font-size: 12px;
    color: #004976;
    opacity: 1;
}

.sidebar-search-form input:-ms-input-placeholder {
    font-size: 12px;
    color: #004976;
    opacity: 1;
}

.sidebar-search-form input::-ms-input-placeholder {
    font-size: 12px;
    color: #004976;
    opacity: 1;
}

.sidebar-search-form input::placeholder {
    font-size: 12px;
    color: #004976;
    opacity: 1;
}

.sidebar-search-form button {
    border: none;
    position: absolute;
    right: 0;
    background: #fce023;
    color: #004976;
    font-size: 14px;
    width: 60px;
    height: 60px;
    line-height: 63px;
    border-radius: 50%;
}

.sidebar-search-form button:hover {
    background: #004976;
    color: #fff;
}

.sidebar-search-form {
    position: relative;
}

.sidebar-search-form input {
    width: 100%;
    font-size: 12px;
    background: #f6f4ff;
    color: #fff;
    border: none;
    border-radius: 40px;
    padding: 21px 30px;
}

.sidebar-search-form input::-webkit-input-placeholder {
    font-size: 12px;
    color: #004976;
}

.sidebar-search-form input::-moz-placeholder {
    font-size: 12px;
    color: #004976;
}

.sidebar-search-form input:-ms-input-placeholder {
    font-size: 12px;
    color: #004976;
}

.sidebar-search-form input::-ms-input-placeholder {
    font-size: 12px;
    color: #004976;
}

.sidebar-search-form input::placeholder {
    font-size: 12px;
    color: #004976;
    opacity: 1;
}

.sidebar-search-form button {
    border: none;
    position: absolute;
    right: 0;
    background: #fce023;
    color: #004976;
    font-size: 14px;
    width: 60px;
    height: 60px;
    line-height: 63px;
    border-radius: 50%;
}

.sidebar-search-form button:hover {
    background: #004976;
    color: #fff;
}

.recent-posts li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.recent-posts .widget-posts-title a {
    color: #004976;
    line-height: 22px;
}

.widget-posts-body {
    padding-left: 20px;
    -ms-flex-preferred-size: 72%;
    flex-basis: 72%;
}

.recent-posts li:not(:last-child),
.twitter-feeds li:not(:last-child) {
    margin-bottom: 30px;
    border-bottom: 1px solid #e1e6ff;
    padding-bottom: 30px;
}

.recent-posts .widget-posts-title a:hover {
    color: #4f6aff;
}

.widget .cat a {
    display: block;
    color: #004976;
    font-weight: 700;
    background: #edf5ff;
    padding: 15px 30px;
    padding-right: 0;
    border-radius: 40px;
    font-size: 14px;
}

.widget .cat li:not(:last-child) {
    margin-bottom: 10px;
}

.widget .cat span {
    background: #cddbeb;
    width: 50px;
    text-align: center;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 50px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.widget .cat li {
    position: relative;
}

.widget .cat a:hover {
    background: #fce023;
}

.widget .cat a:hover span {
    background: #d5be23;
}

.widget .social-links a {
    background: #d9e7ff;
    color: #002e44;
    font-size: 14px;
}

.widget .social-links a:hover {
    background: #fce023;
    color: #004876;
}

.twitter-feeds li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.t-feed-icon {
    margin-right: 20px;
    font-size: 14px;
    color: #4f6aff;
    margin-top: 3px;
}

.t-feed-meta {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 10px;
}

.widget-posts-meta {
    font-size: 14px;
}

#Instafeed {
    margin: 0 -5px;
    overflow: hidden;
}

#Instafeed li {
    width: 33.33%;
    float: left;
    padding: 0 5px;
    margin-bottom: 10px;
}

#Instafeed li img {
    width: 100%;
}

.tag .boxed {
    font-size: 12px;
    background: #f4f4f4;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #004976;
    text-transform: uppercase;
    padding: 6px 21px;
}

.tag .boxed {
    margin-top: 10px;
}

.widget .tag {
    margin-top: -10px;
}

.tag .boxed:not(:last-child) {
    margin-right: 5px;
}

.tag .boxed:hover {
    background: #f7c355;
    color: #004876;
}

.widget.ad-widget {
    border: none;
    padding: 0;
    position: relative;
}

.ad-widget img {
    width: 100%;
}

.ad-widget-text {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    background: #f7c355;
    text-align: center;
    padding: 19px 15px;
    text-transform: uppercase;
    width: calc(100% - 135px);
}

.ad-widget-text span {
    font-size: 16px;
    display: block;
    text-align: center;
    margin-bottom: 8px;
}

/* blog details css */

.blog-post-tag span {
    font-size: 20px;
    font-weight: 600;
    display: block;
    margin-bottom: 17px;
    color: #004876;
}

.blog-post-tag a {
    color: #004976;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    border: 2px solid #eaedff;
    padding: 4px 24px;
    margin-right: 10px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
    border-radius: 40px;
}

.blog-post-tag a::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: -1;
}

.blog-post-tag a:hover::after {
    opacity: 1;
    visibility: visible;
}

.blog-post-tag a:hover {
    color: #004976;
    background: #f7c355;
    border-color: transparent;
}

.blog-post-tag a:last-child {
    margin-right: 0;
}

.blog-share-icon span {
    font-size: 20px;
    font-weight: 600;
    color: #004876;
    display: block;
    margin-bottom: 17px;
}

.blog-share-icon a {
    color: #b5becc;
    font-size: 18px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin-right: 22px;
}

.blog-share-icon a:hover {
    color: #02c0f0;
}

.blog-share-icon a:last-child {
    margin-right: 0;
}

.blog-details-border {
    border-top: 1px solid #eaedff;
    border-bottom: 1px solid #eaedff;
    padding-top: 33px;
    padding-bottom: 23px;
    margin-bottom: 42px;
}

.author {
    padding: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 2px solid #e1e6ff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.author-text h3 {
    font-size: 36px;
    margin-bottom: 15px;
    font-weight: 700;
}

.author-text p {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 28px;
}

.author-icon {
    margin-top: 6px;
    margin-bottom: 25px;
}

.author-text {
    -ms-flex-preferred-size: 69%;
    flex-basis: 69%;
    padding-left: 40px;
}

.author-text span {
    color: #02c0f0;
    font-size: 12px;
}

.post-comments {
    border-bottom: 1px solid #eaedff;
    margin-bottom: 42px;
    padding-bottom: 46px;
}

.blog-coment-title h2 {
    font-size: 26px;
    margin-bottom: 0;
}

.comments-avatar {
    float: left;
}

.comments-avatar img {
    width: 100px !important;
    margin-right: 30px;
    border-radius: 50%;
}

.latest-comments li:first-child .comments-box {
    border-top: 0;
    padding-top: 0;
}

.latest-comments li:last-child .comments-box {
    border-bottom: 0;
    padding-bottom: 0;
}

.latest-comments li.children {
    margin-left: 100px;
}

.comments-box {
    border-top: 1px solid #eaedff;
    padding: 30px 0;
}

.comments-text {
    overflow: hidden;
    padding-top: 4px;
}

.comments-text p {
    margin-bottom: 0;
    margin-top: 8px;
}

.avatar-name h5 {
    font-size: 18px;
    margin-bottom: 7px;
    font-weight: 700;
}

.avatar-name span {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 2px;
    color: #02c0f0;
}

.avatar-name {
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}

.reply {
    color: #004976;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    line-height: 1;
    position: absolute;
    right: 0;
    margin-top: 0;
    padding: 10px 20px;
    border: 2px solid #f4f4ff;
    top: 0;
    border-radius: 40px;
}

.reply:hover {
    color: #fff;
    background: #004976;
    border-color: transparent;
}

.reply i {
    margin-right: 5px;
}

.post-comments-title {
    margin-bottom: 39px;
}

.post-comments-title h2 {
    font-size: 26px;
    color: #004876;
    margin-bottom: 0;
    font-weight: 700;
}

.conatct-post-form {
    background: #f3f8ff;
    padding: 50px;
}

.conatct-post-form input {
    border: none;
    height: 60px;
    margin-bottom: 30px;
    padding: 0 30px;
    width: 100%;
    font-size: 14px;
    color: #a7a7c1;
    border-radius: 0px;
}

.conatct-post-form textarea {
    border: none;
    height: 150px;
    margin-bottom: 20px;
    padding: 30px;
    width: 100%;
    color: #a7a7c1;
    font-size: 14px;
}

.conatct-post-form .site-btn i {
    font-size: 14px;
    margin-right: 2px;
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
}

.conatct-post-form .site-btn {
    padding: 18px 57px;
}

.contact-icon {
    position: relative;
}

.contact-icon::after {
    position: absolute;
    content: "";
    font-family: "Font Awesome 5 Pro";
    font-weight: 700;
    display: inline-block;
    font-size: 16px;
    text-align: center;
    right: 30px;
    color: #02c0f0;
    top: 18px;
    font-weight: 300;
}

.conatct-post-form .site-btn {
    border: none;
}

.conatct-post-form .contact-icon::before {
    display: none;
}

.contacts-message::after {
    content: "\f303";
}

.contacts-name::after {
    content: "\f007";
}

.contacts-email::after {
    content: "\f0e0";
}

.contacts-website::after {
    content: "\f0ac";
}

.navigation-border {
    border-top: 2px solid #f7f7f7;
    overflow: hidden;
}

.navigation-border {
    border-top: 2px solid #f7f7f7;
    overflow: hidden;
}

.bakix-navigation span {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
}

.bakix-navigation span a:hover {
    color: #02c0f0;
}

.bakix-navigation h4 {
    font-size: 24px;
    margin: 0;
    font-weight: 700;
}

.bakix-navigation a {
    color: #004876;
}

.bakix-navigation h4 a:hover {
    color: #02c0f0;
}

.singel-post .postbox_text {
    padding: 0;
    border: none;
}

.postbox.singel-post {
    padding: 50px;
    border: 2px solid #ededed;
}

.releted-post .postbox:hover .postbox-thumb img {
    -webkit-transform: scale(1.1) !important;
    -ms-transform: scale(1.1) !important;
    transform: scale(1.1) !important;
}

.postbox.singel-post:hover .postbox-thumb img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.postbox.singel-post:hover .postbox-text {
    border-color: #ededed;
}

.releted-post .postbox:hover .postbox-text {
    border-color: transparent;
}

.releted-post .blog-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
}

.releted-post .post-meta a,
.releted-post .post-meta a i {
    color: #02c0f0;
}

.releted-post-heading {
    font-size: 26px;
}

.singel-post blockquote {
    position: relative;
    background: #f3f5ff;
    padding: 60px 65px;
    font-size: 28px;
    text-align: center;
    font-weight: 700;
    z-index: 1;
    padding-top: 40px;
}

.singel-post blockquote span {
    font-weight: 700;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 15px;
    color: #02c0f0;
}

.singel-post blockquote .quote-icon {
    left: auto;
    right: 40px;
    z-index: -1;
    top: 35px;
}

.singel-post blockquote p {
    line-height: 38px;
}

.inner-content ul {
    padding-left: 30px;
}

.inner-content ul li:not(:last-child) {
    margin-bottom: 10px;
}

.inner-content ul i {
    margin-right: 10px;
}

/* 31. Team details page css */

.team-details-box .section-title {
    margin-bottom: 25px;
}

.team-details-box p {
    line-height: 32px;
}

.team-contact-infos span {
    font-weight: 700;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
}

.team-contact-infos li:not(:last-child) {
    margin-bottom: 10px;
}

.team-contact-infos li {
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.team-contact-infos li a {
    color: #004976;
}

.team-details-box .social-links a {
    width: 60px;
    height: 60px;
    line-height: 61px;
}

.social-links a.fb {
    background: #4b6ea9;
}

.social-links a.tw {
    background: #65bbf1;
}

.social-links a.db {
    background: #f0669b;
}

.social-links a.bh {
    background: #004371;
}

.social-links a.yt {
    background: #d93628;
}

.cta-wrapper-2 {
    -webkit-box-shadow: 0px 16px 32px 0px rgb(0, 73, 118, 0.06);
    box-shadow: 0px 16px 32px 0px rgb(0, 73, 118, 0.06);
    padding: 0;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

/* 32. Skill css */

.skill-boxs {
    overflow: hidden;
}

.skill-boxs h4 {
    font-size: 16px;
}

.skill-boxs .bar-title {
    margin-bottom: 20px;
    background: transparent;
}

.single-skill span {
    margin-top: -65px;
    font-size: 16px;
    color: #4f6aff;
    font-weight: 700;
    z-index: 2;
    width: 100%;
    text-align: right;
}

.single-skill {
    position: relative;
}

.single-skill .progress {
    background: #deebf5;
    height: 10px;
    border-radius: 0px;
    text-align: right;
    overflow: visible;
}

.single-skill .progress-bar {
    background: #004976;
    overflow: visible !important;
}

.service-content-inner span {
    font-size: 80px;
    font-weight: 700;
    background: #f7c355;
    display: inline-block;
    line-height: 100px;
    padding: 0px 29px;
    margin-right: 20px;
}

.service-content-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.service-lists-wrap {
    background: #f3f8ff;
    padding: 50px;
    padding-left: 55px;
    border-left: 5px solid #f7c355;
}

.service-lists .single-item span {
    font-size: 18px;
    font-weight: 700;
}

.service-lists .single-item .icon {
    width: 50px;
    height: 50px;
    background: #f7c355;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    margin-right: 15px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.service-lists .single-item:hover .icon {
    background: #02C0F0;
    color: #fff;
}

.service-inner-video {
    position: relative;
}

.service-inner-video .video-link {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.service-inner-video .video-play-wrap,
.service-inner-video .video-play {
    width: 120px;
    height: 120px;
}

.service-inner-video .video-play {
    font-size: 20px;
    line-height: 125px;
}

.service-inner-video .wave-pulse:before,
.service-inner-video .wave-pulse:after {
    height: 250px;
    width: 250px;
}

blockquote {
    position: relative;
}

.service-nav {
    border: 2px solid #f1f1f1;
    padding: 38px;
    padding-bottom: 8px;
}

.service-details-wrap .blockquote {
    padding: 60px;
}

.service-details-wrap blockquote {
    padding: 60px;
    font-size: 28px;
    font-weight: 700;
    background: #f7c355;
    z-index: 1;
}

.service-details-wrap blockquote p {
    line-height: 38px;
}

.service-details-wrap blockquote .name {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 0;
}

.service-details-wrap blockquote .designation {
    font-size: 14px;
}

.service-details-wrap blockquote .quote-icon {
    right: 30px;
    left: auto;
    top: 40px;
    z-index: -1;
}

#scrollUp {
    background: #4f6aff;
    height: 50px;
    width: 50px;
    right: 50px;
    bottom: 77px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
    line-height: 48px;
}

/* 33. Preloader */

.ctn-preloader {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: default;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9000;
}

.ctn-preloader .animation-preloader {
    z-index: 1000;
}

.ctn-preloader .animation-preloader .spinner {
    -webkit-animation: spinner 1s infinite linear;
    animation: spinner 1s infinite linear;
    border-radius: 50%;
    border: 3px solid rgba(0, 0, 0, 0.2);
    border-top-color: #048ec5;
    height: 150px;
    margin: 0 auto 3.5em auto;
    width: 150px;
}

.ctn-preloader .animation-preloader .txt-loading {
    font: bold 5em "Roboto", sans-serif;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading {
    color: rgb(113, 135, 255);
    position: relative;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:before {
    -webkit-animation: letters-loading 4s infinite;
    animation: letters-loading 4s infinite;
    color: #4f6aff;
    content: attr(data-text-preloader);
    left: 0;
    opacity: 0;
    font-family: "Roboto", sans-serif;
    position: absolute;
    top: -3px;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
}

.ctn-preloader.dark .animation-preloader .spinner {
    border-color: rgba(255, 255, 255, 0.2);
    border-top-color: #fff;
}

.ctn-preloader.dark .animation-preloader .txt-loading .letters-loading {
    color: rgba(255, 255, 255, 0.2);
}

.ctn-preloader.dark .animation-preloader .txt-loading .letters-loading:before {
    color: #fff;
}

.ctn-preloader p {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 8px;
    color: #3b3b3b;
}

.ctn-preloader .loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    z-index: 1;
    pointer-events: none;
}

.ctn-preloader .loader .row {
    height: 100%;
}

.ctn-preloader .loader .loader-section {
    padding: 0px;
}

.ctn-preloader .loader .loader-section .bg {
    background-color: #ffffff;
    height: 100%;
    left: 0;
    width: 100%;
    -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}

.ctn-preloader .loader.dark_bg .loader-section .bg {
    background: #111339;
}

.ctn-preloader.loaded .animation-preloader {
    opacity: 0;
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

.ctn-preloader.loaded .loader-section .bg {
    width: 0;
}

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

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

@-webkit-keyframes letters-loading {

    0%,
    75%,
    100% {
        opacity: 0;
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg);
    }

    25%,
    50% {
        opacity: 1;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
}

@keyframes letters-loading {

    0%,
    75%,
    100% {
        opacity: 0;
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg);
    }

    25%,
    50% {
        opacity: 1;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
}

@media screen and (max-width: 767px) {
    .ctn-preloader .animation-preloader .spinner {
        height: 8em;
        width: 8em;
    }

    .ctn-preloader .animation-preloader .txt-loading {
        font: bold 3.5em "Roboto", sans-serif;
    }
}

@media screen and (max-width: 500px) {
    .ctn-preloader .animation-preloader .spinner {
        height: 7em;
        width: 7em;
    }

    .ctn-preloader .animation-preloader .txt-loading {
        font: bold 2em "Roboto", sans-serif;
    }
}


/*----------------------------------------*/
/* 6.2 Mobile css
/*----------------------------------------*/

.tp-offcanvas-menu {
    margin-bottom: 40px;
}

.tp-offcanvas-menu ul {
    list-style: none;
}

.tp-offcanvas-menu ul li {
    position: relative !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-offcanvas-menu ul li a i {
        display: none;
    }
}

.tp-offcanvas-menu ul li>a {
    padding: 8px 0;
    display: block;
    font-size: 15px;
    font-weight: 500;
    color: #000000;
}

.tp-offcanvas-menu ul li>a>span {
    display: none;
}

.tp-offcanvas-menu ul li:not(:last-child)>a {
    border-bottom: 1px solid rgba(1, 15, 28, 0.1);
}

.tp-offcanvas-menu ul li .tp-megamenu-list ul li a {
    border-bottom: 1px solid rgba(1, 15, 28, 0.1);
}

.tp-offcanvas-menu ul li:hover>a {
    color: #000000;
}

.tp-offcanvas-menu ul li.active>a {
    color: #000000;
}

.tp-offcanvas-menu ul li.active>.tp-menu-close {
    color: #fff;
}

.tp-offcanvas-menu ul li.active>.tp-menu-close i {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.tp-offcanvas-menu ul li .tp-submenu {
    display: none;
    padding-left: 20px;
}

.tp-offcanvas-menu ul li .tp-mega-menu {
    display: none;
    padding-left: 0;
    margin-top: -1px;
}

.tp-offcanvas-menu .homemenu-title {
    margin-bottom: 25px;
}

.tp-offcanvas-style-2 .tp-offcanvas-menu ul li:hover>a {
    color: #000000;
}

.tp-offcanvas-style-2 .tp-offcanvas-menu ul li.active>a {
    color: #000000;
}

.tp-offcanvas-style-2 .tp-offcanvas-menu ul li.active>.tp-menu-close {
    color: #fff;
    background: #000000;
    border-color: #000000;
}

.tp-menu-close {
    position: absolute;
    right: 0;
    top: 4px;
    height: 30px;
    width: 30px;
    font-size: 18px;
    line-height: 15px;
    text-align: center;
    border: 1px solid rgba(1, 15, 28, 0.12);
    background: no-repeat;
}

.tp-menu-close i {
    transition: all 0.3s;
}

/*----------------------------------------*/
/* 6.3 offcanvas css
  /*----------------------------------------*/

.body-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    transition: 0.45s ease-in-out;
    background: rgba(24, 24, 24, 0.4);
}

.body-overlay.opened {
    opacity: 1;
    visibility: visible;
}

.tp-offcanvas-logo {
    width: 150px;
}

.tp-offcanvas-logo img {
    width: 100%;
}

.tp-offcanvas-area {
    position: fixed;
    top: 0;
    right: 0;
    width: 450px;
    height: 100%;
    z-index: 99;
    z-index: 99999;
    padding: 50px 50px;
    overflow-y: scroll;
    overflow-x: hidden;
    scrollbar-width: none;
    transition: all .4s ease;
    background: #FFF;
    overscroll-behavior-y: contain;
    -webkit-transform: translateX(calc(100% + 80px));
    -moz-transform: translateX(calc(100% + 80px));
    -ms-transform: translateX(calc(100% + 80px));
    -o-transform: translateX(calc(100% + 80px));
    transform: translateX(calc(100% + 80px));
}

.tp-offcanvas-area.opened {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

/* Offcanvas Wrapper Styles */
.tp-offcanvas-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

/* Offcanvas Top Section */
.tp-offcanvas-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.tp-offcanvas-logo {
    width: 150px;
}

.tp-offcanvas-logo img {
    width: 100%;
}

.tp-offcanvas-close {
    display: flex;
    align-items: center;
    justify-content: center;
}

.tp-offcanvas-close-btn {
    background: none;
    border: none;
    outline: 0;
    cursor: pointer;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.tp-offcanvas-close-btn:hover {
    opacity: 0.7;
}

.tp-offcanvas-close-btn svg {
    width: 28px;
    height: 28px;
    color: #000000;
    transition: all 0.3s ease;
}

.tp-offcanvas-close-btn:hover svg {
    color: #4f6aff;
}

/* Offcanvas Main Content */
.tp-offcanvas-main {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 10px;
}

/* Offcanvas Content */
.tp-offcanvas-content {
    margin-bottom: 45px;
}

.tp-offcanvas-title {
    font-size: 28px;
    line-height: 1.3;
    letter-spacing: -0.5px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #000000;
}

.tp-offcanvas-title.sm {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #000000;
}

.tp-offcanvas-content p {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    color: #666666;
    margin: 0;
}

/* Offcanvas Menu */
.tp-offcanvas-menu {
    margin-bottom: 45px;
}

.tp-offcanvas-menu nav {
    display: flex;
    flex-direction: column;
}

.tp-offcanvas-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tp-offcanvas-menu ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.tp-offcanvas-menu ul li a {
    display: block;
    padding: 12px 0;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    transition: all 0.3s ease;
    text-decoration: none;
}

.tp-offcanvas-menu ul li a:hover {
    color: #4f6aff;
    padding-left: 8px;
}

.tp-offcanvas-menu ul li.active>a {
    color: #4f6aff;
    font-weight: 600;
}

.tp-offcanvas-menu ul li .tp-submenu {
    display: none;
    padding-left: 20px;
}

/* Offcanvas Contact */
.tp-offcanvas-contact {
    margin-bottom: 45px;
}

.tp-offcanvas-contact ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tp-offcanvas-contact ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 12px;
}

.tp-offcanvas-contact ul li:last-child {
    margin-bottom: 0;
}

.tp-offcanvas-contact ul li a {
    display: inline-block;
    color: #666666;
    font-size: 15px;
    font-weight: 500;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease;
}

.tp-offcanvas-contact ul li a:hover {
    color: #4f6aff;
}

/* Offcanvas Social */
.tp-offcanvas-social {
    padding-top: 30px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.tp-offcanvas-social ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 12px;
}

.tp-offcanvas-social ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tp-offcanvas-social ul li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #f0f0f0;
    border-radius: 50%;
    color: #000000;
    transition: all 0.3s ease;
    text-decoration: none;
}

.tp-offcanvas-social ul li a:hover {
    background: #4f6aff;
    color: #ffffff;
    transform: translateY(-3px);
}

.tp-offcanvas-social ul li a svg {
    width: 18px;
    height: 18px;
    stroke-width: 1.5px;
}

.tp-offcanvas-top .logo {
    padding: 0;
}



/* ========================================
   Service Comparison Table Styles
   ======================================== */

/* Section Spacing */
.service-comparison-area {
    position: relative;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    overflow: hidden;
    padding-top: 80px !important;
    padding-bottom: 60px !important;
}

/* Section Heading */
.service-comparison-area .section-heading {
    position: relative;
    z-index: 2;
    margin-bottom: 40px !important;
}

.service-comparison-area .sub-title {
    color: #4f6aff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    margin-bottom: 8px !important;
}

.service-comparison-area .section-title {
    color: #004976;
    font-weight: 700;
    font-size: 42px;
    line-height: 1.3;
    margin-bottom: 12px;
}

.service-comparison-area .section-heading p {
    color: #6c757d;
    font-size: 15px;
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto;
}

/* Table Wrapper */
.service-comparison-table-wrapper {
    position: relative;
    overflow-x: auto;
    overflow-y: visible;
    border-radius: 15px;
    box-shadow: 0 6px 35px rgba(79, 106, 255, 0.12);
    background: #ffffff;
    padding: 0;
    margin-bottom: 20px;
}

/* Custom Scrollbar */
.service-comparison-table-wrapper::-webkit-scrollbar {
    height: 6px;
}

.service-comparison-table-wrapper::-webkit-scrollbar-track {
    background: #f1f3f5;
    border-radius: 10px;
}

.service-comparison-table-wrapper::-webkit-scrollbar-thumb {
    background: #4f6aff;
    border-radius: 10px;
    transition: background 0.3s ease;
}

.service-comparison-table-wrapper::-webkit-scrollbar-thumb:hover {
    background: #004976;
}

/* Table Container */
.service-comparison-table {
    display: table;
    width: 100%;
    min-width: 1200px;
    border-collapse: separate;
    border-spacing: 0;
}

/* Header Row */
.comparison-header {
    display: table-row;
    background: linear-gradient(135deg, #4f6aff 0%, #004976 100%);
}

.comparison-header .header-item {
    display: table-cell;
    padding: 20px 12px;
    text-align: center;
    color: #ffffff;
    vertical-align: middle;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    position: relative;
}

.comparison-header .header-item:last-child {
    border-right: none;
}

.comparison-header .header-item.feature-col {
    background: #004976;
    width: 200px;
    text-align: left;
    padding-left: 18px;
}

.comparison-header .header-item.featured {
    background: linear-gradient(135deg, #4f6aff 0%, #2d3e91 100%);
    position: relative;
}

.comparison-header .header-item.featured::before {
    content: "MOST POPULAR";
    position: absolute;
    top: 5px;
    right: 5px;
    background: #ffd57f;
    color: #004976;
    padding: 3px 8px;
    border-radius: 15px;
    font-size: 9px;
    font-weight: 700;
}

.comparison-header .service-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 15px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.comparison-header .header-item:hover .service-icon {
    transform: scale(1.1) rotate(5deg);
    background: rgba(255, 255, 255, 0.25);
}

.comparison-header h4 {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
}

/* Category Row */
.comparison-category-row {
    display: table-row;
    background: #f0f4ff;
}

.comparison-category-row strong {
    display: table-cell;
    padding: 12px 15px;
    font-size: 13px;
    font-weight: 700;
    color: #004976;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-top: 1px solid #e0e8ff;
    border-bottom: 1px solid #e0e8ff;
}

/* Feature Rows */
.comparison-row {
    display: table-row;
    transition: all 0.3s ease;
    border-bottom: 1px solid #f0f2f5;
}

.comparison-row:hover {
    background: #fafbfd;
}

.comparison-row .feature-name,
.comparison-row .feature-check {
    display: table-cell;
    padding: 12px 10px;
    vertical-align: middle;
    border-right: 1px solid #f0f2f5;
}

.comparison-row .feature-name {
    text-align: left;
    padding-left: 15px;
    font-weight: 500;
    color: #495057;
    width: 200px;
    background: #ffffff;
    font-size: 13px;
}

.comparison-row .feature-check {
    text-align: center;
    font-size: 16px;
}

.comparison-row .feature-check:last-child {
    border-right: none;
}

.comparison-row .feature-check i.fa-check {
    color: #004976;
    font-weight: 600;
    transition: all 0.3s ease;
}

.comparison-row .feature-check i.fa-times {
    color: #dc3545;
    opacity: 0.4;
}

.comparison-row:hover .feature-check i.fa-check {
    transform: scale(1.2);
}

/* Pricing Row */
.comparison-pricing-row {
    display: table-row;
    background: #f9f9f9;
}

.comparison-pricing-row .pricing-label,
.comparison-pricing-row .pricing-cell {
    display: table-cell;
    padding: 18px 12px;
    vertical-align: middle;
    text-align: center;
    border-top: 2px solid #e0e8ff;
    border-bottom: 2px solid #e0e8ff;
    border-right: 1px solid #e0e8ff;
}

.comparison-pricing-row .pricing-label {
    text-align: left;
    padding-left: 15px;
    font-weight: 700;
    font-size: 13px;
    color: #004976;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    background: #ffffff;
}

.comparison-pricing-row .pricing-cell:last-child {
    border-right: none;
}

.comparison-pricing-row .pricing-cell.featured {
    background: linear-gradient(135deg, rgba(79, 106, 255, 0.08) 0%, rgba(0, 73, 118, 0.08) 100%);
}

.comparison-pricing-row .price {
    display: block;
    font-size: 28px;
    font-weight: 800;
    color: #004976;
    line-height: 1;
    margin-bottom: 3px;
}

.comparison-pricing-row .period {
    display: block;
    font-size: 12px;
    color: #6c757d;
    font-weight: 500;
}

/* Footer Row */
.comparison-footer {
    display: table-row;
}

.comparison-footer .footer-item {
    display: table-cell;
    padding: 30px 20px;
    text-align: center;
    vertical-align: middle;
    background: #ffffff;
    border-right: 1px solid #e9ecef;
}

.comparison-footer .footer-item.feature-col {
    background: #ffffff;
}

.comparison-footer .footer-item:last-child {
    border-right: none;
}

/* Select Plan Button */
.service-select-btn {
    display: inline-block;
    padding: 10px 20px;
    background: linear-gradient(135deg, #4f6aff 0%, #004976 100%);
    color: #ffffff;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 15px rgba(79, 106, 255, 0.3);
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.service-select-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s ease;
}

.service-select-btn:hover::before {
    left: 100%;
}

.service-select-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(79, 106, 255, 0.4);
    color: #ffffff;
}

.service-select-btn.featured {
    background: linear-gradient(135deg, #4f6aff 0%, #2d3e91 100%);
    box-shadow: 0 4px 15px rgba(79, 106, 255, 0.3);
    animation: pulse-blue 2s infinite;
}

.service-select-btn.featured:hover {
    box-shadow: 0 8px 25px rgba(79, 106, 255, 0.5);
}

@keyframes pulse-green {

    0%,
    100% {
        box-shadow: 0 4px 15px rgba(40, 167, 69, 0.3);
    }

    50% {
        box-shadow: 0 6px 20px rgba(40, 167, 69, 0.5);
    }
}

/* Responsive Design */
@media (max-width: 1199px) {
    .service-comparison-area .section-title {
        font-size: 36px;
    }

    .comparison-header .header-item {
        padding: 30px 15px;
    }

    .comparison-header h4 {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .service-comparison-area .section-title {
        font-size: 32px;
    }

    .service-comparison-table-wrapper {
        border-radius: 15px;
    }

    .comparison-header .service-icon {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }

    .comparison-row .feature-name {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .service-comparison-area {
        padding: 80px 0 60px;
    }

    .service-comparison-area .section-title {
        font-size: 28px;
    }

    .service-comparison-area .section-heading p {
        font-size: 15px;
    }

    .comparison-header .header-item {
        padding: 25px 12px;
    }

    .comparison-header h4 {
        font-size: 14px;
    }

    .comparison-pricing-row .price {
        font-size: 28px;
    }

    .service-select-btn {
        padding: 12px 24px;
        font-size: 13px;
    }
}

@media (max-width: 575px) {
    .service-comparison-table {
        min-width: 900px;
    }

    .service-comparison-area .section-title {
        font-size: 24px;
    }
}

/* Hover Effects for Enhanced Interactivity */
.comparison-row:nth-child(even) {
    background: rgba(248, 249, 250, 0.5);
}

.comparison-row:nth-child(even):hover {
    background: #f1f3f5;
}

/* Scrollbar styling for mobile */
@media (max-width: 767px) {
    .service-comparison-table-wrapper::-webkit-scrollbar {
        height: 6px;
    }
}



/* ============================================
   FAQ Section Styles
   ============================================ */

/* FAQ Section Container */
.faq-section {
    position: relative;
    padding: 100px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    overflow: hidden;
}

.faq-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    z-index: 2;
}

/* Section Header */
.faq-header {
    text-align: center;
    margin-bottom: 60px;
}

.faq-subtitle {
    display: inline-block;
    color: #4f6aff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 15px;
    position: relative;
    padding: 8px 25px;
    background: rgba(79, 106, 255, 0.1);
    border-radius: 30px;
}

.faq-title {
    font-size: 42px;
    font-weight: 700;
    color: #004976;
    margin-bottom: 12px;
    line-height: 1.3;
}

.faq-description {
    font-size: 15px;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

/* FAQ Grid */
.faq-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-bottom: 60px;
}

.faq-column {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* FAQ Item */
.faq-item {
    background: #ffffff;
    border-radius: 12px;
    padding: 25px 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid transparent;
    cursor: pointer;
}

.faq-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    border-color: #4f6aff;
}

.faq-item.active {
    border-color: #4f6aff;
    background: linear-gradient(135deg, #ffffff 0%, #f0f3ff 100%);
}

/* FAQ Question */
.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    cursor: pointer;
}

.faq-question h3 {
    font-size: 18px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0;
    line-height: 1.4;
    transition: color 0.3s ease;
}

.faq-item:hover .faq-question h3 {
    color: #4f6aff;
}

.faq-item.active .faq-question h3 {
    color: #4f6aff;
}

/* FAQ Icon */
.faq-icon {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f0f0f0;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.faq-icon i {
    font-size: 14px;
    color: #666;
    transition: all 0.3s ease;
}

.faq-item:hover .faq-icon {
    background: #4f6aff;
}

.faq-item:hover .faq-icon i {
    color: #ffffff;
}

.faq-item.active .faq-icon {
    background: #4f6aff;
    transform: rotate(45deg);
}

.faq-item.active .faq-icon i {
    color: #ffffff;
}

/* FAQ Answer */
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1),
        padding-top 0.5s cubic-bezier(0.4, 0, 0.2, 1),
        opacity 0.3s ease;
    opacity: 0;
    padding-top: 0;
}

.faq-item.active .faq-answer {
    max-height: 500px;
    padding-top: 20px;
    opacity: 1;
}

.faq-answer p {
    font-size: 15px;
    line-height: 1.7;
    color: #666;
    margin: 0;
}

/* FAQ CTA Section */
.faq-cta {
    text-align: center;
    padding: 50px;
    background: linear-gradient(135deg, #4f6aff 0%, #3f52d4 100%);
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(79, 106, 255, 0.3);
    position: relative;
    overflow: hidden;
}

.faq-cta::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    animation: pulse 3s ease-in-out infinite;
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(1);
        opacity: 0.5;
    }

    50% {
        transform: scale(1.1);
        opacity: 0.8;
    }
}

.faq-cta-content {
    position: relative;
    z-index: 1;
}

.faq-cta h3 {
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 15px;
}

.faq-cta p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 30px;
}

.faq-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 40px;
    background: #ffffff;
    color: #4f6aff;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.faq-cta-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.2);
    background: #f8f8f8;
}

.faq-cta-btn i {
    transition: transform 0.3s ease;
}

.faq-cta-btn:hover i {
    transform: translateX(5px);
}

/* Background Shapes */
.faq-bg-shape {
    position: absolute;
    border-radius: 50%;
    opacity: 0.05;
    z-index: 1;
}

.faq-shape-1 {
    width: 400px;
    height: 400px;
    background: #4CAF50;
    top: -100px;
    left: -100px;
}

.faq-shape-2 {
    width: 300px;
    height: 300px;
    background: #2196F3;
    bottom: -80px;
    right: -80px;
}

.faq-shape-3 {
    width: 250px;
    height: 250px;
    background: #FFC107;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Responsive Design */
@media (max-width: 992px) {
    .faq-section {
        padding: 80px 0;
    }

    .faq-title {
        font-size: 36px;
    }

    .faq-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .faq-cta {
        padding: 40px 30px;
    }

    .faq-cta h3 {
        font-size: 28px;
    }
}

@media (max-width: 768px) {
    .faq-section {
        padding: 60px 0;
    }

    .faq-header {
        margin-bottom: 40px;
    }

    .faq-title {
        font-size: 30px;
    }

    .faq-description {
        font-size: 15px;
    }

    .faq-item {
        padding: 20px 25px;
    }

    .faq-question h3 {
        font-size: 16px;
    }

    .faq-answer p {
        font-size: 14px;
    }

    .faq-cta {
        padding: 35px 25px;
    }

    .faq-cta h3 {
        font-size: 24px;
    }

    .faq-cta-btn {
        padding: 14px 30px;
        font-size: 15px;
    }
}

@media (max-width: 576px) {
    .faq-section {
        padding: 50px 0;
    }

    .faq-title {
        font-size: 26px;
    }

    .faq-item {
        padding: 18px 20px;
    }

    .faq-question {
        gap: 15px;
    }

    .faq-question h3 {
        font-size: 15px;
    }

    .faq-icon {
        width: 28px;
        height: 28px;
    }

    .faq-cta h3 {
        font-size: 22px;
    }

    .faq-cta p {
        font-size: 15px;
    }
}





/* ============================================
   CONTACT SECTION STYLES
   ============================================ */

/* Section Base Styles */
.contact-section {
    position: relative;
    padding: 100px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    overflow: hidden;
}

/* Section Header */
.section-header {
    margin-bottom: 60px;
}

.section-subtitle {
    display: inline-block;
    color: #4f6aff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 15px;
    position: relative;
    padding: 0 20px;
}

.section-subtitle::before,
.section-subtitle::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 30px;
    height: 2px;
    background: #4f6aff;
}

.section-subtitle::before {
    left: -35px;
}

.section-subtitle::after {
    right: -35px;
}

.section-title {
    font-size: 42px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 20px;
    line-height: 1.3;
}

.section-description {
    font-size: 15px;
    color: #666;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Contact Wrapper */
.contact-wrapper {
    margin-top: 60px;
}

/* ============================================
   CONTACT INFO CARDS
   ============================================ */

.contact-info-wrapper {
    padding-right: 30px;
}

.contact-info-card {
    background: #7187ff1c;
    border-radius: 15px;
    padding: 30px;
    margin-bottom: 25px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    border: 2px solid transparent;
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.contact-info-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(79, 106, 255, 0.15);
    border-color: #4f6aff;
}

.contact-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #4f6aff 0%, #3f52d4 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.4s ease;
}

.contact-info-card:hover .contact-icon {
    transform: rotate(360deg);
    box-shadow: 0 5px 20px rgba(79, 106, 255, 0.4);
}

.contact-icon i {
    font-size: 24px;
    color: #ffffff;
}

.contact-content h4 {
    font-size: 18px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 12px;
}

.contact-content a,
.contact-content p {
    display: block;
    font-size: 15px;
    color: #666;
    margin-bottom: 5px;
    transition: color 0.3s ease;
    text-decoration: none;
    line-height: 1.6;
}

.contact-content a:hover {
    color: #4f6aff;
    padding-left: 5px;
}

/* ============================================
   CONTACT FORM
   ============================================ */

.contact-form-wrapper {
    background: #ffffff;
    border-radius: 20px;
    padding: 50px;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
}

.contact-form-header {
    margin-bottom: 40px;
}

.contact-form-header h3 {
    font-size: 28px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 10px;
}

.contact-form-header p {
    font-size: 15px;
    color: #666;
}

/* Form Groups */
.form-group {
    position: relative;
    margin-bottom: 25px;
}

.form-control {
    width: 100%;
    height: 55px;
    padding: 15px 50px 15px 20px;
    border: 2px solid #e8e8e8;
    border-radius: 10px;
    font-size: 15px;
    color: #333;
    background: #f8f9fa;
    transition: all 0.3s ease;
    outline: none;
}

.form-control:focus {
    border-color: #4f6aff;
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(79, 106, 255, 0.1);
}

textarea.form-control {
    height: auto;
    min-height: 140px;
    resize: vertical;
    padding-top: 15px;
}

select.form-control {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 20px center;
}

.form-icon {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #999;
    pointer-events: none;
    transition: color 0.3s ease;
}

.form-control:focus+.form-icon {
    color: #4f6aff;
}

textarea.form-control+.form-icon {
    top: 20px;
    transform: none;
}

/* Form Submit */
.form-submit {
    margin-top: 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.submit-btn {
    background: linear-gradient(135deg, #4f6aff 0%, #3f52d4 100%);
    color: #ffffff;
    border: none;
    padding: 18px 45px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.4s ease;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 8px 25px rgba(79, 106, 255, 0.3);
    position: relative;
    overflow: hidden;
}

.submit-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    transition: left 0.5s ease;
}

.submit-btn:hover::before {
    left: 100%;
}

.submit-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(79, 106, 255, 0.4);
}

.submit-btn i {
    transition: transform 0.3s ease;
}

.submit-btn:hover i {
    transform: translateX(5px);
}

.form-note {
    font-size: 14px;
    color: #666;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.form-note i {
    color: #4f6aff;
    font-size: 16px;
}

/* ============================================
   TRUST BADGES
   ============================================ */

.trust-badges {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 40px;
    padding-top: 35px;
    border-top: 2px dashed #e8e8e8;
}

.trust-badge {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #666;
    font-weight: 500;
}

.trust-badge i {
    font-size: 20px;
    color: #4f6aff;
}

/* ============================================
   MAP SECTION
   ============================================ */

.contact-map-section {
    margin-top: 80px;
}

.map-header {
    margin-bottom: 40px;
}

.map-header h3 {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 10px;
}

.map-header p {
    font-size: 15px;
    color: #666;
}

.contact-map {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.contact-map iframe {
    display: block;
    filter: grayscale(20%);
    transition: filter 0.3s ease;
}

.contact-map:hover iframe {
    filter: grayscale(0%);
}

/* ============================================
   DECORATIVE SHAPES
   ============================================ */

.contact-shapes {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
}

.contact-shapes .shape {
    position: absolute;
    border-radius: 50%;
    opacity: 0.1;
}

.contact-shapes .shape-1 {
    width: 300px;
    height: 300px;
    background: linear-gradient(135deg, #4CAF50, #45a049);
    top: -100px;
    left: -100px;
    animation: float 20s ease-in-out infinite;
}

.contact-shapes .shape-2 {
    width: 200px;
    height: 200px;
    background: linear-gradient(135deg, #2196F3, #1976D2);
    top: 50%;
    right: -50px;
    animation: float 15s ease-in-out infinite reverse;
}

.contact-shapes .shape-3 {
    width: 150px;
    height: 150px;
    background: linear-gradient(135deg, #FF9800, #F57C00);
    bottom: 100px;
    left: 10%;
    animation: float 18s ease-in-out infinite;
}

.contact-shapes .shape-4 {
    width: 250px;
    height: 250px;
    background: linear-gradient(135deg, #9C27B0, #7B1FA2);
    bottom: -50px;
    right: 15%;
    animation: float 22s ease-in-out infinite reverse;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0) rotate(0deg);
    }

    50% {
        transform: translateY(-30px) rotate(180deg);
    }
}

/* ============================================
   RESPONSIVE STYLES
   ============================================ */

@media (max-width: 1199px) {
    .section-title {
        font-size: 36px;
    }

    .contact-form-wrapper {
        padding: 40px 35px;
    }
}

@media (max-width: 991px) {
    .contact-section {
        padding: 80px 0;
    }

    .contact-info-wrapper {
        padding-right: 0;
        margin-bottom: 40px;
    }

    .section-title {
        font-size: 32px;
    }

    .contact-form-wrapper {
        padding: 35px 25px;
    }

    .trust-badges {
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .contact-section {
        padding: 60px 0;
    }

    .section-header {
        margin-bottom: 40px;
    }

    .section-title {
        font-size: 28px;
    }

    .section-subtitle::before,
    .section-subtitle::after {
        display: none;
    }

    .contact-info-card {
        padding: 25px;
        margin-bottom: 20px;
    }

    .contact-icon {
        width: 50px;
        height: 50px;
    }

    .contact-icon i {
        font-size: 20px;
    }

    .contact-form-wrapper {
        padding: 30px 20px;
    }

    .contact-form-header h3 {
        font-size: 24px;
    }

    .form-control {
        height: 50px;
    }

    .submit-btn {
        width: 100%;
        justify-content: center;
        padding: 16px 35px;
    }

    .form-submit {
        flex-direction: column;
    }

    .form-note {
        justify-content: center;
        text-align: center;
    }

    .trust-badges {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .map-header h3 {
        font-size: 26px;
    }

    .contact-map iframe {
        height: 350px;
    }
}

@media (max-width: 575px) {
    .section-title {
        font-size: 24px;
    }

    .section-subtitle {
        font-size: 14px;
    }

    .contact-info-card {
        flex-direction: column;
        text-align: center;
    }

    .contact-content h4 {
        font-size: 16px;
    }

    .contact-content a,
    .contact-content p {
        font-size: 14px;
    }
}





/* ========================================
   Join Us Section Styles
   ======================================== */

/* Section Base Styles */
.join-us-section {
    position: relative;
    padding: 100px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    overflow: hidden;
    z-index: 1;
}

/* Section Header */
.section-header {
    margin-bottom: 60px;
}

.section-subtitle {
    display: inline-block;
    padding: 8px 24px;
    background: linear-gradient(135deg, #4f6aff 0%, #3f52d4 100%);
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 30px;
    margin-bottom: 15px;
}

.section-title {
    font-size: 42px;
    font-weight: 700;
    color: #004976;
    margin-bottom: 12px;
    line-height: 1.3;
}

.section-description {
    font-size: 15px;
    color: #666666;
    line-height: 1.6;
    max-width: 700px;
    margin: 0 auto;
}

/* Join Content - Left Column */
.join-content {
    padding-right: 30px;
}

.join-title {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 20px;
}

.join-description {
    font-size: 16px;
    color: #666666;
    line-height: 1.8;
    margin-bottom: 40px;
}

/* Benefits List */
.benefits-list {
    margin-bottom: 40px;
}

.benefit-item {
    display: flex;
    align-items: flex-start;
    padding: 25px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.benefit-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(79, 106, 255, 0.15);
}

.benefit-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #4f6aff 0%, #3f52d4 100%);
    color: #ffffff;
    border-radius: 12px;
    font-size: 24px;
    margin-right: 20px;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.benefit-item:hover .benefit-icon {
    transform: rotate(360deg);
}

.benefit-content h4 {
    font-size: 18px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 8px;
}

.benefit-content p {
    font-size: 14px;
    color: #666666;
    line-height: 1.6;
    margin: 0;
}

/* Current Positions */
.current-positions {
    padding: 30px;
    background: #ffffff;
    border-radius: 12px;
    border-left: 4px solid #4f6aff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.positions-title {
    font-size: 20px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 20px;
}

.positions-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.positions-list li {
    font-size: 15px;
    color: #333333;
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
}

.positions-list li:last-child {
    border-bottom: none;
}

.positions-list li i {
    color: #4f6aff;
    margin-right: 10px;
    font-size: 16px;
}

/* Application Form - Right Column */
.application-form-wrapper {
    background: #ffffff;
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    position: relative;
}

.application-form-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #4f6aff 0%, #3f52d4 100%);
    border-radius: 16px 16px 0 0;
}

.form-header {
    margin-bottom: 30px;
}

.form-title {
    font-size: 28px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 10px;
}

.form-subtitle {
    font-size: 14px;
    color: #666666;
    margin: 0;
}

/* Form Groups */
.join-application-form .form-group {
    margin-bottom: 25px;
}

.join-application-form label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 8px;
}

.join-application-form .required {
    color: #e74c3c;
    margin-left: 3px;
}

.join-application-form .form-control {
    width: 100%;
    padding: 14px 18px;
    font-size: 15px;
    color: #333333;
    background: #f8f9fa;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    transition: all 0.3s ease;
    font-family: inherit;
}

.join-application-form .form-control:focus {
    outline: none;
    border-color: #4f6aff;
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(79, 106, 255, 0.1);
}

.join-application-form textarea.form-control {
    resize: vertical;
    min-height: 120px;
}

.join-application-form select.form-control {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 18px center;
    padding-right: 45px;
}

/* File Upload */
.file-upload-wrapper {
    position: relative;
}

.file-input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.file-upload-label {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    background: #f8f9fa;
    border: 2px dashed #d0d0d0;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
}

.file-upload-label:hover {
    border-color: #4f6aff;
    background: #f0f3ff;
}

.file-upload-label i {
    font-size: 32px;
    color: #4f6aff;
    margin-right: 15px;
}

.file-text {
    font-size: 15px;
    color: #666666;
    font-weight: 500;
}

.file-input:focus+.file-upload-label {
    border-color: #4f6aff;
    box-shadow: 0 0 0 4px rgba(79, 106, 255, 0.1);
}

/* Checkbox */
.form-check-group {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}

.form-check-input {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    margin-top: 2px;
    cursor: pointer;
    flex-shrink: 0;
}

.form-check-label {
    font-size: 14px;
    color: #666666;
    line-height: 1.6;
    cursor: pointer;
}

.form-check-label a {
    color: #4f6aff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.form-check-label a:hover {
    color: #3f52d4;
    text-decoration: underline;
}

/* Submit Button */
.submit-btn {
    width: 100%;
    padding: 16px 30px;
    background: linear-gradient(135deg, #4f6aff 0%, #3f52d4 100%);
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(79, 106, 255, 0.3);
}

.submit-btn:active {
    transform: translateY(0);
}

.submit-btn i {
    margin-left: 10px;
    font-size: 18px;
}

/* Info Banner */
.info-banner {
    display: flex;
    align-items: center;
    padding: 30px 40px;
    background: linear-gradient(135deg, #4f6aff 0%, #3f52d4 100%);
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(79, 106, 255, 0.2);
}

.info-banner-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    margin-right: 25px;
    flex-shrink: 0;
}

.info-banner-icon i {
    font-size: 28px;
    color: #ffffff;
}

.info-banner-content h4 {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 8px;
}

.info-banner-content p {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
}

.info-banner-content a {
    color: #ffffff;
    font-weight: 600;
    text-decoration: underline;
    transition: opacity 0.3s ease;
}

.info-banner-content a:hover {
    opacity: 0.8;
}

/* Background Shapes */
.join-section-shapes {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: -1;
}

.shape-1,
.shape-2,
.shape-3 {
    position: absolute;
    border-radius: 50%;
    opacity: 0.05;
}

.shape-1 {
    width: 400px;
    height: 400px;
    background: #3498db;
    top: -100px;
    left: -100px;
    animation: float 20s infinite ease-in-out;
}

.shape-2 {
    width: 300px;
    height: 300px;
    background: #2980b9;
    bottom: -50px;
    right: 10%;
    animation: float 15s infinite ease-in-out reverse;
}

.shape-3 {
    width: 200px;
    height: 200px;
    background: #3498db;
    top: 50%;
    right: -50px;
    animation: float 18s infinite ease-in-out;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0) translateX(0);
    }

    50% {
        transform: translateY(-30px) translateX(30px);
    }
}

/* ========================================
   Responsive Styles
   ======================================== */

/* Large Tablets */
@media (max-width: 991px) {
    .join-us-section {
        padding: 80px 0;
    }

    .section-title {
        font-size: 36px;
    }

    .join-content {
        padding-right: 0;
        margin-bottom: 50px;
    }

    .join-title {
        font-size: 28px;
    }

    .benefit-item {
        padding: 20px;
    }

    .benefit-icon {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }

    .application-form-wrapper {
        padding: 30px;
    }

    .form-title {
        font-size: 24px;
    }

    .info-banner {
        flex-direction: column;
        text-align: center;
        padding: 30px;
    }

    .info-banner-icon {
        margin-right: 0;
        margin-bottom: 20px;
    }
}

/* Mobile Devices */
@media (max-width: 767px) {
    .join-us-section {
        padding: 60px 0;
    }

    .section-header {
        margin-bottom: 40px;
    }

    .section-title {
        font-size: 28px;
    }

    .section-subtitle {
        font-size: 12px;
        padding: 6px 18px;
    }

    .join-title {
        font-size: 24px;
    }

    .join-description {
        font-size: 15px;
        margin-bottom: 30px;
    }

    .benefit-item {
        flex-direction: column;
        padding: 20px;
        text-align: center;
    }

    .benefit-icon {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .current-positions {
        padding: 20px;
    }

    .positions-title {
        font-size: 18px;
    }

    .application-form-wrapper {
        padding: 25px 20px;
    }

    .form-title {
        font-size: 22px;
    }

    .join-application-form .form-control {
        padding: 12px 15px;
        font-size: 14px;
    }

    .submit-btn {
        padding: 14px 25px;
        font-size: 15px;
    }

    .info-banner {
        padding: 25px 20px;
    }

    .info-banner-icon {
        width: 50px;
        height: 50px;
    }

    .info-banner-icon i {
        font-size: 24px;
    }

    .info-banner-content h4 {
        font-size: 18px;
    }

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

/* Small Mobile */
@media (max-width: 575px) {
    .section-title {
        font-size: 24px;
    }

    .join-title {
        font-size: 20px;
    }

    .benefit-content h4 {
        font-size: 16px;
    }

    .benefit-content p {
        font-size: 13px;
    }

    .form-title {
        font-size: 20px;
    }

    .file-upload-label {
        padding: 20px;
    }

    .file-upload-label i {
        font-size: 24px;
        margin-right: 10px;
    }

    .file-text {
        font-size: 13px;
    }
}

/* Print Styles */
@media print {
    .join-section-shapes {
        display: none;
    }

    .submit-btn {
        background: #3498db;
    }
}




/* ============================================
   ADDITIONAL ENHANCEMENTS
   ============================================ */

/* Form Validation States */
.form-control:invalid:focus {
    border-color: #f44336;
}

.form-control:valid:focus {
    border-color: #4CAF50;
}

/* Loading State */
.submit-btn.loading {
    pointer-events: none;
    opacity: 0.7;
}

.submit-btn.loading span::after {
    content: '...';
    animation: dots 1.5s steps(4, end) infinite;
}

@keyframes dots {

    0%,
    20% {
        content: '.';
    }

    40% {
        content: '..';
    }

    60%,
    100% {
        content: '...';
    }
}

/* Smooth Scroll Behavior */
html {
    scroll-behavior: smooth;
}

/* Print Styles */
@media print {

    .contact-shapes,
    .submit-btn,
    .trust-badges {
        display: none;
    }

    .contact-section {
        padding: 20px 0;
    }
}





@media only screen and (max-width: 400px) {
    .tp-offcanvas-area {
        padding: 35px 30px;
    }
}

@media (max-width: 575px) {
    .tp-offcanvas-area {
        width: 100%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-offcanvas-area {
        width: 450px;
    }

    .tp-offcanvas-area.opened {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

    .tp-offcanvas-top {
        margin-bottom: 60px;
    }

    .tp-offcanvas-close-btn {
        background: none;
        box-shadow: none;
        outline: 0;
        border: none;
    }

    .tp-offcanvas-close-btn:hover svg {
        opacity: 1;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .tp-offcanvas-content {
        margin-bottom: 45px;
    }

    .tp-offcanvas-content p {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        color: #414144;
    }

    .tp-offcanvas-title {
        font-size: 40px;
        line-height: 1;
        letter-spacing: -0.8px;
        font-weight: 700;
        margin-bottom: 15px;
        color: #000000;
    }

    .tp-offcanvas-title.sm {
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 15px;
        color: #000000;
    }

    .tp-offcanvas-gallery {
        margin-bottom: 65px;
    }

    .tp-offcanvas-contact {
        margin-bottom: 55px;
    }

    .tp-offcanvas-contact ul li {
        list-style: none;
    }

    .tp-offcanvas-contact ul li:not(:last-child) {
        margin-bottom: 2px;
    }

    .tp-offcanvas-contact ul li a {
        display: inline-block;
        color: #414144;
        font-size: 18px;
        position: relative;
    }

    .tp-offcanvas-contact ul li a::after {
        position: absolute;
        bottom: 2px;
        right: 0;
        width: 0;
        height: 1px;
        content: "";
        transition: 0.4s;
        background-color: #1e1e1e;
    }

    .tp-offcanvas-contact ul li a:hover::after {
        width: 100%;
        right: auto;
        left: 0;
    }

    .tp-offcanvas-social ul {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
    }

    .tp-offcanvas-social ul li {
        list-style: none;
    }

    .tp-offcanvas-social ul li:not(:last-child) {
        margin-right: 8px;
    }

    .tp-offcanvas-social ul li a {
        display: inline-block;
        text-align: center;
        width: 40px;
        height: 40px;
        line-height: 38px;
        border-radius: 40px;
        color: #000000;
        border: 1px solid rgba(2, 11, 24, 0.1);
        background-color: #fff;
    }

    .tp-offcanvas-social ul li a:hover {
        background-color: #000000;
        border-color: #000000;
        color: #fff;
    }

    .tp-offcanvas-social ul li a svg {
        -webkit-transform: translateY(-1px);
        -moz-transform: translateY(-1px);
        -ms-transform: translateY(-1px);
        -o-transform: translateY(-1px);
        transform: translateY(-1px);
    }

    .tp-header-menu-bar {
        display: inline-block;
        margin-left: auto;
    }

    .tp-header-menu-bar-2 {
        margin-top: 0;
        height: 100%;
    }

    .tp-header-menu-bar button {
        background: transparent;
        border: none;
        outline: 0;
        cursor: pointer;
        padding: 8px 12px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        min-width: 44px;
        min-height: 44px;
        transition: all 0.3s ease;
    }

    .tp-header-menu-bar button:focus {
        outline: 2px solid rgba(0, 0, 0, 0.1);
        outline-offset: 2px;
    }

    .header-button-list .btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .header-button-list .btn i {
        font-size: 20px;
    }

    .tp-header-menu-bar button span {
        height: 2px;
        width: 30px;
        background-color: #000000;
        display: block;
        margin: 5px auto;
        transition: all 0.3s cubic-bezier(0.44, 1.1, 0.53, 0.99);
        transform-origin: center;
    }

    /* Light theme menu bar */
    .tp-header-menu-white button span {
        background-color: #ffffff;
    }

    /* Dark theme menu bar */
    .tp-header-menu-black button span {
        background-color: #000000;
    }

    /* Hover Effects with Animation */
    .tp-header-menu-bar button:hover span:nth-child(1) {
        transform: translateY(11px) rotate(45deg);
        background-color: #333333;
    }

    .tp-header-menu-bar button:hover span:nth-child(2) {
        opacity: 0;
        transform: scaleX(0);
    }

    .tp-header-menu-bar button:hover span:nth-child(3) {
        transform: translateY(-11px) rotate(-45deg);
        background-color: #333333;
    }

    /* White theme hover */
    .tp-header-menu-white button:hover span:nth-child(1),
    .tp-header-menu-white button:hover span:nth-child(3) {
        background-color: #ffffff;
    }

    /* Black theme hover */
    .tp-header-menu-black button:hover span:nth-child(1),
    .tp-header-menu-black button:hover span:nth-child(3) {
        background-color: #000000;
    }

    /* Active state when menu is open */
    .tp-header-menu-bar button.active span:nth-child(1) {
        transform: translateY(11px) rotate(45deg);
    }

    .tp-header-menu-bar button.active span:nth-child(2) {
        opacity: 0;
    }

    .tp-header-menu-bar button.active span:nth-child(3) {
        transform: translateY(-11px) rotate(-45deg);
    }

    /* Brand/Sponsor Area Styles */
    .sponser-area {
        background: #f9f9f9;
        padding: 60px 0;
    }

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

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

    /* Brand Carousel */
    .brand-carousel {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .brand-carousel.owl-carousel {
        width: 100%;
    }

    .brand-carousel.owl-carousel .owl-stage {
        display: flex;
        align-items: center;
    }

    .brand-carousel.owl-carousel .owl-item {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* Single Brand Item */
    .singel-brand-item {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px;
        height: 100%;
        transition: all 0.3s ease;
    }

    .singel-brand-item img {
        max-width: 100%;
        max-height: 80px;
        width: auto;
        height: auto;
        object-fit: contain;
        display: block;
        filter: grayscale(100%);
        transition: all 0.3s ease;
    }

    .singel-brand-item:hover img {
        filter: grayscale(0%);
        transform: scale(1.05);
    }

    /* Owl Carousel Navigation for Brand Carousel */
    .brand-carousel .owl-nav {
        display: none;
    }

    .brand-carousel .owl-dots {
        display: none;
    }

    /* Responsive Brand Carousel */
    @media (max-width: 768px) {
        .sponser-area {
            padding: 40px 0;
        }

        .sponser-area.pb-100 {
            padding-bottom: 60px;
        }

        .sponser-area.pt-100 {
            padding-top: 60px;
        }

        .singel-brand-item {
            padding: 15px;
        }

        .singel-brand-item img {
            max-height: 60px;
        }
    }

    @media (max-width: 576px) {
        .sponser-area {
            padding: 30px 0;
        }

        .sponser-area.pb-100 {
            padding-bottom: 50px;
        }

        .sponser-area.pt-100 {
            padding-top: 50px;
        }

        .singel-brand-item {
            padding: 10px;
        }

        .singel-brand-item img {
            max-height: 50px;
        }
    }
}

/* ============================================
   SIMPLE CONTACT FORM STYLING
   ============================================ */

/* Form Group Enhanced - Simple Style */
.form-group-enhanced {
    position: relative;
    margin-bottom: 20px;
}

/* Form Input Wrapper - Simple */
.form-input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    background: #ffffff;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 10px 15px;
    transition: all 0.3s ease;
}

.form-input-wrapper:focus-within {
    border-color: #4b67fe;
    box-shadow: 0 0 8px rgba(75, 103, 254, 0.2);
}

/* Simple Form Control */
.form-control-enhanced {
    flex: 1;
    border: none;
    background: transparent;
    font-size: 14px;
    color: #333;
    padding: 8px 0;
    margin: 0;
    outline: none;
    font-family: inherit;
}

.form-control-enhanced::placeholder {
    color: #999;
}

/* Simple Icon */
.form-icon-enhanced {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background: #4b67fe;
    border-radius: 5px;
    color: #ffffff;
    font-size: 16px;
    margin-right: 10px;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.form-input-wrapper:hover .form-icon-enhanced {
    background: #3f52d4;
    transform: scale(1.05);
}

.form-input-wrapper:focus-within .form-icon-enhanced {
    background: #3f52d4;
}

/* Select Dropdown */
select.form-control-enhanced {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 18px;
    padding-right: 40px;
    cursor: pointer;
}

/* Textarea */
textarea.form-control-enhanced {
    resize: vertical;
    min-height: 100px;
    padding: 8px 0;
}

/* Responsive */
@media (max-width: 768px) {
    .form-group-enhanced {
        margin-bottom: 18px;
    }

    .form-input-wrapper {
        padding: 9px 12px;
    }

    .form-icon-enhanced {
        width: 32px;
        height: 32px;
        font-size: 14px;
        margin-right: 8px;
    }
}

@media (max-width: 576px) {
    .form-input-wrapper {
        padding: 8px 10px;
    }

    .form-control-enhanced {
        font-size: 13px;
    }

    textarea.form-control-enhanced {
        min-height: 90px;
    }
}

.single-process-box img {
    width: 128px;
    height: auto;
}

.fs-12 {
    font-size: 12px !important;
}

.single-slide-content .slide-title p {
    line-height: 1.1;
    font-size: 75px;
    white-space: normal;
}

.fs-14 {
    font-size: 14px !important;
}

.br-20 {
    border-radius: 20px;
}

/* Apply border-radius to all images */
img {
    border-radius: 10px;
}

/* Apply border-radius to all cards */
.card,
.single-service-box,
.single-testimonial,
.wcu-thumb-box,
.about-thumb-big,
.service-thumb,
.section-heading-top,
.testimonial-area .section-heading-top,
.accordion.faqs .card,
.card-book-btn {
    border-radius: 10px;
}
/* css end here */
/* ============================================
   TERMS AND CONDITIONS PAGE STYLES
   ============================================ */
.terms-section {
        padding: 80px 0;
        background: #f9fbff;
    }

    .terms-section .terms-card {
        background: #ffffff;
        border: 1px solid #e5eaf4;
        border-radius: 12px;
        box-shadow: 0 10px 25px rgba(15, 39, 69, 0.08);
        padding: 30px;
        margin-bottom: 24px;
    }

    .terms-section h2 {
        font-size: 32px;
        margin-bottom: 18px;
        color: #0c2240;
    }

    .terms-section h3 {
        font-size: 20px;
        margin-top: 24px;
        color: #1f4c8b;
    }

    .terms-section p,
    .terms-section ul {
        font-size: 16px;
        line-height: 1.75;
        color: #475b7a;
        margin-bottom: 14px;
    }

    .terms-section ul {
        padding-left: 20px;
    }

    .terms-section li {
        margin-bottom: 8px;
    }

    .breadcrumb-area .breadcrumb-title {
        letter-spacing: .6px;
    }
