/* Global Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body.modal-open {
    padding-right: 0 !important;
}
/* Section Seven - Testimonials */
.sectionseven {
background-image: linear-gradient(to right bottom, #00519b, #0057a2, #005da9, #0064b1, #006ab8, #056dc1, #106fcb, #1b72d4, #3670e0, #526cea, #6e65f2, #8b5cf6);
    color: #fff;
}

.sectionseven .sectionsix-title {
    margin-bottom: 0;
}

.sectionseven .counterunique {
    row-gap: 24px;
}

.sectionseven .counter-box {
    padding: 20px 10px;
}

.sectionseven .counter-heading {
    font-size: 2.25rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 6px;
}

.sectionseven .counter-label {
    font-size: 0.98rem;
    color: #e5e7eb;
    margin-bottom: 0;
}

.testimonial-slider {
    width: 100%;
}

.testimonial-card {
        background: #ffffff0d;
    border-radius: 1rem;
    padding: 50px;
      border:1px solid rgba(255, 255, 255, 0.2);

    text-align: center;
    margin: 0 12px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
}

.testimonial-avatar {
    width: 90px;
    height: 90px;
    border-radius: 999px;
    overflow: hidden;
    margin: 0 auto 16px;
      border:3px solid rgba(255, 255, 255, 0.2);
}

.testimonial-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-text {
    font-size: 0.98rem;
    line-height: 1.7;
    color: #fff;
    margin-bottom: 14px;
}

.testimonial-name {
    font-size: 1.05rem;
    font-weight: 600;
    margin-top:20px;
    color: #ffffff;
}

.testimonial-quote-icon {
    position: absolute;
    right: 20px;
    bottom: 20px;
    color: #ffffffcc;
    display: inline-flex;
    opacity: 0.5;
}

.testimonial-quote-icon svg{
    width: 30px;
    height: 30px;
}

/* Equal-height Slick slides for testimonials */
/* Slick arrows for testimonials */
.sectionseven .slick-prev, .sectionseven .slick-next {
    width: 40px;
    height: 40px;
    border-radius: 999px;
    background: #ffffff0d;
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: flex !important;
    align-items: center;
    justify-content: center;
    z-index: 2;
    backdrop-filter: blur(10px);
}
.sectionseven .slick-prev {
    left: -10px;
}

.sectionseven .slick-next {
    right: -10px;
}

.sectionseven .slick-prev:before,
.sectionseven .slick-next:before {
    display: none;
}

.sectionseven .slick-prev,
.sectionseven .slick-next {
    color: #ffffff;
    font-size: 16px;
}

/* Dots as small boxes */
.sectionseven .slick-dots {
    bottom:-60px;
}

.sectionseven .slick-dots li {
    margin: 0 4px;
    width: 10px; /* reserve same width for all dots */
    text-align: center;
}

.sectionseven .slick-dots li button {
    width: 10px;
    height: 10px;
    padding: 0;
    margin: 0 auto; /* center inside li */
}

.sectionseven .slick-dots li button:before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 999px; /* round for inactive */
    background: #000000a3 ;
    opacity: 1;
}

.sectionseven .slick-dots li.slick-active button:before {

    border-radius: 999px;  /* pill */
    background: #fff;
}
nav.navbar.navbar-expand-lg.navbar-dark.solid {
    background: #000000e0 !important;
}
@media (max-width: 768px) {
    .testimonial-card {
        margin: 0 6px;
        padding: 20px 18px 24px;
    }
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    overflow-x: hidden;
        overflow: hidden;
}

html {
    width: 100%;
    overflow-x: hidden;
}


/* .animate-on-scroll {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1),
                transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.animate-on-scroll.animate {
    opacity: 1;
    
    transform: translateY(0);
} */
.animate-on-scroll {
    opacity: 0;
    transform: translateY(30px); /* thoda zyada movement for smoother effect */
    transition: 
        opacity 0.8s cubic-bezier(0.42, 0, 0.58, 1) 0.1s, /* 0.1s delay */
        transform 0.8s cubic-bezier(0.42, 0, 0.58, 1) 0.1s;
}

.animate-on-scroll.animate {
    opacity: 1;
    transform: translateY(0);
}
.pyc-8{
    padding:80px 0;
}

.pyc-10{
    padding:100px 0;
}


.ptc-10{
    padding-top:100px ;
}
.pbc-10{
    padding-bottom:100px ;
}


/* Navbar Styles */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    background: transparent !important;
    transition: background-color 0.45s ease, box-shadow 0.45s ease, backdrop-filter 0.45s ease;
    backdrop-filter: blur(0px);
}


ul.navbar-nav.ms-auto {
    text-align: center;
    margin:0px auto;
}
.navbar.solid {
    background: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

.navbar.solid .navbar-brand,
.navbar.solid .nav-link,
.navbar.solid .dropdown-item {
    color: #fff !important;
}

.navbar.solid .navbar-brand:hover,
.navbar.solid .nav-link:hover {
    color: #007bff !important;
}

.navbar-brand {
    font-weight: bold;
    font-size: 1.5rem;
    color: white !important;
}

.navbar-brand img {
    height: 50px;
    width: auto;
    transition: all 0.3s ease;
}

.navbar.solid .navbar-brand img {
    filter: brightness(0.8);
}

.navbar-brand img:hover {
    transform: scale(1.05);
}

.navbar-nav .nav-link {
    color: white !important;
    font-weight: 500;
    margin: 0 10px;
    font-size: 0.98rem;
    letter-spacing: 0.02em;
    transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover {
    color: #007bff !important;
}

/* Make navbar toggler icon clearly visible */
.navbar-toggler {
    border-color: rgba(255, 255, 255, 0.7);
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,0.95%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Navbar dropdown (Services) - themed & animated */
.navbar .dropdown-menu {
    background: #020309;
    border-radius: 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 8px 0;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.65);
    transform-origin: top center;
    transform: translateY(8px) scaleY(0.9);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
    width:230px;
}

.navbar .dropdown-menu .dropdown-item {
    font-size: 0.9rem;
    color: #e5e7eb !important;
    padding: 8px 16px;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: background-color 0.18s ease, color 0.18s ease, padding-left 0.18s ease;
}

.navbar .dropdown-menu .dropdown-item::before {
    content: '\f285'; /* bi-play-fill / right-arrow like icon from Bootstrap Icons */
    font-family: 'bootstrap-icons';
    font-size: 0.75rem;
    color: #f30000;
    opacity: 0;
    transform: translateX(-4px);
    transition: opacity 0.18s ease, transform 0.18s ease;
}

.navbar .dropdown-menu .dropdown-item:hover,
.navbar .dropdown-menu .dropdown-item:focus {
    background: linear-gradient(135deg, rgba(212, 26, 26, 0.24), rgba(243, 0, 0, 0.08));
    color: #ffffff !important;
    padding-left: 20px;
}

.navbar .dropdown-menu .dropdown-item:hover::before,
.navbar .dropdown-menu .dropdown-item:focus::before {
    opacity: 1;
    transform: translateX(0);
}

/* Show animation for dropdown: works for hover (desktop) and .show (Bootstrap, incl. mobile click) */
.navbar .dropdown.show > .dropdown-menu,
.navbar .dropdown:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scaleY(1);
}

.dropdown-menu {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.dropdown-item {
    color: #333 !important;
    transition: all 0.3s ease;
}

.dropdown-item:hover {
    background: #007bff;
    color: white !important;
}

.phone-button {
    background: linear-gradient(135deg, #d41a1a, #f30000);
    color: white !important;
    border: none;
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
    margin-left: 20px;
}

.phone-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(243, 0, 0, 0.45);
    color: white !important;
}

/* Hero Section */
.hero {
    height: 100vh;
    position: relative;
    overflow: hidden;
        padding: 130px 0 130px 0;
}

.sectiontwo {
    background: #000304;
    color: #fff;
}

.sectiontwo .hero-buttons  {margin-bottom: 0;}

.sectiontwo-title {
        font-size: 3.75rem;
    font-weight: 700;
    margin-bottom: 20px;
            line-height: 1;
}

.sectiontwo-text {
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 16px;
}

.sectiontwo-highlight {
    font-size: 1.15rem;
    font-weight: 700;
}

.sectiontwo-gif {
    border: 1px solid #e5e5e521;
    /* border-radius: 40px; */
    overflow: hidden;
    border-radius: 1rem;
}

.sectiontwo-gif img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
}

/* Section Three - Services */
.sectionthree {
    background: #000304;
    color: #fff;
}

.sectionthree-title {
    font-size: 3.75rem;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 10px;
}

.sectionthree-subtitle {
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 600;
    color: #f5f5f5;
    margin-bottom: 20px;
}

.sectionthree-text {
    font-size: 1.05rem;
    line-height: 1.7;
    max-width: 720px;
    margin: 0 auto;
    color: #d0d0d0;
}

.sectioncontact {
    background: #000304;
    color: #fff;
}

.sectioncontact-title {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.sectioncontact-text {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #d1d5db;
    margin-bottom: 0;
}

.sectioncontact-form-wrapper {
    position: relative;
    background: #05070a;
    border-radius: 30px;
    padding: 55px;
    overflow: visible;
    z-index: 99;
    border: 1px solid #f30000; /* clean base border */
}

/* Soft blurred glow around the contact form wrapper */
.sectioncontact-form-wrapper::before {
    content: "";
    position: absolute;
    inset: -1px;
    border-radius: inherit;
    border: 1px solid rgba(243, 0, 0, 0.6);
    box-shadow: 0 0 35px rgba(243, 0, 0, 0.75);
    filter: blur(6px);
    opacity: 0;
    z-index: -1;
    animation: sectioncontact-border-glow 3s ease-in-out infinite;
}

@keyframes sectioncontact-border-glow {
    0% {
        opacity: 0;
        transform: scale(0.98);
    }
    40% {
        opacity: 1;
        transform: scale(1);
    }
    70% {
        opacity: 0.45;
        transform: scale(1.02);
    }
    100% {
        opacity: 0;
        transform: scale(0.98);
    }
}

.sectioncontact-form-wrapper .form-label {
    font-weight: 500;
    color: #f9fafb;
}

.sectioncontact-form-wrapper .form-control {
    background-color: transparent;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid rgba(229, 231, 235, 0.8);
    color: #f9fafb;
    padding-left: 0;
    padding-right: 0;
}

.sectioncontact-form-wrapper .form-control:focus {
    border-color: transparent;
    border-bottom-color: #f30000;
    box-shadow: none;
        transition: all 0.8s 
cubic-bezier(0.4, 0, 0.2, 1);
}

.sectioncontact-form-wrapper .form-control::placeholder {
    color: #e5e7eb47;
    opacity: 0.9;
}

.sectioncontact-form-wrapper .form-control:-ms-input-placeholder {
    color: #e5e7eb47;
}

.sectioncontact-form-wrapper .form-control::-ms-input-placeholder {
      color: #e5e7eb47;
}

.field-required {
    color: #f30000;
}

.sectioncontact-submit {
    background: linear-gradient(135deg, #d41a1a, #f30000);
    color: #fff;
    font-weight: 600;
    border-radius: 999px;
    border: none;
    padding: 10px 24px;
}

.sectioncontact-submit:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(243, 0, 0, 0.45);
}

.sectioncontact-socials {
    align-items: center;
}

.sectioncontact-social-icon {
    width: 40px;
    height: 40px;
    border-radius: 999px;
    background: linear-gradient(135deg, #d41a1a, #f30000);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-decoration: none;
}

.sectioncontact-social-icon i {
    font-size: 1rem;
}

.sectioncontact-social-icon:hover {
    color: #ffffff;
    opacity: 0.95;
    box-shadow: 0 0 0 1px rgba(243, 0, 0, 0.4), 0 10px 25px rgba(0, 0, 0, 0.6);
}

.sectioncontact-gif-wrapper {
    border-radius: 30px;
    overflow: hidden;
    /* border: 1px solid rgba(255, 255, 255, 0.08); */
    background: #020306;
    display: flex;
    align-items: stretch;
}

.sectioncontact-gif {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sectioncontact .iti {
    width: 100%;
}

.sectioncontact-gif-wrapper.h-100.flip-gif {
    position: relative;
    bottom: 0;
    z-index: 0;
}
/* Footer */
.site-footer {
    background: #000304;
    color: #e5e7eb;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding:50px 0 0 0;
        position: relative;
    z-index: 999;
}

.site-footer-main {
    padding: 36px 0 22px;
}

.footer-brand .footer-logo img {
    height: 40px;
    width: auto;
}

.footer-logo-text {
    font-weight: 700;
    font-size: 1.1rem;
    color: #fff;
}

.footer-text {
    font-size: 0.88rem;
    line-height: 1.6;
    color: #9ca3af;
}

.footer-heading {
    font-size: 0.95rem;
    font-weight: 600;
    color: #f9fafb;
    margin-bottom: 14px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.footer-links li + li {
    margin-top: 6px;
}

.footer-links a {
    font-size: 0.88rem;
    color: #d1d5db;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: color 0.2s ease, transform 0.2s ease;
}

.footer-links a i {
    font-size: 0.8rem;
    color: #f30000;
}

.footer-links a:hover {
    color: #ffffff;
    transform: translateX(3px);
}

.footer-cta-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.9rem;
    font-weight: 600;
    color: #f9fafb;
    padding: 8px 16px;
    border-radius: 999px;
    border: 1px solid rgba(243, 0, 0, 0.6);
    text-decoration: none;
    background: linear-gradient(135deg, rgba(244, 63, 94, 0.15), rgba(248, 113, 113, 0.05));
    transition: all 0.25s ease;
}
.contact-form {
    width: 100%;
}
.footer-cta-link:hover {
    color: #fff;
    background: linear-gradient(135deg, #d41a1a, #f30000);
    box-shadow: 0 10px 25px rgba(243, 0, 0, 0.4);
}

.footer-contact li {
    font-size: 0.88rem;
    color: #9ca3af;
}
.footer-contact li  a{
    font-size: 0.88rem;
    color: #9ca3af; text-decoration: none;
}
.footer-contact li + li {
    margin-top: 4px;
}

.footer-contact i {
    margin-right: 8px;
    color: #f30000;
}

.site-footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    padding: 10px 0;
    background: #010409;
}

.footer-bottom-text {
    font-size: 0.85rem;
    color: #9ca3af;
}

.footer-bottom-links {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 0.85rem;
}

.footer-bottom-links a {
    color: #d1d5db;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-bottom-links a:hover {
    color: #ffffff;
}

.footer-bottom-links .divider {
    color: #4b5563;
}

@media (max-width: 768px) {
    .site-footer-main {
        padding: 30px 20px;
    }

    /* Scale down big section headings on mobile */
    .sectiontwo-title,
    .sectionthree-title,
    .sectionsix-title,
    .sectioncontact-title,
    .sectionfour-title,
    .sectionfive-title {
        font-size: 1.9rem;
        line-height: 1.2;
    }
}

/* Back to Top Button */
#backToTop {
    position: fixed;
    right: 18px;
    bottom: 18px;
    width: 44px;
    height: 44px;
    border-radius: 999px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #d41a1a, #f30000);
    color: #ffffff;
    cursor: pointer;
    box-shadow: 0 10px 30px rgba(243, 0, 0, 0.45);
    opacity: 0;
    pointer-events: none;
    transform: translateY(40px);
    transition: opacity 0.25s ease, transform 0.25s ease;
    z-index: 1200;
}

#backToTop i {
    font-size: 1.2rem;
}

#backToTop.show {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.sectionsix {
background: #005497;
background: linear-gradient(180deg, rgba(0, 84, 151, 1) 0%, rgba(13, 97, 202, 1) 49%, rgba(0, 0, 0, 1) 100%);
    color: #fff;
}

.sectionsix-title {
    font-size: 3.75rem;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 10px;
}

.sectionsix-text {
    font-size: 1.25rem;
    line-height: 1.7;
    max-width: 780px;
    margin: 0 auto;
    color: #ffffff;
}


.sectionsix .redcolor.uppercase {
    font-size: 1.20rem;
    line-height: 1.25rem;
    font-weight: 600;
}

.sectionsix-tablist-wrapper {
    /* background: #ffffff0d;
    border-radius: 1rem;
    border: 1px solid #ffffff0d;
    padding: 8px; */
        justify-content: center;
    display: flex;
    margin:20px 0;
}

ul#portfolioTab {
    justify-content: center !important;
    background: #ffffff0d;
    border-radius: 1rem;
    border:1px solid #ffffff21;
    padding: 18px;
}

.sectionsix-tabs .nav-link {
border-radius: 0.75rem;
    color: #ffffff;
    font-weight: 500;
    padding: 0.5rem 1.50rem;
}

.sectionsix-tabs .nav-link.active {
    background: linear-gradient(135deg, #d41a1a, #f30000);
    color: #ffffff;
}

.sectionsix-video {
    position: relative;
    padding-top: 56.25%;
    border-radius: 0.75rem;
    overflow: hidden;
    background: #05070a;
    /* border: 1px solid rgba(255, 255, 255, 0.06); */
    cursor: pointer;
}

.sectionsix-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 0.75rem;
    pointer-events: none;
}
 .sectionsix-video video {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     border-radius: 0.75rem;
     object-fit: cover;
     border: 0;
     pointer-events: none;
 }

.sectionthree .row {
    margin-top: 40px;
}

.service-card {
      transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1); /* ease-in + ease-out */
    background: #05070a;
    border-radius: 1rem;

    border: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
}

.service-card:hover {
    border-color: #f30000;
}
.service-video-wrapper {
    position: relative;
    padding-top: 56.25%;
    border-radius: 0.75rem 0.75rem 0rem 0rem;
    overflow: hidden;
    margin-bottom: 30px;
}
.service-video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
 .service-video-wrapper video {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     object-fit: cover;
     border: 0;
 }

.service-title {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.service-text {
    font-size: 0.98rem;
    line-height: 1.7;
    color: #d4d4d4;
    margin-bottom: 16px;
}

.service-link {
    margin-top: auto;
    font-weight: 600;
    color: #ffffff;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.service-link i {
    transition: transform 0.25s ease;
}

.service-link:hover {
    color: #ffffff;
    text-decoration: underline;
}

.service-link:hover i {
    transform: translateX(4px);
}



.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

/* .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5));
    z-index: 2;
} */

.hero-content {
    position: relative;
    z-index: 3;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    padding: 0 20px;
}

.hero-content-inner{
    text-align: left;
}
.hero-content-inner .row {

   width: 100%;
}


.hero-title {
    font-size: 4rem;
    font-weight: bold;
    margin-bottom: 20px;
            line-height: 1;
  
}

.hero-description {
    font-size: 1rem;
    max-width: 800px;
    margin: 0 auto 40px;
    line-height: 1.6;

}

.hero-buttons {
    display: flex;
    gap: 20px;
    justify-content: left;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.btn-hero {
    padding: 10px 30px;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.btn-quote {
    background: linear-gradient(135deg, #d41a1a, #f30000);
    color: white;
    border: none;
}

.btn-quote:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(243, 0, 0, 0.45);
    color: white;
}
.btn-discuss i {
    color: #000000;
}
.btn-discuss {
    background: #fff;
    color: #000000;
    border: 2px solid #e10f0f;
}

.btn-discuss:hover {
    background: white;
    color: #e10f0f;
    transform: translateY(-3px);
}

.hero-logos {
    display: flex;
    justify-content: left;
    gap: 40px;
    align-items: center;
}

.logo-item {
    /* width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%; */
    display: flex;
    align-items: center;
    justify-content: center;
    /* backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2); */
}
.logo-item img {
    width: 185px;
}
/* Process page CTA background with GIF */
.trustedboxsection.processbackground-cta {
    position: relative;
    overflow: hidden;
    background-image: url("../images/gif/process-twoo.gif");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    padding:70px !important;
}

.trustedboxsection.processbackground-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6));
    z-index: 1;
}

.trustedboxsection.processbackground-cta .container,
.trustedboxsection.processbackground-cta .trustedbox {
    position: relative;
    z-index: 2;
}


.contactpagesection{
    background: #005497;
    background: linear-gradient(180deg, rgba(0, 84, 151, 1) 0%, rgba(13, 97, 202, 1) 49%, rgba(0, 0, 0, 1) 100%);
    padding: 40px 0 0 0;
}

.contactpagesection h2 {
    text-align: center !important;
}

.contactpagesection p {
    text-align: center !important;
}


.contactpagesection .process-box h3 {
    margin: 20px 0;
}

.contactpagesection .process-box {
    text-align: center;
    padding: 40px;
}
.contactpagesection .process-box a
{
        font-size: 0.98rem;
    line-height: 1.7;
    color: #d1d5db;
    margin-bottom: 0;
}


.contactpagesection .process-icon {

    margin: 0px auto;
    margin-bottom: 20px;
}

/* GIF Flipped State */
.hero-gif.flip-gif {
    transform: perspective(1000px) rotateY(180deg) scale(1.1);
}
.flip-gif {
    transform: perspective(1000px) rotateY(180deg) scale(1.1) !important;
}
/* Logo Marquee Slider */
.logo-slider {
    /* position: absolute; */
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 20px 0;
    z-index: 4;
    overflow: hidden;
}

.logo-slider-track {
    display: flex;
    animation: scroll 30s linear infinite;
    white-space: nowrap;
}

.slider-logo {
    flex-shrink: 0;
    width: 120px;
    height: 50px;
    margin: 0 30px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 600;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.slider-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: grayscale(100%);
    transition: filter 0.3s ease;
}

.slider-logo:hover img {
    filter: grayscale(0%);
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* Modal Styles */
.modal-content {
    border: none;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.modal-header {
    background: linear-gradient(135deg, #007bff, #0056b3);
    color: white;
    border: none;
    padding: 20px 30px;
}

.btn-close {
    filter: initial;
}
.modal-body {
    padding: 0;
}
.btn-close-white {
    filter: invert(1) grayscale(100%) brightness(200%) !important;
}

.video-close-icon {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 1056;

}

/* Ensure popup form is always visible (not hidden by animate-on-scroll) */
.modal .sectioncontact-form-wrapper {
    opacity: 1 !important;
    transform: none !important;
}

/* Avoid solid white background hiding the dark form in quote modal */
#quoteModal .modal-content {
    background: transparent;
}

.quote-modal-content {
    display: flex;
    min-height: 520px;
}

.quote-video {
    flex: 0 0 40%;
    max-width: 40%;
    background: #000;
    display: flex;
    align-items: stretch;
    justify-content: center;
}

.quote-form {
    flex: 0 0 60%;
    max-width: 60%;
    padding: 0px;
}

.quote-form h3 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 15px;
    color: #333;
}

.quote-form p {
    color: #666;
    margin-bottom: 30px;
    font-size: 1.1rem;
}

.form-floating {
    margin-bottom: 20px;
}

.form-control {
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    padding: 15px;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.form-control:focus {
    border-color: #007bff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.modal-body .sectioncontact-form-wrapper.h-100 {
    margin: 0px;
    border: 0;
    border-radius: 0;
    padding: 40px;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100% !important;
}

/* .modal-body .sectioncontact-form-wrapper .form-label {
display: none;
} */
form#quoteForm {
    width: 100%;
}

.btn-submit {
    background: linear-gradient(135deg, #007bff, #0056b3);
    color: white;
    border: none;
    padding: 15px 40px;
    border-radius: 30px;
    font-size: 1.1rem;
    font-weight: 600;
    width: 100%;
    transition: all 0.3s ease;
}

.btn-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(0, 123, 255, 0.4);
}

/* Service Page Styles */
.service-hero {
    height: 60vh;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    background: linear-gradient(135deg, #007bff, #0056b3);
}

.service-hero h1 {
    font-size: 3rem;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.service-content {
    padding: 0px 30px;
}

.service-content h2 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 30px;
    color: #333;
}

.service-content p {
    font-size: 1rem;
    line-height: 1.8;
    color: #9ca3af;
    margin-bottom: 30px;
    line-height: 1.625;
}
.service-features {
    background: #f8f9fa;
    padding: 60px 0;
}

.feature-card {
    background: white;
    border-radius: 15px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 100%;
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.feature-icon {
    font-size: 3rem;
    color: #007bff;
    margin-bottom: 20px;
}

.feature-card h3 {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 15px;
    color: #333;
}

.feature-card p {
    color: #666;
    line-height: 1.6;
}

/* Pricing Section */
.pricing-section {
    background: #000304;
    color: #fff;
}

.pricing-card {
    position: relative;
    background-color: #0009;
    border-radius: 1.5rem;
    border: 1px solid #ffffff1a;
    padding: 2rem;
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    text-align: center;
}

.pricing-card:hover {
    border-color: #f3000080;
    transform: translateY(-6px);
}

.pricing-title {
    font-size: 1.6rem;
    font-weight: 700;
     margin-bottom: 12px;
    margin-top: 10px;
}

.pricing-description {
    font-size: 0.98rem;
    color: #d4d4d4;
    margin-bottom: 0.5rem;
}

.pricing-price-wrapper {
    margin-bottom: 1rem;
}

.pricing-price {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 0;
}

.pricing-price-sub {
    font-size: 0.9rem;
    font-weight: 400;
    color: #9ca3af;
}

.pricing-list {
    list-style: none;
    padding-left: 0;
      margin: 10px 0 30px 0;
    text-align: left;
}

.pricing-list li {
    display: flex;
    align-items: start;
    gap: 8px;
    font-size: 0.95rem;
    color: #e5e7eb;
    margin-bottom: 16px;
}

.pricing-list li i {
    color: #f30000;
    font-size: 1rem;
}

.pricing-card-popular {
    border-width: 2px;
    border-color: #f30000;
    box-shadow: 0 20px 45px rgba(243, 0, 0, 0.25);
}

.pricing-badge {
    position: absolute;
    top: -22px;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 20px;
    border-radius: 999px;
    background: #f30000;
    color: #fff;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.08em;
}

.btn-pricing-outline {
    background-color: #ffffff1a;
    color: #fff;
    border: 1px solid #ffffff33;
    justify-content: center;
}

.btn-pricing-outline:hover {
    background-color: #ffffff26;
    color: #fff;
}

.btn-pricing-primary {
    background: linear-gradient(135deg, #d41a1a, #f30000);
    color: #fff;
    border: none;
    justify-content: center;
}

.btn-pricing-primary:hover {
    color: #fff;
}





.boxctas {
    padding: 3rem;
    text-align: center;
    margin: 0px auto;
    display: flex;
    justify-content: center;
    background: #00101F;
background: linear-gradient(180deg, rgba(0, 16, 31, 1) 0%, rgba(0, 23, 39, 1) 100%);
    border:1px solid #ffffff1a;
        border-radius: 1.5rem;
}

.boxctas h3 {
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight:bold;
    color: #fff;
    margin-bottom:18px;
}

.boxctas p {
    font-size: 1.25rem;
    line-height: 1.75rem;
    color: #fff;
}
.boxctas .hero-buttons {
    text-align: center;
    margin: 0px auto;
    justify-content: center;
    margin-top: 28px;
}



.service-card a.service-link {
    margin-bottom: 30px;
}

.redcolor {
    color:#f30000;
}

.uppercase {
    text-transform: uppercase;
}

.service-card a.service-link {
     color:#f30000;
}

/* Section Four - Why American Animations */
.sectionfour {
    position: relative;
   
    overflow: hidden;
}

.sectionfour-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transform: scale(1.02);
    z-index: 1;
}

.sectionfour-overlay {
    position: absolute;
    inset: 0;
background: #000000;
background: linear-gradient(90deg, rgba(0, 0, 0, 0.89) 50%, rgba(255, 255, 255, 0) 100%);
    z-index: 2;


    
}

.sectionfour-content {
    position: relative;
    z-index: 3;
    padding: 80px 0;
    color: #fff;
}

.sectionfour-title {
    font-size: 3rem;
    font-weight: 700;
}

.sectionfour-lead {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #e5e7eb;
}

.sectionfour-feature {
    display: flex;
    gap: 16px;
    padding: 16px 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background-color: #0009;
    margin-bottom: 18px;
    border-color: #ffffff1a;
    border-radius: .5rem;
        transition: all 0.8s 
cubic-bezier(0.4, 0, 0.2, 1);
}
.sectionfour-feature:hover {
    border: 1px solid #f3000080;
}
.sectionfour-feature:last-of-type {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}


.sectionfive-content h2 {
    text-align: right;
            font-size: 3rem;
        line-height: 1;
            font-weight: 700;
}

.sectionfive-content p {
    text-align: right;

        transition: all 0.8s 
cubic-bezier(0.4, 0, 0.2, 1);
    color:#c2d8ff;
}
.process-box:hover p {
    color:#fff;
        transition: all 0.8s 
cubic-bezier(0.4, 0, 0.2, 1);
}





.process-box p.process-text {
    text-align: left;
}
.sectionfour-icon {
    flex: 0 0 44px;
    height: 44px;
    border-radius: 0.5rem;
    background:#f300001a;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sectionfour-icon svg {
    width: 22px;
    height: 22px;
    fill: #f30000;
}

.sectionfour-text {
    flex: 1;
}

.sectionfour-feature-title {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 4px;
}

.sectionfour-feature-text {

    color: #d1d5db;
    margin-bottom: 0;
        font-size: .800rem;
    line-height: 1.25rem;
}

/* Section Five - Our Process */
.sectionfive {
    position: relative;
    overflow: hidden;
}

.sectionfive-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

.sectionfive-overlay {
    /* position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.92), rgba(0, 0, 0, 0.85));
    z-index: 2; */
}

.sectionfive-content {
    position: relative;
    z-index: 3;
    padding: 80px 0;
    color: #fff;
}

.process-box {
    position: relative;
    background: #ffffff0d;
    border-radius: 1rem;
    padding: 22px 22px 22px 22px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    /* box-shadow: 0 18px 40px rgba(0, 0, 0, 0.6); */
}


.process-box + .process-box {
    margin-top: 8px;
}

.process-icon {
    /* width: 40px; */
    width: 3.5rem;
    height: 3.5rem;
    /* border-radius: 999px; */
 background: #2675FF;
background: linear-gradient(145deg, rgba(38, 117, 255, 1) 0%, rgba(27, 110, 255, 1) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    border-radius: .75rem !important;
            transition: all 0.8s 
cubic-bezier(0.4, 0, 0.2, 1);
}
.process-icon svg {
 
    width: 32px;
    height: 32px;
    fill: #1d6fff;

}

.process-title {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 6px;
}

.process-text {
    font-size: 0.98rem;
    line-height: 1.7;
    color: #d1d5db;
    margin-bottom: 0;
}

.process-badge {
    position: absolute;
    top: -12px;
    right: -10px;
    border-radius: 999px;
    background: #f30000;
    color: #fff;
    font-size: 0.8rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    line-height: 1.5rem;
    width: 2.5rem;
    height: 2.5rem;
    box-shadow: 0;
    border: 0;
    outline: 0;
    text-shadow: none;
    box-shadow: -9px 10px 30px 0px rgba(255, 0, 0, 0.75);
    -webkit-box-shadow: -9px 10px 20px -9px rgba(255, 0, 0, 0.75);
    -moz-box-shadow: -9px 10px 30px 0px rgba(255,0,0,0.75);
}
.process-box {
    position: relative;
    background: #ffffff0d;
    border-radius: 1rem;
    padding: 22px 22px 22px 22px;
        transition: all 0.8s 
cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid #ffffff0d;}
.process-box:hover {
      border:1px solid #ffffff5c;  
}
.process-box:hover .process-icon{
   scale: 1.1;
        transition: all 0.8s 
cubic-bezier(0.4, 0, 0.2, 1);
}
 

.process-box:hover {
    border: 1px solid #ffffff5c;
    background: #0159f5;
    transition: all 0.8s 
cubic-bezier(0.4, 0, 0.2, 1);
}


.bgdarknew-black{
background: #000;
background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 23, 38, 1) 50%, rgba(0, 0, 0, 1) 100%);

}


.Our-Core-Features h2, .Our-Core-Features p {
color: #fff;

}

/* Ensure equal-height feature boxes in Our Core Features sections */
.Our-Core-Features .row > div {
    display: flex;
    margin-bottom: 30px;
}

.box-features {
    background-color: #ffffff0d;
    padding: 30px;
   backdrop-filter: blur(4px);
    /* Optional for browser support */
    -webkit-backdrop-filter: blur(4px);
    border: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 1rem;
            margin-bottom: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
                    transition: all 0.8s 
cubic-bezier(0.4, 0, 0.2, 1);
}

.box-features:hover {
    border: 1px solid #f3000080;
        transition: all 0.8s 
cubic-bezier(0.4, 0, 0.2, 1);
}


.box-features h3 {
    color:#fff;
    margin-top:22px;
    margin-bottom:20px
}

.iconfeature {
    width: 4rem;
    height: 4rem;
    background-color: #ffffff1a;
    justify-content: center;
    display: flex;
    align-items: center;
    border-radius: .75rem;
}

.trustedboxsection{
    background-color: #000;
    padding:20px 0;
}

.trustedboxsection h2, .trustedboxsection p {
color: #fff;

}

.trustedboxsection img {
    width:100%;
}
.sectionsix-video {opacity: 1;}

    .hero-logos {

        justify-content: start;
    }
section.sectiontwo.pyc-10 .h-100{
        display: flex;
    flex-direction: column;
    justify-content: center;
}



body.whiteboard nav.navbar.navbar-expand-lg.navbar-dark {
    background: #000000e0 !important;
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}
.whiteboard .hero h1 {
    color: #000;
        font-size: 4.3rem;
}
.whiteboard .hero p {
    color: #000;
}


.whiteboard .hero .btn-discuss {
    background: #fff;
    color: #000;
    border: 2px solid #d41a1a;
}

.whiteboard .hero .logo-item img {

    filter: brightness(0%);
}

.whiteboard .hero-gif {
        background-size: 90% 90% !important;
    background-position: bottom right !important;

}
/* =============== */

body.explainer-videos nav.navbar.navbar-expand-lg.navbar-dark {
    background: #000000e0 !important;
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}
.explainer-videos .hero h1 {
    color: #00509a;
        font-size: 4.3rem;
}
.explainer-videos .hero p {
    color: #000;
}


.explainer-videos .hero .btn-discuss {
    background: #fff;
    color: #007bff;
    border: 2px solid #007bff;
}

.explainer-videos .hero .logo-item img {

    filter: brightness(0%);
}

.explainer-videos .hero-gif {
        background-size: 90% 90% !important;
    background-position: bottom right !important;

}

/* =============== */
body.infographics nav.navbar.navbar-expand-lg.navbar-dark {
    background: #000000e0 !important;
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}
.infographics .hero h1 {
    color: #00509a;
        font-size: 4.3rem;
}
.infographics .hero p {
    color: #000;
}


.infographics .hero .btn-discuss {
    background: #fff;
    color: #007bff;
    border: 2px solid #007bff;
}

.infographics .hero .logo-item img {

    filter: brightness(0%);
}



.logohero .hero-gif {
    background-size: contain !important;
    background-position: center right !important;
    object-fit: contain;
}

.logohero {
    background:#000;
}



.gifgif {
    margin-bottom: 25px;
    border-radius: 20px !important;
    overflow: hidden;
        height: 300px;
}
.gifgif img {
    width:100%;
}
.radiuszero {border-radius: 0 !important; border:0 !important}
.portfoliopagesection h3 {
    font-size: 50px;
    font-weight: bold;
}
.portfoliopagesection p {
    font-size: 20px;
 
}
.portfoliopagesection .iconfeature {
    text-align: center;
    margin: 0px auto;
}



.padding-left50-m-0{
    padding-left: 50px;

}

.padding-right50-m-0{
    padding-right: 50px;

}
/* .modal-content {

    top: 50px;
} */

.bgwhitecustom {background-color: #fff;}

.bgwhitecustom h2 {color:#000;}
.bgwhitecustom p {color:#000;}
.heightgif {
       background-size: 100% 150% !important; 
}

.height120{
    background-size: 100% 130% !important; 
}

body.pricing nav.navbar.navbar-expand-lg.navbar-dark {
    background: #000000e0 !important;
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
    .sectionfive-content {
        padding: 60px 0;
    }
}

@media (max-width: 768px) {
    .sectionfour {
        min-height: auto;
    }

    .sectionfour-content {
        padding: 60px 0;
    }
}





/* Responsive Design */
@media (max-width: 768px) {
    .hero-title {
        font-size: 2.1rem;
    }
    
    .hero-description {
        font-size: 1rem;
    }
    
    .hero-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .btn-hero {
        width: 100%;
        max-width: 300px;
    }
    
    .hero-logos {
        flex-wrap: wrap;
        gap: 20px;
    }
    
    .phone-button {
        margin-left: 0;
        margin-top: 10px;
    }
    
    .quote-modal-content {
        flex-direction: column;
    }
    
    .quote-video {
        /* Hide GIF column entirely on small screens */
        display: none;
    }
    
    .quote-form {
        /* Make form take full width when GIF is hidden */
        flex: 0 0 100%;
        max-width: 100%;
        /* padding: 30px 20px; */
    }
    
    .service-hero h1 {
        font-size: 2rem;
    }
    
    .service-content h2 {
        font-size: 2rem;
    }
    
    .navbar-nav {
        text-align: center;
    }
    
    .navbar-nav .nav-link {
        margin: 5px 0;
    }
}

@media (max-width: 576px) {
    .hero-title {
        font-size: 2rem;
    }
    
    .slider-logo {
        width: 80px;
        height: 40px;
        margin: 0 15px;
        font-size: 0.8rem;
    }
    
    .logo-item {
        width: 80px;
        height: 80px;
    }
}


.hero-content-inner {
    padding-top: 30px;
    /* top: 30px;
    position: relative; */
}

.hero-content-inner .btn-discuss {
    border: 2px solid #ffff;
}

.hero-description {
    margin-left: 0 !important;}
/* Mobile navbar collapse styling */

@media (max-width: 1400px) {
    .hero {
     height: auto !important;}
}

@media (max-width: 991.98px) {


    .padding-left50-m-0{
        padding-left: 0;
    }
    
    .padding-right50-m-0{
    padding-right: 0px;

}
    /* Offset content so fixed navbar does not cover hero on small screens */
    body {
        padding-top: 76px; /* roughly navbar height on mobile */
    }

    .navbar.solid {
        background: rgba(0, 0, 0, 0.9);
    }

    .navbar {
        background: rgba(0, 0, 0, 0.9) !important;
        backdrop-filter: blur(14px);
    }

    .navbar-collapse {
        background: rgba(0, 0, 0, 0.95);
        padding: 12px 1rem 16px;
        margin-top: 8px;
        border-radius: 0 0 12px 12px;
        /* Mobile: keep menu within viewport and make it scrollable */
        max-height: calc(100vh - 76px);
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .navbar-nav .nav-link {
        padding: 2px 0;
        font-size: 0.98rem;
    }

    /* Mobile: dropdown (e.g. Services) fixed height with its own scroll */
    .navbar .dropdown-menu {
        position: static;
        float: none;
        width: 100%;
        margin-top: 4px;
        box-shadow: none;
        max-height: 60vh;              /* dropdown ki apni height */
        overflow-y: auto;              /* dropdown ke andar scroll */
        -webkit-overflow-scrolling: touch;
    }



    section h2,
    section h3,
    section h4,
    section h5,
    section h6 {
       text-align: center !important;
       font-size: 35px;
    }

    section p {
        text-align: center !important;
    }
    .sectionfour-title {
    font-size: 35px;}

    .sectionfive-content h2 {
    text-align: center;
    font-size: 35px;}


        .btn-hero {
    
        justify-content: center;
    }

    .sectionsix-title {
    font-size: 35px;}

    .process-icon {
    margin: 0px auto;
    margin-bottom: 20px;
}    .hero-title {
        font-size: 35px;
        text-align: center;
    }

        .phone-button {
        text-align: center;
        margin: 0px auto;
        display: block;
        margin-top: 10px;
    }

    .navbar .dropdown-menu .dropdown-item {
        justify-content: center;
    }
    .logo-item {
        width: 80px;
        height: 80px;
    }
    .logo-item img {
    width: 100%;
}
.hero-content-inner .row {
    width: auto;
}


.hero {
height: auto;
    padding: 0px 0 0 0;
}
.hero-content-inner {
    padding-top: 30px;
}

.gifgif {

        height: auto;
}

.mb-mobile-zero {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.pt-mobile-zero {
       padding-top: 0 !important;
    margin-top: 0 !important; 
}

.iconfeature {

    margin: 0px auto;
}


    .logo-item {

        height: 10px;
    }


 h2 {
        
        font-size: 28px !important;
    }


    section.sectionthree.pyc-10 {
    padding: 50px 0;
}
.service-card a.service-link {
    text-align: right;
    justify-content: right;
    display: flex;
}

.whiteboard .hero h1 {

    font-size: 35px;
    text-align: center;
}

.infographics .hero h1 {
    font-size: 35px;
    text-align: center;
}


.explainer-videos .hero h1 {
    font-size: 35px;
    text-align: center;
}
.hero .hero-logos {
    display: none;
}
.gifgif.mb-0 {
    margin-bottom: 30px !important;
}

#quoteModal .modal-content {
    background: #000000;
}
.portfoliopagesection .col-lg-3.col-md-12 {
    margin-bottom: 20px;
}
.mbcustommobilesmall {
    padding-bottom: 0px;
}
section.pyc-10.bgdarknew-black.Our-Core-Features.pt-0 {
    padding-bottom: 0;
}

    section h2, section h3, section h4, section h5, section h6 {

        font-size: 22px;
    }
    .bgdarknew-black.Our-Core-Features .ptc-10.mb-5 {
    padding-top: 0;
    margin-top: 0;
}

.trustedboxsection.processbackground-cta {

    padding: 20px !important;
}
}

@media (max-width: 1400px) {

    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 100%;
          padding-left: 2.5rem;
    padding-right: 2.5rem;
    }
/* 
.navbar-nav .nav-link {
    font-weight: 500;
    font-size: 0.70rem;}


    .hero-title {
    font-size: 3.5rem;}





    .whiteboard .hero h1 {

  font-size: 3.5rem;

}

.infographics .hero h1 {
  font-size: 3.5rem;
 
}


.explainer-videos .hero h1 {
  font-size: 3.5rem;

}

.phone-button{
       font-size: 0.70rem;
}


.hero-description {
    font-size: 1rem;}


    .sectiontwo-title {
    font-size: 2.75rem;}

    .sectionthree-title {
   font-size: 2.75rem;}

   .sectionsix-title {
     font-size: 2.75rem;}

     .btn-hero {
    padding: 10px 30px;
    font-size: .90rem;} */

}

.customflexgap {
    justify-content: space-between !important;
}


/* Chrome Autofill */
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #000000 inset !important; /* black background */
  box-shadow: 0 0 0 1000px #000000 inset !important;
  -webkit-text-fill-color: #ffffff !important; /* autofill text white */
  transition: background-color 5000s ease-in-out 0s;
}

/* Autofill on focus */
input:-webkit-autofill:focus,
textarea:-webkit-autofill:focus,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #000000 inset !important;
  box-shadow: 0 0 0 1000px #000000 inset !important;
  -webkit-text-fill-color: #ffffff !important;
}


.iti .iti__selected-dial-code {
    color: #fff;
}

/* Lp STYLE */

.banner-form-main-wrapper {
    background: #f30000;
    padding: 25px;
    border: 5px solid #fff;
    position: relative;
    border-radius: 20px;
}
.banner-form-main-wrapper input.form-control, .banner-form-main-wrapper textarea.form-control {
    border: 2px solid #fff;
    border-radius: 0px;
    padding: 10px 15px;
}
.banner-form-main-wrapper .iti .iti__selected-dial-code,
.banner-form-main-wrapper div#iti-0__dropdown-content span {
    color: #945c5f;
}
.banner-form-main-wrapper .sectioncontact-submit {
    background: #000000;
    color: #FFFFFF;
    border-radius: 0px;
    border: 1px solid #000000;
}
.banner-form-main-wrapper .sectioncontact-submit:hover {
    background: #ffffff;
    color: #f30000;
    transition: all 0.3s ease;
    border: 1px solid #000000;
}
img.sale-image {
    position: absolute;
    top: -30px;
    right: -63px;
    width: 150px;
    filter: drop-shadow(2px 4px 6px black);
}
@media (max-width: 575px) {
img.sale-image {
    top: -20px;
    right: -25px;
    width: 80px;
}
header.header-section-lp .navbar-dark .container {
    flex-wrap: nowrap;
}
header.header-section-lp a.btn.phone-button span {
    display: none;
}
header.header-section-lp .phone-button {
    margin: 0px 0px 0px auto;
}
}


.hero-overlays {
    position: relative;
}

.hero-overlays::after {
    background: #000000c7;
    content: "";
    width: 100%;
    height: 100%;
    display: block;
}

.overlaywhites .sectionfour-overlay {
    background: linear-gradient(90deg, rgb(255 255 255 / 89%) 50%, rgba(255, 255, 255, 0) 100%);
}

.overlaywhites h2.sectionfour-title.mb-3.animate-on-scroll.animate {
    color: #000;
}

.overlaywhites .sectionfour-lead {

    color: #000000;
}

.overlaywhites .sectionfour-icon {

    background: #000000;
  
}

.overlaywhites .sectionfour-feature {
 
    background-color: #1c1c1cdb;}


    .hero-content-inner .banner-form-main-wrapper h2 {
    font-size: 28px;
}

.tabs-section-pricing ul#pricingTabs {
    justify-content: center;
    margin-bottom: 60px;
    border: 0;
}

/* .tabs-section-pricing ul#pricingTabs button#pricing-2d-animation-tab {
    border-radius: 50px;
    background: #d91616;
    color: #ffff;
    border: 1px solid #d91616;
} */

.tabs-section-pricing .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    border-radius: 50px;
    background: #d91616;
    color: #ffff;
    border: 1px solid #d91616;
}

.tabs-section-pricing  li.nav-item button {
    color: #Fff;
}

.tabs-section-pricing  li.nav-item button:hover {
       border-radius: 50px;
    background: #d91616;
    color: #ffff;
    border: 1px solid #d91616;
}



.tabs-section-pricing .pricing-price {
    position: relative;
}

.tabs-section-pricing .pricing-price span.pricing-price-sub {
    position: absolute;
    font-size: 16px;
    right: 0;
    top: -13px;
}

.tabs-section-pricing .pricing-price-wrapper {
    display: flex;
    width: 100%;
    justify-content: space-between;
        align-items: center;
}

span.seconds-pricing {
    font-size: 25px;
    font-weight: 500;
}

.tabs-section-pricing h4.pricing-price {
    font-size: 40px;
}

.tabs-section-pricing .pricing-title {
    font-size: 38px;
    margin-bottom: 30px;
}

.planincludes span{
    font-size: 25px;
}
.planincludes {
    background: #f30000;
    padding: 2px 0 3px 0;
    border-radius: 50px;
    margin-bottom: 30px;
    margin-top: 27px;
}

.planincludes span {
    text-transform: uppercase;
}





.banner-form-main-wrapper span.error-message {
    color: #fff !important;
}

.tabs-section-pricing li.nav-item button {
  
    margin: 0px 3px 10px 3px;
    border-radius: 50px;
}

.tabs-section-pricing .nav-tabs .nav-link:focus, .tabs-section-pricing .nav-tabs .nav-link:hover {
 
    border: 0 !important;
}

.tabs-section-pricing .nav-tabs .nav-link {

    border: 0 !important;
}

.tabs-section-pricing .nav-tabs .nav-link:hover {
    border: 50px !important;
}

@media (max-width: 991px) {
.planincludes span {
    font-size: 20px;
}
span.seconds-pricing {
    font-size: 20px;}
.tabs-section-pricing h4.pricing-price {
    font-size: 30px;
}

.tabs-section-pricing .nav-tabs .nav-link {
    border: 0 !important;
    padding: 4px 10px;
    font-size: 14px;
}

.tabs-section-pricing ul#pricingTabs {
    
    margin-bottom: 30px;}
}