/* Fonts
/*--------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/*--------------------------------------*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Open Sans", sans-serif;
}

.container {
    max-width: 1100px !important;
}

a {
    text-decoration: none;
}

ul li {
    list-style: none;
}

ul {
    margin: 0;
}

#hero-section-v4 {
    background: url("../images/hero-travel.jpg") center center no-repeat;
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    position: relative;
}

#hero-section-v4::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.76);
}

#hero-section-v4 .hero-content {
    z-index: 222;
    text-align: center;
}

#hero-section-v4 .hero-design {
    height: 100%;
    align-content: center;
}

#header-section-v4 .logo {
    color: white;
}

#header-section-v4 {
    background-color: rgba(0, 0, 0, 0.212);
}

#hero-section-v4 .heading-main {
    color: white;
}

#hero-section-v4 .heading-main span {
    color: #ff1694;
}

#hero-section-v4 .para {
    color: white;
}

#hero-section-v4 .btn {
    background-color: #ff1694;
    color: white;
    border-radius: 30px;
    padding: 10px 30px;
    border: 2px solid #ff1694;
}

#hero-section-v4 .btn:hover {
    background-color: transparent;
    color: #ff1694;
    border: 2px solid #ff1694;
}

#hero-section-v4 .left-content {
    padding: 110px 0;
    text-align: center;
}

#hero-section-v4 .social-icons a {
    color: white;
    transition: 0.5s;
    font-size: 25px;
    margin-right: 15px;
}

#hero-section-v4 .social-icons a:hover {
    color: #ff1694;
}

/*Scroll top button
/*--------------------------------------*/
.scroll-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
    background-color: #ff1694;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    transition: all 0.4s;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #ff1694;
}

.scroll-top i {
    font-size: 28px;
    color: #ffffff;
    line-height: 0;
}

.scroll-top:hover {
    background-color: #ff1694;
    color: #ffffff;
}

.scroll-top.active {
    visibility: visible;
    opacity: 1;
}

/*--------------------------------------*/

/* Styling the scrollbar */
::-webkit-scrollbar {
    width: 12px;
    /* Width of the scrollbar */
    height: 12px;
    /* Height of the horizontal scrollbar */
}

/* Styling the scrollbar track */
::-webkit-scrollbar-track {
    background-color: #f1f1f1;
    /* Light gray track */
    border-radius: 10px;
}

/* Styling the scrollbar thumb (the draggable part) */
::-webkit-scrollbar-thumb {
    background-color: #888;
    /* Dark gray thumb */
    border-radius: 10px;
}

/* Styling the scrollbar thumb when hovered */
::-webkit-scrollbar-thumb:hover {
    background-color: #555;
    /* Darker gray when hovered */
}

.seperator {
    padding: 60px 0;
    overflow: hidden;
}

/*Footer
/*--------------------------------------*/

#footer {
    background-color: #2b2a2a;
    color: white;
}

#footer .app-store,
#footer .payments {
    display: flex;
    align-items: center;
    margin: 20px 0;
}

#footer .app-store li:not(:last-child) {
    padding-right: 8px;
}

footer .app-store li a img {
    opacity: 0.8;
}

footer .app-store li a:hover img {
    opacity: 1;
}

footer .payments li a svg {
    opacity: 0.8;
    margin-right: 8px;
}

footer .payments li a:hover svg {
    opacity: 1;
}

#footer .credits {
    padding-top: 5px;
    font-size: 13px;
    color: #444444;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

#footer .credits a {
    color: #ff1694;
    transition: 0.5s;
}

#footer .credits a:hover {
    color: rgb(255, 145, 0);
    transition: 0.5s;
}

#footer .credits li:not(:last-child) {
    margin-right: 8px;
}

#footer .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #ff1694;
    color: #ffffff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

#footer .social-links a:hover {
    background: #444;
    color: #ffffff;
}

/* Navigation
/*--------------------------------------*/
#header-section-v4 .navbar {
    padding: 15px 0;
    height: 80px;
    z-index: 99;

    transition: all 0.5s;
}

#header-section-v4 .navbar-brand,
#header-section-v4 .navbar-brand .h1 {
    font-size: 30px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.5px;
    font-family: "Poppins", sans-serif;
}

#header-section-v4 .navbar-brand .logo {
    max-height: 40px;
    margin-right: 6px;
    display: none;
}

#header-section-v4 .navbar .nav-item {
    padding: 8px 0 8px 20px;
}

#header-section-v4 .navbar .nav-link {
    font-size: 14px;
    font-weight: 500;
    color: #2c4964;
    padding: 5px 2px;
    transition: all 0.1s ease-in-out;
    position: relative;
}

#header-section-v4 .navbar .nav-link.active,
#header-section-v4 .navbar .nav-link:hover {
    color: #ff1694;
}

#header-section-v4 .navbar .nav-link:after {
    content: "";
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 2px;
    z-index: 0;
    background-color: var(--color-primary);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.2s ease-out, opacity 0.2s ease-out 0.3s;
}

#header-section-v4 .navbar .show>.nav-link:after,
#header-section-v4 .navbar .active>.nav-link:after,
#header-section-v4 .navbar .nav-link.show:after,
#header-section-v4 .navbar .nav-link.active:after,
#header-section-v4 .navbar .nav-link:hover:after {
    transform: scaleX(1);
    transform-origin: left;
}

#header-section-v4 .navbar .btn.btn-default {
    font-size: 14px;
    padding: 8px 25px;
}

/*--------------------------------------*/

/* Navbar-toggler
/*--------------------------------------*/
#header-section-v4 .navbar .navbar-toggler {
    background-color: white;
}

#header-section-v4 .navbar .navbar-toggler span {
    display: block;
    background-color: #ff1694;
    height: 3px;
    width: 25px;
    margin-top: 4px;
    margin-bottom: 4px;
    transform: rotate(0deg);
    left: 0;
    opacity: 1;
}

#header-section-v4 .navbar .nav-item a {
    color: white;
    font-weight: bold;
}

#header-section-v4 .navbar .navbar-toggler:not(.collapsed) span {
    background-color: var(--color-default);
}

#header-section-v4 .navbar .navbar-toggler span:nth-child(1),
#header-section-v4 .navbar .navbar-toggler span:nth-child(3) {
    transition: transform 0.35s ease-in-out;
}

#header-section-v4 .navbar .navbar-toggler:not(.collapsed) span:nth-child(1) {
    position: absolute;
    left: 12px;
    top: 10px;
    transform: rotate(135deg);
    opacity: 0.9;
    background-color: #ff1694;
}

#header-section-v4 .navbar .navbar-toggler:not(.collapsed) span:nth-child(2) {
    height: 12px;
    visibility: hidden;
    background-color: transparent;
    background-color: #ff1694;
}

#header-section-v4 .navbar .navbar-toggler:not(.collapsed) span:nth-child(3) {
    position: absolute;
    left: 12px;
    top: 10px;
    transform: rotate(-135deg);
    opacity: 0.9;
    background-color: #ff1694;
}

#header-section-v4 .navbar:has(.navbar-toggler:not(.collapsed)) {
    height: auto;
    background-color: #706e6e;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 99999;
    height: 100%;
    overflow: auto;
    align-items: baseline;
    min-height: 100%;
}

#header-section-v4 .navbar:has(.navbar-toggler:not(.collapsed)) .btn.btn-default {
    margin-left: 15px;
}

/*--------------------------------------*/

/*About Section
/*--------------------------------------*/

#about-v4 .icon-boxes h3 {
    font-size: 28px;
    margin-bottom: 15px;
}

#about-v4 .icon-box {
    margin-top: 40px;
}

#about-v4 .icon-box .icon {
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border: 2px solid #ff1694;
    border-radius: 50px;
    transition: 0.5s;
}

#about-v4 .icon-box .icon i {
    color: #ff1694;
    font-size: 32px;
}

#about-v4 .icon-box:hover .icon {
    background: #ff1694;
    border-color: #ff1694;
}

#about-v4 .icon-box:hover .icon i {
    color: #ffffff;
}

#about-v4 .icon-box .title {
    font-size: 18px;
    margin-left: 85px;
    margin-bottom: 10px;
}

#about-v4 .icon-box .title a {
    color: #343a40;
    transition: 0.3s;
}

#about-v4 .icon-box .title a:hover {
    color: #ff1694;
}

#about-v4 .icon-box .description {
    font-size: 14px;
    line-height: 24px;
    margin-left: 85px;
}

/*--------------------------------------*/

/*Counts Section
/*--------------------------------------*/
#counts-v4 {
    background: #2b2a2a;
    padding-top: 65px;
}

#counts-v4 .count-box {
    padding: 30px 30px 25px 30px;
    width: 100%;
    position: relative;
    text-align: center;
}

#counts-v4 .count-box .experience:after {
    content: '+';
}

#counts-v4 .count-box i {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 20px;
    background: #ff1694;
    color: #ffffff;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
}

#counts-v4 .count-box span {
    font-size: 36px;
    display: block;
    font-weight: 600;
    color: white;
}

#counts-v4 .count-box p {
    font-size: 14px;
    font-weight: 500;
    font-family: "Raleway", sans-serif;
    color: white;
}

/*--------------------------------------*/

/*Services Section
/*--------------------------------------*/
.services-v4 .section-title h2 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    color: #2b2a2a;
}

.services-v4 .section-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #ff1694;
    bottom: 0;
    left: calc(50% - 20px);
}

.services-v4 .icon-box-1 {
    background: url("../images/service-1.jpg") center center no-repeat;
    background-size: cover;
}

.services-v4 .icon-box-2 {
    background: url("../images/service-2.jpg") center center no-repeat;
    background-size: cover;
}

.services-v4 .icon-box-3 {
    background: url("../images/service-3.jpg") center center no-repeat;
    background-size: cover;
}

.services-v4 .icon-box-4 {
    background: url("../images/service-4.jpg") center center no-repeat;
    background-size: cover;
}

.services-v4 .icon-box-5 {
    background: url("../images/service-5.jpg") center center no-repeat;
    background-size: cover;
}

.services-v4 .icon-box-6 {
    background: url("../images/service-6.jpg") center center no-repeat;
    background-size: cover;
}

.services-v4 .icon-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.671);
    border-radius: 10px;
    z-index: 1;
}

.services-v4 .icon-box {
    text-align: center;
    border: 1px solid #d5e1ed;
    padding: 80px 20px;
    transition: all ease-in-out 0.3s;
    border-radius: 10px;
    position: relative;
    background-color: #2b2a2a;
    color: white;
}

.services-v4 .icon-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.services-v4 .icon-box .icon {
    margin: 0 auto;
    width: 80px;
    height: 80px;
    background: #ff1694;
    border-radius: 50px;
    transition: all 0.3s ease-out 0s;
    display: flex;
    align-items: center;
    justify-content: center;
    transform-style: preserve-3d;
    position: absolute;
    z-index: 2;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 5px solid white;
}

.services-v4 .icon-box .icon i {
    color: #ffffff;
    font-size: 28px;
    transition: ease-in-out 0.3s;
}

.services-v4 .icon-box h4 {
    font-size: 24px;
    margin: 20px 0 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    z-index: 2;
}

.services-v4 .icon-box h4 a {
    color: white;
    position: relative;
    z-index: 2;
}

.services-v4 .icon-box p {
    font-size: 14px;
    line-height: 24px;
    position: relative;
    z-index: 2;
}

.services-v4 .icon-box:hover .icon::before {
    background: rgba(255, 255, 255, 0.3);
}

.services-v4 .icon-box:hover .icon i {
    color: var(--color-primary);
}

.services-v4 .icon-box:hover h4 a,
.services-v4 .icon-box:hover p {
    color: #ffffff;
}

/*--------------------------------------*/

/*Contact Get a Quote Form
/*--------------------------------------*/
#quote-v4 .section-title h2 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    color: white;
}

#quote-v4 .section-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #ff1694;
    bottom: 0;
    left: calc(50% - 20px);
}

#quote-v4 .form-group {
    margin-bottom: 1rem;
}

#quote-v4 .form-control {
    font-size: 14px;
    border-radius: 5px;
    box-shadow: none;
    height: 44px;
    padding: 10px;
}

#quote-v4 .form-control:focus {
    border-color: #ff1694;
}

#quote-v4 textarea.form-control {
    height: inherit;
    padding: 10px 12px;
}

#quote-v4 .btn {
    background-color: #ff1694;
    color: white;
    border-radius: 30px;
    padding: 10px 30px;
    border: 2px solid #ff1694;
}

#quote-v4 .btn:hover {
    background-color: transparent;
    color: #ff1694;
    border: 2px solid #ff1694;
}

#quote-v4 .contact .info {
    width: 100%;
    background: #fff;
    z-index: 344;
}

#quote-v4 .contact .info i {
    font-size: 20px;
    color: #1977cc;
    float: left;
    width: 44px;
    height: 44px;
    background: #d6e9fa;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}

#quote-v4 .contact .info h4 {
    padding: 0 0 0 60px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #2c4964;
}

#quote-v4 .contact .info p {
    padding: 0 0 0 60px;
    font-size: 14px;
    color: #4b7dab;
}

#quote-v4 .contact .info .email,
#quote-v4 .contact .info .phone {
    margin-top: 40px;
}

#quote-v4 .contact .info .email:hover i,
#quote-v4 .contact .info .address:hover i,
#quote-v4 .contact .info .phone:hover i {
    background: #1977cc;
    color: #ffffff;
}

#quote-v4 {
    background: url("../images/quote.jpg") center center no-repeat;
    background-size: cover;
    position: relative;
}

#quote-v4::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.801);
    border-radius: 10px;
    z-index: 1;
}

#quote-v4 .container {
    z-index: 2222;
}

#quote-v4 h2 {
    color: white;
}

#quote-v4 .section-title {
    color: white;
}

/*--------------------------------------*/

/*Departments Section
/*--------------------------------------*/
#departments-v4 .nav-tabs {
    border: 0;
    background-color: #2b2a2a;
    border-radius: 5px;
}

#departments-v4 .nav-link {
    border: 0;
    padding: 12px 15px 12px 0;
    transition: 0.3s;
    color: white;
    border-radius: 0;
    border-right: 2px solid #ebf1f6;
    font-weight: 600;
    font-size: 15px;
    padding-left: 15px;
}

#departments-v4 .section-title h2 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    color: black;
}

#departments-v4 .section-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #ff1694;
    bottom: 0;
    left: calc(50% - 20px);
}

#departments-v4 .section-title {
    color: black;
}

#departments-v4 .nav-link:hover {
    color: #ff1694;
}

#departments-v4 .nav-link.active {
    color: white;
    border-radius: 5px;
    background-color: #ff1694;
}

#departments-v4 .tab-pane.active {
    animation: fadeIn 0.5s ease-out;
}

#departments-v4 .details h3 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
}

#departments-v4 .details p {
    color: #777777;
    margin-top: 16px;
}

@media (max-width: 992px) {
    #departments-v4 .nav-link {
        padding: 15px;
    }

    #departments-v4 .nav-link.active {
        color: #ffffff;
        background: #ff1694;
    }
}

/*--------------------------------------*/

/*Expert Section
/*--------------------------------------*/
#experts-v4 .member {
    position: relative;
    box-shadow: 0px 2px 15px rgba(44, 73, 100, 0.08);
    padding: 30px;
    border-radius: 10px;
    border: 1px solid #ccc;
}

#experts-v4 .section-title h2 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    color: black;
}

#experts-v4 .section-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #ff1694;
    bottom: 0;
    left: calc(50% - 20px);
}

#experts-v4 .member .pic {
    overflow: hidden;
    margin: auto;
    width: 180px;
    border-radius: 50%;
    box-shadow: 0px 2px 15px rgba(44, 73, 100, 0.08);
    margin-bottom: 15px;
}

#experts-v4 .member .pic img {
    aspect-ratio: 1 / 1;
    width: 180px;
    object-fit: contain;
    transition: ease-in-out 0.3s;
}

#experts-v4 .member:hover img {
    transform: scale(1.1);
}

#experts-v4 .member .member-info {
    text-align: center;
}

#experts-v4 .member h4 {
    font-size: 20px;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

#experts-v4 .member span {
    display: block;
    font-size: 15px;
    padding-bottom: 10px;
    position: relative;
    font-weight: 500;
}

#experts-v4 .member span::after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 1px;
    background: #ff1694;
    bottom: 0;
    left: calc(50% - 20px);
}

#experts-v4 .member p {
    font-size: 14px;
    margin: 10px 0 12px;
}

#experts-v4 .member .social {
    display: flex;
    align-items: center;
    justify-content: center;
}

#experts-v4 .member .social a {
    transition: ease-in-out 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    width: 32px;
    height: 32px;
    background: #ff1694;
}

#experts-v4 .member .social a i {
    color: #ffffff;
}

#experts-v4 .member .social a:hover {
    border: 1px solid #ff1694;
    background-color: white;
}

#experts-v4 .member .social a:hover i {
    color: #ff1694;
}

#experts-v4 .member .social a+a {
    margin-left: 8px;
}

/*--------------------------------------*/

/*FAQ Section
/*--------------------------------------*/
#faq-v4 {
    background: url("../images/service-1.jpg") center center no-repeat;
    background-size: cover;
    position: relative;
}

#faq-v4::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.671);
    border-radius: 10px;
    z-index: 1;
}

#faq-v4 .section-title h2 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    color: white;
}

#faq-v4 .section-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #ff1694;
    bottom: 0;
    left: calc(50% - 20px);
}

#faq-v4 .section-title {
    position: relative;
    z-index: 222;
    color: white;
}

#faq-v4 .faq-list {
    padding: 0 100px;
}

#faq-v4 .faq-list ul {
    padding: 0;
}

#faq-v4 .faq-list li+li {
    margin-top: 15px;
}

#faq-v4 .faq-list li {
    padding: 20px;
    background: #fff;
    border-radius: 4px;
    position: relative;
    z-index: 222;
}

#faq-v4 .faq-list a {
    display: block;
    position: relative;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    padding: 0 30px;
    outline: none;
    cursor: pointer;
}

#faq-v4 .faq-list .icon-help {
    font-size: 24px;
    position: absolute;
    right: 0;
    left: 20px;
    color: #ff1694;
}

#faq-v4 .faq-list .icon-show,
#faq-v4 .faq-list .icon-close {
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 0;
}

#faq-v4 .faq-list p {
    padding: 10px 0 0 0;
}

#faq-v4 .faq-list .icon-show {
    display: none;
}

#faq-v4 .faq-list a.collapsed {
    color: #343a40;
}

#faq-v4 .faq-list a.collapsed:hover {
    color: #ff1694;
}

#faq-v4 .faq-list a.collapsed .icon-show {
    display: inline-block;
}

#faq-v4 .faq-list a.collapsed .icon-close {
    display: none;
}

@media (max-width: 1200px) {
    #faq-v4 .faq-list {
        padding: 0;
    }
}

/*--------------------------------------*/

/*Testimonials Section
/*--------------------------------------*/
#testimonials-v4 .testimonial-wrap {
    padding-left: 50px;
}

#testimonials-v4 .testimonial-item {
    box-sizing: content-box;
    padding: 30px 30px 30px 60px;
    margin: 30px 15px;
    min-height: 200px;
    box-shadow: 0px 2px 12px rgba(44, 73, 100, 0.08);
    position: relative;
    border: 1px solid #ccc;
    border-radius: 5px;
}

#testimonials-v4 .testimonial-item .testimonial-img {
    width: 90px;
    border-radius: 10px;
    border: 6px solid #ff1694;
}

#testimonials-v4 .testimonial-item h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0 5px;
}

#testimonials-v4 .testimonial-item h4 {
    font-size: 14px;
    color: #999;
}

#testimonials-v4 .testimonial-item .quote-icon-left,
#testimonials-v4 .testimonial-item .quote-icon-right {
    color: #2b2a2a;
    font-size: 26px;
}

#testimonials-v4 .testimonial-item .quote-icon-left {
    display: inline-block;
    left: -5px;
    position: relative;
}

#testimonials-v4 .testimonial-item .quote-icon-right {
    display: inline-block;
    right: -5px;
    position: relative;
    top: 10px;
}

#testimonials-v4 .testimonial-item p {
    font-style: italic;
    margin: 15px auto;
}

@media (max-width: 767px) {
    #testimonials-v4 .testimonial-wrap {
        padding-left: 0;
    }

    #testimonials-v4 .testimonial-item {
        padding: 30px;
        margin: 15px;
    }

    #testimonials-v4 .testimonial-item .testimonial-img {
        position: static;
        left: auto;
    }
}

/*--------------------------------------*/

.play-btn {
    width: 94px;
    height: 94px;
    background: radial-gradient(#1977cc 50%, rgba(25, 119, 204, 0.4) 52%);
    border-radius: 50%;
    display: block;
    position: absolute;
    left: calc(50% - 47px);
    top: calc(50% - 47px);
    overflow: hidden;
}

.play-btn::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 100;
    transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.play-btn::before {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    animation-delay: 0s;
    animation: pulsate-btn 2s;
    animation-direction: forwards;
    animation-iteration-count: infinite;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid #ff1694;
    top: -15%;
    left: -15%;
    background: rgba(198, 16, 0, 0);
}

.play-btn:hover::after {
    border-left: 15px solid var(--color-primary);
    transform: scale(20);
}

.play-btn:hover::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border: none;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 200;
    animation: none;
    border-radius: 0;
}

@keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

.slick-dots {
    bottom: -40px;
}

.slick-dots li {
    margin: 0;
}

.slick-dots li button:before {
    background: transparent;
    content: "";
    opacity: 1;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    border: 1px solid #ff1694;
}

.slick-dots li button:hover:before,
.slick-dots li.slick-active button:before {
    background: #ff1694;
    opacity: 1;
}

/*Gallery Section
/*--------------------------------------*/
#gallery-v4 .gallery-item {
    overflow: hidden;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
}

#gallery-v4 .gallery-item img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
    transition: all ease-in-out 0.4s;
    width: 100%;
}

#gallery-v4 .gallery-item:hover img {
    transform: scale(1.1);
}

#gallery-v4 .gallery-item img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border-radius: 15px;
}

#gallery-v4 .section-title h2 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    color: black;
}

#gallery-v4 .section-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #ff1694;
    bottom: 0;
    left: calc(50% - 20px);
}

/*--------------------------------------*/

#contact-us-v4 form {
    background-color: white;
    padding: 15px;
    border-radius: 5px;
}

#contact-us-v4 .section-title h2 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    color: white;
}

#contact-us-v4 .section-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #ff1694;
    bottom: 0;
    left: calc(50% - 20px);
}

#contact-us-v4 .form-group {
    margin-bottom: 1rem;
}

#contact-us-v4 .form-control {
    font-size: 14px;
    border-radius: 5px;
    box-shadow: none;
    height: 44px;
    padding: 10px;
}

#contact-us-v4 .form-control:focus {
    border-color: #ff1694;
}

#contact-us-v4 textarea.form-control {
    height: inherit;
    padding: 10px 12px;
}

#contact-us-v4 .btn {
    background-color: #ff1694;
    color: white;
    border-radius: 30px;
    padding: 10px 30px;
    border: 2px solid #ff1694;
}

#contact-us-v4 .btn:hover {
    background-color: transparent;
    color: #ff1694;
    border: 2px solid #ff1694;
}

#contact-us-v4 {
    background: url("../images/service-3.jpg") center center no-repeat;
    background-size: cover;
    position: relative;
}

#contact-us-v4::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.671);
    border-radius: 10px;
    z-index: 1;
}

#contact-us-v4 .section-title {
    z-index: 22;
    position: relative;
}

#contact-us-v4 .section-title p {
    color: white;
}

#contact-us-v4 .left-side {
    position: relative;
    z-index: 2;
}

#contact-us-v4 .google-map {
    position: relative;
    z-index: 22;
}

#contact-us-v4 {
    background-color: white;
    padding: 20px;
    border-radius: 5px;
}

#contact-us-v4 .info {
    background-color: transparent;
}

#contact-us-v4 .info i {
    font-size: 20px;
    color: white;
    float: left;
    width: 44px;
    height: 44px;
    background: #d6e9fa;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
    background-color: #ff1694;
}

#contact-us-v4 .info h4 {
    padding: 0 0 0 60px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: white;
}

#contact-us-v4 .info p {
    padding: 0 0 0 60px;
    font-size: 14px;
    color: white;
}

/*Feature Section
/*--------------------------------------*/
#feature-v4 .feature-item {
    border-radius: 6px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    border: 1px solid #ccc;
}

#feature-v4 .feature-icon i {
    color: #ff1694 !important;
}

#feature-v4 .feature-item .feature-icon {
    position: relative;
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-primary);
    border: 1px solid #ff1694;
}

/*--------------------------------------*/