/*------------------------------------------------------------------
[Master Stylesheet]

Project:  Callegari
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Table of contents]

1. Body
2. Header  / .header
3. Banner  /.banner-con
4. Service  /.service-con
5. About  /.about-con
6. Project  /.project-con
7. Work  /.work-con
8. Partner  /.partner-con
9. Team  /.team-con
10. Testimonial  /.testimonial-con
11. Start  /.start-con
12. Map  /.map-con
13. Footer  /.footer-con
*/
/*------------------------------------------------------------------
# [Color Codes]

#    --e-global-color-primary: #141430;
#    --e-global-color-secondary: #1f3745;
#    --e-global-color-accent: #e6b127;
#    --e-global-color-text: #79848a;
#	--e-global-color-white: #ffffff;
#    --e-global-color-black: #000000;
#    --e-global-color-grayish-blue: #8ba5b4;
#    --e-global-color-very-dark-blue: #142935;
#    --e-global-color-dark-grayish-blue: #8c9da7;
#    --e-global-color-light-grayish-blue: #e4f3fc;
#    --e-global-color-very-light-grayish-blue: #d9e3e9;
#    --e-global-color-very-dark-desaturated-blue: #1c3545;
#    --e-global-color-pure-red: #ff0000;
*/
/*------------------------------------------------------------------
# [Typography]
 
Body copy: "Barlow", sans-serif;
Heading: "Playfair Display", serif;
*/


@import url('../../../css2');

body {
    font-family: "Barlow", sans-serif;
    overflow-x: hidden;
}

:root {
    --e-global-color-primary: #141430;
    --e-global-color-secondary: #1f3745;
    --e-global-color-accent: #1342a8;
    --e-global-color-text: #79848a;
    --e-global-color-white: #ffffff;
    --e-global-color-black: #000000;
    --e-global-color-grayish-blue: #8ba5b4;
    --e-global-color-very-dark-blue: #142935;
    --e-global-color-dark-grayish-blue: #8c9da7;
    --e-global-color-light-grayish-blue: #e4f3fc;
    --e-global-color-very-light-grayish-blue: #d9e3e9;
    --e-global-color-very-dark-desaturated-blue: #1c3545;
    --e-global-color-pure-red: #ff0000;
}

h1 {
    font-size: 54px;
    line-height: 62px;
    font-weight: 400;
    font-family: "Playfair Display", serif;
}

h2 {
    font-size: 46px;
    line-height: 52px;
    font-weight: 400;
    text-transform: capitalize;
    color: var(--e-global-color-secondary);
    font-family: "Playfair Display", serif;
}

h3 {
    font-size: 36px;
    line-height: 40px;
    font-weight: 400;
    font-family: "Playfair Display", serif;
}

h4 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
}

h5 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    font-family: "Playfair Display", serif;
}

h6 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 2.0px;
    text-transform: capitalize;
    color: var(--e-global-color-accent);
}

p {
    font-size: 20px;
    line-height: 34px;
    font-weight: 400;
    color: var(--e-global-color-text);
}

.text-size-18 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: var(--e-global-color-text);
}

.text-size-16 {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: var(--e-global-color-text);
}

.text-size-14 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: var(--e-global-color-text);
}

.all_button {
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    min-width: 167px;
    height: 56px;
    padding: 18px;
    text-align: center;
    border-radius: 15px;
    position: relative;
    display: inline-block;
    color: var(--e-global-color-white);
    background: var(--e-global-color-accent);
    transition: all 0.3s ease-in-out;
}

.all_button:hover {
    color: var(--e-global-color-white);
    background: var(--e-global-color-secondary);
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

/* Home Page */

.header {
    padding: 25px 0px;
    position: relative;
    z-index: 5;
    padding-top: 50px;
    padding-bottom: 50px;
}

.header .logo img {
    width: 250px;
    margin-top: 0px;
}

.navbar-collapse ul {
    text-align: center;
    align-items: center;
    display: inherit;
}

.navbar-expand-lg {
    position: relative;
    z-index: 1;
}

.navbar-brand {
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-nav li {
    margin: 0 14px;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.navbar-nav li:first-child {
    margin-left: 0;
}

.navbar-nav .nav-item a {
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    color: var(--e-global-color-secondary) !important;
    transition: all 0.3s ease-in-out;
}

.navbar-nav .nav-item a:hover,
.navbar-nav .nav-item a:active {
    color: var(--e-global-color-accent) !important;
    background-color: transparent;
}

.navbar-nav .active>a {
    color: var(--e-global-color-accent) !important;
}

.navbar-nav li:last-child {
    margin-right: 0;
    padding-right: 0;
    margin-left: 25px;
}

.navbar-nav li .contact_us {
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    min-width: 137px;
    height: 52px;
    padding: 15px;
    border-radius: 15px;
    position: relative;
    display: inline-block;
    color: var(--e-global-color-secondary);
    background: var(--e-global-color-white);
    box-shadow: 10px 0 20px rgb(0 0 0 / 5%);
    transition: all 0.3s ease-in-out;
}

.navbar-nav li .contact_us:hover {
    color: var(--e-global-color-white) !important;
    background: var(--e-global-color-accent);
}

.navbar-nav .active>.contact_us {
    color: var(--e-global-color-white) !important;
    background: var(--e-global-color-accent);
}

.navbar-collapse .drop-down-pages {
    text-align: left;
    margin-left: 0;
}

.navbar-nav .dropdown-menu {
    position: absolute;
    left: 0;
    top: 50px;
    min-width: 212px;
    padding: 0;
    border: none;
    border-radius: 15px;
    box-shadow: 0px 0px 100px rgb(0 0 0 / 10%);
    background-color: var(--e-global-color-white);
}

.navbar-nav .drop-down-pages li {
    margin: 0;
    border-bottom: 1px solid var(--e-global-color-white);
}

.navbar-nav .drop-down-pages .nav-item a {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    padding: 7px 20px 9px;
    color: var(--e-global-color-secondary) !important;
    transition: all 0.3s ease-in-out;
}

.navbar-nav .drop-down-pages li:hover::after {
    display: none;
}

.navbar-nav .drop-down-pages li:first-child a::before {
    content: '';
    width: 24px;
    height: 12px;
    position: absolute;
    background-image: url(../images/nav-node.png);
    top: -12px;
    left: 8%;
    transition: all 0.3s ease-in-out;
}

.navbar-nav .drop-down-pages li:first-child a:hover::before {
    background-image: url(../images/nav-node-hover.png);
}

.navbar-nav .drop-down-pages .active:first-child>a::before {
    background-image: url(../images/nav-node-hover.png);
}

.navbar-nav .drop-down-pages li:last-child {
    margin: 0;
    border: none;
}

.navbar-nav .nav-item .dropdown-item:hover {
    border-radius: 0;
    color: var(--e-global-color-white) !important;
    background-color: var(--e-global-color-secondary) !important;
}

.navbar-nav .drop-down-pages .active>a {
    border-radius: 0;
    color: var(--e-global-color-white) !important;
    background-color: var(--e-global-color-secondary) !important;
}

.navbar-nav .drop-down-pages .active>a:hover {
    border-radius: 0;
    color: var(--e-global-color-white) !important;
    background-color: var(--e-global-color-secondary) !important;
}

.navbar-nav .drop-down-pages .nav-item:first-child a:hover {
    border-radius: 15px 15px 0 0;
}

.navbar-nav .drop-down-pages .active:first-child>a {
    border-radius: 15px 15px 0 0;
}

.navbar-nav .drop-down-pages .nav-item:last-child a:hover {
    border-radius: 0 0 15px 15px;
}

.navbar-nav .drop-down-pages .active:last-child>a {
    border-radius: 0 0 15px 15px;
}

.navbar-expand-lg .drop-down-pages .nav-link {
    padding-left: 0;
}

/* Banner */

.banner_outer {
    background: var(--e-global-color-light-grayish-blue);
}

.banner_outer::after {
    content: "";
    left: 0;
    top: 0;
    width: 49%;
    height: 100%;
    position: absolute;
    background: url("../images/Banner Left.png");
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
}

.banner-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.banner-con {
    z-index: 1;
}

.banner-con ul {
    position: absolute;
    left: -310px;
    top: 285px;
}

.banner-con ul li {
    margin: 13px 0;
    transition: all 0.3s ease-in-out;
}

.banner-con ul li:first-child {
    margin-top: 0;
}

.banner-con ul li:last-child {
    margin-bottom: 0;
}

.banner-con ul li i {
    font-size: 14px;
    height: 36px;
    width: 36px;
    line-height: 34px;
    border-radius: 100px;
    text-align: center;
    color: var(--e-global-color-white);
    background-color: transparent;
    border: 1px solid rgb(255 255 255 / 50%);
    transition: all 0.3s ease-in-out;
}

.banner-con ul li a:hover i {
    background: var(--e-global-color-accent);
    border: 1px solid rgb(230 177 39 / 50%);
}

.banner-con .banner_outer_content {
    width: 760px;
    padding: 130px 0 240px;
    position: relative;
    z-index: 2;
    left: -250px;
}

.banner-con .banner_content {
    position: relative;
    padding: 60px 50px 75px;
    border-radius: 15px;
    background-color: var(--e-global-color-very-dark-blue);
}

.banner-con .banner_content h1 {
    margin-bottom: 20px;
}

.reveal-text span,
.reveal-words span {
    display: inline-block;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1s ease, transform 1s ease;
    white-space: pre;
    /* Preserve spaces between words */
}

.reveal-text.active span,
.reveal-words.active span {
    opacity: 1;
    transform: translateY(0);
}

.banner-con .banner_content p {
    margin-bottom: 25px;
    color: var(--e-global-color-grayish-blue);
}

.banner-con .banner_content .get_started:hover {
    color: var(--e-global-color-secondary);
    background: var(--e-global-color-white);
}

.banner-con .banner_content ul {
    display: none;
}

.banner-con .banner_wrapper {
    position: absolute;
    top: 14px;
    right: 0;
    width: 59%;
    overflow: hidden;
}

.banner-con .item img,
.banner-con .item video {
    width: 730px;
    height: 742px;
    border-radius: 15px;
    object-fit: cover;
}

.banner-con .owl-carousel .owl-stage-outer {
    min-height: 890px;
}

.banner-con .owl-carousel .owl-nav.disabled {
    display: block;
}

.banner-con .owl-carousel .owl-nav {
    margin-top: 0 !important;
    position: absolute;
    right: 472px;
    bottom: 82px;
    display: none;
}

.banner-con .owl-carousel .owl-prev span {
    left: -80px;
    border-radius: 15px 0 0 15px;
}

.banner-con .owl-carousel .owl-next span {
    right: -80px;
    border-radius: 0 15px 15px 0;
}

.banner-con .owl-carousel .owl-prev,
.banner-con .owl-carousel .owl-next {
    margin: 0 !important;
}

.banner-con .owl-carousel .owl-prev span,
.banner-con .owl-carousel .owl-next span {
    font-size: 21px;
    width: 80px;
    height: 75px;
    line-height: 75px;
    position: absolute;
    text-align: center;
    color: var(--e-global-color-white);
    background: var(--e-global-color-secondary);
    transition: all 0.3s ease-in-out;
}

.banner-con .owl-carousel .owl-prev:hover span,
.banner-con .owl-carousel .owl-next:hover span {
    background: var(--e-global-color-accent);
}

.banner-con .owl-carousel .owl-prev:focus,
.banner-con .owl-carousel .owl-next:focus {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

/* Service */

.service-con {
    padding: 155px 0 120px;
}

.service-con .service_wrapper .doted-square {
    position: absolute;
    left: -115px;
    top: 315px;
}

.service-con .service_wrapper .service-box {
    padding: 50px 20px 42px 30px;
    margin-bottom: 30px;
    border-radius: 15px;
    display: inline-block;
    background: var(--e-global-color-white);
    border-top: 2px solid var(--e-global-color-secondary);
    box-shadow: 5px 0 87px rgb(186 224 246 / 100%);
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 1;
}

.service-con .service_wrapper .service-box:hover {
    transform: translateY(-5px);
}

.service-con .service_wrapper .service-box .icon {
    margin-bottom: 25px;
    min-height: 74px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}

.service-con .service_wrapper .service-box:hover .icon {
    transform: translateY(-5px);
}

.service-con .service_wrapper .service-box p {
    font-size: 16px;
    line-height: 24px;
}

.service-con .service_wrapper .service-box a {
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    color: var(--e-global-color-accent);
    transition: all 0.3s ease-in-out;
}

.service-con .service_wrapper .service-box a:hover {
    color: var(--e-global-color-text);
}

.service-con .service_wrapper .box-top {
    position: relative;
    top: 185px;
}

.service-con .service_content {
    padding: 150px 0 0 42px;
}

.service-con .service_content h6 {
    margin-bottom: 8px;
}

.service-con .service_content h2 {
    margin-bottom: 20px;
}

.service-con .service_content .text1 {
    margin-bottom: 12px;
}

.service-con .service_content .text2 {
    margin-bottom: 32px;
}

/* About */

.about-con {
    overflow: hidden;
    background: url("../images/Bg.png");
    background-position: right center;
    background-size: cover;
    background-repeat: no-repeat;
}

.about-con .about_wrapper .about-image {
    position: relative;
    left: 0;
    top: 120px;
    background: var(--e-global-color-secondary);
    border-radius: 15px;
    z-index: 1;
}

.about-con .about_wrapper .about-image img {
    opacity: 90%;
    border-radius: 15px;
}

.about-con .about_wrapper .doted-square {
    position: absolute;
    right: -114px;
    top: 38px;
}

.about-con .about_wrapper .about-rightimage {
    position: absolute;
    right: -332px;
    top: 240px;
}

.about-con .about_wrapper .about-rightimage img {
    opacity: 60%;
}

.about-con .about_wrapper .box {
    right: 92px;
    bottom: -155px;
    padding: 11px 36px 31px;
    z-index: 1;
    border-radius: 15px;
    text-align: center;
    position: absolute;
    background-color: var(--e-global-color-white);
    border-bottom: 2px solid var(--e-global-color-secondary);
    box-shadow: 5px 0 87px rgb(186 224 246 / 100%);
}

.about-con .about_wrapper .box .number {
    font-size: 54px;
    line-height: 60px;
    font-weight: 400;
    display: block;
    margin-bottom: 10px;
    color: var(--e-global-color-accent);
    font-family: "Playfair Display", serif;
}

.about-con .about_wrapper .box .whatsapp-text {
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    color: var(--e-global-color-primary);
}

.about-con .about_content {
    padding: 196px 0 235px;
}

.about-con .about_content::before {
    content: "";
    width: 946px;
    height: 100%;
    left: -398px;
    top: 0;
    position: absolute;
    background-color: var(--e-global-color-light-grayish-blue);
}

.about-con .about_content h6 {
    margin-bottom: 8px;
}

.about-con .about_content h2 {
    margin-bottom: 20px;
}

.about-con .about_content p {
    padding-right: 20px;
}

.about-con .about_content .text1 {
    margin-bottom: 12px;
}

.about-con .about_content .text2 {
    margin-bottom: 32px;
}

/* Scaffolding Materials */

.materials-con {
    padding: 120px 0;
    background-color: var(--e-global-color-light-grayish-blue);
}

.materials-con .materials_content {
    margin-bottom: 50px;
}

.materials-con .materials_content h6 {
    margin-bottom: 8px;
}

.materials-con .materials_content h2 {
    margin-bottom: 20px;
}

.materials-con .materials_wrapper {
    margin-bottom: 50px;
}

.materials-con .material-box {
    padding: 30px 20px;
    margin-bottom: 30px;
    border-radius: 15px;
    text-align: center;
    background: var(--e-global-color-white);
    border-bottom: 2px solid var(--e-global-color-secondary);
    box-shadow: 5px 0 87px rgb(186 224 246 / 100%);
    transition: all 0.3s ease-in-out;
}

.materials-con .material-box:hover {
    transform: translateY(-10px);
}

.materials-con .material-box .material-image {
    margin-bottom: 20px;
}

.materials-con .material-box .image-container {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    overflow: hidden;
    background-color: transparent;
    transition: all 0.3s ease-in-out;
}

.materials-con .material-box:hover .image-container {
    background-color: transparent;
}

.materials-con .material-box .image-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.3s ease-in-out;
}

.materials-con .material-box:hover .image-container img {
    transform: scale(1.1);
}

.materials-con .material-box .content h5 {
    margin-bottom: 0;
    color: var(--e-global-color-secondary);
    transition: all 0.3s ease-in-out;
}

.materials-con .material-box:hover .content h5 {
    color: var(--e-global-color-accent);
}

.materials-con .materials_button {
    margin-top: 20px;
}

.materials-con .materials_button .all_button:hover {
    background: var(--e-global-color-secondary);
}

@media (min-width: 992px) {
    .materials-con .container {
        max-width: 1400px;
        width: 100%;
    }
}



/* Project */

.project_background {
    padding: 115px 0 280px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/background-image.jpg);
}

.project_background .project_content h6 {
    margin-bottom: 8px;
}

.project_background .project_content h2 {
    margin-bottom: 42px;
    color: var(--e-global-color-white);
}

.project-con {
    margin-top: -280px;
    padding-bottom: 120px;
}

.project-con .project_wrapper {
    margin-bottom: -22px;
}

.project-con .project-box {
    position: relative;
    transition: all 0.3s ease-in-out;
}

.project-con .project-box .project-image {
    overflow: hidden;
    border-radius: 15px;
    height: 350px;
}

.project-con .project-box .project-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 95%;
    border-radius: 15px;
    transition: all 0.3s ease-in-out;
}

.project-con .project-box:hover .project-image img {
    transform: scale(1.1);
}

.project-con .project-box .content {
    padding: 26px 28px 28px;
    width: 325px;
    bottom: -100px;
    right: 0;
    left: 0;
    margin: 0 auto;
    position: absolute;
    border-radius: 15px;
    background: var(--e-global-color-white);
    border-bottom: 2px solid var(--e-global-color-secondary);
    box-shadow: 5px 5px 40px 0 rgb(208 235 251 / 100%);
    transition: all 0.3s ease-in-out;
}

.project-con .project-box:hover .content {
    transform: translateY(-10px);
}

.project-con .project-box .content h5 {
    margin-bottom: 5px;
}

.project-con .project-box .content span {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    display: block;
    margin-bottom: 10px;
    color: var(--e-global-color-text);
}

.project-con .project-box .content a {
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    color: var(--e-global-color-accent);
    transition: all 0.3s ease-in-out;
}

.project-con .project-box .content a:hover {
    color: var(--e-global-color-text);
}

.project-con .item {
    border-radius: 15px;
    background: var(--e-global-color-secondary);
}

.project-con .owl-carousel .owl-stage-outer {
    min-height: 480px;
}

.project-con .owl-carousel .owl-nav.disabled {
    display: block;
}

.project-con .owl-carousel .owl-nav {
    margin-top: 0 !important;
    position: relative;
    top: -356px;
}

.project-con .owl-carousel .owl-prev span {
    left: -80px;
    border-radius: 50%;
}

.project-con .owl-carousel .owl-next span {
    right: -80px;
    border-radius: 50%;
}

.project-con .owl-carousel .owl-prev,
.project-con .owl-carousel .owl-next {
    margin: 0 !important;
}

.project-con .owl-carousel .owl-prev span,
.project-con .owl-carousel .owl-next span {
    font-size: 21px;
    width: 75px;
    height: 75px;
    line-height: 75px;
    position: absolute;
    text-align: center;
    color: var(--e-global-color-white);
    background: var(--e-global-color-secondary);
    transition: all 0.3s ease-in-out;
    border-radius: 50%;
}

.project-con .owl-carousel .owl-prev:hover span,
.project-con .owl-carousel .owl-next:hover span {
    background: var(--e-global-color-accent);
}

.project-con .owl-carousel .owl-prev:focus,
.project-con .owl-carousel .owl-next:focus {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

/* Work */

.work-con {
    overflow: hidden;
}

.work-con .work_wrapper .work-image {
    position: relative;
    right: 0;
    top: 120px;
    background: var(--e-global-color-secondary);
    border-radius: 15px;
    z-index: 1;
}

.work-con .work_wrapper .work-image img {
    opacity: 95%;
    border-radius: 15px;
}

.work-con .work_wrapper .doted-square {
    position: absolute;
    left: -114px;
    top: 38px;
}

.work-con .work_wrapper .work-leftimage {
    position: absolute;
    left: -332px;
    top: 240px;
}

.work-con .work_wrapper .work-leftimage img {
    opacity: 60%;
}

.work-con .work_content {
    padding: 140px 0 150px 8px;
}

.work-con .work_content::before {
    content: "";
    width: 946px;
    height: 100%;
    right: -396px;
    top: 0;
    position: absolute;
    background-color: var(--e-global-color-light-grayish-blue);
}

.work-con .work_content h6 {
    margin-bottom: 8px;
}

.work-con .work_content h2 {
    margin-bottom: 40px;
}

.work-con .work_content ul {
    margin-bottom: 34px;
    padding-left: 103px;
}

.work-con .work_content ul li {
    margin-bottom: 38px;
    position: relative;
}

.work-con .work_content ul li .box {
    position: absolute;
    left: -100px;
}

.work-con .work_content ul li span {
    font-size: 36px;
    font-weight: 400;
    top: 4px;
    width: 74px;
    height: 70px;
    line-height: 55px;
    border-radius: 15px;
    text-align: center;
    position: absolute;
    color: var(--e-global-color-accent);
    font-family: "Playfair Display", serif;
    background: var(--e-global-color-white);
    border-bottom: 2px solid var(--e-global-color-secondary);
    z-index: 1;
    transition: all 0.3s ease-in-out;
}

.work-con .work_content ul li span:hover {
    transform: translateY(-5px);
}

.work-con .work_content ul li .content {
    position: relative;
}

.work-con .work_content ul li .content::before {
    content: "";
    position: absolute;
    border: 1px dashed var(--e-global-color-secondary);
    height: 100%;
    top: 70px;
    left: -62px;
}

.work-con .work_content ul li:last-child .content::before {
    display: none;
}

.work-con .work_content ul li .content h5 {
    color: var(--e-global-color-secondary);
}

.work-con .work_content ul li .content p {
    color: var(--e-global-color-text);
}

.work-con .work_content ul li:last-child {
    margin-bottom: 0;
}

/* Partner */

.partner-con {
    padding: 115px 0 118px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: var(--e-global-color-secondary);
    background-image: url(../images/partner-bgimage.jpg);
}

.partner-con .partner_content {
    text-align: center;
}

.partner-con .partner_content h6 {
    margin-bottom: 8px;
}

.partner-con .partner_content h2 {
    margin-bottom: 44px;
    color: var(--e-global-color-white);
}

.partner-con .box {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 140px;
    border-radius: 15px;
    background: var(--e-global-color-very-dark-blue);
    transition: all 0.3s ease-in-out;
}

.partner-con .box img {
    transition: all 0.3s ease-in-out;
}

.partner-con .box:hover img {
    opacity: 100%;
    transform: translateY(-5px);
}

.partner-con .owl-carousel .owl-dots {
    margin-top: 28px !important;
}

.partner-con .owl-carousel .owl-dots .owl-dot span {
    width: 9px;
    height: 9px;
    margin: 0 4px;
    transition: all 0.3s ease-in-out;
    color: #62727d;
}

.partner-con .owl-carousel .owl-dots .owl-dot:hover span {
    background: var(--e-global-color-accent);
}

.partner-con .owl-carousel .owl-dots .owl-dot.active span {
    width: 12px;
    height: 12px;
    background: var(--e-global-color-accent);
}

.partner-con .owl-carousel .owl-dots .owl-dot:focus {
    outline: none;
}

/* Team */

.team-con {
    padding: 115px 0 120px;
}

.team-con .team_content h6 {
    margin-bottom: 8px;
}

.team-con .team_content h2 {
    margin-bottom: 42px;
}

.team-con .team_wrapper {
    margin-bottom: 96px;
}

.team-con .team-box {
    position: relative;
    transition: all 0.3s ease-in-out;
}

.team-con .team-box .team-image {
    overflow: hidden;
    border-radius: 15px;
}

.team-con .team-box .team-image img {
    border-radius: 15px;
    transition: all 0.3s ease-in-out;
}

.team-con .team-box:hover .team-image img {
    transform: scale(1.1);
}

.team-con .team-box .content {
    padding: 24px 28px;
    width: 325px;
    bottom: -56px;
    right: 0;
    left: 0;
    margin: 0 auto;
    position: absolute;
    border-radius: 15px;
    background: var(--e-global-color-white);
    border-bottom: 2px solid var(--e-global-color-secondary);
    box-shadow: 5px 5px 40px 0 rgb(208 235 251 / 100%);
    transition: all 0.3s ease-in-out;
}

.team-con .team-box:hover .content {
    transform: translateY(-10px);
}

.team-con .team-box .content h5 {
    margin-bottom: 5px;
}

.team-con .team-box .content span {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    display: block;
    margin-bottom: 10px;
    color: var(--e-global-color-text);
}

.team-con .team-box .content li {
    display: inline-block;
    margin: 0 3px;
    transition: all 0.3s ease-in-out;
}

.team-con .team-box .content li:first-child {
    margin-left: 0;
}

.team-con .team-box .content li:last-child {
    margin-right: 0;
}

.team-con .team-box .content i {
    font-size: 12px;
    height: 32px;
    width: 32px;
    line-height: 30px;
    border-radius: 100px;
    text-align: center;
    color: var(--e-global-color-accent);
    background-color: transparent;
    border: 1px solid var(--e-global-color-accent);
    transition: all 0.3s ease-in-out;
}

.team-con .team-box .content a:hover i {
    color: var(--e-global-color-white);
    background-color: var(--e-global-color-accent);
}

/* Testimonial */

.testimonial-con {
    padding: 220px 0 120px;
    background: var(--e-global-color-light-grayish-blue);
}

.testimonial-con .doted-square {
    position: absolute;
    right: -102px;
    top: -82px;
}

.testimonial-con .testimonial-box {
    position: relative;
    border-radius: 15px;
    background: var(--e-global-color-white);
}

.testimonial-con .testimonial_wrapper {
    width: 476px;
    height: 100%;
    border-radius: 15px 0 0 15px;
    background-image: url(../images/testimonial-imagebg.jpg);
}

.testimonial-con .testimonial_wrapper .testimonial-image {
    position: absolute;
    bottom: 0;
    left: 66px;
}

.testimonial-con .testimonial_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-con .testimonial_wrapper .sync-quotes-carousel {
    width: 100%;
}

.testimonial-con .testimonial_wrapper .quote-text-box {
    padding: 40px;
    text-align: center;
}

.testimonial-con .testimonial_wrapper .quote-text-box h3 {
    font-size: 28px;
    line-height: 38px;
    font-weight: 600;
}

@media (max-width: 991px) {
    .testimonial-con .testimonial_wrapper {
        border-radius: 15px 15px 0 0;
        width: 100%;
        height: auto;
        min-height: 250px;
    }

    .testimonial-con .testimonial_wrapper .quote-text-box h3 {
        font-size: 24px;
        line-height: 32px;
    }
}

@media (max-width: 575px) {
    .testimonial-con .testimonial_wrapper .quote-text-box {
        padding: 30px 20px;
    }

    .testimonial-con .testimonial_wrapper .quote-text-box h3 {
        font-size: 20px;
        line-height: 28px;
    }
}


.testimonial-con .testimonial_content {
    padding: 64px 45px 55px 50px;
}

.testimonial-con .content .testimonial-quote {
    margin-bottom: 20px;
}

.testimonial-con .content p {
    margin-bottom: 20px;
    font-family: "Playfair Display", serif;
    color: var(--e-global-color-secondary);
}

.testimonial-con .review-content {
    padding-left: 0;
    display: flex;
    align-items: center;
}

.testimonial-con .review-content .testimonial-personimage {
    position: absolute;
    left: 0;
}

.testimonial-con .review-content .testimonial-personimage img {
    border-radius: 15px;
}

.testimonial-con .review-content .detail {
    padding: 12px 0;
}

.testimonial-con .review-content .name {
    font-size: 20px;
    line-height: 22px;
    font-weight: 500;
    display: block;
    margin-bottom: 4px;
    color: var(--e-global-color-secondary);
}

.testimonial-con .review-content .position {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: var(--e-global-color-text);
}

.testimonial-con .owl-carousel .owl-item img {
    width: auto;
}

.testimonial-con .owl-carousel .owl-dots {
    display: inline-block !important;
    margin-top: 10px !important;
    text-align: left;
}

.testimonial-con .owl-carousel .owl-dots .owl-dot span {
    width: 23px;
    height: 4px;
    border-radius: 2px;
    margin: 0 4px;
    background: var(--e-global-color-very-light-grayish-blue);
    transition: all 0.3s ease-in-out;
}

.testimonial-con .owl-carousel .owl-dots .owl-dot:hover span {
    background: var(--e-global-color-accent);
}

.testimonial-con .owl-carousel .owl-dots .owl-dot.active span {
    position: relative;
    background: var(--e-global-color-accent);
}

.testimonial-con .owl-carousel .owl-dots .owl-dot:focus {
    outline: none;
}

/* Start */

.start-con {
    padding: 115px 0 120px;
    background-color: var(--e-global-color-white);
}

.start-con .image {
    position: absolute;
    top: 70px;
    display: none;
}

.start-con .image img {
    opacity: 60%;
}

.start-con .start-leftimage {
    left: 0;
}

.start-con .start-rightimage {
    right: 0;
}

.start-con .start_content h6 {
    margin-bottom: 8px;
}

.start-con .start_content h1 {
    margin-bottom: 18px;
}

.start-con .start_content p {
    margin-bottom: 30px;
}

@media (min-width: 992px) {
    .start-con {
        background-image: url(../images/Bg.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

/* Map */

.map-con {
    overflow: hidden;
    margin-bottom: -6px;
}

.map-con iframe {
    width: 100%;
    height: 577px;
}

.map-con iframe:hover {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

/* Footer */

.footer-con {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: var(--e-global-color-secondary);
    background-image: url(../images/background-image.jpg);
}

.footer-con .middle_portion {
    padding: 60px 0 45px 45px;
}

.footer-con .middle_portion .logo-content {
    padding-top: 5px;
}

.footer-con .middle_portion .footer-logo {
    margin-bottom: 24px;
    display: inline-block;
}

.footer-con .middle_portion .footer-logo img {
    width: 190px;
}

.footer-con .middle_portion .logo-content p {
    margin-bottom: 24px;
    color: var(--e-global-color-dark-grayish-blue);
}

.footer-con .middle_portion .logo-content form .form-row {
    margin: 0;
}

.footer-con .middle_portion .logo-content input {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    padding: 10px 20px;
    height: 57px;
    color: var(--e-global-color-dark-grayish-blue);
    background-color: var(--e-global-color-very-dark-blue);
    border: 1px solid var(--e-global-color-very-dark-blue);
    border-radius: 15px;
    width: 100%;
    outline: none;
    box-shadow: none;
}

.footer-con .middle_portion .logo-content input::placeholder {
    color: var(--e-global-color-dark-grayish-blue);
}

.footer-con .middle_portion .logo-content input:focus {
    border: 1px solid var(--e-global-color-white);
}

.footer-con .middle_portion .logo-content .whatsapp-btn {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    width: 60px;
    height: 100%;
    padding: 0;
    text-align: center;
    border-radius: 0 15px 15px 0;
    color: var(--e-global-color-white);
    background: var(--e-global-color-accent);
    outline: none;
    box-shadow: none;
    transition: all 0.3s ease-in-out;
    border: none;
}

.footer-con .middle_portion .logo-content .whatsapp-btn:hover {
    color: var(--e-global-color-accent);
    background: var(--e-global-color-white);
}

.footer-con .middle_portion h5 {
    margin-bottom: 20px;
    color: var(--e-global-color-white);
}

.footer-con .middle_portion li {
    padding-left: 14px;
    margin-bottom: 13px;
}

.footer-con .middle_portion li i {
    font-size: 9px;
    top: -4px;
    left: -14px;
    position: relative;
    color: var(--e-global-color-dark-grayish-blue);
}

.footer-con .middle_portion li a {
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    display: inline-block;
    text-decoration: none;
    color: var(--e-global-color-dark-grayish-blue);
    transition: all 0.3s ease-in-out;
}

.footer-con .middle_portion li a:hover,
.footer-con .middle_portion li p:hover {
    color: var(--e-global-color-white);
}

.footer-con .middle_portion li:last-child {
    margin-bottom: 0 !important;
}

.footer-con .middle_portion .links {
    padding-left: 20px;
}

.footer-con .middle_portion .service_links {
    padding-left: 28px;
}

.footer-con .middle_portion .icon {
    padding-left: 0;
}

.footer-con .middle_portion .icon ul {
    margin-bottom: 18px;
}

.footer-con .middle_portion .icon li {
    padding: 0;
    margin-bottom: 10px;
}

.footer-con .middle_portion .icon p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    display: inline-block;
    text-decoration: none;
    color: var(--e-global-color-dark-grayish-blue);
    transition: all 0.3s ease-in-out;
}

.footer-con .middle_portion .icon .social-icons li,
.footer-con .middle_portion .logo-content .social-icons li {
    display: inline-block;
    margin: 0 3px;
    transition: all 0.3s ease-in-out;
}

.footer-con .middle_portion .icon .social-icons li:first-child,
.footer-con .middle_portion .logo-content .social-icons li:first-child {
    margin-left: 0;
}

.footer-con .middle_portion .icon .social-icons li:last-child,
.footer-con .middle_portion .logo-content .social-icons li:last-child {
    margin-right: 0;
}

.footer-con .middle_portion .icon .social-icons i,
.footer-con .middle_portion .logo-content .social-icons i {
    font-size: 12px;
    height: 34px;
    width: 34px;
    line-height: 34px;
    top: 0 !important;
    left: 0 !important;
    border-radius: 100px;
    text-align: center;
    color: var(--e-global-color-white);
    background-color: transparent;
    border: 1px solid rgb(255 255 255 / 50%);
    transition: all 0.3s ease-in-out;
}

.footer-con .middle_portion .icon .social-icons a:hover i,
.footer-con .middle_portion .logo-content .social-icons a:hover i {
    background: var(--e-global-color-accent);
    border: 1px solid rgb(230 177 39 / 50%);
}

.footer-con .middle_portion .logo-content .social-icons {
    margin-top: 20px;
}

.footer-con .copyright p {
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    padding: 12px 0;
    text-align: center;
    color: var(--e-global-color-dark-grayish-blue);
    border-top: 1px solid rgb(255 255 255 / 10%);
}

/* Sub banner */

.sub-banner .sub_banner_outer {
    padding: 130px 0 215px;
}

.sub-banner .sub_banner_content {
    position: relative;
    padding: 56px 50px 55px 120px;
    border-radius: 15px;
    background-color: var(--e-global-color-very-dark-blue);
    z-index: 2;
}

.sub-banner .sub_banner_content h1 {
    margin-bottom: 18px;
    position: relative;
}

.sub-banner .sub_banner_content h1:before {
    content: "";
    left: -80px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 58px;
    height: 2px;
    position: absolute;
    background-color: var(--e-global-color-accent);
}

.sub-banner .sub_banner_content .box span {
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    display: inline-block;
    color: var(--e-global-color-grayish-blue);
    transition: all 0.3s ease-in-out;
}

.sub-banner .sub_banner_content .box a span:hover {
    color: var(--e-global-color-accent);
}

.sub-banner .sub_banner_content .box .slash {
    margin: 0 10px 0 8px;
}

.sub-banner .sub_banner_wrapper .subbanner-image {
    position: absolute;
    top: 15px;
    left: -190px;
    z-index: 1;
}

.sub-banner .sub_banner_wrapper .subbanner-image img {
    border-radius: 15px;
}

/* About Page */

/* Variety */

.variety-con {
    padding: 120px 0;
}

.variety-con .variety-box {
    padding: 50px 30px 42px;
    border-radius: 15px;
    background: var(--e-global-color-white);
    border-top: 2px solid var(--e-global-color-secondary);
    box-shadow: 5px 0 87px rgb(186 224 246 / 100%);
    transition: all 0.3s ease-in-out;
    height: 100%;
}

.variety-con .variety-box:hover {
    transform: translateY(-5px);
}

.variety-con .variety-box .icon {
    margin-bottom: 25px;
    min-height: 79px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}

.variety-con .variety-box .icon img {
    max-width: 65px;
    height: auto;
}

.variety-con .variety-box:hover .icon {
    transform: translateY(-5px);
}

/* About */

.aboutpage-con {
    overflow: hidden;
}

.aboutpage-con .about_wrapper .about-image {
    position: relative;
    right: 0;
    top: 120px;
    background: var(--e-global-color-secondary);
    border-radius: 15px;
    z-index: 1;
}

.aboutpage-con .about_wrapper .about-image img {
    opacity: 95%;
    border-radius: 15px;
}

.aboutpage-con .about_wrapper .doted-square {
    position: absolute;
    left: -114px;
    top: 38px;
}

.aboutpage-con .about_wrapper .about-leftimage {
    position: absolute;
    left: -332px;
    top: 240px;
}

.aboutpage-con .about_wrapper .about-leftimage img {
    opacity: 60%;
}

.aboutpage-con .about_content {
    padding: 170px 0 175px 8px;
}

.aboutpage-con .about_content::before {
    content: "";
    width: 946px;
    height: 100%;
    right: -396px;
    top: 0;
    position: absolute;
    background-color: var(--e-global-color-light-grayish-blue);
}

.aboutpage-con .about_content h6 {
    margin-bottom: 8px;
}

.aboutpage-con .about_content h2 {
    margin-bottom: 20px;
}

.aboutpage-con .about_content p {
    margin-bottom: 12px;
}

.aboutpage-con .about_content ul {
    margin-bottom: 36px;
}

.aboutpage-con .about_content ul li {
    position: relative;
    margin-bottom: 4px;
}

.aboutpage-con .about_content ul li:last-child {
    margin-bottom: 0;
}

.aboutpage-con .about_content ul li i {
    font-size: 10px;
    height: 18px;
    width: 18px;
    line-height: 18px;
    top: 6px;
    left: 0;
    position: absolute;
    text-align: center;
    border-radius: 2px;
    color: var(--e-global-color-white);
    background-color: var(--e-global-color-accent);
    transition: all 0.3s ease-in-out;
}

.aboutpage-con .about_content ul li p {
    padding-left: 34px;
    color: var(--e-global-color-text);
    transition: all 0.3s ease-in-out;
}

/* Statistics */

.statistics-con {
    padding: 115px 0 118px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: var(--e-global-color-secondary);
    background-image: url(../images/partner-bgimage.jpg);
}

.statistics-con .statistics_content {
    text-align: center;
}

.statistics-con .statistics_content h6 {
    margin-bottom: 8px;
}

.statistics-con .statistics_content h2 {
    margin-bottom: 44px;
    color: var(--e-global-color-white);
}

.statistics-con .box {
    padding: 38px;
    height: 166px;
    text-align: center;
    border-radius: 15px;
    background: var(--e-global-color-very-dark-blue);
    transition: all 0.3s ease-in-out;
}

.statistics-con .box:hover {
    transform: translateY(-5px);
}

.statistics-con .box .number {
    font-size: 46px;
    line-height: 46px;
    font-weight: 500;
    margin-bottom: 8px;
    display: inline-block;
    color: var(--e-global-color-white);
}

.statistics-con .box .plus {
    font-size: 26px;
    line-height: 26px;
    font-weight: 500;
    top: -15px;
    position: relative;
    color: var(--e-global-color-white);
}

.statistics-con .box .whatsapp-text {
    display: block;
    color: var(--e-global-color-accent);
}

/* Team */

.aboutpage-team {
    padding-bottom: 176px;
    background: var(--e-global-color-light-grayish-blue);
}

.aboutpage-team .team_content h3 {
    margin-top: 70px;
    margin-bottom: 24px;
}

.gratitude-con {
    margin-top: 24px;
}

@media (min-width: 992px) {
    .gratitude-con {
        margin-top: 32px;
    }
}

.gratitude-quote {
    font-size: 20px;
    line-height: 32px;
    font-style: italic;
    color: var(--e-global-color-secondary);
    margin: 8px auto 18px;
}

@media (min-width: 992px) {
    .gratitude-quote {
        margin: 10px auto 22px;
    }
}

.gratitude-con .owl-carousel .item figure {
    border-radius: 12px;
    overflow: hidden;
}

.gratitude-con .owl-carousel .item img {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    object-fit: cover;
    border-radius: 12px;
}

@media (min-width: 768px) {
    .gratitude-con .owl-carousel .item img {
        aspect-ratio: 16/9;
    }
}

/* Specific aspect ratios for gratitude rows */
.gratitude-con .rectangle-carousel .item img {
    aspect-ratio: 16/9;
}

.gratitude-con .square-carousel .item img {
    aspect-ratio: 1/1;
}

.image-modal .modal-content {
    background: transparent;
    box-shadow: none;
}

.image-modal .modal-body img {
    width: 100%;
    height: auto;
    max-height: 90vh;
    object-fit: contain;
}

.image-modal .close {
    position: absolute;
    top: 10px;
    right: 15px;
    color: #fff;
    opacity: 0.9;
    font-size: 2rem;
    z-index: 2;
}

/* Contact Page */

/* Contact Info */

.contactinfo-con {
    padding: 120px 0;
}

.contactinfo-con .contact-box {
    padding: 52px 70px 42px 30px;
    border-radius: 15px;
    background: var(--e-global-color-white);
    border-top: 2px solid var(--e-global-color-secondary);
    box-shadow: 5px 0 87px rgb(186 224 246 / 100%);
    transition: all 0.3s ease-in-out;
    z-index: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.contactinfo-con .contact-box:hover {
    transform: translateY(-5px);
}

.contactinfo-con .contact-box .icon {
    margin-bottom: 18px;
    min-height: 79px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}

.contactinfo-con .contact-box .icon i {
    font-size: 50px;
    color: var(--e-global-color-accent);
    line-height: normal;
}

.contactinfo-con .contact-box:hover .icon {
    transform: translateY(-5px);
}

.contactinfo-con .contact-box h5 {
    margin-bottom: 10px;
}

.contactinfo-con .contact-box a {
    margin-bottom: 0;
    transition: all 0.3s ease-in-out;
}

.contactinfo-con .contact-box a[href^="mailto:"] {
    display: inline-block;
    max-width: 100%;
    white-space: normal;
    overflow-wrap: break-word;
}

.contactinfo-con .contact-box a:hover {
    color: var(--e-global-color-accent);
}

/* Storage Locations */

.storage-locations-con {
    padding: 40px 0 110px 0;
    background: var(--e-global-color-light-grayish-blue);
}

.storage-locations-con h2 {
    margin-bottom: 20px;
}

.storage-locations-con .owl-carousel .item img {
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    height: 260px;
    width: 100%;
    object-fit: cover;
}

/* Contact Form */

.contactform-con {
    overflow: hidden;
    background-color: var(--e-global-color-light-grayish-blue);
}

@media (min-width: 992px) {
    .contactform-con {
        background: url("../images/Bg.png");
        background-position: left center;
        background-size: cover;
        background-repeat: no-repeat;
    }
}

.contactform-con .contact_wrapper .contact-image {
    position: relative;
    right: 0;
    top: 120px;
    background: var(--e-global-color-secondary);
    border-radius: 15px;
    z-index: 1;
}

.contactform-con .contact_wrapper .contact-image img {
    opacity: 95%;
    border-radius: 15px;
}

.contactform-con .contact_wrapper .doted-square {
    position: absolute;
    left: -114px;
    top: 38px;
}

.contactform-con .contact_wrapper .contact-leftimage {
    position: absolute;
    left: -332px;
    top: 240px;
}

.contactform-con .contact_wrapper .contact-leftimage img {
    opacity: 60%;
}

.contactform-con .contact_content {
    padding: 140px 0 145px 16px;
}

.contactform-con .contact_content::before {
    content: "";
    width: 946px;
    height: 100%;
    right: -396px;
    top: 0;
    position: absolute;
    background-color: var(--e-global-color-light-grayish-blue);
}

.contactform-con .contact_content h6 {
    margin-bottom: 8px;
}

.contactform-con .contact_content h2 {
    margin-bottom: 30px;
}

.contactform-con .contact_content .form-group {
    margin-bottom: 20px;
}

.contactform-con .contact_content input,
.contactform-con .contact_content textarea {
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    width: 100%;
    padding: 15px 24px 19px;
    color: var(--e-global-color-text);
    background-color: var(--e-global-color-white);
    border: 1px solid transparent;
    border-radius: 15px;
    overflow: visible;
    outline: none;
}

.contactform-con .contact_content textarea {
    height: 136px;
    resize: none;
    outline: none;
    overflow: auto;
}

.contactform-con .contact_content .message {
    margin-bottom: 22px;
}

.contactform-con .contact_content input:focus,
.contactform-con .contact_content textarea:focus {
    border: 1px solid var(--e-global-color-text);
}

.contactform-con .contact_content .submit {
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    min-width: 167px;
    height: 56px;
    padding: 17px 18px 19px;
    text-align: center;
    border-radius: 15px;
    position: relative;
    display: inline-block;
    color: var(--e-global-color-white);
    background: var(--e-global-color-accent);
    transition: all 0.3s ease-in-out;
    overflow: visible;
    outline: none;
    border: none;
}

.contactform-con .contact_content .submit:hover {
    color: var(--e-global-color-white);
    background: var(--e-global-color-secondary);
}

.contactform-con .contact_content .form-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.contactform-con .contact_content .form-actions .submit {
    flex: 1 1 auto;
}

.contactform-con .contact_content .whatsapp-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #25D366;
    text-decoration: none;
    color: var(--e-global-color-white);
}

.contactform-con .contact_content .whatsapp-submit:hover {
    background: #1ebe57;
    text-decoration: none;
    color: var(--e-global-color-white);
}

.contactform-con .contact_content .whatsapp-submit span {
    color: inherit;
    margin-top: 0;
    display: inline-block;
}

.contactform-con .contact_content .whatsapp-submit i {
    font-size: 20px;
    line-height: 1;
}

.contactform-con .contact_content form span {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    margin-top: 10px;
    position: relative;
    display: block;
    color: var(--e-global-color-pure-red);
}

/* Service page */

.servicepage-con {
    padding: 120px 0 90px;
}

.servicepage-con .service-box {
    padding: 50px 20px 42px 30px;
    margin-bottom: 30px;
    border-radius: 15px;
    display: inline-block;
    background: var(--e-global-color-white);
    border-top: 2px solid var(--e-global-color-secondary);
    box-shadow: 5px 0 87px rgb(186 224 246 / 100%);
    transition: all 0.3s ease-in-out;
}

.servicepage-con .service-box:hover {
    transform: translateY(-5px);
}

.servicepage-con .service-box .icon {
    margin-bottom: 25px;
    min-height: 74px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}

.servicepage-con .service-box:hover .icon {
    transform: translateY(-5px);
}

.servicepage-con .service-box p {
    font-size: 16px;
    line-height: 28px;
}

.servicepage-con .service-box a {
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    color: var(--e-global-color-accent);
    transition: all 0.3s ease-in-out;
}

.servicepage-con .service-box a:hover {
    color: var(--e-global-color-text);
}

/* Team page */

.teampage-con {
    padding-bottom: 90px;
}

.teampage-con .team-box {
    margin-bottom: 86px;
}

/* Project page */

.projectpage-con {
    padding: 115px 0 90px;
}

.projectpage-con .project_content h6 {
    margin-bottom: 8px;
}

.projectpage-con .project_content h2 {
    margin-bottom: 42px;
}

.projectpage-con .project-box {
    margin-bottom: 86px;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.projectpage-con .project-box .project-image {
    overflow: hidden;
    border-radius: 15px;
    height: 350px;
}

.projectpage-con .project-box .project-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 95%;
    border-radius: 15px;
    transition: all 0.3s ease-in-out;
}

.projectpage-con .project-box:hover .project-image img {
    transform: scale(1.1);
}

.projectpage-con .project-box .content {
    padding: 26px 28px 28px;
    width: 325px;
    bottom: -56px;
    right: 0;
    left: 0;
    margin: 0 auto;
    position: absolute;
    border-radius: 15px;
    background: var(--e-global-color-white);
    border-bottom: 2px solid var(--e-global-color-secondary);
    box-shadow: 5px 5px 40px 0 rgb(208 235 251 / 100%);
    transition: all 0.3s ease-in-out;
}

.projectpage-con .project-box:hover .content {
    transform: translateY(-10px);
}

.projectpage-con .project-box .content h5 {
    margin-bottom: 5px;
}

.projectpage-con .project-box .content span {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    display: block;
    margin-bottom: 10px;
    color: var(--e-global-color-text);
}

.projectpage-con .project-box .content a {
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    color: var(--e-global-color-accent);
    transition: all 0.3s ease-in-out;
}

.projectpage-con .project-box .content a:hover {
    color: var(--e-global-color-text);
}

/* Pricing Page */

.pricing-con {
    padding: 120px 0;
}

.pricing-con .pricing-box {
    padding: 32px 45px 42px 50px;
    border-radius: 15px;
    text-align: center;
    background: var(--e-global-color-white);
    border-top: 2px solid var(--e-global-color-secondary);
    box-shadow: 5px 0 70px rgb(186 224 246 / 100%);
    transition: all 0.3s ease-in-out;
}

.pricing-con .pricing-box:hover {
    transform: translateY(-5px);
}

.pricing-con .pricing-box h5 {
    margin-bottom: 8px;
    color: var(--e-global-color-accent);
}

.pricing-con .pricing-box .price {
    font-size: 54px;
    line-height: 60px;
    font-weight: 600;
    display: block;
    margin-bottom: 15px;
    color: var(--e-global-color-secondary);
}

.pricing-con .pricing-box .month {
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    padding: 8px 22px 9px;
    margin-bottom: 27px;
    border-radius: 10px;
    display: inline-block;
    color: var(--e-global-color-text);
    background: var(--e-global-color-white);
    box-shadow: 5px 0 87px rgb(186 224 246 / 75%);
}

.pricing-con .pricing-box ul {
    text-align: left;
    margin-bottom: 34px;
}

.pricing-con .pricing-box ul li {
    position: relative;
    margin-bottom: 4px;
}

.pricing-con .pricing-box ul li:last-child {
    margin-bottom: 0;
}

.pricing-con .pricing-box ul li i {
    font-size: 10px;
    height: 17px;
    width: 17px;
    line-height: 17px;
    top: 8px;
    left: 0;
    position: absolute;
    text-align: center;
    border-radius: 2px;
    color: var(--e-global-color-white);
    background-color: var(--e-global-color-accent);
    transition: all 0.3s ease-in-out;
}

.pricing-con .pricing-box ul li p {
    padding-left: 34px;
    color: var(--e-global-color-text);
    transition: all 0.3s ease-in-out;
}

/* Blog Page */

.blog-con {
    padding: 120px 0 90px;
}

.blog-con .blog-box {
    margin-bottom: 190px;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.blog-con .blog-box .blog-image {
    overflow: hidden;
    border-radius: 15px;
}

.blog-con .blog-box .blog-image img {
    border-radius: 15px;
    transition: all 0.3s ease-in-out;
}

.blog-con .blog-box:hover .blog-image img {
    transform: scale(1.1);
}

.blog-con .blog-box .content {
    padding: 22px 20px 26px 28px;
    width: 325px;
    bottom: -160px;
    right: 0;
    left: 0;
    margin: 0 auto;
    position: absolute;
    border-radius: 15px;
    background: var(--e-global-color-white);
    border-bottom: 2px solid var(--e-global-color-secondary);
    box-shadow: 5px 5px 40px 0 rgb(208 235 251 / 100%);
    transition: all 0.3s ease-in-out;
}

.blog-con .blog-box:hover .content {
    transform: translateY(-10px);
}

.blog-con .blog-box .icon {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.blog-con .blog-box .icon .admin {
    margin-right: 10px;
}

.blog-con .blog-box .icon i {
    position: relative;
    font-size: 11px;
    top: -1px;
    margin-right: 4px;
    color: var(--e-global-color-accent);
}

.blog-con .blog-box h5 {
    color: var(--e-global-color-secondary);
}

.blog-con .blog-box h5:hover {
    color: var(--e-global-color-accent);
}

.blog-con .blog-box .content p {
    margin-bottom: 10px;
}

.blog-con .blog-box .content .read_more {
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    color: var(--e-global-color-accent);
    transition: all 0.3s ease-in-out;
}

.blog-con .blog-box .content .read_more:hover {
    color: var(--e-global-color-text);
}

/* Single Blog */

/* Blog Detail */

.blogdetail-con {
    padding: 120px 0;
}

.blogdetail-con .upper_content {
    margin-bottom: 53px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blogdetail-con .blogdetail-image {
    position: relative;
    top: 0;
    float: left;
    width: 100%;
}

.blogdetail-con .blogdetail-image img {
    width: 540px;
    height: 100%;
    opacity: 95%;
    border-radius: 15px;
}

.blogdetail-con .content {
    padding: 45px 38px 40px;
    width: 635px;
    right: 0;
    position: absolute;
    border-radius: 15px;
    background: var(--e-global-color-white);
    border-bottom: 2px solid var(--e-global-color-secondary);
    box-shadow: 5px 5px 40px 0 rgb(208 235 251 / 100%);
    transition: all 0.3s ease-in-out;
}

.blogdetail-con .icon {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.blogdetail-con .icon .admin {
    margin-right: 10px;
}

.blogdetail-con .icon i {
    position: relative;
    font-size: 11px;
    top: -1px;
    margin-right: 4px;
    color: var(--e-global-color-accent);
}

.blogdetail-con .content h3 {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 13px;
    color: var(--e-global-color-secondary);
}

.blogdetail-con .content p {
    margin-bottom: 6px;
}

.blogdetail-con .list {
    margin-bottom: 56px;
}

.blogdetail-con .list ul li {
    position: relative;
    margin-bottom: 4px;
}

.blogdetail-con .list ul li:last-child {
    margin-bottom: 0 !important;
}

.blogdetail-con .list ul li i {
    font-size: 12px;
    height: 17px;
    width: 17px;
    line-height: 17px;
    top: 6px;
    left: 0;
    position: absolute;
    text-align: center;
    border-radius: 2px;
    color: var(--e-global-color-white);
    background-color: var(--e-global-color-accent);
    transition: all 0.3s ease-in-out;
}

.blogdetail-con .list ul li p {
    padding-left: 34px;
    color: var(--e-global-color-text);
    transition: all 0.3s ease-in-out;
}

.blogdetail-con .blogdetail_box {
    padding: 34px 64px;
    border-radius: 15px;
    background: var(--e-global-color-very-dark-desaturated-blue);
}

.blogdetail-con .blogdetail_box p {
    margin-bottom: 24px;
    color: var(--e-global-color-white);
    font-family: "Playfair Display", serif;
}

.blogdetail-con .review-content {
    display: flex;
    align-items: center;
}

.blogdetail-con .review-content .testimonial-personimage img {
    border-radius: 15px;
}

.blogdetail-con .review-content .detail {
    padding-left: 16px;
}

.blogdetail-con .review-content .name {
    font-size: 20px;
    line-height: 22px;
    font-weight: 500;
    display: block;
    margin-bottom: 4px;
    color: var(--e-global-color-white);
}

.blogdetail-con .review-content .position {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: var(--e-global-color-accent);
}

/* Contact Form */

.blog-contactform {
    padding: 115px 0 120px;
    background: var(--e-global-color-light-grayish-blue);
}

.blog-contactform .contactform_content h6 {
    margin-bottom: 8px;
}

.blog-contactform .contactform_content h2 {
    margin-bottom: 32px;
}

.blog-contactform form .form-group {
    margin-bottom: 26px;
}

.blog-contactform form input,
.blog-contactform form textarea {
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    width: 100%;
    padding: 15px 24px 19px;
    color: var(--e-global-color-text);
    background-color: var(--e-global-color-white);
    border: 1px solid transparent;
    border-radius: 15px;
    overflow: visible;
    outline: none;
}

.blog-contactform form textarea {
    height: 136px;
    resize: none;
    outline: none;
    overflow: auto;
}

.blog-contactform form .message {
    margin-bottom: 30px;
}

.blog-contactform form input:focus,
.blog-contactform form textarea:focus {
    border: 1px solid var(--e-global-color-text);
}

.blog-contactform form .submit {
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    min-width: 167px;
    height: 56px;
    padding: 17px 18px 19px;
    text-align: center;
    border-radius: 15px;
    position: relative;
    display: inline-block;
    color: var(--e-global-color-white);
    background: var(--e-global-color-accent);
    transition: all 0.3s ease-in-out;
    overflow: visible;
    outline: none;
    border: none;
}

.blog-contactform form .submit:hover {
    color: var(--e-global-color-white);
    background: var(--e-global-color-secondary);
}

.blog-contactform form span {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    margin-top: 10px;
    position: relative;
    display: block;
    color: var(--e-global-color-pure-red);
}

/* Blog */

.singleblog-page {
    padding: 115px 0 120px;
}

.singleblog-page .blog_content h6 {
    margin-bottom: 8px;
}

.singleblog-page .blog_content h2 {
    margin-bottom: 42px;
}

.singleblog-page .blog-box {
    margin-bottom: 160px !important;
}

/* Service Detail */

.service_detail {
    padding: 120px 0;
}

.service_detail .main-box {
    position: relative;
}

.service_detail .main-box .image {
    margin-bottom: 30px;
}

.service_detail .main-box .image img {
    width: 100%;
    opacity: 95%;
    border-radius: 15px;
}

.service_detail .main-box p {
    margin-bottom: 10px;
}

.service_detail .main-box .text2 {
    margin-bottom: 20px;
}

.service_detail .main-box .list {
    margin-bottom: 20px;
}

.service_detail .main-box .list li {
    margin-bottom: 4px;
    padding-left: 28px;
    position: relative;
    color: var(--e-global-color-text);
}

.service_detail .main-box .list li i {
    font-size: 12px;
    height: 17px;
    width: 17px;
    line-height: 17px;
    top: 6px;
    left: 1px;
    border-radius: 2px;
    position: absolute;
    text-align: center;
    display: inline-block;
    background-color: var(--e-global-color-accent);
    color: var(--e-global-color-white);
}

.servicedetail-page {
    background-color: var(--e-global-color-light-grayish-blue);
}

.servicedetail-page h2 {
    margin-bottom: 45px;
}

.servicedetail-page .service-box {
    box-shadow: none;
}

/* Project Detail */

.projectdetail-page {
    background-color: var(--e-global-color-light-grayish-blue);
}

.projectdetail-page h2 {
    margin-bottom: 45px;
}

.projectdetail-page .project-box {
    box-shadow: none;
}

/* 404 Page */

.error_page {
    height: 100vh;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
    position: relative;
    background: var(--e-global-color-very-dark-blue);
}

.error_page .error_content h1 {
    font-size: 140px;
    line-height: 140px;
    margin-bottom: 25px;
    color: var(--e-global-color-white);
}

.error_page .error_content .whatsapp-text {
    font-size: 46px;
    line-height: 50px;
    font-weight: 600;
    margin-bottom: 20px;
    color: var(--e-global-color-white);
}

.error_page .error_content .text2 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 30px;
    color: var(--e-global-color-white);
}

.error_page .error_content .back_home {
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
    padding: 18px 35px 20px;
    text-align: center;
    border-radius: 15px;
    display: inline-block;
    position: relative;
    color: var(--e-global-color-white);
    background: var(--e-global-color-accent);
    transition: all 0.3s ease-in-out;
}

.error_page .error_content .back_home:hover {
    color: var(--e-global-color-secondary);
    background: var(--e-global-color-white);
}

/* Coming Soon */

.comingsoon_outer {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    min-height: 100vh;
    text-align: center;
    position: relative;
    background: var(--e-global-color-very-dark-blue);
}

.comingsoon_outer .logo_outer {
    margin-bottom: 90px;
}

.comingsoon_outer .logo_outer img {
    width: 190px;
}

.comingsoon_outer .comingsoon_section {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
}

.comingsoon_outer .sub_banner_content h1 {
    font-size: 96px;
    line-height: 98px;
    margin-bottom: 30px;
    color: var(--e-global-color-white);
}

.comingsoon_outer .sub_banner_content p {
    font-weight: 500;
    margin-bottom: 12px;
    color: var(--e-global-color-white);
}

.comingsoon_outer .sub_banner_content form {
    display: flex;
    align-items: center;
    justify-content: center;
}

.comingsoon_outer .sub_banner_content .form-group {
    margin-bottom: 30px;
}

.comingsoon_outer .sub_banner_content input {
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    padding: 14px 16px 16px;
    width: 540px;
    position: relative;
    color: var(--e-global-color-text);
    background-color: var(--e-global-color-white);
    border: 1px solid transparent;
    border-radius: 15px;
    overflow: visible;
    outline: none;
}

.comingsoon_outer .sub_banner_content button {
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    padding: 15px 30px 18px;
    height: 100%;
    top: 0;
    right: -5px;
    border-radius: 0 15px 15px 0;
    position: absolute;
    color: var(--e-global-color-white);
    background: var(--e-global-color-accent);
    border: 1px solid var(--e-global-color-accent);
    overflow: visible;
    outline: none;
    transition: all 0.3s ease-in-out;
}

.comingsoon_outer .sub_banner_content input:focus {
    border: 1px solid var(--e-global-color-accent);
}

.comingsoon_outer .sub_banner_content button:hover {
    color: var(--e-global-color-white);
    background: var(--e-global-color-text);
    border: 1px solid var(--e-global-color-text);
}

.comingsoon_outer .sub_banner_content .social-icon li {
    display: inline-block;
    margin: 0 4px;
}

.comingsoon_outer .sub_banner_content .social-icon li:first-child {
    margin-left: 0;
}

.comingsoon_outer .sub_banner_content .social-icon li:last-child {
    margin-right: 0;
}

.comingsoon_outer .sub_banner_content .social-icon a {
    transition: all 0.3s ease-in-out;
}

.comingsoon_outer .sub_banner_content .social-icon i {
    font-size: 16px;
    height: 38px;
    width: 38px;
    line-height: 36px;
    border-radius: 100px;
    text-align: center;
    color: var(--e-global-color-white);
    background-color: transparent;
    border: 1px solid var(--e-global-color-white);
    transition: all 0.3s ease-in-out;
}

.comingsoon_outer .sub_banner_content .social-icon a:hover i {
    color: var(--e-global-color-white);
    background: var(--e-global-color-accent);
    border: 1px solid var(--e-global-color-accent);
}

/* Back to top button */

#button {
    display: inline-block;
    background-color: var(--e-global-color-accent);
    width: 64px;
    height: 64px;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 60px;
    right: 80px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    border: 2px solid #ffffff;
}

#button::after {
    content: "\f062";
    font-family: "Font Awesome 5 free";
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    font-weight: 600;
}

#button.show {
    opacity: 1;
    visibility: visible;
}

#button:hover {
    transform: translateY(-5px);
}

@-webkit-keyframes spineer {
    from {
        box-shadow: 0 0 0 0 rgb(230 177 39 / 41%)
    }

    to {
        box-shadow: 0 0 0 35px rgba(250, 87, 51, .01)
    }
}

@keyframes spineer {
    from {
        box-shadow: 0 0 0 0 rgb(230 177 39 / 41%)
    }

    to {
        box-shadow: 0 0 0 35px rgba(250, 87, 51, .01)
    }
}

/* Preloader -------------------------------------------------------*/

/* Loader Styles start here */
.loader-mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e3f3fc;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.loader {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.preloader-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 1;
}

/* Hide mobile loader by default on desktop */
.mobile-loader {
    display: none;
}

/* On mobile devices, show mobile loader and hide desktop loader */
@media (max-width: 991px) {
    .desktop-loader {
        display: none;
    }
    .mobile-loader {
        display: block;
    }
}

/* Fallback for when video is still buffering */
.loader::before {
    content: "Loading...";
    position: absolute;
    font-family: Arial, sans-serif;
    color: #4a90e2;
    font-size: 18px;
    font-weight: 500;
    z-index: -1;
    opacity: 0;
    /* Only show if video hasn't started after 2 seconds */
    animation: fadeInFallback 0.5s forwards 2s;
}

@keyframes fadeInFallback {
    from { opacity: 0; }
    to { opacity: 1; }
}

.loader.video-playing::before {
    display: none !important;
    animation: none !important;
}

/* Preloader -------------------------------------------------------*/

/* Preloader -------------------------------------------------------*/

@media (min-width: 992px) {
    .navbar-collapse .navbar-nav {
        background-color: var(--e-global-color-white);
        border-radius: 50px;
        padding: 10px 40px;
        align-items: center;
        box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
    }
}

/* WhatsApp Floating Button */
.whatsapp-float {
    position: fixed;
    left: 20px;
    bottom: 20px;
    width: 56px;
    height: 56px;
    background: #25D366;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.25);
    text-decoration: none;
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.whatsapp-float:hover {
    color: #ffffff;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.28);
}

.whatsapp-float:focus-visible {
    outline: 3px solid rgba(37, 211, 102, 0.45);
    outline-offset: 4px;
}

.whatsapp-float i {
    font-size: 28px;
    line-height: 1;
}
