body {
    font-family: "Outfit", sans-serif;
}

h1,
h2,
.h1,
.h2 {
    font-size: 48px;
}
h3,
.h3 {
    font-size: 30px;
}
h4,
.h4 {
    font-size: 24px;
}
h5,
.h5 {
    font-size: 20px;
}
h6,
.h6 {
    font-size: 18px;
}
@media screen and (max-width: 1025px) {
    h1,
    h2,
    .h1,
    .h2 {
        font-size: 40px;
    }
    h3,
    .h3 {
        font-size: 24px;
    }
    h4,
    .h4 {
        font-size: 20px;
    }
    h5,
    .h5 {
        font-size: 18px;
    }
    h6,
    .h6 {
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    body {
        font-size: 14px;
    }
    h1,
    h2,
    .h1,
    .h2 {
        font-size: 24px;
    }
    h3,
    .h3 {
        font-size: 20px;
    }
    h4,
    .h4 {
        font-size: 18px;
    }
    h5,
    .h5 {
        font-size: 16px;
    }
    h6,
    .h6 {
        font-size: 14px;
    }
}

a {
    transition: 0.2s ease-in-out;
}

.main-page-wrapper {
    max-width: 100%;
    overflow: hidden;
}

/** Site Header **/
.site-header {
    background-color: #001d40;
}
.site-header .site-logo img {
    width: 250px;
}
.site-header .site-nav,
.site-header .site-nav .main-menu,
.site-header .site-nav .main-menu li {
    height: 100%;
}
.site-header .site-nav .main-menu li a {
    color: #8c9db0;
    text-decoration: none;
    padding: 30px 10px;
    display: block;
    position: relative;
    height: 100%;
    line-height: 1;
    display: flex;
    align-items: center;
}
.site-header .site-nav .main-menu li a::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    left: 0;
    background-color: #64b9f7;
    transform: scaleX(0);
    transform-origin: left;
    transition: 0.3s ease-in-out;
    position: absolute;
    bottom: 0;
}
.site-header .site-nav .main-menu li a:hover::after,
.site-header .site-nav .main-menu li a.active::after {
    transform: scaleX(1);
}
.site-header .site-nav .main-menu li a:hover,
.site-header .site-nav .main-menu li a.active {
    color: #fff;
}
.site-header .main-header {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.site-header .top-bar {
    padding: 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.site-header .top-bar .button {
    padding: 10px 15px;
    color: #8c9db0;
}
.site-header .top-bar .button svg path {
    stroke: #8c9db0;
}
.site-header .top-bar .button:hover {
    background-color: #64b9f7;
    color: #fff;
}
.site-header .top-bar .button:hover svg path {
    stroke: #fff;
}
.site-header .top-bar .button {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.site-header .mobile-menu-wrapper {
    background: #001d40;
}
.site-header .mobile-menu-wrapper .mobile-menu li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 10px;
}
.site-header .mobile-menu-wrapper .mobile-menu li a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    padding: 10px 0;
    display: inline-block;
}

@media (max-width: 767px) {
    .site-header .site-logo img {
        width: 200px;
    }
}

/** Hero Section **/
/* .hero-section {
    background-color: #001d40;
    position: relative;
    padding: 5% 0 28%;
    margin-bottom: 12vw;
}
.hero-section::before {
    content: "";
    position: absolute;
    background-image: url("../images/3892465490875627835.png");
    background-size: cover;
    top: 0;
    bottom: 0;
    left: 60px;
    right: 60px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    pointer-events: none;
}
.hero-section h1 {
    font-size: 60px;
    color: #fff;
}
.hero-section p {
    font-size: 20px;
    color: #8c9db0;
}
.hero-section .hero-image {
    position: absolute;
    bottom: -18vw;
    left: 60px;
    right: 60px;
    pointer-events: none;
}

.hero-section .hero-featured-row {
    position: absolute;
    bottom: -10vw;
    left: 45px;
    right: 45px;
}
.hero-section .hero-featured-row .img-wrap img {
    transition: 0.35s ease-in-out;
}
.hero-section .hero-featured-row .img-wrap:hover img {
    transform: translateY(-10px) scale(1.05);
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
}
.hero-section .hero-featured-row .row > div:first-child,
.hero-section .hero-featured-row .row > div:nth-child(3),
.hero-section .hero-featured-row .row > div:last-child {
    position: relative;
}
.hero-section .hero-featured-row .row > div:first-child::before,
.hero-section .hero-featured-row .row > div:nth-child(3)::before,
.hero-section .hero-featured-row .row > div:last-child::before {
    content: "";
    position: absolute;
    top: -50%;
    bottom: -50%;
    left: -20%;
    right: -20%;
    background-image: url("../images/design-and-development-webp/hero/shadow_1.webp");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
}
.hero-section .hero-featured-row .row > div:nth-child(3)::before {
    background-image: url("../images/design-and-development-webp/hero/shadow_2.webp");
}
.hero-section .hero-featured-row .row > div:last-child::before {
    background-image: url("../images/design-and-development-webp/hero/shadow_3.webp");
}
@media (max-width: 1025px) {
    .hero-section::before,
    .hero-section .hero-image {
        left: calc(1.5rem * 0.5);
        right: calc(1.5rem * 0.5);
    }
    .hero-section .hero-featured-row {
        left: calc(1.5rem * 0.5);
        right: calc(1.5rem * 0.5);
    }
    .hero-section h1 {
        font-size: 40px;
    }
}
@media (max-width: 767px) {
    .hero-section h1 {
        font-size: 30px;
    }
    .hero-section p {
        font-size: 16px;
    }
} */

/* Scroll Btn */

#scroll-btn a {
    padding-top: 60px;
    position: relative;
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    margin-top: 8%;
    text-transform: uppercase;
    letter-spacing: 4px;
}
#scroll-btn a span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 30px;
    height: 50px;
    margin-left: -15px;
    border: 2px solid #fff;
    border-radius: 50px;
    box-sizing: border-box;
}
#scroll-btn a span::before {
    position: absolute;
    top: 10px;
    left: 50%;
    content: "";
    width: 6px;
    height: 6px;
    margin-left: -3px;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sdb10 2s infinite;
    animation: sdb10 2s infinite;
    box-sizing: border-box;
}
@-webkit-keyframes sdb10 {
    0% {
        -webkit-transform: translate(0, 0);
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    80% {
        -webkit-transform: translate(0, 20px);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@keyframes sdb10 {
    0% {
        transform: translate(0, 0);
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    80% {
        transform: translate(0, 20px);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

.about-us-section .img-wrap {
    position: relative;
    padding: 12%;
}
.about-us-section .img-wrap .bg-image {
    width: 100%;
    display: block;
    margin: auto;
}
.about-us-section .img-wrap .image-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 45%;
}
.about-us-section .img-wrap .image-2 {
    position: absolute;
    top: 2%;
    right: 0;
    width: 50%;
}
.about-us-section .img-wrap .image-3 {
    position: absolute;
    bottom: 2%;
    left: 0;
    width: 50%;
}
.about-us-section .img-wrap .image-4 {
    position: absolute;
    bottom: 0;
    right: 2%;
    width: 45%;
}
.about-us-section .img-wrap .image-1,
.about-us-section .img-wrap .image-2,
.about-us-section .img-wrap .image-3,
.about-us-section .img-wrap .image-4 {
    transition: 0.35s ease-in-out;
}
.about-us-section .img-wrap:hover .image-1.aos-animate,
.about-us-section .img-wrap:hover .image-4.aos-animate {
    transform: translateY(10px) scale(1.05) !important;
}
.about-us-section .img-wrap:hover .image-2.aos-animate,
.about-us-section .img-wrap:hover .image-3.aos-animate {
    transform: translateY(-10px) scale(0.95) !important;
}

.our-process-section {
    padding: 5% 0;
    background-color: #fcfcfc;
}

@media (max-width: 767px) {
    .our-process-section h4 {
        font-size: 16px;
    }
    .our-process-section p {
        font-size: 8px;
        line-height: 1.2em;
    }
}

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

.rotate-gear {
    animation: rotate 5s linear infinite;
    transform-origin: center;
    -webkit-transform-origin: center;
    transform-box: fill-box;
}
.rotate-gear-alt {
    animation: rotate 5s linear infinite reverse;
    transform-origin: center;
    -webkit-transform-origin: center;
    transform-box: fill-box;
}

.partners-section {
    padding: 5% 0;
    background-image: url("../images/partners/23489562389045623789.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.partners-section .img-wrap {
    padding: 20px;
    max-width: 200px;
    margin: auto;
    border-radius: 10px;
}
.partners-section .img-wrap {
    background: #fff;
}
.partners-section .img-wrap img {
    object-fit: contain;
    max-height: 60px;
}
.partners-section .row {
    grid-gap: 30px 0;
}
/* .partners-section .img-wrap:hover img {
  filter: brightness(0);
} */

.our-portfolio-section {
    padding: max(5%, 40px) 0;
}
.our-portfolio-section .img-wrap {
    display: block;
}
.our-portfolio-section .btn {
    padding: 10px 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.our-portfolio-section .btn.active {
    background-color: #ffc145;
    color: #fff;
    border-color: #ffc145;
}
.our-portfolio-section .btn-circular {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: 0.3s ease-in-out;
}
.our-portfolio-section .btn-circular::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #ffc145;
    box-shadow: 0 0 30px #ffc145;
    z-index: -1;
    transform: translateY(100%);
    transition: transform 0.45s ease-in-out;
}
.our-portfolio-section .btn-circular:hover {
    color: #fff;
    box-shadow: 0 0 20px #ffc145;
}
.our-portfolio-section .btn-circular:hover::before {
    transform: translateY(0);
    border-radius: 10%;
}
.our-portfolio-section .img-wrap img {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
}
@media (max-width: 767px) {
    .our-portfolio-section .btn {
        padding: 5px 10px;
        font-size: 12px;
    }
}

.cta-section {
    background-image: url("../images/49673489084238949534.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 40px 0;
    margin-top: 40px;
}
.cta-section h2 {
    font-size: 70px;
    margin-bottom: 40px;
    line-height: 1;
}
.cta-section p {
    font-size: 24px;
}
.cta-section .img-wrap {
    margin-top: -30%;
}
@media (min-width: 768px) {
    .cta-section .img-wrap {
        margin-bottom: -20%;
    }
}
@media (max-width: 1199px) {
    .cta-section h2 {
        font-size: 60px;
    }
}
@media (max-width: 1025px) {
    .cta-section h2 {
        font-size: 50px;
    }
    .cta-section p {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .cta-section h2 {
        font-size: 30px;
    }
    .cta-section p {
        font-size: 18px;
    }
}

.comprehensive-packages-section .btn {
    padding: 10px 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.comprehensive-packages-section .btn.active {
    background-color: #ffc145;
    color: #fff;
    border-color: #ffc145;
}
.comprehensive-packages-section .website-package-wrapper {
    border-radius: 20px;
    border: 1px solid #000;
    background: #fff;
    padding: 40px;
    transition: 0.2s ease-in-out;
    margin-bottom: 30px;
}
.comprehensive-packages-section .website-package-wrapper:hover {
    border-color: #ffc145;
    background-color: #ffc145;
    color: #fff;
}
.comprehensive-packages-section .website-package-wrapper h2 sub {
    font-size: max(0.3em, 14px);
}
.comprehensive-packages-section .website-package-wrapper:hover h2 {
    color: #fff;
}
.comprehensive-packages-section
    .website-package-wrapper:hover
    .btn-outline-dark {
    border-color: #fff;
    color: #000;
}

.comprehensive-packages-section .website-package-wrapper .list-ticked {
    max-height: 250px;
    overflow: auto;
}

.comprehensive-packages-section
    .website-package-wrapper
    .list-ticked::-webkit-scrollbar {
    width: 5px;
}

.comprehensive-packages-section
    .website-package-wrapper
    .list-ticked::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.comprehensive-packages-section
    .website-package-wrapper
    .list-ticked::-webkit-scrollbar-thumb {
    background: #d4d4d4;
}

.comprehensive-packages-section .website-package-wrapper .list-ticked li {
    font-size: 13px;
}

.comprehensive-packages-section .website-package-wrapper .btn {
    background-color: #ffc145;
    border-color: #ffc145;
    color: #fff;
    padding: 10px 20px;
}
.comprehensive-packages-section .website-package-wrapper:hover .btn {
    background-color: #fff;
    border-color: #ffc145;
    color: #000;
}

.comprehensive-packages-section .services-offered-logos img {
    max-width: 100px;
    max-height: 100px;
    object-fit: contain;
}

@media (max-width: 767px) {
    .comprehensive-packages-section .btn {
        padding: 10px 15px;
        font-size: 13px;
    }
    .comprehensive-packages-section .website-package-wrapper {
        padding: 30px;
    }
    .comprehensive-packages-section .services-offered-logos img {
        max-width: 60px;
        max-height: 60px;
    }
}

.list-ticked li {
    line-height: 1.5;
    display: flex;
}
.list-ticked li:not(.no-tick)::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    width: 16px;
    flex: 0 0 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M14 7C14 10.866 10.866 14 7 14C3.134 14 0 10.866 0 7C0 3.134 3.134 0 7 0C10.866 0 14 3.134 14 7ZM6.19032 10.7064L11.3839 5.5129C11.5602 5.33654 11.5602 5.05059 11.3839 4.87423L10.7452 4.23556C10.5688 4.05918 10.2829 4.05918 10.1065 4.23556L5.87097 8.47107L3.8935 6.4936C3.71714 6.31725 3.43119 6.31725 3.2548 6.4936L2.61614 7.13227C2.43978 7.30862 2.43978 7.59458 2.61614 7.77093L5.55162 10.7064C5.72801 10.8828 6.01393 10.8828 6.19032 10.7064V10.7064Z' fill='%23A3DC2F'/%3E%3C/svg%3E");
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 0C4.47715 0 0 4.47715 0 10C0 15.5228 4.47715 20 10 20C15.5228 20 20 15.5228 20 10C19.9936 4.47982 15.5202 0.00642897 10 0Z' fill='%2367CA7A'/%3E%3Cpath d='M15.7741 6.83362L10.07 14.5745C9.93392 14.7549 9.73107 14.8732 9.50698 14.9027C9.28289 14.9321 9.05636 14.8703 8.8783 14.7311L4.80496 11.4745C4.44552 11.1868 4.38731 10.6622 4.67496 10.3028C4.96261 9.94334 5.48718 9.88514 5.84663 10.1728L9.2433 12.8903L14.4325 5.84778C14.6026 5.59244 14.8993 5.45127 15.2048 5.48032C15.5103 5.50936 15.7751 5.70393 15.8941 5.98676C16.013 6.2696 15.967 6.59494 15.7741 6.83362Z' fill='white'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.custom-requirements-section {
    background-image: url("../images/partners/23489562389045623789.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.custom-requirements-section .btn {
    border-radius: 8px;
    color: #fff;
    display: inline-flex;
    grid-gap: 10px;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    transition: 0.2s ease-in-out;
    min-width: 180px;
}

.custom-requirements-section .btn:hover {
    background: #ffc145;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
        rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

@media (max-width: 767px) {
    .custom-requirements-section .btn {
        padding: 10px 15px;
        font-size: 14px;
    }
    .custom-requirements-section .btn svg {
        width: 20px;
        height: 20px;
    }
}

.different-agency-section .info-box {
    border-radius: 0px 32px 0px 0px;
    background: #fff;
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.07);
    padding: 0 30px 30px;
    margin-top: 30px;
    margin-bottom: 40px;
    transition: 0.3s ease-in-out;
}
.different-agency-section .info-box .info-box-icon {
    transform: translateY(-30px);
}
.different-agency-section .info-box:hover {
    transform: translateY(-10px);
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.15);
}
@media (max-width: 767px) {
    .different-agency-section .info-box {
        padding: 0 15px 15px;
    }
}

.services-overview-section {
    background-image: url("../images/492375697834658293746358.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.services-overview-section .service-box {
    border-radius: 8px;
    background: #fff;
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.07);
    padding: 30px 30px;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: 0.2s ease-out;
    border: 2px solid #fff;
}
.services-overview-section .service-box:hover {
    background-color: #ffc145;
    color: #fff;
}
.services-overview-section .service-box .icon-wrap {
    padding: 30px 0;
}
.services-overview-section .service-box .btn {
    transform: translateY(20px);
    margin-top: auto;
}
.services-overview-section .service-box:hover .btn {
    background-color: #fff;
    border-color: #fff;
    color: #000;
}

.technologies-used-section {
    background-image: url("../images/492375697834658293746358.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.technologies-used-section .img-wrap {
    border-radius: 32px;
    background: #fff;
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.07);
    padding-top: 100%;
    width: 100%;
    position: relative;
}
.technologies-used-section .img-wrap img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    height: 70%;
    object-fit: contain;
}

.contact-cta-section {
    background-color: #fbfbfb;
}
.contact-cta-section .form-group {
    margin-bottom: 15px;
}
.contact-cta-section .form-group .form-control {
    border-radius: 8px;
    background: #fff;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.05);
    padding: 13px 18px;
    border: none;
}
.contact-cta-section .form-group .form-control:focus {
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}
.contact-cta-section .action-row .img-wrap img {
    height: 50px;
    user-select: none;
    pointer-events: none;
    object-fit: contain;
}
@media (max-width: 767px) {
    .contact-cta-section .action-row .img-wrap img {
        height: 37.5px;
    }
    .contact-cta-section .form-group .form-control {
        font-size: 13px;
        padding: 10px 15px;
    }
}

/** Footer **/
.site-footer {
    background-color: #001d40;
    background-image: url("../images/34956238794562378945.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.site-footer .site-logo {
    margin-bottom: 30px;
}
.site-footer .site-logo img {
    width: 300px;
}
.site-footer .footer-menu ul {
    margin-bottom: 0px;
}
.site-footer .footer-menu ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
}
.cro-logo img {
    max-width: 200px;
    border-radius: 10px;
    margin: 15px 0 20px;
}
.cro-logo {
    text-decoration: none;
    font-size: 16px;
    color: #fff !important;
}

/* PORTFOLIO CSS */
[data-section="logosPortfolio"] .img-wrap img {
    height: clamp(130px, 20vw, 250px);
    object-fit: cover;
    width: 100%;
}
[data-section="websitePortfolio"] .img-wrap img,
[data-section="mobileAppPortfolio"] .img-wrap img,
[data-section="mobilePortfolio"] .img-wrap img,
[data-section="uiuxPortfolio"] .img-wrap img,
[data-section="socialMediaPortfolio"] .img-wrap img {
    height: clamp(170px, 30vw, 300px);
    object-fit: cover;
    object-position: top;
    width: 100%;
}
[data-section="videoAnimationPortfolio"] .video-wrap video {
    border-radius: 15px;
}

/* EDITS  */

.logos-round img {
    border-radius: 10px;
}

img.social-media-icon {
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.06);
    border-radius: 15px;
    height: 95px;
    margin-top: 2px;
}

.business-branding {
    margin-top: -40px;
    margin-bottom: 40px;
}

.freelancer-section {
    margin-top: 4%;
    padding: 4% 0;
    background-image: url("../images/9847597234653745.png"),
        url("../images/8475892364895345.png");
    background-position: top left, bottom right;
    background-size: 30%, 30%;
    background-repeat: no-repeat;
}

/* CONTACT  */

section.contact-cta-section.py-5 {
    position: relative;
}
.contact-cta-section .container {
    z-index: 5;
    position: relative;
}
video.fullscreen-bg__video {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-position: right;
    mix-blend-mode: darken;
}
@media (max-width: 767px) {
    video.fullscreen-bg__video {
        display: none;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .contact-title {
        font-size: 26px !important;
    }
}

/* MODAL CSS  */

.quote-popup .btn-modal-close {
    background-color: #f9c036;
    border-radius: 50%;
    color: #fff;
    width: 30px;
    height: 30px;
    font-size: 18px;
    padding: 0px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 15px;
    right: 15px;
}
.quote-popup h3 {
    font-weight: 700;
}
.quote-popup .modal-dialog .modal-content {
    border-radius: 30px;
}
.quote-popup .form-group {
    position: relative;
}
.quote-popup .form-group i {
    position: absolute;
    left: 15px;
    top: 18px;
    opacity: 0.3;
}
.quote-popup .form-group .form-control {
    padding: 13px 18px;
    border-radius: 10px;
    padding-left: 40px;
}
.quote-popup .form-group textarea.form-control {
    resize: none;
}
@media (max-width: 767px) {
    .quote-popup .form-group i {
        font-size: 14px;
        top: 13px;
    }
    .quote-popup .form-group .form-control {
        padding: 10px 15px;
        font-size: 13px;
        padding-left: 35px;
    }
    .quote-popup .modal-dialog .modal-content {
        border-radius: 15px;
    }
    .quote-popup .btn-modal-close {
        top: 0;
        right: 0;
    }
}

/* LIGHT BOX CSS */

.lightbox-img-wrapper img {
    cursor: pointer;
}
.lightbox {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    display: none;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99;
}
.lightbox .top {
    position: relative;
    width: 100%;
    padding: 20px 0;
}
.lightbox .top .close {
    position: absolute;
    height: 100%;
    width: 72px;
    top: 20px;
    right: 0;
    z-index: 111;
}
.lightbox .top .close i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.2s;
    color: #fff;
    cursor: pointer;
}
.lightbox .top .close i:hover {
    color: #f9c036;
}

.lightbox .middle {
    position: relative;
    width: 100%;
    height: calc(100% - 80px);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

/* Design Process Tabs  */

.our-process-section .btn {
    padding: 10px 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.our-process-section .btn.active {
    background-color: #ffc145;
    color: #fff;
    border-color: #ffc145;
}
.our-process-section .btn-circular {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: 0.3s ease-in-out;
}
.our-process-section .btn-circular::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #ffc145;
    box-shadow: 0 0 30px #ffc145;
    z-index: -1;
    transform: translateY(100%);
    transition: transform 0.45s ease-in-out;
}
.our-process-section .btn-circular:hover {
    color: #fff;
    box-shadow: 0 0 20px #ffc145;
}
.our-process-section .btn-circular:hover::before {
    transform: translateY(0);
    border-radius: 10%;
}
.our-process-section .img-wrap img {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
}
@media (max-width: 767px) {
    .our-process-section .btn {
        padding: 10px 15px;
        font-size: 13px;
    }
}

.btn-call-animate {
    padding: 10px 25px;
    background-color: #f94c30;
    border-color: #f94c30;
    color: #fff !important;
}
.btn-call-animate:hover {
    background-color: #ef4a27;
    border-color: #ef4a27;
    box-shadow: 6px 6px 0px #f1f4f7, 7px 7px 0px #000,
        inset 0px 0px 200px rgba(0, 0, 0, 0.1);
}

/* Image Zoom */

/* magnifying glass icon */

.img_producto_container {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    cursor: zoom-in;
}
.img_producto {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: transform 0.5s ease-out;
}

.whatsapp-button {
    position: fixed;
    bottom: 2%;
    left: 2%;
}

.whatsapp-button svg {
    width: 70px;
    height: 80px;
    border-radius: 50%;
    animation: glow 1.5s ease-in-out infinite;
}

@keyframes glow {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    }

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

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

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

@media (max-width: 767px) {
    .whatsapp-button {
        display: none !important;
    }
}
