

.gif-new-section-desgin {
    background: #425D7A1A;
    padding: 20px;
}

.bunch-realy-cool {
    margin-top: 18px;
}

.footer-address-icon {
    margin-top: -21px;
}
.custom-tab-nav .nav-link .label svg {
    position: absolute;
    margin-top: -8px;
}
.footer-links-list-first li {
    margin-left: 25px;
}

.footer-links-list-second li {
    margin-left: 41px;
}

.footer-links-list-last li {
    margin-left: 48px;
}

.bunch-realy-cool h2 {
    font-size: 26px;
    color: #383333;
    font-weight: 400;
    line-height: 28px;
}

.bunch-realy-cool h2 span {
    font-weight: 600;
}

.bunch-realy-cool p {
    margin-top: 37px;
    font-size: 18px;
    margin-bottom: 0px;
}

.main-nav .nav-link {
    font-size: 18px;
    font-weight: 400;
    color: #000000 !important;
    padding: 0 12px;
}

.main-nav .nav-link:hover,
.main-nav .nav-link.active {
    color: #4B6CB7 !important;
    font-weight: 600;
}

.py-lg-4 {
    padding: 1.5rem !important;
}

.gradient-btn {
    position: relative;
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 600;
    border: 2px solid transparent;
    color: white;
    background: linear-gradient(90deg, #4B6CB7, #182848, #4B6CB7);
    border-radius: 5px;
    overflow: hidden;
    z-index: 0;
    transition: transform 0.3s ease, color 0.3s ease;
    backface-visibility: hidden;
    will-change: transform;
    box-sizing: border-box;
}

.gradient-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: white;
    transition: left 0.35s ease;
    z-index: -1;
}

.gradient-btn:hover::before {
    left: 0;
}

.gradient-btn:hover {
    color: #4B6CB7;
    border-color: #4B6CB7;
}

.navbar-nav .dropdown-toggle::after {
    margin-left: 6px;
}

.navbar .container-fluid {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
}

.main-nav {
    display: flex;
    justify-content: center;
    gap: 42px;
}

header .container>.d-flex.justify-content-end {
    margin-bottom: -0.40rem !important;
    padding-right: 0.25rem;
    font-size: 14px;
}

.navbar-brand img {
    height: 65px;
}

.lang-trans-heder {
    margin-top: -27px;
}

.new-label {
    position: absolute;
    top: -10px;
    left: 84%;
    transform: translateX(-50%);
    font-size: 8px;
    font-weight: 400;
    color: #125A2F;
    line-height: 1;
}

.Espanol-text a {
    font-size: 14px;
    color: #383333 !important;
}

.tech-heading {
    font-size: 28px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 20px;
}

.tech-paragraph {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    margin: 0 auto;
    line-height: 1.7;
}

.bunch-really {
    margin-left: 2.5rem;
}

.bunch-really h1 {
    font-size: 35px;
    font-weight: 500;
    color: #383333;
}

.bunch-really p {
    margin-top: 30px;
    font-size: 20px;
    margin-left: 10px;
    color: #383333;
    padding-bottom: 110px;
}

.chd-chat-st img {
    display: none;
}

.chd-chat-st-new-desktop img {
    display: none;
}

.chd-chat img {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeUp 3s ease-in-out forwards;
    height: 177px;
}

@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.chd-chat-st img.active {
    display: block;
    margin: 0 auto;
}

.chd-chat-st-new-desktop img.active {
    display: block;
    width: 550px;
    margin-left: -30px;
}

.chd-chat {
    position: absolute;
    right: 90px;
    margin-top: -8%;
    width: 45%;
}

.bunch-really h1:first-of-type {
    margin-top: 30px;
}

.video-section-title {
    font-size: 28px;
    color: #000;
    text-align: left;
    font-weight: 500;
}

.video-thumbnail {
    position: relative;
    cursor: pointer;
    height: 209px;
}

.video-thumbnail iframe {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 8px;
}

.video-section-subtitle {
    font-size: 16px;
    color: #000;
    text-align: left;
    margin-top: 0;
}

.tune-chat-up-widget-title {
    font-size: 28px;
    color: #000;
    text-align: left;
    margin-left: 20px;
    font-weight: 500;
}

.tune-chat-up-widget-subtitle {
    font-size: 16px;
    color: #000;
    text-align: left;
    margin-top: 0;
    margin-left: 20px;
}

.smart-solutions-title {
    font-size: 28px;
    color: #000000;
    text-align: center;
    margin-bottom: 0;
    font-weight: 500;
}

.smart-solutions-description {
    font-size: 16px;
    color: #000000;
    text-align: center;
    margin-top: 0.75rem;
}

.custom-tab-nav .nav-link {
    position: relative !important;
    background: linear-gradient(to right, #4B6CB7, #182848, #4B6CB7) !important;
    color: white !important;
    font-size: 18px !important;
    height: 64px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 0 16px !important;
    margin-bottom: 14px !important;
    border: none !important;
    transition: all 0.3s ease !important;
    text-decoration: none !important;
}

.custom-tab-nav .nav-link:hover {
    position: relative !important;
    background: linear-gradient(to right, #4B6CB7, #182848, #4B6CB7) !important;
    color: white !important;
    font-size: 18px !important;
    height: 64px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 0 16px !important;
    margin-bottom: 14px !important;
    border: none !important;
    transition: all 0.3s ease !important;
    text-decoration: none !important;
}

.custom-tab-nav .nav-link .arrow,
.custom-tab-nav .nav-link .underline {
    display: none;
}
.custom-tab-nav .nav-link:hover .label svg path {
    fill: red;
}
.custom-tab-nav .nav-link.active .label svg path {
    fill: red;
}

.custom-tab-nav .nav-link.active {
    background: none !important;
    color: #425D7A !important;
    font-weight: 600 !important;
}

.custom-tab-nav .nav-link.active .arrow {
    display: inline-block !important;
    font-size: 20px !important;
    color: #425D7A !important;
}


/*.custom-tab-nav .nav-link.active .underline {
=======
.custom-tab-nav .nav-link.active .underline {
    display: block !important;
    position: absolute !important;
    bottom: 10px !important;
    left: 0 !important;
    height: 2px !important;
    width: 50% !important;
    margin-left: 13px !important;
    background-color: #073D5E !important;

}*/

/* make sure label is inline-block so ::after matches its width */
.custom-tab-nav .nav-link .label {
  position: relative;
  display: inline-block;
  padding-bottom: 6px; /* space for the underline */
}

/* underline (initially hidden) */
.custom-tab-nav .nav-link .label::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;               /* sits under the text */
  height: 2px;
  width: 0;                /* starts collapsed */
  background-color: #073D5E;
  transition: width 240ms ease;
  transform-origin: left;
}

/* when the tab is active, make underline full width of the label */
.custom-tab-nav .nav-link.active .label::after {
  width: 100%;
}

.custom-set-tab-layout {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 558px;
}

.custom-tab-nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-height: 100%;
    width: 100%;
    padding: 0 0;
}

.tab-content {
    background-color: #f8f9fa !important;
    height: 536px;
    margin-top: 5px;
}

@keyframes fadeLeftToRight {
    0% {
        opacity: 0;
        transform: translateX(-30px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.creative-design-section .cds-heading {
    font-size: 18px;
    color: #000000;
    font-weight: 600;
    animation: fadeLeftToRight 1s ease-out forwards;
}

.creative-design-section .cds-paragraph {
    font-size: 16px;
    color: #000000;
    margin-top: 30px;
    padding-right: 15px;
}

.creative-design-section .cds-list {
    font-size: 16px;
    color: #000000;
    padding-left: 0;
    list-style: none;
    padding-right: 15px;
}

.creative-design-section .cds-list li {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeUp 0.6s ease-out forwards;
}

.creative-design-section .cds-list li:nth-child(1) {
    animation-delay: 0.2s;
}

.creative-design-section .cds-list li:nth-child(2) {
    animation-delay: 0.4s;
}

.creative-design-section .cds-list li:nth-child(3) {
    animation-delay: 0.6s;
}

.creative-design-section .cds-list li:nth-child(4) {
    animation-delay: 0.8s;
}

@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.creative-design-section .cds-list li {
    margin-bottom: 10px;
    margin-top: 25px;
    padding-right: 15px;
}

.cds-paragraph a {
    color: #073D5E;
}

.client-complaints-section {
    padding: 40px 15px;
    position: relative;
    overflow: hidden;
}

.cc-heading {
    font-size: 28px;
    font-weight: 500;
    text-align: center;
    z-index: 2;
    position: relative;
    margin-bottom: 20px;
}

.cc-background {
    background-image: url('../images/Reviews Background Image.webp');
    background-size: cover;
    height: 100%;
    width: 100%;
    border-radius: 10px;
}

.clients-social-section .clients-social-heading {
    font-size: 28px;
    font-weight: 500;
    color: #000000;
    text-align: center;
}

.clients-social-section .clients-social-area {
    font-size: 16px;
    color: #000000;
    text-align: center;
}

.webdev-blog-section {
    background-color: #fff;
}

.webdev-blog-heading {
    font-size: 28px;
    color: #000000;
    font-weight: 500;
    text-align: center;
}

.webdev-blog-subtext {
    font-size: 16px;
    color: #000000;
    text-align: center;
}

.webdev-blog-main h3.webdev-blog-title {
    font-size: 18px;
    color: #000000;
    margin-top: 15px;
    font-weight: 500;
}

.webdev-blog-desc {
    font-size: 16px;
    color: #000000;
    margin-bottom: 0px;
}

.webdev-blog-thumb {
    width: 238px;
    height: 150px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    object-fit: cover;
    object-position: right;
}

.webdev-blog-title-small {
    font-size: 16px;
    color: #000000;
    font-weight: 500;
    margin-bottom: 5px;
}

.webdev-blog-desc-small {
    font-size: 14px;
    color: #000000;
    margin-bottom: 0;
}

.webdev-blog-main {
    padding-right: 0px;
}

.webdev-blog-item a {
    text-decoration: none;
}

.webdev-blog-item {
    padding-bottom: 6px;
}

.footer-contact-section {
    background-color: #425D7A1A;
    padding: 20px;
    border-radius: 10px;
    max-width: 1290px;
}

.footer-logo-img {
    height: 67px;
    margin-top: 5px;
}

.footer-description {
    font-size: 16px;
    color: #000000;
    margin-bottom: 5px;
    margin-top: 5px;
}

.footer-contact-section {
    padding: 13px 30px !important;
}

.footer-regions {
    font-size: 14px;
    color: #383333;
    margin: 0;
    margin-top: -3px;
    word-spacing: 4px;
}

.footer-contact-text {
    font-size: 16px;
    color: #425D7A;
    font-weight: 500;
    text-align: start;
}

.footer-contact-info {
    margin-bottom: -6px;
}

.footer-links-wrapper {
    max-width: 1296px;
    margin: 0 auto;
    padding: 16px 0;
}

.footer-links-list-first {
    margin-left: 11px !important;
}

.footer-links-list-last {
    margin-right: 11px !important;
}

.footer-links-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links-list li {
    margin-bottom: 6px;
}

.footer-links-list li a {
    font-size: 14px;
    color: #000000;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-links-list li a:hover {
    color: #425D7A;
}

.footer-bottom-wrapper {
    max-width: 1296px;
    background-color: #425D7A1A;
    margin: 0 auto;
    border-radius: 10px;
    padding: 5px 30px;
}

.footer-bottom-inner {
    font-size: 16px;
    color: #000000;
}

.footer-copy {
    font-size: 16px;
    margin-top: 10px;
    color: #000000;
}

.footer-right-links a {
    color: #000000;
    font-size: 16px;
    text-decoration: none;
    margin-left: 10px;
}

.footer-right-links a:first-child {
    margin-left: 0;
}

.webdev-blog-main a {
    text-decoration: none;
}

.mega-dropdown {
    position: relative;
}

.tabbed-mega-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    margin-top: -40px;
    display: none;
    background-color: transparent;
    border-radius: 1px;
    border: none;
}

.tabbed-mega-menu-start {
    background-color: white;
    margin-top: 46px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    top: 100px;
}

/*.mega-dropdown:hover .tabbed-mega-menu,
.tabbed-mega-menu:hover {
    display: block;
}*/
.mega-dropdown .tabbed-mega-menu {
  display: none;
}

/* Keep visible only when toggled by JS */
.mega-dropdown.open .tabbed-mega-menu {
  display: block;
}
header.main-header {
    margin-bottom: -15px;
    position: sticky;
    top: 0;
    z-index: 999;
}

.banner-section {
    position: relative;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom:-70px!important;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    transition: background-color 0.3s ease;
    pointer-events: none;
    opacity: 0;
    z-index: 2;
}

.overlay.visible {
    background-color: rgba(0, 0, 0, 0.9);
    opacity: 1;
    pointer-events: auto;
}

.hide-on-scroll {
    display: none !important;
}

.scroll-indicator {
    position: absolute;
    bottom: 25px;
    right: 115px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #425D7A;
    z-index: 10;
    opacity: 1;
    transition: opacity 0.4s ease;
    pointer-events: none;
}

.scroll-icon-img {
    height: 21px;
    animation: bounce 1.5s infinite;
}

.scroll-indicator-creator {
    position: absolute;
    bottom: 62px;
    right: 120px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: white;
    z-index: 10;
    opacity: 1;
    transition: opacity 0.4s ease;
    pointer-events: none;
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(5px);
    }

    60% {
        transform: translateY(3px);
    }
}

.gif-second-section {
    background: #425D7A1A;
}

.webdev-blog-main.esprte img,
.webdev-blog-main.esprte h4,
.webdev-blog-main.esprte p,
.webdev-blog-main.esprte .webdev-blog-content-main {
    opacity: 0;
    transform: translateX(-100px) scale(0.95);
    transition: transform 2s cubic-bezier(0.22, 1, 0.36, 1), opacity 2s ease;
}

.webdev-blog-main.esprte.animate img {
    opacity: 1;
    transform: translateX(0) scale(1);
    transition-delay: 0.3s;
}

.webdev-blog-main.esprte.animate .webdev-blog-content-main {
    opacity: 1;
    transform: translateX(0) scale(1);
    transition-delay: 0.5s;
    height: 167px;
}

.webdev-blog-main.esprte.animate h4 {
    opacity: 1;
    transform: translateX(0) scale(1);
    transition-delay: 0.7s;
}

.webdev-blog-main.esprte.animate p {
    opacity: 1;
    transform: translateX(0) scale(1);
    transition-delay: 1.1s;
}

.space-between-section {
    margin-top: 50px;
}

.google-review-section {
    padding-top: 70px;
    padding-bottom: 40px;
}

.tune-chat-up-widget {
    opacity: 0;
    transform: translateX(100px);
    transition: transform 1s ease-out, opacity 1s ease-out;
    will-change: transform, opacity;
    backface-visibility: hidden;
    perspective: 1000px;
    transform-style: preserve-3d;
    contain: paint;
    isolation: isolate;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.tune-chat-up-widget.animate {
    opacity: 1;
    transform: none;
}

.webdev-blog-content {
    background: #EDEFF2;
    padding: 15px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.webdev-blog-content-main {
    background: #EDEFF2;
    padding: 15px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.webdev-blog-meta .author {
    color: #425D7A;
    font-size: 14px;
    margin-bottom: 15px;
}

.webdev-blog-meta .date {
    float: right;
    font-size: 14px;
    color: #787474;
}

.webdev-blog-meta {
    margin-bottom: 10px;
}

.webdev-blog-meta .author img {
    margin-right: 5px;
    margin-top: -3px;
}

.tiktok-embed section,
.tiktok-embed+div {
    display: none !important;
}

.urated-video-box {
    position: relative;
    width: 103%;
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
    background: #000;
}

.urated-video-box video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.Main__Inner-sc-129s5zi-0 {
    margin-right: 0 !important;
}

.urated-video-box {
    position: relative;
    width: 112%;
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
    background: #000;
}

.urated-video-controls {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    display: flex;
    gap: 10px;
}

.urated-video-controls button {
    background: rgba(0, 0, 0, 0.6);
    border: none;
    padding: 6px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cd-hero {
    color: white;
    display: flex;
    align-items: center;
    position: relative;
    background-size: cover;
    background-position: center;
    transition: background-image 0.5s ease-in-out;
}

.cd-overlay {
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    padding: 180px 20px;
    padding-bottom: 140px;
}

.cd-title {
    font-size: 50px;
    font-weight: bold;
    margin-left: -40px;
}

.cd-description {
    font-size: 18px;
    margin: 20px 0;
    margin-left: -40px;
}

.cd-cta {
    font-size: 18px;
    color: #00C950;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    margin-bottom: 60px;
    margin-left: -40px;
}

.cd-cta:hover {
    color: #00c950;
}

.cd-cta img {
    margin-left: 8px;
}

.cd-tabs {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 2;
    max-width: 1200px;
    background: #EDEFF2;
}

.cd-tab-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 70px;
    justify-content: flex-start;
}

.cd-tab-item {
    font-size: 18px;
    padding: 12px 0;
    cursor: pointer;
    text-align: left;
    position: relative;
    color: #333;
    max-width: 141px;
    flex: 0 0 auto;
    word-wrap: break-word;
    line-height: 1.4;
}

.cd-tab-item.active {
    color: #425D7A;
    font-weight: 600;
}

.cd-tab-item.active::before,
.cd-tab-item.active::after {
    content: "";
    position: absolute;
    top: 0;
    height: 4px;
    width: 50%;
}

.cd-tab-item.active::before {
    left: 0;
    background-color: #425D7A;
}

.cd-tab-item.active::after {
    right: 0;
    background-color: #AFA8A8;
}

.cd-tab-item:first-child {
    margin-left: 60px;
}

.cd-second-section {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 30px;
    height: 170px;
}

.cd-second-left,
.cd-second-right {
    max-height: 160px;
}

.cd-second-left {
    margin-left: -80px;
}

.faq-container {
    background-color: #F5F5F7;
    border-radius: 12px;
    padding: 30px 30px;
}

.faq-accordion .accordion-item {
    border: none;
    background-color: transparent;
}

.faq-accordion .accordion-button {
    font-size: 22px;
    color: #073D5E;
    background-color: transparent;
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 50px;
    transition: all 0.3s ease;
}

.faq-accordion .accordion-button:hover,
.faq-accordion .accordion-button:not(.collapsed) {
    font-weight: 500;
}

.faq-accordion .accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
}

.faq-accordion .accordion-body {
    font-size: 18px;
    color: #383333;
    background-color: transparent;
    padding: 0px 0 30px 0;
    margin-top: -18px;
}

.faq-divider {
    height: 1px;
    background-color: #5E5B5B80;
    margin-bottom: 15px;
}

.faq-accordion .accordion-button::after {
    filter: invert(20%) sepia(100%) saturate(1000%) hue-rotate(180deg) brightness(60%) contrast(90%);
}

.faq-image-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.faq-image {
    max-width: -webkit-fill-available;
    margin-right: -130px;
    margin-top: 30px;
    display: none;
}

.faq-image.active {
    display: block;
    animation: fadeIn 0.5s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.98);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@media (max-width: 991px) {
    .faq-image-wrapper {
        margin-left: 0;
        margin-top: 30px;
    }
}

/* #faqAccordion {
    margin-right: 141px;
} */

.urated-section-title {
    color: #073D5E;
    font-size: 35px;
    margin-bottom: 20px;
    text-align: left;
}

.urated-slider-wrapper {
    overflow: hidden;
    padding-left: calc((100% - 1310px) / 2);
    padding-right: 0;
    font-weight: 400;
}

@media (max-width: 1200px) {
    .urated-slider-wrapper {
        padding-left: calc((100% - 960px) / 2);
    }
}

@media (max-width: 992px) {
    .urated-slider-wrapper {
        padding-left: calc((100% - 720px) / 2);
    }
}

@media (max-width: 768px) {
    .urated-slider-wrapper {
        padding-left: 1rem;
    }
}

.urated-slider {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.urated-slider::-webkit-scrollbar {
    display: none;
}

.urated-card {
  background: #f5f5f7;
  border-radius: 12px;
  width: 338px;
  height: 291px;
  flex: 0 0 auto;
  padding: 20px;
  position: relative;
  box-sizing: border-box;
}

/* spacing so exactly 3.5 cards fit */
.urated-card {
  margin-right: calc((100% - (355px * 3.5)) / 3);
}


.urated-icon {
    font-size: 36px;
    color: #000;
    margin-bottom: 12px;
    display: block;
}

.urated-title {
    font-size: 22px;
    color: #000;
    margin-top: 15px;
    margin-bottom: 12px;
}

.urated-text {
    font-size: 16px;
    color: #383333;
    margin-top: 13px;
}

.urated-plus {
    position: absolute;
    bottom: 15px;
    right: 15px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #000;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.urated-carousel-controls {
    text-align: right;
    margin-top: 15px;
    padding-right: 1rem;
}

.urated-carousel-controls button {
    background: #073D5E;
    border: none;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
}

.uRT-card {
    border-radius: 12px;
    border: none;
    background: #425D7A1A;
}

.uRT-profile {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 10px;
}

.uRT-title {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
}

.uRT-meta {
    font-size: 14px;
    color: #383333;
    line-height: 1.3;
}

.uRT-content p {
    margin-bottom: 1rem;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #000;
}

.uRT-content strong {
    color: #000;
}

@media (max-width: 992px) {
    .urated-card {
        margin-right: calc((100% - (291px * 2.5)) / 2);
    }
}

@media (max-width: 576px) {
    .urated-card {
        margin-right: calc((100% - (291px * 1.5)) / 1);
    }
}

.urated-carousel-controls button span {
    filter: invert(1);
}

@media (max-width: 760.98px) {
    .navbar-toggler-icon {
        display: none;
    }

    .navbar-brand img {
        height: 45px !important;
    }

    .navbar-toggler {
        width: 30px;
        height: 24px;
        position: relative;
        background: none;
        border: none;
        padding: 0;
    }

    .navbar-toggler span,
    .navbar-toggler::before,
    .navbar-toggler::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 3.2px;
        background: #000;
        transition: all 0.3s ease-in-out;
        left: 0;
    }

    .navbar-toggler span {
        top: 50%;
        transform: translateY(-50%);
    }

    .navbar-toggler::before {
        top: 0;
    }

    .navbar-toggler::after {
        bottom: 0;
    }

    .navbar-toggler[aria-expanded="true"]::before {
        transform: rotate(45deg);
        top: 10px;
    }

    .navbar-toggler[aria-expanded="true"]::after {
        transform: rotate(-45deg);
        bottom: 10px;
    }

    .navbar-toggler[aria-expanded="true"] span {
        opacity: 0;
    }

    #mobileNav .nav-link {
        margin-left: 0px;
    }

    .banner-under-header {
        margin-top: 69px;
    }

    .dm-mobile-title {
        font-size: 20px;
        color: #000;
        margin-top: -6px;
        margin-bottom: 20px !important;
    }

    .dm-tab-wrapper {
        margin-bottom: 12px;
    }

    /*.dm-tab-item {*/
    /*    font-size: 14px;*/
    /*    color: #383333;*/
    /*    border-left: 5px solid #D9D9D9;*/
    /*    border-radius: 3px;*/
    /*    padding: 6px 12px;*/
    /*    background-color: white;*/
    /*    height: 23px;*/
    /*    line-height: 23px;*/
    /*    cursor: pointer;*/
    /*}*/

    .dm-tab-bg {
        background:#EDEFF2;
        padding: 15px;
        border-radius: 10px !important;
        color: #000000;
    }

    .dm-tab-heading {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 8px;
    }

    .dm-tab-text {
        font-size: 14px;
        margin-bottom: 10px;
        margin-top: 0px;
    }

    .dm-read-more {
        font-size: 12px;
        color: #fff;
        text-decoration: none;
    }

    .dm-read-more::after {
        content: " \2192";
    }

    .dm-tab-templates {
        display: none;
    }

    .dm-mobile-title {
        font-size: 24px;
        color: #000;
        line-height: 33px;
        margin-bottom: 1rem;
    }

    .dm-tab-wrapper {
        margin-bottom: 12px;
    }

    .dm-tab-item {
        font-size: 18px;
        color: #383333;
        border-left: 5px solid #D9D9D9;
        border-radius: 3px;
        padding: 8px 12px;
        background-color: white;
        line-height: 1.2;
        cursor: pointer;
        display: flex;
        align-items: center;
        height: auto;
    }

    .dm-tab-bg {
        background:#F5F5F7;
        padding: 15px;
        border-radius: 6px;
        color: #000000;
    }

    .dm-tab-heading {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 8px;
    }

    .dm-tab-text {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .dm-read-more {
        font-size: 16px !important;
        color: #073D5E;
        text-decoration: none;
    }

    .dm-read-more::after {
        content: " \2192";
    }

    .dm-tab-templates {
        display: none;
    }

    .urated-client-review-section {
        background-color: #fff;
    }

    .urated-client-review-title {
        font-size: 24px;
        color: #000000;
        margin-bottom: 1rem;
        text-align: center;
    }

    .urated-client-review-bg {
        background-image: url('../images/commen-t-bg-imge.webp');
        background-size: cover;
        background-position: center;
        padding: 20px 0;
    }

    .urated-about-title {
        font-size: 20px;
        color: #383333;
        line-height: 1.4;
    }

    .urated-about-desc {
        font-size: 16px;
        color: ##000000;
    }

    .urated-about-content {
        background-color: #EDEFF2;
        border-radius: 6px;
    }

    .chd-chat-st-ds img {
        display: none;
    }

    .chd-chat-st-ds img.active {
        display: block;
    }

    .ds-mobs-chat {
        position: absolute;
        margin-top: -10%;
        width: 345px;
        left: 10%;
    }

    .mobile-video-section {
        padding: 10px 0;
        background: #fff;
    }

    .mobile-video-title {
        font-size: 20px;
        color: #000000;
        margin-bottom: 10px;
        margin-top: 15px;
        text-align: center;
    }

    .mobile-video-subtitle {
        font-size: 14px;
        color: #383333;
        margin-bottom: 20px;
        text-align: center;
    }

    .cPCpYA {
        display: block;
        height: 295px;
    }

    .mobile-video-wrapper {
        position: relative;
        overflow: hidden;
    }

    .mobile-video-carousel {
        display: flex;
        transition: transform 0.3s ease;
    }

    .mobile-video-thumbnail {
        flex-shrink: 0;
        width: 100%;
        display: none;
    }

    .mobile-video-thumbnail.active {
        display: block;
    }

    .mobile-video-arrow-container {
        display: flex;
        justify-content: center;
        gap: 10px;
    }

    .mobile-video-arrow {
        background-color: #5795A0;
        color: white;
        border: none;
        border-radius: 50%;
        width: 25px;
        height: 40px;
        font-size: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        padding: 0;
    }

    .mobile-video-title {
        font-size: 24px !important;
        color: #000000;
        margin-bottom: 5px;
        font-weight: 500 !important;
    }

    .mobile-video-subtitle {
        font-size: 16px !important;
        color: #383333;
        margin-bottom: 15px;
    }

    .mobile-video-wrapper {
        position: relative;
        overflow: hidden;
    }

    .mobile-video-carousel {
        display: flex;
        transition: transform 0.3s ease;
    }

    .mobile-video-thumbnail {
        flex-shrink: 0;
        width: 100%;
        display: none;
    }

    .gif-mobile-image-section img {
        width: 345px;
    }

    .mobile-video-thumbnail.active {
        display: block;
    }

    .mobile-video-arrow-container {
        display: flex;
        justify-content: center;
        gap: 10px;
    }

    .mobile-video-arrow {
        background-color: #EDEFF2;
        border: none;
        border-radius: 50%;
        width: 44px;
        height: 44px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        cursor: pointer;
    }

    .arrow-icon {
        width: 40px;
        height: 40px;
        display: block;
    }

    .mobile-video-section {
        margin-top: 130px;
        background-color: #EDEFF2;
    }

    .mobile-catchup-section {
        padding: 30px 0;
    }

    .mobile-catchup-heading {
        font-size: 24px;
        color: #000000;
        margin-bottom: 10px;
        font-weight: 500;
    }

    .fklVYM {
        padding-top: 45% !important;
    }

    .mobile-catchup-paragraph {
        font-size: 16px;
        color: #383333;
        margin-bottom: 20px;
    }

    .mobile-social-section {
        background-color: #EDEFF2;
        padding: 30px 0;
    }

    .mobile-social-heading {
        font-size: 24px;
        color: #000000;
        margin-bottom: 20px;
        font-weight: 500;
    }

    .mobile-footer-section {
        display: none !important;
        padding-top: 28px;
        padding-bottom: 15px;
        background: #EDEFF2;
    }

    .mobile-footer-line {
        font-size: 14px;
        color: #425D7A;
    }

    .mobile-footer-text {
        font-size: 16px;
        color: #425D7A;
        font-weight: 500;
        text-align: left;
    }

    .mobile-footer-paragraph {
        font-size: 16px;
        color: #000000;
        margin-bottom: 16px;
        text-align: center;
        line-height: 24px;
    }

    .mobile-footer-copy {
        font-size: 16px;
        color: #000000;
        text-align: center;
    }

    .mobile-footer-line {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
    }

    .icon-wrap {
        width: 24px;
        display: flex;
        justify-content: center;
        align-items: start;
    }

    .mobile-footer-text {
        font-size: 16px;
        color: #425D7A;
        text-decoration: none;
        display: block;
        line-height: 1.4;
    }

    .mobile-footer-text:hover {
        text-decoration: none;
    }

    .dm-tab-pane {
        position: relative;
    }

    .dm-tab-pane::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 6px;
        height: 100%;
        background: linear-gradient(to bottom, #2C707C 0%, #2C707C 50%, #D9D9D9 50%, #D9D9D9 100%);
        border-top-left-radius: 20px;
        border-bottom-left-radius: 13px;
    }

    .dm-mobile-section {
        background: #FFFFFF;
        padding-bottom: 10px;
    }
}

@media (max-width: 490px) {
    .play-trigger {
        width: 100%!important;
        height: 100%!important;
    }
}

.inner-seo-section {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    max-width: 1296px;
}

h2.seo-heading {
    font-size: 14px;
    font-weight: 600;
}

.img-section {
    width: 30px;
}

p.seo-paragraph {
    font-size: 12px;
}

.seo-header {
    gap: 8px;
}

.tab-content-image img {
    height: 510px;
    margin-top: -22px;
    margin-left: -10px;
}

.tech-seo-image {
    margin-top: -18px;
}

@media only screen and (max-width: 500px) {

    .banner-under-header,
    .banner-section {
        height: 300px;
        background: url('../images/URated Design 2025/Rectangle 47.webp') no-repeat left;
        background-size: cover;
    }

    .banner-under-header img,
    .banner-section img {
        display: none;
    }
}

@media only screen and (max-width: 767px) and (min-width: 501px) {

    .banner-under-header,
    .banner-section {
        height: 550px;
        background: url('../images/URated Design 2025/Rectangle 47.webp') no-repeat left;
        background-size: cover;
    }

    .banner-under-header img,
    .banner-section img {
        display: none;
    }
}

@media only screen and (max-width: 1199px) and (min-width: 800px) {
    .video-thumbnail {
        position: relative;
        cursor: pointer;
        height: 260px;
    }
}

@media only screen and (max-width: 1199px) {
    .navbar-toggler-icon {
        display: none;
    }

    .navbar-toggler {
        width: 30px;
        height: 24px;
        position: relative;
        background: none;
        border: none;
        padding: 0;
    }

    .navbar-toggler span,
    .navbar-toggler::before,
    .navbar-toggler::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 3.2px;
        background: #000;
        transition: all 0.3s ease-in-out;
        left: 0;
    }

    .navbar-toggler span {
        top: 50%;
        transform: translateY(-50%);
    }

    .navbar-toggler::before {
        top: 0;
    }

    .navbar-toggler::after {
        bottom: 0;
    }

    .navbar-toggler[aria-expanded="true"]::before {
        transform: rotate(45deg);
        top: 10px;
    }

    .navbar-toggler[aria-expanded="true"]::after {
        transform: rotate(-45deg);
        bottom: 10px;
    }

    .navbar-toggler[aria-expanded="true"] span {
        opacity: 0;
    }

    #mobileNav .nav-link {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 1199px) and (min-width: 767px) {

    .banner-under-header,
    .banner-section {
        height: 650px;
        background: url('../images/URated Design 2025/Rectangle 47.webp') no-repeat left;
        background-size: cover;
    }

    .chd-chat {
        margin-top: 0%;
    }

    .banner-under-header img,
    .banner-section img {
        display: none;
    }

    .creative-design-section .cds-list {
        display: none;
    }

    .creative-design-section .cds-paragraph {
        margin-top: 0;
        font-size: 16px;
    }

    .tab-content-image img {
        height: 102%;
        width: 100% !important;
        object-fit: cover;
        object-position: top;
        margin-top: 0px;
    }

    .tab-content-image {
        height: 250px !important;
        max-width: 100% !important;
    }

    .tabletstyle {
        width: 100% !important;
        max-width: 100%;
        padding: 0px 15px;
    }

    .creative-design-section {
        max-width: 100% !important;
    }

    .creative-design-section .cds-paragraph span,
    .smart-solutions-title span {
        display: none;
    }

    .videos-podcast {
        max-width: 100%;
    }

    .space-between-section {
        margin-top: 30px;
    }

    .smart-solutions-title,
    .cc-heading,
    .video-section-title,
    .tune-chat-up-widget-title,
    .mobile-social-heading {
        font-size: 30px !important;
        font-weight: 500 !important;
        margin-bottom: 20px !important;
        text-align: center;
        margin-left: 0 !important;
        margin-right: 0;
    }

    .video-section-subtitle,
    .tune-chat-up-widget-subtitle {
        font-size: 18px;
        text-align: center;
    }

    .custom-set-tab-layout {
        height: 100%;
    }

    .tab-content {
        height: 99%;
        margin-top: -2px;
        background-color: rgb(66 93 122 / 10%) !important;
    }

    .cc-background {
        margin: auto;
        width: 96%;
        padding: 20px;
    }

    .gif-content {
        max-width: 100% !important;
        padding: 25px 5px;
    }

    .gif-image img {
        height: 240px !important;
    }

    .bunch-really h1 {
        font-size: 29px;
        font-weight: 500;
    }

    .bunch-really h1:first-of-type {
        margin-top: 10px;
    }

    .bunch-really p {
        margin-top: 8px;
        padding-bottom: 20px;
    }

    .bunch-really {
        margin-left: 20px !important;
    }

    .bunch-really p br {
        display: none;
    }

    .chd-chat-st-ts img {
        display: none;
    }

    .chd-chat-st-ts img.active {
        display: block;
        margin: 0 auto;
    }

    .chd-chat-st-ts {
        margin-top: -3%;
    }

    .mobile-social-section {
        background: #EDEFF2;
        padding: 20px;
        margin-top: 30px;
    }

    .footerstyle {
        display: flex;
        align-items: center;
        gap: 20px;
    }

    .footerstyle .logostyle {
        width: 20%;
    }

    .footerstyle p.mobile-footer-paragraph {
        width: 80%;
        text-align: left;
        margin: 0;
    }

    .mobile-footer-contact .mobile-footer-line a.mobile-footer-text {
        color: #425D7A;
        text-decoration: none;
        font-size: 20px;
        font-weight: 500;
    }

    #podcast {
        overflow: hidden;
        margin-top: 130px;
    }
}

.maincontent {
    height: 605px !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.aboutslider-container {
    width: 100%;
    margin: auto;
    position: relative;
    font-family: "Montserrat";
}

.aboutslider-content .aboutslide {
    display: none;
}

.creative-design-scroll {
    bottom: 30px;
    right: -180px;
}

.aboutslider-content .aboutslide.active {
    display: block;
}

.creative-design-scroll img.scroll-icon-img {
    filter: drop-shadow(0px 2px 10px black);
}

.allnavigations {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 20px;
    background: #EDEFF2;
    width: 865px;
    bottom: 0;
}

.creative-design-scroll span {
    text-shadow: 0 4px 4px #000;
}

.aboutslider-tabs {
    margin-left: 90px;
}

.separaterlink {
    background: #425D7A;
    width: 15%;
    height: 2px;
    position: absolute;
    right: -65px;
}

.abouttab,
.abouttab:focus {
    flex: 1;
    position: relative;
    padding: 10px;
    border: none;
    cursor: pointer;
    text-align: left;
    color: #3E3C3C;
    background: transparent;
    font-size: 18px;
    padding-top: 20px;
    line-height: 25px;
}

.hidden {
    opacity: 0;
    transition: opacity 1s ease, transform 1s ease;
}

.fade-in-element.hidden {
    opacity: 0;
}

.fade-in-element.fade-in {
    opacity: 1;
}

.fade-in-left-element.hidden {
    transform: translateX(-40px);
}

.fade-in-left-element.fade-in-left {
    opacity: 1;
    transform: translateX(0);
}

button.abouttab {
    margin-right: 22px !important;
}

.abouttab.active,
.abouttab:hover {
    font-weight: 600;
    color: #425D7A;
    background: transparent;
}

.abouttab.active .mainprogress {
    background: #AFA8A8;
    width: 152px;
    height: 6px;
    position: absolute;
    top: 0;
}

.aboutslider-content {
    width: 100%;
    margin: auto;
}

.abouttab .aboutprogress {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 6px;
    width: 0%;
    background: #425D7A;
    transition: width 0s;
}

.maincontent {
    display: flex;
}

.mainright.shadowright img {
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    border-radius: 8px;
}

.mainleft {
    width: 1320px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    margin: auto;
}

.abouticonlists {
    display: grid;
    gap: 22px;
}

.abouticonlists p {
    margin: 0;
    display: flex;
    align-items: start;
    gap: 10px;
    font-size: 18px;
    color: #3E3C3C;
}

.abouticonlists p img {
    width: 21px;
    margin-top: 5px;
}

.aboutheading {
    font-size: 20px;
    color: #3A3A3A;
    display: flex;
    align-items: center;
    gap: 10px;
}

.aboutheading i {
    font-size: 8px;
    color: #19B40B;
}

.mainleft h2 {
    font-size: 50px;
    font-weight: 400;
    color: #fff;
    margin: 0;
}

.mainleft h2 span {
    font-weight: 500;
}

p.slidertext {
    font-size: 18px;
    margin: 20px 0;
    color: #fff;
    width: 600px;
}

button.abouttab[data-index="1"] {
    width: 120px;
}

button.abouttab[data-index="2"] {
    width: 140px;
}

button.abouttab[data-index="3"] {
    width: 170px;
}

button.abouttab[data-index="4"] {
    width: 150px;
}

button.abouttab[data-index="0"] {
    width: 170px;
}

.hidden {
    opacity: 0;
    transition: opacity 1s ease, transform 1s ease;
}

.fade-in-element.hidden {
    opacity: 0;
}

.fade-in-element.fade-in {
    opacity: 1;
}

.fade-in-left-element.hidden {
    transform: translateX(-40px);
}

.fade-in-left-element.fade-in-left {
    opacity: 1;
    transform: translateX(0);
}

.mainleft a {
    font-size: 18px;
    color: #00C950;
    text-decoration: none;
    font-weight: 600;
    margin-bottom: 60px;
    display: flex;
    align-items: center;
    gap: 10px;
}


/*p.fordesktop {
    display: flex;
}*/


.formobile {
    display: none;
}

.fortabletmobile {
    display: none;
}



@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .mainleft {
        margin: 0;
        justify-content: start;
        padding: 60px 30px;
        z-index: 2;
    }

    .aboutslider-container {
        margin-top: 100px;
    }

    .aboutslider-tabs {
        margin-left: 30px;
    }

    .allnavigations {
        width: 100%;
        z-index: 3;
    }

    .separaterlink,
    .creative-design-scroll {
        display: none !important;
    }

    .firstslidebanner {
        background: url('../images/bannerimages/firstslide.webp') no-repeat center center !important;
        background-size: cover !important;
    }

    .secondslidebanner {
        background: url('../images/bannerimages/secondslide.webp') no-repeat center center !important;
        background-size: cover !important;
    }

    .thirdslidebanner {
        background: url('../images/bannerimages/thirdslide.webp') no-repeat center center !important;
        background-size: cover !important;
    }

    .forthslidebanner {
        background: url('../images/bannerimages/forthslide.webp') no-repeat center center !important;
        background-size: cover !important;
    }

    .maincontent::after {
        content: "";
        background: #000000c2;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .fortabletmobile {
        display: flex;
    }

    .fordesktop {
        display: none;
    }

    .cd-second-section {
        background: #445C78;
        height: 220px !important;
    }

    .cd-second-left {
        margin-left: 0;
    }

    .cd-second-left .blkAJz {
        max-width: 100% !important;
    }

    .faq-container {
        max-width: 100%;
        padding: 20px 30px;
    }

    div#faqAccordion {
        margin-right: 0;
    }

    .faq-accordion .accordion-body {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .faq-accordion .accordion-body img.faqimage {
        width: 45%;
        height: 100%;
    }

    .faq-image-wrapper {
        display: none;
    }

    .urated-card {
        margin-right: calc((100% - (333px * 2)) / 3) !important;
    }

    .urated-card {
        width: 350px;
        height: 300px;
    }

    .contentdiv {
        max-width: 100% !important;
        padding: 0;
        border-radius: 0 !important;
    }

    .cd-second-left {
        width: 100% !important;
    }

    .faq-accordion-content {
        width: 100% !important;
    }
}

.cds-list li span {
    font-weight: 600;
}

.footer-info {
    width: 30%;
}

.footer-logo {
    width: 40%;
}

.footer-contact-info a:hover {
    text-decoration: underline !important;
    text-decoration-color: #425D7A !important;
}

.footer-contact-info {
    width: 30%;
    display: grid;
    gap: 0px;
    padding-left: 50px;
}

.footer-contact-info a {
    gap: 5px;
}

.footer-icon {
    width: 20px;
}

img.footer-icon.me-2.footer-address-icon {
    width: 18px;
}

.footer-logo {
    width: 40%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center !important;
    justify-content: center;
    padding-right: 20px;
}

.footer-description-area {
    padding-right: 0;
}

.footer-logo-img {
    height: 75px;
    margin-top: 5px;
}

.hbNnlx {
    height: 260px !important;
}

.hbNnlx>div {
    height: 260px !important;
}

.hbNnlx>div>div {
    height: 100% !important;
}

img.mainblogimg {
    width: 100%;
    height: 330px;
    object-fit: cover;
    border-radius: 5px 5px 0px 0px;
}

.hzJRJt {
    padding-bottom: 30px !important;
}

.chd-chat-st-new-desktop {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.popupOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.popup {
    display: flex;
    width: 610px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.3);
}

.form-popup {
    overflow: unset !important;
}

.form-column::after {
    content: "";
    background: #fff;
    width: 30px;
    height: 120%;
    position: absolute;
    top: -30px;
    left: -50px;
    border-radius: 18px;
    z-index: 9;
    box-shadow: 0px 0px 4px #0000007a;
}

.popup-right .form-group {
    display: flex;
    gap: 25px;
}

.form-column {
    padding: 20px 10px;
    position: relative;
    display: grid;
    gap: 20px;
}

img.mainformlogo {
    display: table;
    padding: 15px 0;
}

.popup-right {
    width: 100%;
    padding: 20px 30px;
    position: relative;
    padding-left: 75px;
}

.popup-right h1 {
    font-size: 22px;
    margin-bottom: 20px;
}

span.close {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 20px;
    cursor: pointer;
    background: #787474;
    border-radius: 100%;
    color: #fff;
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 37px;
    height: 38px;
}

.popup-right input[type="text"],
.popup-right input[type="email"],
.popup-right input[type="tel"],
.form-column textarea,
.custom-select {
    width: 100%;
    padding: 3px;
    margin: 8px 0;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #383333;
    margin: 0;
    font-size: 18px;
    color: #383333;
}

.need-checkboxes label {
    font-size: 14px;
    color: #626363;
    display: flex;
    gap: 8px;
    position: relative;
}

.need-checkboxes {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    margin: 15px 0;
}

.popup-right button {
    position: relative;
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 600;
    border: 2px solid transparent;
    color: white;
    background: linear-gradient(90deg, #4B6CB7, #182848, #4B6CB7);
    border-radius: 5px;
    overflow: hidden;
    z-index: 0;
    transition: transform 0.3s ease, color 0.3s ease;
    backface-visibility: hidden;
    will-change: transform;
    box-sizing: border-box;
    margin: 20px 0;
}

.popup-right button::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: white;
    transition: left 0.35s ease;
    z-index: -1;
}

.popup-right button:hover::before {
    left: 0;
}

.popup-right button:hover {
    color: #4B6CB7;
    border-color: #4B6CB7;
}

label.fieldlabel {
    font-size: 16px;
    color: #626363;
}

label.fieldlabel span {
    color: #FF0606;
}

.form-column textarea:focus,
.form-column input:focus {
    outline: none;
    border-bottom: 1px solid #4B6CB7;
}

.checkbox-group input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 3px;
    right: 0;
    height: 15px;
    width: 15px;
    background-color: transparent;
    border: 1px solid #626363;
}

.checkbox-group input:checked~.checkmark {
    background-color: #368CCB;
    border-color: #368CCB;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox-group input:checked~.checkmark:after {
    display: block;
}

.checkbox-group .checkmark:after {
    left: 4px;
    top: 1px;
    width: 5px;
    height: 9px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.custom-select {
    cursor: pointer;
    position: relative;
    background: #fff;
}

.options-container {
    display: none;
    position: absolute;
    top: 55px;
    left: -3px;
    right: 0;
    background: #fff;
    max-height: 190px;
    overflow-y: auto;
    z-index: 100;
    margin-top: 2px;
    width: 233px;
    box-shadow: 0px 0px 4px #0000009e;
    padding: 5px;
}

.form-column .option {
    padding: 2px 6px;
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: space-between;
}

.form-column .option input {
    margin-right: 8px;
}

.option:hover {
    background: #f1f1f1;
}

.form-column textarea {
    resize: none;
    height: 35px;
    overflow-y: hidden;
    transition: height 0.2s ease;
}

.textarea-container {
    width: 100%;
}

textarea.scrollable {
    overflow-y: auto;
}

textarea::-webkit-scrollbar {
    width: 6px;
}

textarea::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

textarea::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.name-fields {
    width: 50%;
    position: relative;
}

.form-column .option label {
    font-size: 14px;
    width: 100%;
    cursor: pointer;
}

.popup-right input::placeholder,
.custom-select,
.form-column textarea::placeholder {
    color: #BFBFBF;
}

.textarea-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.custom-checkbox input {
    display: none;
}

.custom-checkbox {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    padding-left: 20px;
    user-select: none;
}

.custom-checkbox .checkmark {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 15px;
    width: 15px;
    background-color: transparent;
    border: 1px solid #383333;
    transition: all 0.2s ease;
}

.custom-checkbox input:checked~.checkmark {
    background-color: #368CCB;
    border-color: #368CCB;
}

.custom-checkbox .checkmark::after {
    content: "";
    position: absolute;
    display: none;
    left: 4.5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.custom-checkbox input:checked~.checkmark::after {
    display: block;
}

.popup-right::after {
    content: "";
    background: linear-gradient(180deg, #358CCA 47.51%, #0A5E9C 91.18%);
    position: absolute;
    left: -1px;
    top: -7px;
    width: 36px;
    height: 103%;
    border-radius: 18px 0 0 18px;
}

.service-popup {
    padding: 25px;
    width: 910px;
}

.service-popup-body {
    background: #F5F5F7;
    padding: 5px 5px 5px 25px;
    display: flex;
    align-items: center;
    gap: 30px;
}

.left-section {
    width: 60%;
}

.right-section {
    width: 40%;
}

.right-section img {
    width: 100%;
    height: 100%;
}

.left-section p {
    font-size: 18px;
    color: #383333;
    line-height: 28px;
    text-align: justify;
}

.left-section p span {
    font-weight: 500;
}

.left-section {
    display: grid;
    gap: 15px;
}

.service-popup-content h3 {
    font-size: 32px;
    color: #000;
    font-weight: 400;
}



.webdev-blog-main:hover .webdev-blog-title,
.webdev-blog-item:hover .webdev-blog-title-small {
    font-weight: 600;
}

.webdev-blog-title,
.webdev-blog-title-small {
    transition: all 0.3s ease !important;
}


.zsiq_theme8 .zsiq_chatbtn{
    background: linear-gradient(90deg, #4B6CB7, #182848, #4B6CB7) !important;
}

.zsiq_theme8 .zsiq_chatbtn, .zsiq_theme8 .zsiq_unrdcnt{
    border-radius: 5px !important;
}
.zsiq_theme8 .zsiq_flt_rel{
    border-radius: 5px !important;
}
#zsiq_chatbtn {
    font-weight: 600;
}
.tech-paragraph strong {
    font-weight: 500;
}
.footer-icon {
  display: inline-block;       /* required so transform affects the img */
  transform-origin: center center;
  will-change: transform;
}
/* Heartbeat keyframes */
@keyframes heartbeat {
  0%   { transform: scale(1); }
  14%  { transform: scale(1.25); }
  28%  { transform: scale(1); }
  42%  { transform: scale(1.25); }
  70%  { transform: scale(1); }
  100% { transform: scale(1); }
}

/* Animate footer icons */
.footer-icon.animate {
  animation-name: heartbeat;
  animation-duration: 2s;        /* slower beat */
  animation-timing-function: ease-in-out;
  animation-iteration-count: 3;  /* 4 pulses */
}


button.swal2-confirm.swal2-styled {
    background: linear-gradient(90deg, #4B6CB7, #182848, #4B6CB7);
}




/* Inner Page css */


.innerpages-footer .footer-bottom-inner {
  flex-direction: column-reverse;
  justify-content: center !important;
  align-items: center !important;
  gap: 0px;
}

.innerpages-footer {
  border-radius: 0px 0px 10px 10px;
  padding-bottom: 13px;
  padding-top: 10px;
}

.innerfooterlogo {
  padding-right: 0px !important;
  padding-left: 55px !important;
}

.innerfootercont {
  border-radius: 10px 10px 0px 0px !important;
  width: 1296px !important;
  max-width: 1296px !important;
  margin-top: 30px !important;
}

img.hovericon {
  display: none;
}

.urated-plus:hover .hovericon {
  display: inline-block;
}

.urated-plus:hover .defaulticon {
  display: none;
}

img.hovericon,
img.defaulticon,
.urated-plus {
  transition: all 0.3s ease;
}

.urated-plus:hover {
  background: #073D5E;
}

.urated-section-title span,
.dm-mobile-title span {
  font-weight: 500;
}






/* Lead Genereation Page */
.leadfirstbanner::after {
  background: linear-gradient(276deg, rgba(0, 0, 0, 0.00) 36.22%, rgba(0, 0, 0, 0.75) 93.36%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.leadfirstbanner {
  background-position: bottom !important;
}

.mainleft {
  z-index: 2;
  position: relative;
}

.leadslider-container button.abouttab[data-index="1"] {
  width: 140px;
}

.leadslider-container button.abouttab[data-index="0"] {
  width: 135px;
}

@media only screen and (max-width:767px) {
  .tooltip-container{
    display: none !important;
  }
  .leadslider-container button.abouttab[data-index="0"] {
    width: 80px;
  }

  .leadslider-container button.abouttab[data-index="1"] {
    width: 83px;
  }

  .leadslider-container button.abouttab[data-index="2"] {
    width: 85px;
  }

  .leadslider-container button.abouttab[data-index="3"] {
    width: 98px;
  }

  .leadslider-container button.abouttab {
    padding-right: 0 !important;
  }

  .leadslider-container .allnavigations {
    z-index: 10;
  }

  .leadslider-container .firstslidebanner {
    background: url('../images/Lead-Generation-Tools/Lead_Generation Tools_mobile.webp') no-repeat center center !important;
    background-size: contain !important;
  }

  .leadslider-container .secondslidebanner {
    background: url('../images/Lead-Generation-Tools/Rectangle 886.webp') no-repeat center center !important;
    background-size: contain !important;
  }

  .leadslider-container .thirdslidebanner {
    background: url('../images/Lead-Generation-Tools/Rectangle 875.webp') no-repeat center center !important;
    background-size: contain !important;
  }

  .leadslider-container .forthslidebanner {
    background: url('../images/Lead-Generation-Tools/URated Design 2025/Rectangle 876_1.webp') no-repeat center center !important;
    background-size: contain !important;
  }

  .formobile {
    display: block; !important;
  }

  .fordesktop {
    display: none !important;
  }
}

@media only screen and (max-width:1024px) and (min-width:768px) {
  .leadslider-container .firstslidebanner {
    background: url('../images/Lead-Generation-Tools/banner-video.gif') no-repeat center center !important;
    background-size: cover !important;
  }

  .leadslider-container .secondslidebanner {
    background: url('../images/Lead-Generation-Tools/URated Design 2025/Rectangle 874_2.webp') no-repeat center center !important;
    background-size: cover !important;
  }

  .leadslider-container .thirdslidebanner {
    background: url('../images/Lead-Generation-Tools/URated Design 2025/Rectangle 875_3.webp') no-repeat center center !important;
    background-size: cover !important;
  }

  .leadslider-container .forthslidebanner {
    background: url('../images/Lead-Generation-Tools/URated Design 2025/Rectangle 876_1.webp') no-repeat center center !important;
    background-size: cover !important;
  }

}


/* Paid Social */

.paidsocial-container button.abouttab[data-index="0"] {
  width: 135px;
}

.paidsocial-container button.abouttab[data-index="1"] {
  width: 95px;
}

.paidsocial-container button.abouttab[data-index="2"] {
  width: 80px;
}

.paidsocial-container button.abouttab[data-index="3"] {
  width: 85px;
}

.paidsocial-container button.abouttab {
  margin-right: 70px !important;
}

@media only screen and (max-width:1024px) and (min-width:768px) {
  .paidsocial-container .firstslidebanner {
    background: url('../images/Paid-Social-Advertising/paidsocialbanner.gif') no-repeat center center !important;
    background-size: cover !important;
  }

  .paidsocial-container .secondslidebanner {
    background: url('../images/Paid-Social-Advertising/Rectangle 874.webp') no-repeat center center !important;
    background-size: cover !important;
  }

  .paidsocial-container .thirdslidebanner {
    background: url('../images/Paid-Social-Advertising/Rectangle 875.webp') no-repeat center center !important;
    background-size: cover !important;
  }

  .paidsocial-container .forthslidebanner {
    background: url('../images/Paid-Social-Advertising/Rectangle 8761.webp') no-repeat center center !important;
    background-size: cover !important;
  }

}

@media only screen and (max-width:767px) {
  .paidsocial-container button.abouttab[data-index="0"] {
    width: 80px;
  }

  .paidsocial-container button.abouttab[data-index="1"] {
    width: 66px;
  }

  .paidsocial-container button.abouttab[data-index="2"] {
    width: 60px;
  }

  .paidsocial-container button.abouttab[data-index="3"] {
    width: 70px;
  }

  .paidsocial-container button.abouttab {
    margin-right: 0px !important;
    padding-right: 0 !important;
  }

  .paidsocial-container .allnavigations {
    z-index: 10;
  }

  .paidsocial-container .firstslidebanner {
    background: url('../images/Paid-Social-Advertising/Paid_Social Advertising_mobile.webp') no-repeat center center !important;
    background-size: contain !important;
  }

  .paidsocial-container .secondslidebanner {
    background: url('../images/Paid-Social-Advertising/Rectangle 874.webp') no-repeat center center !important;
    background-size: contain !important;
  }

  .paidsocial-container .thirdslidebanner {
    background: url('../images/Paid-Social-Advertising/Rectangle 875.webp') no-repeat center center !important;
    background-size: contain !important;
  }

  .paidsocial-container .forthslidebanner {
    background: url('../images/Paid-Social-Advertising/Rectangle 8761.webp') no-repeat center center !important;
    background-size: contain !important;
  }

}


/* Social Media */
.socialmedia-container button.abouttab[data-index="0"] {
  width: 110px;
}

.socialmedia-container button.abouttab[data-index="1"] {
  width: 140px;
}

.socialmedia-container button.abouttab[data-index="2"] {
  width: 140px;
}

.socialmedia-container button.abouttab[data-index="3"] {
  width: 140px;
}

.socialmedia-container button.abouttab {
  margin-right: 40px !important;
}

@media only screen and (max-width:1024px) and (min-width:768px) {
  .socialmedia-container .firstslidebanner {
    background: url('../images/Social Media/socialmediabanner.gif') no-repeat center center !important;
    background-size: cover !important;
  }

  .socialmedia-container .secondslidebanner {
    background: url('../images/Social Media/Rectangle 874_7.webp') no-repeat center center !important;
    background-size: cover !important;
  }

  .socialmedia-container .thirdslidebanner {
    background: url('../images/Social Media/Rectangle 890.webp') no-repeat center center !important;
    background-size: cover !important;
  }

  .socialmedia-container .forthslidebanner {
    background: url('../images/Social Media/Rectangle 876_9.webp') no-repeat center center !important;
    background-size: cover !important;
  }
}

@media only screen and (max-width:767px) {
  .socialmedia-container button.abouttab[data-index="0"] {
    width: 65px;
  }

  .socialmedia-container button.abouttab[data-index="1"] {
    width: 84px;
  }

  .socialmedia-container button.abouttab[data-index="2"] {
    width: 85px;
  }

  .socialmedia-container button.abouttab[data-index="3"] {
    width: 85px;
  }

  .socialmedia-container button.abouttab {
    margin-right: 0px !important;
    padding-right: 0 !important;
  }

  .socialmedia-container .allnavigations {
    z-index: 10;
  }

  .socialmedia-container .firstslidebanner {
    background: url('../images/Social Media/Social_Media_mobile.webp') no-repeat center center !important;
    background-size: contain !important;
  }

  .socialmedia-container .secondslidebanner {
    background: url('../images/Social Media/Rectangle 874_7.webp') no-repeat center center !important;
    background-size: contain !important;
  }

  .socialmedia-container .thirdslidebanner {
    background: url('../images/Social Media/Rectangle 890.webp') no-repeat center center !important;
    background-size: contain !important;
  }

  .socialmedia-container .forthslidebanner {
    background: url('../images/Social Media/Rectangle 876_9.webp') no-repeat center center !important;
    background-size: contain !important;
  }
}



/* Technical SEO */
.technicalseo-container button.abouttab[data-index="0"] {
  width: 120px;
}

.technicalseo-container button.abouttab[data-index="1"] {
  width: 125px;
}

.technicalseo-container button.abouttab[data-index="2"] {
  width: 110px;
}

.technicalseo-container button.abouttab[data-index="3"] {
  width: 90px;
}

.technicalseo-container button.abouttab {
  margin-right: 40px !important;
}

@media only screen and (max-width:1024px) and (min-width:768px) {
  .technicalseo-container .firstslidebanner {
    background: url('../images/Technical SEO Services/techseobanner.gif') no-repeat center center !important;
    background-size: cover !important;
  }

  .technicalseo-container .secondslidebanner {
    background: url('../images/Technical SEO Services/Rectangle 874_1.webp') no-repeat center center !important;
    background-size: cover !important;
  }

  .technicalseo-container .thirdslidebanner {
    background: url('../images/Technical SEO Services/Rectangle 889.webp') no-repeat center center !important;
    background-size: cover !important;
  }

  .technicalseo-container .forthslidebanner {
    background: url('../images/Technical SEO Services/Rectangle 876_3.webp') no-repeat center center !important;
    background-size: cover !important;
  }
}

@media only screen and (max-width:767px) {
  .technicalseo-container button.abouttab[data-index="0"] {
    width: 80px;
  }

  .technicalseo-container button.abouttab[data-index="1"] {
    width: 80px;
  }

  .technicalseo-container button.abouttab[data-index="2"] {
    width: 80px;
  }

  .technicalseo-container button.abouttab[data-index="3"] {
    width: 80px;
  }

  .technicalseo-container button.abouttab {
    margin-right: 0px !important;
    padding-right: 0 !important;
  }

  .technicalseo-container .allnavigations {
    z-index: 10;
  }

  .technicalseo-container .firstslidebanner {
    background: url('../images/Technical SEO Services/SEO_mobile.webp') no-repeat center center !important;
    background-size: contain !important;
  }

  .technicalseo-container .secondslidebanner {
    background: url('../images/Technical SEO Services/Rectangle 874_1.webp') no-repeat center center !important;
    background-size: contain !important;
  }

  .technicalseo-container .thirdslidebanner {
    background: url('../images/Technical SEO Services/Rectangle 889.webp') no-repeat center center !important;
    background-size: contain !important;
  }

  .technicalseo-container .forthslidebanner {
    background: url('../images/Technical SEO Services/Rectangle 876_3.webp') no-repeat center center !important;
    background-size: contain !important;
  }
}




/* Web Development */
.webdevelopment-container button.abouttab[data-index="0"] {
  width: 130px;
}

.webdevelopment-container button.abouttab[data-index="1"] {
  width: 135px;
}

.webdevelopment-container button.abouttab[data-index="2"] {
  width: 130px;
}

.webdevelopment-container button.abouttab[data-index="3"] {
  width: 150px;
}

.webdevelopment-container button.abouttab {
  margin-right: 20px !important;
}

@media only screen and (max-width:1024px) and (min-width:768px) {
  .webdevelopment-container .firstslidebanner {
    background: url('../images/Web Development/webdevelopmentbanner.gif') no-repeat center center !important;
    background-size: cover !important;
  }

  .webdevelopment-container .secondslidebanner {
    background: url('../images/Web Development/Rectangle 874_9.webp') no-repeat center center !important;
    background-size: cover !important;
  }

  .webdevelopment-container .thirdslidebanner {
    background: url('../images/Web Development/Rectangle 875_10.webp') no-repeat center center !important;
    background-size: cover !important;
  }

  .webdevelopment-container .forthslidebanner {
    background: url('../images/Web Development/Rectangle 876_11.webp') no-repeat center center !important;
    background-size: cover !important;
  }
}

@media only screen and (max-width:760px) {
  .webdevelopment-container button.abouttab[data-index="0"] {
    width: 80px;
  }

  .webdevelopment-container button.abouttab[data-index="1"] {
    width: 80px;
  }

  .webdevelopment-container button.abouttab[data-index="2"] {
    width: 80px;
  }

  .webdevelopment-container button.abouttab[data-index="3"] {
    width: 90px;
  }

  .webdevelopment-container button.abouttab {
    margin-right: 0px !important;
    padding-right: 0 !important;
  }

  .webdevelopment-container .allnavigations {
    z-index: 10;
  }

  .webdevelopment-container .firstslidebanner {
    background: url('../images/Web Development/Web_Development.webp') no-repeat center center !important;
    background-size: contain !important;
  }

  .webdevelopment-container .secondslidebanner {
    background: url('../images/Web Development/Rectangle 874_9.webp') no-repeat center center !important;
    background-size: contain !important;
  }

  .webdevelopment-container .thirdslidebanner {
    background: url('../images/Web Development/Rectangle 875_10.webp') no-repeat center center !important;
    background-size: contain !important;
  }

  .webdevelopment-container .forthslidebanner {
    background: url('../images/Web Development/Rectangle 876_11.webp') no-repeat center center !important;
    background-size: contain !important;
  }
  .footer-icon {
    width: 18px!important;
   }
}




/* Web Maintenance */
.webmaintenance-container button.abouttab[data-index="0"] {
  width: 100px;
}

.webmaintenance-container button.abouttab[data-index="1"] {
  width: 100px;
}

.webmaintenance-container button.abouttab[data-index="2"] {
  width: 100px;
}

.webmaintenance-container button.abouttab[data-index="3"] {
  width: 100px;
}

.webmaintenance-container button.abouttab {
  margin-right: 70px !important;
}

@media only screen and (max-width:1024px) and (min-width:768px) {
  .webmaintenance-container .firstslidebanner {
    background: url('../images/Website Maintenance/webmaintenancebanner.gif') no-repeat center center !important;
    background-size: cover !important;
  }

  .webmaintenance-container .secondslidebanner {
    background: url('../images/v Maintenance/Rectangle 874_8.webp') no-repeat center center !important;
    background-size: cover !important;
  }

  .webmaintenance-container .thirdslidebanner {
    background: url('../images/Website Maintenance/Rectangle 875_9.webp') no-repeat center center !important;
    background-size: cover !important;
  }

  .webmaintenance-container .forthslidebanner {
    background: url('../images/Website Maintenance/Rectangle 876_10.webp') no-repeat center center !important;
    background-size: cover !important;
  }
}

@media only screen and (max-width:767px) {
  .webmaintenance-container button.abouttab[data-index="0"] {
    width: 90px;
  }

  .webmaintenance-container button.abouttab[data-index="1"] {
    width: 80px;
  }

  .webmaintenance-container button.abouttab[data-index="2"] {
    width: 80px;
  }

  .webmaintenance-container button.abouttab[data-index="3"] {
    width: 80px;
  }

  .webmaintenance-container button.abouttab {
    margin-right: 0px !important;
    padding-right: 0 !important;
  }

  .webmaintenance-container .allnavigations {
    z-index: 10;
  }

  .webmaintenance-container .firstslidebanner {
    background: url('../images/Website Maintenance/Web_Maintenance_mobile.webp') no-repeat center center !important;
    background-size: contain !important;
  }

  .webmaintenance-container .secondslidebanner {
    background: url('../images/Website Maintenance/Rectangle 874_8.webp') no-repeat center center !important;
    background-size: contain !important;
  }

  .webmaintenance-container .thirdslidebanner {
    background: url('../images/Website Maintenance/Rectangle 875_9.webp') no-repeat center center !important;
    background-size: contain !important;
  }

  .webmaintenance-container .forthslidebanner {
    background: url('../images/Website Maintenance/Rectangle 876_10.webp') no-repeat center center !important;
    background-size: contain !important;
  }
}


/* UX-UI Design */
.ui-ux-design-services-container button.abouttab[data-index="0"] {
  width: 100px;
}

.ui-ux-design-services-container button.abouttab[data-index="1"] {
  width: 80px;
}

.ui-ux-design-services-container button.abouttab[data-index="2"] {
  width: 116px;
}

.ui-ux-design-services-container button.abouttab[data-index="3"] {
  width: 145px;
}

.ui-ux-design-services-container button.abouttab {
  margin-right: 70px !important;
}

@media only screen and (max-width:1024px) and (min-width:768px) {
  .ui-ux-design-services-container .firstslidebanner {
    background: url('../images/UIUX SEO Page/URated Services Banners 1.gif') no-repeat center center !important;
    background-size: cover !important;
  }

  .ui-ux-design-services-container .secondslidebanner {
    background: url('../images/UIUX SEO Page/mobile banner 2.webp') no-repeat center center !important;
    background-size: cover !important;
  }

  .ui-ux-design-services-container .thirdslidebanner {
    background: url('../images/UIUX SEO Page/Mobile Banner.webp') no-repeat center center !important;
    background-size: cover !important;
  }

  .ui-ux-design-services-container .forthslidebanner {
    background: url('../images/UIUX SEO Page/Mobile Banner 1.webp') no-repeat center center !important;
    background-size: cover !important;
  }
}

@media only screen and (max-width:767px) {
  .ui-ux-design-services-container button.abouttab[data-index="0"] {
    width: 90px;
  }

  .ui-ux-design-services-container button.abouttab[data-index="1"] {
    width: 80px;
  }

  .ui-ux-design-services-container button.abouttab[data-index="2"] {
    width: 80px;
  }

  .ui-ux-design-services-container button.abouttab[data-index="3"] {
    width: 90px;
  }

  .ui-ux-design-services-container button.abouttab {
    margin-right: 0px !important;
    padding-right: 0 !important;
  }

  .ui-ux-design-services-container .allnavigations {
    z-index: 10;
  }

  .ui-ux-design-services-container .firstslidebanner {
    background: url('../images/UIUX SEO Page/UIUX.png') no-repeat center center !important;
    background-size: contain !important;
  }

  .ui-ux-design-services-container .secondslidebanner {
    background: url('../images/UIUX SEO Page/mobile banner 2.webp') no-repeat center center !important;
    background-size: contain !important;
  }

  .ui-ux-design-services-container .thirdslidebanner {
    background: url('../images/UIUX SEO Page/Mobile Banner.webp') no-repeat center center !important;
    background-size: contain !important;
  }

  .ui-ux-design-services-container .forthslidebanner {
    background: url('../images/UIUX SEO Page/Mobile Banner 1.webp') no-repeat center center !important;
    background-size: contain !important;
  }
}


.tooltip-container {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.tooltip-container .tooltip-text {
    visibility: hidden;
    width: 515px;
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 5px 8px;
    border-radius: 6px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 14px;
    z-index: 10;
    top: -102px;
}

.tooltip-container .tooltip-text::after {
  content: "";
  position: absolute;
  top: 100%;
  /* Arrow points downward */
  left: 50%;
  transform: translateX(-50%);
  border-width: 5px;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
}

.tooltip-container:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}
img.tooptipicon {
    position: absolute;
    top: -25px;
    width: 14px;
    height: 14px;
    left: -2px;
}
.lite-bold span {
    font-weight: 500;
}
.footer-right-links {
    overflow: hidden;
}
.arrow-icon-mob {
  transition: transform 0.3s ease;
  transform: rotate(90deg);
}
a[aria-expanded="true"] .arrow-icon-mob {
  transform: rotate(270deg);
}
.social-section {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 8px;
}

.social-section h3 {
  font-weight: 600;
  margin-bottom: 20px;
}

.social-icons {
  display: flex;
  justify-content: center;  /* center all icons */
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;          /* wrap if screen small */
}

.icon-box {
  position: relative;
  width: 32px;
  height: 32px;
  overflow: hidden;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon-box img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  left: 0;
  transition: transform 0.4s ease;
}

/* Default image */
.icon-box img.default {
  z-index: 1;
}

/* Hover image starts above */
.icon-box img.hover {
  transform: translateY(-100%);
  z-index: 2;
}

/* Hover animation */
.icon-box:hover img.hover {
  transform: translateY(0);
}

.icon-box:hover img.default {
  transform: translateY(100%);
}

.cds-paragraph.poppuptext{
    font-size: 16px;
    margin-top: -28px;
}
.left-section p:first-of-type {
  margin-top: 10px;
}
.custom-label:has(input[type="checkbox"]:checked) {
    font-weight: 600;
}

/* Blog Detail Page Start */
/* Banner Section */
.blog-banner {
  background-image: url('../images/prime-tax-advantage-banner-bg.webp');
  background-size: cover;
  height: 100%;
  width: 100%;
  padding: 50px 0;
}

.custom-breadcrumb {
  color: #333333;
  font-size: 18px;
  margin-bottom: 36px;
}

.custom-blog-title {
  color: #000000;
  font-size: 43px;
  font-weight: 700;
  margin-bottom: 36px;
  line-height: 1.3;
  max-width: 634px;
}

.custom-blog-desc {
  color: #000000;
  font-size: 18px;
  margin-bottom: 28px;
  max-width: 634px;
  text-align: justify;
  line-height: 29px;
}

/* Meta Section */
.blog-meta-section {
  background: #FBFBFB;
  padding: 20px 0;
}

.custom-blog-meta {
  gap: 53px;
}

/*.author-box {
  background: #efefff;
  padding: 10px 15px;
  border-radius: 8px 18px 30px 8px;
  clip-path: polygon(0 0, 99% 0, 95% 100%, 0% 100%);
}*/
.author-box {
  background-image: url('../images/pta-bd-2.webp');
    background-size: cover;
    padding: 10px 15px;
    background-repeat: no-repeat;
    border-radius: 15px;
}

.author-logo {
    width: 78px;
    height: 78px;
    margin-top: -20px;
}

.author-name {
  color: #D58147;
  font-size: 14px;
  font-weight: 600;
  margin-left: 5px;
}

.author-date {
  font-size: 12px;
  color: #555555;
  margin-left: 5px;
}

.read-time {
  font-size: 16px;
  color: #333333;
}

.custom-audio-player {
  font-size: 14px;
  color: #333333;
}

.custom-audio-player audio {
  height: 30px;
}

/*.custom-social-icons a {
  font-size: 18px;
  color: #333333;
  text-decoration: none;
}

.custom-social-icons a:hover {
  color: #1c77c3;
}*/
.custom-social-icons a {
    position: relative;
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-right: 10px;
    margin-top: 0px;
}

.custom-social-icons img {
    height: 28px;
    width: 28px;
}

/* remove margin only from the last social icon */
.custom-social-icons a:last-child img.default {
    margin-right: 0 !important;
}

/* hover image overlay */
.custom-social-icons a img.hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.custom-social-icons a:hover img.default {
    opacity: 0;
}

.custom-social-icons a:hover img.hover {
    opacity: 1;
}

.author-name img {
    height: 14px;
    width: 14px;
    margin-left: 5px;
}
.simple-line-left {
  display: inline-block;      /* keeps height applied */
  height: 40px;               /* requested height */
  border-left: 2px solid #DDDDDD; /* thickness + color */
  /* optional spacing */
  margin-right: -15px;
  margin-left: -15px;
  margin-top: -6px;
}


.audio-title {
    margin-top: -67px;
    position: absolute;
    font-size: 14px;
    color: #333333;
}

.audio-block {
  display: flex;
  align-items: center;
  gap: 8px;
}

.play-btn {
  width: 30px;
  height: 30px;
  border: none;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.Reverse-btn {
  width: 20px;
  height: 20px;
  border: none;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

#waveform {
  height: 40px;
}

.speed-controls .speed-btn {
  padding: 2px 6px;
  font-size: 12px;
  border: 1px solid #ccc;
  cursor: pointer;
}

.speed-controls .speed-btn.active {
    border-color: #D58147;
    color: white;
    background-color: #D58147;
}


/* Table of Contents */
/*.custom-toc-wrapper {
  position: sticky;
  top: 95px;
  max-height: 250vh;
  overflow-y: auto;
  margin-right: 20px;
}*/
.custom-toc h3 {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 7px;
}
.custom-toc a {
  display: block;
  color: #383333;
  font-size: 14px;
  font-weight: 400;
  margin: 10px 0;
  text-decoration: none;
  cursor: pointer;
}
.custom-toc a.active {
  font-weight: 500;
  color: #383333;
}
.custom-toc a:hover {
    color: #383333;
    font-weight: 500;
}
/* Fixed Form Section */
.custom-form-section {
  /*position: sticky;
  top: calc(20px + 200px); */
  padding: 15px;
  border-radius: 8px;
  background: #EDF4F7;
  margin-top: 20px;
}
.custom-form-section h4 {
  font-size: 24px;
  line-height: 30px;
}
.halfcolor-blog {
    color: white;
    font-size: 24px;
    font-weight: 500;
    background-color: #D58147;
    border-radius: 5px;
    margin-top: 5px;
    padding: 2px 10px;
    line-height: 47px;
}
/* .custom-form-section span {
  color: #383333;
} */
.custom-form-section p {
  font-size: 16px;
      color: #292929;
  line-height: 28px;
  text-align: justify;
}
.custom-form-section input {
  font-size: 14px;
  color: #383333;
  margin-bottom: 10px;
  height: 40px;
}
.custom-form-section button {
  font-size: 16px;
  color: #4B6CB7;
  background: #1A8D3D;
  border: 2px solid transparent;
  /* font-weight: 600; */
  width: 100%;
  height: 45px;
  font-size: 18px;
  position: relative;
  overflow: hidden;
  transition: color 0.3s ease, font-weight 0.3s ease;
  z-index: 1;
}

/* Create sliding gradient layer */
.custom-form-section button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: white;
      color: #1A8D3D !important;
    border-color: #1A8D3D;
  z-index: -1;
  transition: left 1s ease; /* sliding animation */
}

/* Hover state */
.custom-form-section button:hover {
  color: #fff;
  font-weight: 600;
  border-color: transparent;
}

/* Slide in background */
.custom-form-section button:hover::before {
  left: 0;
}
.custom-content {
    /*background: #F9FAFB;*/
    /*padding: 20px;*/
    /*border-radius: 7px;*/
    max-width: 976px;
    text-align: justify;
    padding-right: 0;
    max-width: 976px;
    padding-left: 20px;
}

/* Content Section */
.custom-content h2 {
  font-size: 22px;
  color: #000000;
  font-weight: 500;
}
.custom-content p {
  font-size: 18px;
  color: #000000;
  margin: 23px 0;
  line-height: 29px;
}
.custom-content a {
  color: #0000FF;
  text-decoration: underline;
}
.custom-toc hr.toc-divider {
  border: 0;
  height: 1px;
  background-color: #4B4B4B;
  margin: 50px 0; /* spacing around line */
}

.custom-content section:not(:first-of-type) {
    padding-top: 38px;
}
.blog-after-audio-section{
    margin-top: 28px;
}
.blog-horizanta-line{
    max-width: 974px;
}
.blog-horizanta-line-y{
    border: 0;
    height: 1px;
    background-color: #4B4B4B;
    margin: 50px 0;
}
.custom-toc .toc-icon img {
  display: none; /* hidden by default */
  margin-top: -2px;
  margin-right: 2px;
}

.custom-toc .toc-link.active .toc-icon img,
.custom-toc .toc-link:hover .toc-icon img {
  display: inline-block;
}
.next-read-item {
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 160px;
}

.next-read-item h5 {
  font-size: 18px;
  color: #000000;
  text-align: left;
  line-height: 24px;
  font-weight: 500!important;
}
.next-read-item h5 a {
    color: #000000;
    text-decoration: none;
}

.next-read-item p {
  font-size: 14px;
  color: #4B4B4B!important;
  text-align: left;
  font-weight: 500;
}

.next-read-link {
  color: #0000FF;
  text-decoration: none;
  text-align: left;
  text-decoration: underline;
}

.next-read-link:hover {
  text-decoration: underline;
}
.last-blog-title{
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 35px;
}
.blog-last-section {
    max-width: 837px;
}
#audioTime {
    width: 30px;
}
.form-control:focus{
    box-shadow: 0 0 0 .15rem rgba(13, 110, 253, .25)!important;
}
.custom-content ul li {
  font-size: 18px;
  color:#000000;
}
.custom-breadcrumb a:hover span {
  color: #0000FF!important; /* Change text color on hover */
}

/* Body */
.urated-body {
  padding: 50px 0px 50px 15px;
}
.urated-body::after {
    content: "";
    width: 16px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -50px;
    z-index: 9;
    box-shadow: rgba(0, 0, 0, 0.48) 0px 0px 4px;
    background: rgb(255, 255, 255);
    border-radius: 18px;
}

/* Blue sidebar */
/*.urated-body::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 100%;
  background: linear-gradient(to bottom, #2b72c4, #1d4e89);
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}*/

/* Text styles */
.urated-tagline {
  font-weight: 600;
  margin-bottom: 10px;
}

.urated-subtext {
  color: #393939;
  font-style: italic;
  font-size: 16px;
  margin-top: 40px;
}

.urated-contact p {
  color: #425D7A;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 12px!important;
}
.urated-contact a {
  margin: 0;
  color: #425D7A;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

/* Button */
.urated-btn {
  position: relative;
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 600;
    border: 2px solid transparent;
    color: white;
    background: linear-gradient(90deg, #4B6CB7, #182848, #4B6CB7);
    border-radius: 5px;
    overflow: hidden;
    z-index: 0;
    transition: transform 0.3s ease, color 0.3s ease;
    backface-visibility: hidden;
    will-change: transform;
    box-sizing: border-box;
}
/*.urated-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: white;
    transition: left 0.35s ease;
    z-index: -1;
}
*/.urated-btn:hover {
   color: white;
}

/* ====== URated collection - unique classes ====== */
.urated-collection-hero { background: #F9FAFB; padding-top: 40px; padding-bottom: 33px; }

.urated-collection-subtitle {
  font-size: 16px;
  color: #425D7A;
  margin-bottom: 8px;
  letter-spacing: 0.1px;
  position: relative;
  display: inline-block;
  padding-bottom: 6px;
}

.urated-collection-subtitle::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 69%;
    transform: translateX(-50%);
    width: 113px;
    height: 2px;
    background-color: #00C950;
    border-radius: 2px;
    top: 20px;
}
.urated-collection-title {
  font-size: 28px;
  color: #000;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 1.15;
}
.urated-collection-description {
  font-size: 18px;
  color: #000;
  max-width: 700px;
  margin: 0 auto 24px;
  line-height: 1.6;
}

/* Carousel container */
.urated-carousel {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 18px;
}

.urated-carousel-track {
  position: relative;
  height: 300px; /* desktop height */
  overflow: visible;
}

/* Base item */
.urated-carousel-item {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%) scale(.95);
  transition: transform .6s cubic-bezier(.22,.9,.27,1), opacity .45s ease;
  opacity: 0;
  visibility: hidden;
  user-select: none;
  -webkit-user-drag: none;
}

.urated-carousel-item img {
  display: block;
  width: 100%;
  height: auto;
  /*border-radius: 6px;
  box-shadow: 0 8px 28px rgba(6,28,55,0.10);*/
}

/* Visible positions */
.urated-center {
  left: 50%;
  transform: translate(-50%,-50%) scale(1);
  width: 56%;
  z-index: 40;
  opacity: 1;
  cursor: pointer;
  visibility: visible;
}
.urated-left {
  left: 8%;
  transform: translate(-50%,-50%) scale(.82);
  width: 30%;
  z-index: 20;
  opacity: .28;
  visibility: visible;
  filter: grayscale(5%);
}
.urated-right {
  left: 91%;
  transform: translate(-50%,-50%) scale(.82);
  width: 30%;
  z-index: 20;
  opacity: .28;
  visibility: visible;
  filter: grayscale(5%);
}

/* For non-visible slides ensure they are behind */
.urated-hidden { opacity: 0; visibility: hidden; z-index: 1; }

/* Controls */
.urated-carousel-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: none !important;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
/*  box-shadow: 0 6px 22px rgba(13,36,71,0.08);*/
  cursor: pointer;
  z-index: 60;
}
.urated-prev { left: calc(49% - 640px); }
.urated-next { right: calc(49% - 640px); }

.urated-carousel-control svg path { stroke: #425D7A; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

@media (max-width: 1200px) {
  .urated-prev { left: 18px; }
  .urated-next { right: 18px; }
}

/* Indicators row */
.urated-indicators {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 30px;
}
.urated-indicators button {
  width: 30px;
  height: 3px;
/*  border-radius: 6px;*/
  background: #e9ecef;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: transform .15s ease, background .15s ease;
}
.urated-indicators button.active { background: #425D7A; transform: scaleX(1.03); }

/* Responsive */
@media (max-width: 768px) {
  .urated-carousel-track { height: auto; padding-bottom: 0; }
  .urated-left, .urated-right { display: none !important; }
  .urated-center { position: relative; left: 50%; transform: translateX(-50%); width: 100%; max-width: 720px; }
  .urated-prev, .urated-next { top: calc(50% + 6px); }
  .urated-collection-title { font-size: 24px;font-weight: 400; line-height: 30px; }
  .urated-collection-description { font-size: 18px;line-height: 25px;}
  .urated-carousel {
    padding-top: 10px;
    max-width: 100%;
  }
    .urated-popup-img {
        max-width: 100%;
        max-height: 100%;
    }
    .urated-overlay .close-btn {
        top: 230px!important;
    }
    .urated-popup-prev, .urated-popup-next {
        top: 46%!important;
        font-size: 20px!important;
    }
    .urated-popup-prev {
        left: 0px!important;
    }
    .urated-popup-next {
        right: 0px!important;
    }
    #uratedPopup {
/*        top: -162px;*/
    }



}
.clients-social-section-collection{
    padding-top: 17px;
    padding-bottom: 17px;
    background: #F9FAFB;
}
.clients-social-section-collection h2 {
    font-size: 28px;
    color: #000000;
}
.clients-social-section-collection p {
    font-size: 18px;
    color: #000000;
}
/* Section Styling */
.logo-section {
  /*background-color: #F9FAFB;*/
}

/* Unique Title */
.logo-section-title {
  font-size: 28px;
  color: #000000;
}

/* Unique Description */
.logo-section-description {
  font-size: 18px;
  color: #000000!important;
  margin-bottom: -15px;
}
/* equal logo column size */
.logo-section .col {
  flex: 0 0 222px;     /* fixed width for all logos */
}

/* make row distribute columns equally between left & right */
.logo-section .row {
  justify-content: space-between !important;
}

/* logo style */
.logo-item {
  transition: transform 0.3s ease;
  margin-bottom: 20px;
  cursor: pointer;
}

/* shrink on hover */
.logo-item:hover {
  transform: scale(0.9);
}

/* responsive adjustments */
@media (max-width: 1200px) {
  .logo-section .col {
    flex: 0 0 180px;
    max-width: 180px;
  }
}
@media (max-width: 992px) {
  .logo-section .col {
    flex: 0 0 150px;
    max-width: 150px;
  }
  .logo-section .row {
    justify-content: center !important;
    gap: 1.5rem;
  }
}
@media (max-width: 576px) {
  .logo-section .col {
    flex: 0 0 120px;
    max-width: 120px;
  }
  .logo-item {
    max-height: 60px;
  }
}

/* Unique Section Styling */
.collection-video-section {
  background-color: #fff;
}

/* Equal section height 
.collection-left,
.collection-right {
  height: 504px!important;
}
*/
.collection-left {
    margin-right: -8px!important;
}
.stop-scroll-collection {
    font-size: 28px;
    color: #000000;
}
.stop-scroll-collection-description{
    font-size: 18px;
    color: #000000;

}

/* Main video container */
.collection-main-video,
.collection-thumb-box {
  overflow: hidden;
  position: relative;
}

/* Thumbnail styling */
.collection-thumb {
  cursor: pointer;
  transition: transform 0.3s ease;
  height: 100%;
}

.collection-thumb:hover {
  transform: scale(1.03);
}

/* Responsive Adjustments */
@media (max-width: 991px) {
  .collection-left,
  .collection-right {
    height: auto;
  }

  .collection-right {
    flex-direction: row;
    gap: 10px;
  }

  .collection-thumb-box {
    flex: 1;
  }
}
  /* Overlay background */
  .urated-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.88);
    justify-content: center;
    align-items: flex-start;
    padding-top: 20px;
    z-index: 9999;
    opacity: 0;
    transition: opacity 0.3s ease;
  }

  .urated-overlay.active {
    display: flex;
    opacity: 1;
  }

  /* Popup image */
  .urated-popup-img {
    max-width: 98vw;
    max-height: 98vh;
    object-fit: contain;
    border-radius: 16px;
    /*background: rgba(0, 0, 0, 0.88);*/
    padding: 10px;
    /*box-shadow: 0 10px 40px rgba(0, 0, 0, 0.9), 0 0 20px rgba(0, 0, 0, 0.7);*/
    animation: fadeInZoom 0.3s ease;
  }

  /* Close button */
  .urated-overlay .close-btn {
    position: absolute;
    top: 20px;
    right: 30px;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 34px;
    cursor: pointer;
    transition: transform 0.2s, color 0.2s;
  }

  .urated-overlay .close-btn:hover {
    transform: scale(1.2);
    color: #ff5555;
  }

  /* Navigation Arrows inside popup */
  .popup-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    border: none;
    color: #fff;
    font-size: 40px;
    cursor: pointer;
    padding: 10px 16px;
    border-radius: 50%;
    transition: background 0.2s;
  }

  .popup-nav:hover {
    background: rgba(255, 255, 255, 0.2);
  }

  /*.popup-prev {
    left: 50px;
  }

  .popup-next {
    right: 50px;
  }*/

  /* Fade + Zoom animation */
  @keyframes fadeInZoom {
    from {
      opacity: 0;
      transform: scale(0.95);
    }
    to {
      opacity: 1;
      transform: scale(1);
    }
  }
  .urated-popup-prev, .urated-popup-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 40px;
  color: white;
  background: transparent;
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 10000;
  transition: background 0.3s;
}
.urated-popup-prev:hover, .urated-popup-next:hover {
  background: transparent;
}
.urated-popup-prev { left: 90px; }
.urated-popup-next { right: 90px; }



/* Mobile screens Blog Page Start ≤ 767px */
/* === MOBILE ONLY === */



/* ---------- iPad Section ---------- */
.urated-title-ipad {
    font-weight: 500;
    font-size: 30px;
    color: #000000;
}
.urated-card-ipad {
  background: #fff;
  transition: all 0.3s ease;
}
.urated-card-ipad:hover {
  transform: translateY(-3px);
}
.urated-card-img-ipad img {
  height: 206px;
}
.urated-team-ipad {
  font-size: 16px;
  color: #425D7A;
}
.urated-desc-ipad {
    font-size: 16px;
    color: #383333;
}
.urated-date-ipad {
    font-size: 16px;
    color: #787474;
}
.dot-ipad {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #00c853;
  border-radius: 50%;
  margin-right: 6px;
}
.urated-card-content-ipad h5 {
    font-weight: 500 !important;
    font-size: 18px;
    color: black;
}
.urated-card-ipad a{
    text-decoration: none!important;
}
.urated-card-mobile a{
    text-decoration: none!important;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .urated-card-ipad {
    position: relative;
    display: flex;
    overflow: hidden;
    border: none !important; /* no border around full card */
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
  }

  /* Create a right half overlay with full border */
  .urated-card-ipad::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50%; /* right half only */
    height: 100%;
    border: 1px solid #B2B2B2;
    border-left: none;
    box-sizing: border-box;
    border-top-right-radius: 8px;   /* adjust radius size as needed */
    border-bottom-right-radius: 8px;
    pointer-events: none; /* prevent blocking clicks */
  }
}
/* ---------- Mobile Section ---------- */
.urated-title-mobile {
  font-weight: 500;
  font-size: 24px;
  color: #000000;
}
.urated-card-mobile {
  background: #fff;
  transition: all 0.3s ease;
  border: 1px solid #B2B2B2;
  border-radius: 4px;
}
.blog-mobile-image {
    width: 100%;
    height: 108px;
    object-fit: cover;
    object-position: right;
}
/*.urated-mobile-content {
    margin-left: -10px;
 }*/
.urated-card-mobile:hover {
  transform: translateY(-3px);
}
.urated-team-mobile {
    font-size: 12px;
    color: #425D7A;
    display: flex;
    align-items: center;
}
.urated-team-mobile-title {
    font-size: 16px;
    color: #000000;
    font-weight: 600;
    line-height: 22px;
}
.urated-date-mobile {
    font-size: 12px;
    color: #787474;
}
.dot-mobile {
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #00c853;
  border-radius: 50%;
  margin-right: 5px;
}

@media only screen and (max-width: 382px){
    .urated-mobile-content{
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
 }
 .urated-team-mobile-title {
  display: -webkit-box;
  -webkit-box-orient: vertical; 
  -webkit-line-clamp: 3;  
  overflow: hidden;         
  text-overflow: ellipsis; 
}
.seo-page-mintitle {
    background: #0074C8;
    font-size: 18px;
    color: white;
    height: 35px;
    width: 266px;
    text-align: center;
    padding: 7px;
}



.zsiq_theme1 .zsiq_user {
    background-color:#328a59 !important;
}
.zsiq_flt_rel {
    background: #328a59 !important;
}
.manslise-seo-min-title {
    margin-top: 27px;
}
.footer-links-list li a:hover{
    color: #0000FF;
    text-decoration: underline;
}
.seo-paragraph.text-start a {
    color: #0000FF;
}
.uRT-content a {
    color: #0000FF;
}

.mobile-left-arrow,
.mobile-right-arrow {
  display: none;
}
/* Mobile screens ≤ 767px */

@media only screen and (max-width: 767px) {
    .mainleft h2 {
        font-size: 28px;
        line-height: 39px;
    }

    p.slidertext {
        width: 100% !important;
        font-size: 18px;
        margin: 0;
        margin-top: 10px;
    }

    .mainleft a {
        font-size: 16px;
        font-weight: 700;
        margin-top: 10px;
    }

    .mainleft {
        width: 100%;
        padding: 10px;
        justify-content: end !important;
        margin: 0;
        gap: 5px;
        margin-bottom: 18px;
    }

    .allnavigations {
        width: 100%;
    }

    button.abouttab,
    button.abouttab:hover {
        font-size: 18px !important;
        line-height: 15px !important;
        text-align: center !important;
    }

    .firstslidebanner {
        background: url('../images/bannerimages/firstslide.webp') no-repeat center center !important;
        background-size: contain; !important;
    }
   /* .ui-ux-design-firstslidebanner {
        background: url('../images/UIUX SEO Page/URated Services Banners 1.gif') no-repeat center center !important;
        background-size: cover !important;
    }*/
    .firstslidebanner-creative {
        background: url('../images/Creative-Design/Creative Design_mobile.webp') no-repeat center center !important;
        background-size: contain !important;
      }

    .secondslidebanner {
        background: url('../images/bannerimages/secondslide.webp') no-repeat center center !important;
        background-size: contain !important;
    }
    /*.ui-ux-design-secondslidebanner {
        background: url('../images/UIUX SEO Page/mobile banner 2.webp') no-repeat center center !important;
        background-size: cover !important;
    }*/

    .thirdslidebanner {
        background: url('../images/bannerimages/thirdslide.webp') no-repeat center center !important;
        background-size: contain !important;
    }
    /*.ui-ux-design-thirdslidebanner {
        background: url('../images/UIUX SEO Page/Mobile Banner.webp') no-repeat center center !important;
        background-size: cover !important;
    }*/

    .forthslidebanner {
        background: url('../images/bannerimages/forthslide.webp') no-repeat center center !important;
        background-size: contain !important;
    }
    /*.ui-ux-design-forthslidebanner {
        background: url('../images/UIUX SEO Page/Mobile Banner 1.webp') no-repeat center center !important;
        background-size: cover !important;
    }*/

    button.abouttab[data-index="0"] {
        width: 101px;
    }

    button.abouttab[data-index="2"] {
        width: 87px;
    }

    button.abouttab[data-index="1"] {
        width: 66px;
    }

    button.abouttab[data-index="3"] {
        width: 104px;
    }

    .separaterlink,
    .creative-design-scroll {
        display: none !important;
    }

    .aboutslider-tabs {
        margin-left: 0;
    }

    button.abouttab {
        margin-right: 0px !important;
        padding: 10px 10px;
    }

    .maincontent {
        display: flex;
    }

    .fordesktop {
        display: none;
    }

    .fortabletmobile {
        display: flex;
    }

    .abouttab,
    .abouttab:focus {
        padding: 10px 10px;
    }

    .cd-second-section {
        background: #445C78;
        height: 227px !important;
    }

    .cd-second-left {
        margin-left: 0;
    }

    .cd-second-left .blkAJz {
        max-width: 100% !important;
    }

    .faq-container {
        max-width: 100%;
        padding: 20px;
    }

    .faq-image-wrapper {
        display: none;
    }

    .contentdiv {
        max-width: 100% !important;
        padding: 0;
        border-radius: 0 !important;
    }

    .cd-second-left {
        width: 100% !important;
    }

    .creative-page-podcast .fklVYM {
        width: 30% !important;
        height: 0px;
        padding-top: 30% !important;
    }

    .creative-page-podcast .fSLFkF {
        position: absolute !important;
        top: 0 !important;
        right: 0 !important;
        width: 65% !important;
    }

    .hiddenmobile {
        display: none !important;
    }

    #faqAccordion {
        margin-right: 0;
    }

    .faq-accordion .accordion-button {
        font-size: 18px;
        padding-bottom: 30px;
        color: #073D5E;
        font-weight: 500 !important;
    }

    .faq-accordion .accordion-body {
        font-size: 16px;
    }

    .urated-section-title {
        font-size: 24px;
        margin-bottom: 25px;
        line-height: 33px;
    }

    .urated-title {
        font-size: 22px;
    }

    .urated-text {
        font-size: 16px;
    }

    .urated-card {
        margin-right: 14px;
    }

    .urated-card {
        max-width: 330px;
        height: 275px!important;
    }

    .urated-slider-wrapper {
        padding-left: 0rem;
    }

    .contentdiv {
        padding-top: 0 !important;
    }

    .faqsection {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }

    .creative-page-podcast .bOZJZt {
        padding: 12px 0px;
    }

    .uRT-card {
        padding: 20px 15px !important;
        margin-top: 30px !important;
        background: #F5F5F7;
    }

    .uRT-content p {
        font-size: 16px;
    }

    .ds-mobs-chat {
        left: 5%;
    }

    .popupOverlay {
        display: none;
    }
    .popup-right .form-group{
      flex-direction: column;
    }
    .name-fields {
        width: 100%;
    }
     .custom-blog-mobile {
    padding: 15px;
    margin-top: 20px !important;
    background: #F9FAFB;
  }

  /* Blog Title */
  .custom-blog-title-mobile {
    margin-top: 18px;
    font-size: 25px;
    font-weight: 650;
    line-height: 1.5em;
    position: relative;
  }

  .custom-blog-title-mobile::after {
    content: "";
    background: #D58147;
    width: 6px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -15px;
  }
  /* Team Section */
  .custom-team-mobile {
    background-image: url('../images/pta-bd-2.webp');
    background-size: cover;
    width: 100%;
    margin-top: 27px!important;
    /* text-align: center;     */
    display: flex;   
    padding-left: 10px !important;     
    align-items: center;     
    justify-content: left; 
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 25px;
    margin-left: -3px;
  }
  .custom-team-mobile-text strong {
        font-size: 15px;
    }

  /* Description toggle */
  .custom-desc-box-mobile {
    margin-top: 3px;
  }

  .custom-desc-mobile {
    font-size: 14px;
    font-style: italic;
    color: #6E6C6C;
  }

  .custom-arrow-mobile {
    font-size: 14px;
    color: #333;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-style: italic;
    transition: opacity 0.3s ease;
  }
  .custom-toggle-btn-mobile{
    text-decoration: none;
  }

  /* Hide preview + arrow when expanded */
   .custom-desc-box-mobile:has(.custom-toggle-btn-mobile[aria-expanded="true"]) {
    margin-bottom: -35px;
  }
  .custom-toggle-btn-mobile[aria-expanded="true"] .custom-arrow-mobile {
    display: none;
  }
  

  .blog-mob-fav{
    height: 55px;
    width: 55px;
    margin-top: -10px;
    margin-bottom: 5px;
  }
  .img-click-blog-mob{
    height: 12px;
    width: 12px;
  }
    .blog-top-mob-section span {
        font-size: 14px;
        color: #6E6C6C;
        margin-top: 10px;
    }
    .custom-social-icons a {
        margin-top: 10px!important;
        margin-right: 25px;
    }
    .audio-block {
        margin-top: 22px!important;
    }
    .audio-title {
       margin-top: -63px!important;
       color: #2E3F73!important;
    }
    #audioTime-mob {
       width: 25px;
   }
   /* TOC Wrapper */
    .blog-toc-mobile {
      border: none !important;
      border-radius: 7px !important;
    }

    /* Links */
    .blog-toc-link {
      position: relative;
      font-size: 16px;
      color: #333;
      text-decoration: none;
    }

    /* Hide icon by default */
    .blog-toc-icon img {
      display: none;
      margin-top: -3px;
    }

    /* Show icon only on hover/active */
    .blog-toc-link:hover .blog-toc-icon img,
    .blog-toc-link.active .blog-toc-icon img {
      display: inline-block;
    }

    /* Hover + Active */
    .blog-toc-link:hover,
    .blog-toc-link.active {
      color:#333333 !important;;
      font-weight: 500;
    }

    /* Arrow rotation */
    .blog-toc-toggle-btn[aria-expanded="true"] .blog-toc-arrow {
      transform: rotate(180deg);
      transition: transform 0.3s ease;
    }
    .blog-toc-toggle-btn .blog-toc-arrow {
      transition: transform 0.3s ease;
    }

    /* Content Section */
    .blog-content-mobile h2 {
      font-size: 24px;
      font-weight: 500;
      color: #000000;
      line-height: 30px;
    }
    .blog-content-mobile p {
      font-size: 18px;
      line-height: 28px;
      color: #000000;
        margin-bottom: 15px;
        margin-top: 15px;
    }
    .blog-content-mobile img {
      margin-top: 10px;
      margin-bottom: 10px;
    }
    .blog-content-mobile ul {
      font-size: 18px;
      color: #000000;
      line-height: 28px;

    }
    .table-content-mobile{
       font-weight: 500;
       color: #383333;
       font-size: 18px;
    }
    .blog-toc-toggle-btn {
        background-color: #F9FAFB !important;
        border: none !important;
        border-radius: 7px;
    }
    .blog-content-mobile {
/*        background-color: #F9FAFB;*/
/*        border-radius: 7px;*/
        margin-top: 10px !important;
    }
    .blog-content-mobile h2:first-child { margin-top: 26px!important; }
    .urated-social-media-mobile small {
        font-size: 14px;
        color: #4B4B4B;
        display: block;
        margin-bottom: 6px;
        margin-left: 2px;
    }
    .urated-social-media-mobile strong {
        font-size: 14px;
        font-weight: 600 !important;
        color: #2E3F73;
        margin-left: 1px;
    }
    /* Wrapper */
    .mob-blog-wrapper {
      max-width: 100%;
    }

    /* Strategy Box */
    .mob-blog-strategy-box {
      background: #f5f7ff; /* light bluish bg */
    }
    .mob-blog-strategy-label {
      font-size: 22px;
      font-weight: 500;
      color: #073D5E;
    }
    .mob-blog-strategy-heading {
      font-size: 22px;
      font-weight: 500;
      color: #383333;
    }
    .mob-blog-strategy-text {
      font-size: 14px;
      line-height: 24px;
      color: #000000;
    }
    .mob-blog-strategy-btn {
      background: linear-gradient(90deg, #4B6CB7, #182848, #4B6CB7);
      color: #fff;
      font-weight: 600;
      border-radius: 6px;
      padding: 10px;
      font-size: 14px;
    }

    /* Divider */
    .mob-blog-divider {
      margin: 28px 0;
      border-top: 1px solid #4B4B4BAD;

    }

    /* Read Next */
    .mob-blog-readnext-title {
      font-size: 24px;
      font-weight: 500;
      color: #000000;
      margin-bottom: 22px;
    }
    .custom-form-section p{
        text-align: left;
    }

    /* Articles */
    .mob-blog-article-title {
      font-size: 18px;
      font-weight: 500;
      color: #000000;
      line-height: 28px;
    }
    .mob-blog-article-title a {
    color: #000000;
    text-decoration: none;
    }
    .mob-blog-article-meta {
      font-size: 16px;
      color: #4B4B4B;
    }
    .mob-blog-article-link {
      font-size: 18px;
      color: #0000FF;
      text-decoration: underline;
    }
    .mob-blog-article-link:hover {
      text-decoration: underline;
    }
    .blog-content-mobile a {
       color: #0000FF;
   }
   .custom-form-section{
    position: static!important;
   }
   .custom-form-section button{
      width: 100%!important;
      background: linear-gradient(90deg, #4B6CB7, #182848, #4B6CB7)!important;
      color: white!important;
      border: none!important;
   }

    .custom-form-section span {
        font-weight: 500;
    }
    .custom-form-section h4 {
        font-weight: 600;
    }
    .icon-box {
        width: 30px!important;
        height: 30px!important;
    }
    .social-icons {
        gap: 4px!important;
    }
    .blog-content-mobile-subchild {
      margin-bottom: 26px;
    }
     .logo-section .row {
      --bs-gutter-x: 0; /* Disable Bootstrap gutter */
      --bs-gutter-y: 0;
      display: flex !important;
      flex-wrap: wrap;
      gap: 0.5rem !important;
    }
    .urated-collection-hero {
        padding-top: 100px;
        padding-bottom: 35px;;
    }
    .urated-collection-subtitle {
        font-size: 16px;
    }
    .urated-collection-subtitle::after{
        width: 102px;
    }
    .mobile-social-section-collection {
        padding-top: 20px;
        padding-bottom: 25px;
        background: #F9FAFB;
    }
    .mobile-social-heading-collection {
        font-size: 24px;
        font-weight: 400;
        line-height: 30px;
        color: #000000;
    }
    .logo-section {
        background-color: #ffffff;
        padding-top: 10px !important;
        padding-bottom: 15px !important;
    }
    .logo-section-title {
        font-size: 24px;
        font-weight: 400;
        color: #000000;
        padding-top: 13px;
        line-height: 30px;
    }
    .logo-section-title b {
        font-weight: 500;
    }
    .urated-prev {
        left: 44%;
    }
    .urated-next {
        right: 36%;
    }
      .urated-carousel-control svg path {
        stroke: #fff !important;
        stroke-width: 2.5;
      }
    .urated-carousel-control {
        height: 32px!important;
        width: 32px!important;
        background:none;
        top: 100%;
        margin-top: 20px;
        display: none!important;
    }
    .logo-section .col {
      flex: 0 0 120px;
      max-width: 100%;
      width: 100%;
    }
     
    .logo-section .row {
     --bs-gutter-x: 0;
     --bs-gutter-y: 0;
     display: grid !important;
     flex-wrap: wrap;
     gap: 0rem !important;
     grid-template-columns: repeat(3, 1fr);
    }
    .urated-indicators {
        margin-top: 20px;
    }
    .seo-page-mintitle {
        background: #0074C8;
        font-size: 14px;
        color: white;
        height: 30px;
        width: 210px;
        text-align: center;
        padding: 7px;
    }
    .abouttab.active .mainprogress {
        width: 100%;
        margin-left: -10px;
    }
    .BigImage__InfoContainer-sc-e80883e4-4 {
        position: absolute !important;
        top: 0px !important;
        left: 135px !important;
        width: 225px !important;
    }
    .Image__ImageContainer-sc-427937e-0 {
        width: 110px !important;
        height: 115px !important;
        padding: 0 !important;
    }
    .service-popup-body {
        flex-direction: column;
        padding: 10px !important;
    }

    .left-section {
        width: 100%;
    }

    .right-section {
        width: 100%;
    }

    .service-popup {
        width: 95%;
        padding: 20px !important;
        top: 6%;
        overflow-y: scroll !important;
        height: 80% !important;
    }
    .form-popup {
        width: 95%;
        padding: 10px;
        height: 80%;
        top: 6%;
        overflow-y: scroll !important;
    }
    #contactForm {
        max-height: 530px;
        overflow-y: scroll;
    }
    .popup-right::after {
        width: 10px;
        height: 112%;
    }
    .popup-right {
        padding-left: 30px;
    }
    img.mainformlogo {
      width: 120px !important;
    }

    .service-popup-content h3 {
        font-size: 24px;
    }
    .aboutslider-tabs span br {
        display: none;
    }
    .aboutslider-tabs-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    }

    .aboutslider-tabs {
    display: flex;
    overflow: hidden;
    flex: 1;
    justify-content: center;
    scroll-behavior: smooth;
    }

    .abouttab {
    min-width: 100%; /* active tab fills full width */
    text-align: center;
    flex-shrink: 0;
    display: none; /* hide all */
    }

    .abouttab.active {
    display: block; /* show active tab */
    }

    .mobile-left-arrow,
    .mobile-right-arrow {
    width: 30px;
    height: 30px;
    background-size: cover;
    cursor: pointer;
    flex-shrink: 0;
    }

    .mobile-left-arrow {
    background-image: url('assets/new-web/images/Creative-Design/LeftArrow.png');
    }

    .mobile-right-arrow {
    background-image: url('assets/new-web/images/Creative-Design/RightArrow.png');
    }

    .abouttab span {
        display: inline-block; /* vertical margin works */
        margin-top: 20px;
        margin-bottom: 10px;
        text-align: center !important;
    }

    /* Progress bar below all navigation */
    .mobile-progress-bar {
    width: 100%;
    height: 4px;
    background: rgba(255,255,255,0.3);
    border-radius: 2px;
    overflow: hidden;
    margin-top: 5px;
    }

    .mobile-progress-bar .aboutprogress {
    width: 0%;
    height: 100%;
    background: #fff;
    transition: width 0s linear;
    }
     .aboutslider-tabs {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        overflow: hidden;
      }

      .mobile-left-arrow,
      .mobile-right-arrow {
        display: block;
        position: absolute;
        top: 31%;
        transform: translateY(-50%);
        background: none;
        border: none;
        color: #073D5E;
        font-size: 35px;
        font-weight: 400;
        cursor: pointer;
        z-index: 10;
        cursor: pointer !important;
        padding: 5px 10px;
      }

      .mobile-left-arrow {
        left: 10px;
      }

      .mobile-right-arrow {
        right: 20px;
      }
    .left-section p {
        font-size: 16px;
    }
    .uRT-meta-dec {
        font-size: 14px;
    }
    .urated-carousel-controls{
        padding-right: 0px;
    }
    img#prevBtn {
        height: 25px !important;
        margin-right: 45px !important;
    }
    img#nextBtn {
        margin-right: 0px !important;
        height: 25px !important;
        margin-left: -33px !important;
    }
    img.defaulticon {
        height: 25px !important;
        width: 25px !important;
    }
    .urated-plus {
        height: 45px !important;
        width: 45px !important;
    }
    .faq-accordion .accordion-body {
        color: #000000;
    }
    .urated-card {
        background: #F5F5F7;
    }
    .aboutslider-content {
        margin-top: 15px;
    }
    .eHnbmi {
        display: none !important;
    }
    .footer-links-wrapper{
        padding: 10px;
        max-width: auto;
    }
    .footer-links-list li {
        margin-bottom: 0px;
    }
    .mob-last-copyright-section{
        background: #EDEFF2;
        padding-top: 1px;
        padding-bottom: 10px;
    }
    .footer-links-list-first li {
        margin-left: 0px;
    }


}
.youtube-modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  border: none;
  background: transparent;
  cursor: pointer;
  z-index: 1051;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: white;
  transition: transform 0.2s ease, color 0.2s ease;
}

/* Right arrow for close */
.youtube-modal-close::before {
  content: '➔';
  transform: scale(1.2);
  transition: transform 0.2s ease, color 0.2s ease;
}

.youtube-modal-close:hover::before {
  transform: scale(1.5);
  color: #ff4b2b;
}

/* Cross icon when no video loaded */
.youtube-no-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 60px;
  color: #ff4b2b;
  pointer-events: none; /* allows clicking through to iframe */
  display: flex;
  align-items: center;
  justify-content: center;
}