@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
:root {
    --text: #2E2E2E;
    --primaryColor: #233345;
    --white: #FFFFFF;
    --black: #000000;
    --borderColor: #F2F7F9;
}
* {
    box-sizing: border-box;
}
body {
    font-family: "Roboto", sans-serif;
    color: var(--text);
    font-size: 14px;
    line-height: 22px;
    margin: 0;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
p {
    margin: 0 0 14px;
}
a {
    color: var(--text);
}
::placeholder { color:#A4A4A4;}
::-webkit-input-placeholder { color:#A4A4A4;}
::-moz-placeholder { color:#A4A4A4;}
:-ms-input-placeholder { color:#A4A4A4;}
.main-card {
    width: 100%;
    background: #3a3a3a;
}
.main-box {
    max-width: 410px;
    margin: 0 auto;
    min-width: 320px;
    background: var(--white);
    /* border: 1px solid rgba(119, 138, 195, 0.02); */
}
.head-section {
    padding-bottom: 24px;
    border-bottom: 2px solid var(--borderColor);
    text-align: center;
    position: relative;
}
.head-section .logo-wrap {
    background: linear-gradient(91.79deg, #4D6D92 0%, #233345 98.48%);
    padding: 55px 24px 75px;
}
.head-section .logo-wrap img {
    max-width: 170px;
    display: block; 
    margin: 0 auto;
}
.logo-wrap span {
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    color: #FFF;
    display: block;
    max-width: 240px;
    margin: 12px auto 24px;
}
.about-owner {
    background: var(--white);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    border-radius: 12px;
    width: calc(100% - 48px);
    margin: -70px 24px 14px;
}
.about-owner .profile-info {
    display: flex;
    align-items: center;
    gap: 16px;
}
.profile-info .profile-content {text-align: left;}
.profile-info .profile-content h3 {
    font-size: 18px;
    line-height: 21px;
    font-weight: 500;
    margin: 0 0 6px;
    color: var(--black);
}
.profile-info .profile-content p {
    font-size: 12px;
    line-height: 14px;
    margin: 0;
}
.profile-info .pro-img {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    border: 1.79px solid rgba(46, 46, 46, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
}
.profile-info .pro-img a {
    display: block;
    width: 100%;
    height: 100%;
}
.profile-info .pro-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.btn {
    background: var(--primaryColor);
    color: var(--white);
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 11px 25px;
    border-radius: 50px;
}

.about-founder, .about-company, .services, .contact-wrap, .portfolio, .testimonials {
    padding: 16px 24px 16px;
    border-bottom: 2px solid var(--borderColor);
}
.about-company, .services{
    padding: 16px 24px 0px;
}
.about-founder h2, .about-company h2, .services h2, .contact-wrap h2, .portfolio h2, .testimonials h2 {
    font-size: 15px;
    line-height: 19px;
    font-weight: 600;
    color: var(--black);
    margin: 0 0 14px;
}
.contcat-info {
    margin: 16px 0;
    padding: 6px 16px;
    border: 1px solid #6B737E24;
    border-radius: 12px;
}
.contcat-info li {
    padding: 10px 0;
    display: block;
    text-decoration: none;
}
.contcat-info li a {
    display: flex;
    align-items: center;
    text-decoration: none;
    gap: 12px;
    transition: all 0.3s ease-in-out;
}
.contcat-info li a:hover {
    color: var(--primaryColor);
}
.contcat-info li:last-child {
    display: flex;
    align-items: center;
    gap: 12px;
}
.contcat-info li address {font-style: normal;}
.socials {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
}
.socials li {
    margin-right: 15px;
}
.socials li a {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(107, 115, 126, 0.14);
    border-radius: 12px;
}
.counter ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
}
.counter ul li {
    padding: 0 12px;
    width: 50%;
}
.counter ul li:nth-child(-n + 2) {
    margin-bottom: 14px;
}
.counter ul li .item {
    padding: 12px 16px;
    border: 1px solid rgba(46, 46, 46, 0.05);
    border-radius: 12px;
    box-shadow: 0px 4px 15px 0px rgba(155, 23, 31, 0.05);
    height: 100%;
}
.counter ul li .item span {
    display: block;
    font-size: 18px;
    line-height: 19px;
    font-weight: 700;
    color: var(--primaryColor);
    margin: 0 0 8px;
}
.counter ul li .item p {
    margin: 0;
}
.services ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 5px;
}
.services ul li {
    font-size: 13px;
    line-height: 15px;
    margin: 0 0 12px;
    position: relative;
    padding-left: 15px;
}
.services ul li:nth-child(odd) {
    width: 50%;
}
.services ul li:nth-child(even) {
    width: 50%;
}
.services ul li:before {
    content: "";
    width: 3px;
    height: 3px;
    background: var(--text);
    position: absolute;
    border-radius: 100%;
    top: 6px;
    left: 5px;
}
.portfolio .actions {
    margin: 20px 0 0;
    display: flex;
    justify-content: space-between;
    gap: 16px;
}
.portfolio .actions a {
    display: flex;
    align-items: center;
    text-decoration: none;
    gap: 8px;
    font-weight: 500;
    border: 1px solid #eaeaea;
    border-radius: 50px;
    box-shadow: 0px 4px 4px 0px #FDF3F3B2;
    width: 50%;
    padding: 9px 24px;
    line-height: 15px;
    position: relative;
}
.portfolio .actions a:after {
    content: "";
    width: 16px;
    height: 16px;
    background: url(../images/icon-arrow.svg) no-repeat;
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
}
.testimonials .video-gallary {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -7px;
}
.testimonials .video-gallary .v-item {width: 50%;padding: 0 7px;}
.testimonials .video-gallary .v-item:nth-child(-n + 2) {
    margin-bottom: 5px;
}
.contact-wrap h2 {
    margin: 0;
}
.contact-wrap p {
    margin: 0 0 14px;
}
.contact-wrap .form-control input, .contact-wrap .form-control textarea {
    background: #f4f4f4;
    border: 0;
    width: 100%;
    border-radius: 8px;
    padding: 16px;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
}
.contact-wrap .form-control input:focus, .contact-wrap .form-control textarea:focus {
    outline: none;
}
.contact-wrap .form-control {
    margin: 0 0 14px;
}
.contact-wrap .form-control textarea {
    height: 80px;
}
.contact-wrap .btn {
    border: 0;
    width: 100%;
}
.contact-wrap {
    border: 0;
}
.footer {
    padding: 20px 24px 15px;
    text-align: center;
    background: linear-gradient(91.79deg, #4D6D92 0%, #233345 98.48%);
    position: relative;
}
.footer .footer-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(91.79deg, #4D6D92 0%, #233345 98.48%);
    transform: rotate(180deg);
    z-index: 1;
}
.footer img {
    position: relative;
    z-index: 9;
    max-width: 136px;
    display: block; 
    margin: 0 auto;
}
.trigger-img {
    cursor: pointer;
    width: 100%;
    height: auto;
    border-radius: 12px;
    transition: transform 0.2s;
    border: 1px solid #2E2E2E0D;
    box-shadow: 0px 4px 15px 0px #9B171F0D;
}
.testimonials .trigger-img {border-radius: 6px;}
.gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 20px;
}
.qr-code img {
    width: 70px;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    align-items: center;
    justify-content: center;
}
.modal .modal-content {
    position: relative;
    width: 90%;
    height: 350px;
    max-width: 600px;
    border-radius: 10px;
    overflow: hidden;
}
.modal .modal-content iframe {
    width: 100%;
    height: 350px;
}
.modal .close {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 24px;
    color: #FFFFFF;
    cursor: pointer;
    z-index: 10;
}
#modal1 .modal-content, #modal2 .modal-content {
    max-width: 370px;
    height: auto;
    padding: 15px;
    background-color: #fff;
}
#modal1 .modal-content img, #modal2 .modal-content img {width: 100%;}
.modal-title {
    margin: 0 0 15px;
}
#modal1 .close, #modal2 .close {    
    color: var(--text);
    font-size: 30px;
    position: absolute;
    top: 15px;
}
.modal-header {
    border-bottom: 1px solid var(--borderColor);
    margin-bottom: 15px;
}
.open-modal {
    display: block;
    cursor: pointer;
}

@media (max-width: 380px) {
    .profile-info .profile-content h3 {font-size: 16px;}
    .head-section .logo-wrap {padding: 55px 15px 75px;}
    .about-owner {width: calc(100% - 30px); margin: -70px 15px 14px;}
    .profile-info .pro-img {width: 90px; height: 90px;}
    .about-owner .profile-info {gap: 5px;}
    .about-founder, .about-company, .services, .contact-wrap, .portfolio, .testimonials {padding: 15px 15px 24px;}
}
@media (max-width: 360px) {
    .portfolio .actions a {padding: 9px 15px;}
    .portfolio .actions a:after {right: 15px;}
    .socials li a {width: 40px; height: 40  px;}
    .socials li a img {width: 20px;}
    .contcat-info {padding: 6px 15px;}
    .contcat-info li a, .contcat-info li {font-size: 13px;}
}