@font-face {
    font-family: 'Montserrat-bold';
    src: url('fonts/Montserrat-Bold.eot');
    src: url('fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Montserrat-Bold.woff2') format('woff2'),
        url('fonts/Montserrat-Bold.woff') format('woff'),
        url('fonts/Montserrat-Bold.ttf') format('truetype'),
        url('fonts/Montserrat-Bold.svg#Montserrat-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat-regular';
    src: url('fonts/Montserrat-Regular.eot');
    src: url('fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Montserrat-Regular.woff2') format('woff2'),
        url('fonts/Montserrat-Regular.woff') format('woff'),
        url('fonts/Montserrat-Regular.ttf') format('truetype'),
        url('fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Montserrat-regular';
    color: #2d2d3a !important;
    background: #333366 !important;
}

section {
    padding: 100px 0 !important;
}

#loom-companion-mv3 {
    display: none !important;
}

#header {
    background: #333366 !important;
    color: #C4CED4;
}

#header a,
.nav-menu a {
    font-family: Arial, sans-serif;
    color: #C4CED4 !important;
    padding-top: 6px;
}
#send-message[disabled] {
    cursor: no-drop;
    background-color: #71727a;
}
.copyright{
    color:#C4CED4;
}
#footer {
    background: #333366;
    color: #C4CED4;
}

#footer a {
    color: #C4CED4;
}
.user-img-container {
    position: relative;
    text-align: center;
    padding-bottom: 64px;
}

.hero-phone {
    margin-top: 64px;
    margin-bottom: 0;
    font-weight: 700;
}

.hero-phone a {
    color: #1D428A;
    font-weight: 700;
}

.hero-phone a:hover {
    color: #FB4F14;
    text-decoration: none;
}
.alert-success{
    color:#18d26e;
}

.img_title span {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
}

.figure-container {
    display: inline-block;
    background: #C4CED4;
    margin-top: 50px;
    padding: 8px 20px;
    border-radius: 10px;
}
.text-danger{
    color:#FF0000;
}
.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

#send-message {
    font-weight: 700;
}

.g-recaptcha {
    display: inline-block;
    float: left;
}

.sendmessage {
    display: inline-block;
    float: right;
}

.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}

.contact-content .g-recaptcha {
    margin-left: 2px;
}

.contact-content {
    margin-top: 75px;
}

.contact-me {
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
}

#mc_embed_signup .programming,
#mc_embed_signup .textar {
    padding: 0 15px;
}

#mc_embed_signup .row {
    margin-top: 20px;
}

#mc_embed_signup textarea {
    width: 100%;
    height: 150px;
    padding: 10px;
}

#mc_embed_signup input {
    height: 38px;
    width: 100%;
    padding: 10px;
}

.contact-content iframe {
    width: 100%;
    height: 400px;
}

figcaption a {
    color: #1D428A;
    font-weight: 600;
}

.img_title {
    position: absolute;
    bottom: -42px;
    line-height: 23px;
    padding: 8px 15px;
    background: #FA4616;
    border-radius: 25%;
    color: #fff;
    border-radius: 30px;
    text-align: center;
    font-weight: 700;
    font-size: 30px;
    width: 100%;
}

.design-btn a {
    color: #FFFFFF;
    background: #1D428A;
    border-radius: 45px;
    padding: 6px 25px;
}

.user-img {
    width: 100%;
    max-width: 400px;
    height: auto;
    object-fit: contain;
}

/* 3D Hero Photo Effect */
.hero-3d-photo {
    transform: perspective(1000px) rotateY(-5deg) rotateX(2deg);
    transform-style: preserve-3d;
    filter: drop-shadow(0 25px 50px rgba(0, 0, 0, 0.5)) 
            drop-shadow(0 10px 20px rgba(0, 0, 0, 0.3));
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation: float3d 6s ease-in-out infinite;
}

.hero-3d-photo:hover {
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg) scale(1.02);
    filter: drop-shadow(0 35px 60px rgba(0, 0, 0, 0.4)) 
            drop-shadow(0 15px 30px rgba(0, 0, 0, 0.25));
}

@keyframes float3d {
    0%, 100% {
        transform: perspective(1000px) rotateY(-5deg) rotateX(2deg) translateY(0px);
    }
    50% {
        transform: perspective(1000px) rotateY(-3deg) rotateX(0deg) translateY(-10px);
    }
}

.hello-style {
    color: #000000;
    padding: 6px 15px;
    font-size: 17px;
    border-radius: 45px;
    background: #C4CED4;

}

.pad-t-130 {
    padding-top: 130px;
}

.left-content h2 {
    font-family: 'Montserrat-bold';
    font-weight: bold;
    font-style: normal;
    font-weight: bold;
    padding-top: 10px;
}

.left-content span {
    font-weight: 800;
    font-size: 1.25rem;
    color: #333366;
}

.left-content img {
    width: 52px;
}

.right-content ul {
    list-style-type: none;
    ;
}

.right-content ul li {
    padding-bottom: 15px;
}

.left-img {
    float: left;
    width: 75px;
    position: relative;
}

.left-img img {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 8px;
    z-index: 2;
}

.right-doc {
    float: left;
    width: calc(100% - 50px);
    padding-left: 10px;
}

.right-doc span {
    font-family: 'Montserrat-bold';
    font-size: 18px;
    color: #333366;
    font-weight: bold;
}

.right-doc p {
    margin: 0;
}

.bucket {
    display: flex;
}

figure {
    display: inline-block;
    margin-left: 12px;
    margin-right: 12px;
    margin-top: 16px;
}

figure img {
    height: 52px;
}

figcaption {
    font-size: 14px;
    font-weight: bold;
    color: #1D428A;
    font-family: Arial, sans-serif;
    margin-top: 6px;
}
/* you tube start */
.youtube-player {
    position: relative;
    width: 100%;
    /*max-width: 560px;  Adjust as needed */
    height: 375px; /* Adjust as needed */
    background-color: #000;
    cursor: pointer;
    background-size: cover;
    background-position: center;
    margin-bottom: 20px; /* Spacing between videos */
}

.youtube-player[data-id="fP8k6mKX9Nk"] {
    background-image: url('https://img.youtube.com/vi/fP8k6mKX9Nk/hqdefault.jpg');
}

.youtube-player[data-id="tb_wVCuyzdQ"] {
    background-image: url('https://img.youtube.com/vi/tb_wVCuyzdQ/hqdefault.jpg');
}

.youtube-player[data-id="RFNnf6DWXXI"] {
    background-image: url('https://img.youtube.com/vi/RFNnf6DWXXI/hqdefault.jpg');
}

.youtube-player[data-id="7kE5ARUpcog"] {
    background-image: url('https://img.youtube.com/vi/7kE5ARUpcog/hqdefault.jpg');
}

.youtube-player .play-button {
    width: 68px;
    height: 60px;
    background: url('https://img.icons8.com/color/96/000000/play-button-circled.png') no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

/* you tube end */
@media screen and (max-width: 992px) {
    .pad-t-130 {
        padding-top: 52px;
    }

    .right-content ul {
        padding-left: 0;
    }
}

@media screen and (max-width: 767px) {
    .contact-content {
        margin-top: 35px;
    }
    .contact-me {
        margin-top: 20px;
    }

    #mc_embed_signup .row {
        margin-top: inherit;
    }

    #mc_embed_signup input {
        margin-bottom: 20px;
    }

    .figure-container {
        border-radius: 0;
        display: block;
        width: 100vw;
        padding: 0;
        margin-left: -30px;
        margin-top: 25px;
    }

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

    .img_title {
        position: inherit;
        margin-top: -71px;
    }

    .banner-content {
        display: flex;
        flex-direction: column;
    }

    .user-img-container {
        order: -1;
    }

    figure img {
        height: 56px;
    }

    .home-articles-content {
        h1 {
            font-size: 2.1rem;
        }

        h2 {
            font-size: 1.6rem;
        }
    }
}

.home-articles-content {
    h1 {
        padding-bottom: 24px;
    }

    a {
        color: #0077b6;
        text-decoration: underline;
    }

    a:hover {
        font-weight: 800;
        font-style: italic;
    }
}

@media screen and (max-width: 575) {
    .home-articles-content {
        h1 {
            font-size: 1.9rem;
        }

        h2 {
            font-size: 1.5rem;
        }
    }
}
