/* Progressive Printnpack brand — primary color #ff5e14 applied in style.css */
:root {
    --brand-primary: #ff5e14;
    --brand-primary-dark: #e04f0a;
}

/* Logo + brand name */
header.header-4 .logo .brand-logo-link {
    display: inline-flex !important;
    align-items: center !important;
    gap: 14px;
    text-decoration: none !important;
}

.brand-logo-img {
    max-height: 52px;
    width: auto;
    display: block;
    flex-shrink: 0;
}

header.header-4 .logo .brand-logo-img {
    max-height: 76px;
}

header.header-4 .logo .brand-logo-text {
    display: flex !important;
    flex-direction: column;
    line-height: 1.1;
}

header.header-4 .logo .brand-name {
    color: #fff !important;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    font-family: "Exo 2", sans-serif;
    display: block;
}

header.header-4 .logo .brand-tagline {
    color: #ff5e14 !important;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 4px;
    font-family: "Exo 2", sans-serif;
    display: block;
}

header.header-4 .logo .brand-logo-link:hover .brand-name,
header.header-4 .logo .brand-logo-link:hover .brand-tagline {
    color: #ff5e14 !important;
}

@media (max-width: 1199px) {
    header.header-4 .logo .brand-logo-img {
        max-height: 64px;
    }

    header.header-4 .logo .brand-name {
        font-size: 20px;
    }

    header.header-4 .logo .brand-tagline {
        font-size: 15px;
    }
}

@media (max-width: 575px) {
    header.header-4 .logo .brand-logo-text {
        display: none !important;
    }

    header.header-4 .logo .brand-logo-img {
        max-height: 54px;
    }
}

.footer-site-info .brand-logo-img {
    max-height: 60px;
}

.offset-menu-logo .brand-logo-img {
    max-height: 48px;
}

/* Header-4 toggle icons — light on dark banner/hero */
header.header-4 .side-menu-toggle,
header.header-4 .side-menu-toggle i,
header.header-4 #hamburger,
header.header-4 #hamburger i {
    color: #fff !important;
}

header.header-4 .side-menu-toggle:hover,
header.header-4 .side-menu-toggle:hover i {
    color: var(--brand-primary) !important;
}

/* Brand color extras (style.css already uses #FF5E14 site-wide) */
.scroll-up-btn a:hover {
    background-color: var(--brand-primary-dark) !important;
}

/* Contact page — prevent long email/phone from clipping */
.contact-us-sidebar .single-info {
    overflow: visible;
}

.contact-us-sidebar .single-info .text {
    overflow: visible;
    flex: 1;
    min-width: 0;
}

.contact-us-sidebar .single-info .text h5 {
    margin-bottom: 0;
}

.contact-us-sidebar .contact-info-value {
    color: #001659;
    text-transform: none;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.45;
    word-break: break-word;
    overflow-wrap: anywhere;
    display: inline-block;
    max-width: 100%;
}

.contact-us-sidebar .contact-info-value:hover {
    color: var(--brand-primary);
}

/* Orange background blocks — readable contrasting text */
.call-phone-cta,
.call-phone-cta .icon,
.call-phone-cta .content span,
.call-phone-cta .content h3 {
    color: #fff !important;
}

.call-phone-cta .content h3 {
    text-transform: none;
    letter-spacing: 0;
}

.company-year,
.company-year h2,
.company-year p {
    color: #161616;
}

.newsletter_widget.style-2 form button,
.newsletter_widget.style-2 form button i {
    color: #fff !important;
}

.theme-btn.style-4 {
    color: #161616 !important;
}

.theme-btn.style-4:hover {
    color: #fff !important;
}

/* Service card numbers (01, 02...) — orange watermark on dark cards */
.service-item-card .service-number {
    color: var(--brand-primary) !important;
    opacity: 0.45 !important;
}

.service-item-card:hover .service-number {
    color: #161616 !important;
    opacity: 1 !important;
}

.service-item-card .icon {
    color: var(--brand-primary) !important;
}

.service-item-card:hover .icon {
    color: #161616 !important;
}

/* Pricing page — proper template cards (not dark service cards) */
.single-pricing-plan .package-title h6 {
    text-transform: capitalize;
}

.single-pricing-plan .package-title h2 {
    text-transform: none;
    letter-spacing: 0;
    font-size: 36px;
}

.pricing-wrapper .section-title h2 {
    text-transform: capitalize;
}

.pricing-wrapper .section-title > span {
    color: var(--brand-primary);
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
}

/* Portfolio page */
.portfolio-page-section {
    padding-top: 100px;
}

@media (max-width: 991px) {
    .portfolio-page-section {
        padding-top: 80px;
    }
}

.portfolio-page-intro {
    margin-bottom: 50px;
}

.portfolio-page-section .section-title > span {
    color: var(--brand-primary);
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    margin-bottom: 12px;
    font-size: 14px;
    letter-spacing: 0.5px;
}

.portfolio-page-section .section-title h2 {
    text-transform: capitalize;
    font-size: 46px;
    line-height: 1.15;
    margin-bottom: 0;
    color: #161616;
}

.portfolio-page-section .section-title p {
    color: #53545a;
    font-size: 16px;
    line-height: 1.7;
    max-width: 640px;
}

.portfolio-grid {
    row-gap: 10px;
}

.portfolio-page-section .portfolio-grid-item {
    margin-top: 0;
    margin-bottom: 40px;
}

.portfolio-page-section .portfolio-grid-item .project-img {
    height: 300px;
    border-radius: 6px;
    overflow: hidden;
    display: block;
}

@media (max-width: 767px) {
    .portfolio-page-section .portfolio-grid-item .project-img {
        height: 260px;
    }
}

.portfolio-page-section .portfolio-grid-item .content-text {
    margin-top: 22px;
}

.portfolio-page-section .portfolio-grid-item .content-text h4 {
    text-transform: capitalize;
    font-size: 20px;
}

.portfolio-page-section .portfolio-grid-item .content-text h4 a:hover {
    color: var(--brand-primary);
}

/* Inner pages — section headings readability */
.section-title-4 h2,
.block-contents .section-title h2,
.faq-question-wrapper > h2 {
    text-transform: capitalize;
}

.skill-circle {
    --percent: 0;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: conic-gradient(var(--brand-primary) calc(var(--percent) * 1%), #f7f7f7 0);
    position: relative;
}

.skill-circle::before {
    content: '';
    position: absolute;
    inset: 8px;
    border-radius: 50%;
    background: #fff;
}

.skill-circle-value {
    position: relative;
    z-index: 1;
    font-weight: 600;
    color: var(--brand-primary);
    font-size: 18px;
}

/* Swiper navigation inside testimonial */
.testimonial-swiper .swiper-button-prev,
.testimonial-swiper .swiper-button-next {
    color: var(--brand-primary);
}

.testimonial-swiper .swiper-button-prev::after,
.testimonial-swiper .swiper-button-next::after {
    font-size: 22px;
}

/* Mobile submenu default hidden */
#mobile-menu .sub-menu {
    display: none;
    padding-left: 15px;
}

#mobile-menu .sub-menu li {
    list-style: none;
}

/* WhatsApp chat button */
.whatsapp-chat-btn {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 99999;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #25d366;
    color: #fff !important;
    padding: 14px 18px;
    border-radius: 50px;
    font-size: 26px;
    line-height: 1;
    text-decoration: none !important;
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.45);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.whatsapp-chat-btn:hover {
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(37, 211, 102, 0.55);
}

.whatsapp-chat-label {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    font-family: "Roboto", sans-serif;
}

@media (max-width: 575px) {
    .whatsapp-chat-label {
        display: none;
    }

    .whatsapp-chat-btn {
        width: 56px;
        height: 56px;
        padding: 0;
        justify-content: center;
        border-radius: 50%;
    }
}

/* Contact form Bootstrap alerts */
.contact-form-alert {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 16px 18px;
    margin-bottom: 24px;
    border-left: 4px solid;
    border-radius: 6px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    font-size: 15px;
    line-height: 1.5;
}

.contact-form-alert.alert-success {
    background-color: #d1e7dd;
    border-color: #198754;
    color: #0f5132;
}

.contact-form-alert.alert-danger {
    background-color: #f8d7da;
    border-color: #dc3545;
    color: #842029;
}

.contact-form-alert .contact-alert-icon {
    font-size: 24px;
    line-height: 1;
    margin-top: 2px;
    flex-shrink: 0;
}

.contact-form-alert.alert-success .contact-alert-icon {
    color: #198754;
}

.contact-form-alert.alert-danger .contact-alert-icon {
    color: #dc3545;
}

.contact-form-alert .contact-alert-content {
    flex: 1;
}

.contact-form-alert .contact-alert-content strong {
    display: block;
    font-size: 17px;
    margin-bottom: 4px;
}

.contact-form-alert .contact-alert-content p,
.contact-form-alert .contact-alert-content ul {
    color: inherit;
}

.contact-form-alert .btn-close {
    margin-left: 8px;
    flex-shrink: 0;
}

.live-chat a .fab.fa-whatsapp {
    margin-right: 8px;
}

.video-play-btn .theme-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #ff5e14;
    color: #fff !important;
    font-size: 18px;
    text-decoration: none !important;
}

.video-play-btn .theme-link:hover {
    background: #e04f0c;
    color: #fff !important;
}

/* ==========================================================
   SITE-WIDE RESPONSIVE / MOBILE-FRIENDLY FIXES
   ========================================================== */

html,
body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

main {
    overflow-x: hidden;
}

img,
video,
iframe {
    max-width: 100%;
    height: auto;
}

.container,
.container-fluid {
    padding-left: 15px;
    padding-right: 15px;
}

/* Header — logo pinned left, menu pinned right */
header.header-4 .header-container {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

header.header-4 .logo {
    flex-shrink: 0;
    padding-left: 10px;
}

header.header-4 .header-right-area {
    flex-shrink: 0;
    margin-left: auto;
    gap: 10px;
    padding-right: 16px;
}

header.header-4 .header-right-elements {
    gap: 10px;
    flex-shrink: 0;
}

header.header-4 .main-menu ul {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 0;
}

header.header-4 .main-menu ul > li > a {
    padding: 20px 12px;
}

@media (min-width: 992px) {
    header.header-4 .logo {
        padding-left: 16px;
    }

    header.header-4 .header-right-area {
        padding-right: 28px;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    header.header-4 .logo {
        padding-left: 20px;
    }

    header.header-4 .header-right-area {
        padding-right: 32px;
    }

    header.header-4 .logo .brand-logo-img {
        max-height: 58px !important;
    }

    header.header-4 .logo .brand-name {
        font-size: 19px !important;
    }

    header.header-4 .logo .brand-tagline {
        font-size: 13px !important;
    }

    header.header-4 .main-menu ul > li > a {
        padding: 18px 8px;
        font-size: 12px;
        letter-spacing: 0.2px;
    }

    header.header-4 .header-right-elements .theme-btn.style-4 {
        padding: 11px 14px;
        font-size: 11px;
    }
}

@media (min-width: 1400px) and (max-width: 1599px) {
    header.header-4 .logo {
        padding-left: 24px;
    }

    header.header-4 .header-right-area {
        padding-right: 48px;
    }

    header.header-4 .main-menu ul > li > a {
        padding: 20px 14px;
        font-size: 14px;
    }
}

/* High-end laptops / ultra-wide (1600px+) — logo & menu pinned to edges */
@media (min-width: 1600px) {
    header.header-wrap.header-1.header-4,
    header.header-1.header-4 {
        padding: 20px 0 !important;
        width: 100% !important;
        max-width: none !important;
    }

    header.header-4 .header-container {
        position: relative;
        display: block !important;
        width: 100% !important;
        max-width: none !important;
        min-height: 88px;
        margin: 0;
        padding: 0 !important;
    }

    header.header-4 .logo {
        position: absolute;
        left: 20px;
        top: 50%;
        transform: translateY(-50%);
        padding: 0 !important;
        margin: 0 !important;
        z-index: 2;
    }

    header.header-4 .header-right-area {
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        margin: 0 !important;
        padding: 0 !important;
        z-index: 2;
    }

    header.header-4 .main-menu ul > li > a {
        padding: 20px 14px;
        font-size: 14px;
    }
}

@media (min-width: 1920px) {
    header.header-4 .logo {
        left: 24px;
    }

    header.header-4 .header-right-area {
        right: 24px;
    }

    header.header-4 .main-menu ul > li > a {
        padding: 20px 16px;
    }
}

@media (min-width: 2400px) {
    header.header-4 .logo {
        left: 32px;
    }

    header.header-4 .header-right-area {
        right: 32px;
    }

    header.header-4 .main-menu ul > li > a {
        padding: 20px 18px;
    }
}

@media (min-width: 1350px) {
    header.header-wrap.header-1.header-4,
    header.header-1.header-4 {
        padding: 20px 0 !important;
    }
}

header.header-4 .header-right-elements .theme-btn.style-4 {
    padding: 12px 18px;
    font-size: 13px;
    white-space: nowrap;
}

header.header-4 .mobile-menu-trigger {
    margin-left: 12px;
}

/* Mobile & tablet — normal flex header (never use ultra-wide absolute layout) */
@media (max-width: 1599px) {
    header.header-4 .header-container {
        display: flex !important;
        position: static !important;
        min-height: 0 !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    header.header-4 .logo {
        position: static !important;
        top: auto !important;
        left: auto !important;
        transform: none !important;
        padding-left: 0 !important;
        margin: 0 !important;
    }

    header.header-4 .header-right-area {
        position: static !important;
        top: auto !important;
        right: auto !important;
        transform: none !important;
        margin-left: auto !important;
        padding-right: 0 !important;
    }
}

@media (max-width: 575px) {
    header.header-1.header-4 {
        padding: 10px 0 !important;
    }

    header.header-4 .header-container {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    header.header-4 .header-right-elements .theme-btn.style-4 {
        display: none !important;
    }

    header.header-4 .mobile-menu-trigger {
        margin-left: 8px;
    }
}

/* Hero slider */
.agency-hero-wrapper {
    overflow: hidden;
}

.agency-slider-active {
    width: 100%;
}

.agency-slider-active .single-agency-slide {
    background-position: center center !important;
    background-size: cover !important;
}

@media (max-width: 991px) {
    .agency-slider-active .single-agency-slide {
        padding: 110px 0 130px !important;
    }

    .agency-slider-active .single-agency-slide .hero-contents {
        padding: 0 !important;
        text-align: center;
    }

    .agency-slider-active .single-agency-slide .hero-contents h1 {
        font-size: 46px !important;
        line-height: 1.1;
        word-break: break-word;
    }
}

@media (max-width: 575px) {
    .agency-slider-active .single-agency-slide {
        padding: 95px 0 115px !important;
        min-height: 420px;
    }

    .agency-slider-active .single-agency-slide .hero-contents h1 {
        font-size: 34px !important;
    }

    .agency-slider-active .single-agency-slide .hero-contents .theme-btn {
        font-size: 13px;
        padding: 14px 22px;
    }
}

/* Hero side links — desktop / ultra-wide (override theme left:-95px) */
@media (min-width: 992px) {
    .rotate-social-link {
        left: 16px !important;
        bottom: auto !important;
        top: 50%;
        transform: translateY(-50%) !important;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .rotate-social-link a {
        margin: 0;
        writing-mode: vertical-rl;
        text-orientation: mixed;
        transform: rotate(180deg);
    }
}

/* Hero side links — mobile bar */
@media (max-width: 991px) {
    .rotate-social-link {
        position: static !important;
        transform: none !important;
        left: auto !important;
        bottom: auto !important;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
        padding: 12px 15px 18px;
        background: rgba(0, 0, 0, 0.4);
    }

    .rotate-social-link a {
        margin: 0;
        font-size: 11px;
        padding: 7px 10px;
        border: 1px solid rgba(255, 255, 255, 0.35);
        border-radius: 4px;
    }

    .agency-hero-wrapper .agency-slider-active .swiper-pagination {
        bottom: 14px !important;
        top: auto !important;
        right: auto !important;
        left: 50% !important;
        transform: translateX(-50%);
        width: auto !important;
        display: flex;
        justify-content: center;
        gap: 6px;
    }
}

/* About section */
.agency-img img {
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 767px) {
    .experience-video-play {
        flex-direction: column;
        align-items: flex-start !important;
        gap: 18px;
    }

    .experience-video-play .year-experience-about {
        border-right: 0;
        border-bottom: 1px solid #eee;
        margin-right: 0;
        padding-right: 0;
        padding-bottom: 14px;
        width: 100%;
    }

    .experience-video-play .video-popup-btn {
        padding-right: 0;
        width: 100%;
    }

    .video-play-btn {
        display: flex;
        align-items: flex-start;
        gap: 12px;
    }

    .video-play-btn span {
        font-size: 14px;
        line-height: 1.5;
    }
}

/* Section headings */
@media (max-width: 767px) {
    .section-title-4 h2,
    .block-contents .section-title h2,
    .faq-question-wrapper > h2 {
        font-size: 28px !important;
        line-height: 1.2;
    }
}

@media (max-width: 575px) {
    .section-title-4 h2,
    .block-contents .section-title h2,
    .faq-question-wrapper > h2 {
        font-size: 24px !important;
    }

    .our-service-wrapper .section-title-4 h2 br {
        display: none;
    }
}

/* Service cards */
@media (max-width: 575px) {
    .service-item-card {
        padding: 24px 20px;
    }
}

/* Skills / brand section */
@media (max-width: 991px) {
    .brand-client-img {
        text-align: center;
    }

    .brand-client-img img {
        max-width: 100% !important;
        width: 100%;
        height: auto;
    }

    .company-year {
        right: 10px !important;
        bottom: 20px !important;
        transform: rotate(0deg) !important;
        padding: 14px 22px;
    }

    .company-year h2 {
        font-size: 40px !important;
    }
}

@media (max-width: 767px) {
    .skill-circle-progress-wrapper .single-skill-circle-bar {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 8px;
    }
}

/* Team section */
@media (max-width: 575px) {
    .team-wrapper .d-flex.align-items-center {
        flex-direction: column;
        align-items: flex-start !important;
    }

    .team-wrapper .our-more-member.ml-30 {
        margin-left: 0 !important;
        margin-top: 12px;
    }

    .single-team-member-3 {
        height: 280px;
    }
}

/* Portfolio carousel */
.portfolio-showcase-carosuel-wrapper {
    overflow: hidden;
}

.portfolio-showcase-carousel-active {
    width: 100%;
    overflow: hidden;
    padding-bottom: 44px;
}

.portfolio-showcase-carousel-active .swiper-slide {
    height: auto;
}

.portfolio-showcase-carousel-active .single-recent-portfolio {
    width: 100%;
    height: 380px;
    margin-top: 0;
}

@media (max-width: 767px) {
    .portfolio-showcase-carousel-active .single-recent-portfolio {
        height: 300px;
    }
}

@media (max-width: 575px) {
    .portfolio-showcase-carousel-active .single-recent-portfolio {
        height: 260px;
    }
}

/* Show project info on touch devices (no hover) */
@media (max-width: 991px) {
    .portfolio-showcase-carousel-active .single-recent-portfolio .project-details {
        opacity: 1 !important;
        visibility: visible !important;
        transform: translateY(0) !important;
    }
}

/* Testimonials */
@media (max-width: 991px) {
    .testimonial-img-right {
        text-align: center;
    }

    .testimonial-img-right img {
        width: 100%;
        max-width: 360px;
        margin: 0 auto;
        display: block;
    }

    .testimonial-carousel-list {
        margin-right: 0 !important;
        padding-right: 0 !important;
    }

    .single-testimonial-carousel p {
        font-size: 16px;
        line-height: 1.6;
    }
}

/* Fun facts */
@media (max-width: 575px) {
    .single-fun-fact {
        margin-bottom: 10px;
    }

    .single-fun-fact h2 {
        font-size: 36px;
    }

    .single-fun-fact h3 {
        font-size: 13px;
    }
}

/* FAQ */
@media (max-width: 575px) {
    .faq-question-wrapper .accordion-button {
        font-size: 14px;
        padding: 14px 12px;
        line-height: 1.4;
    }

    .call-phone-cta {
        padding: 20px;
    }

    .call-phone-cta .content h3 {
        font-size: 20px;
    }
}

/* CTA banner */
@media (max-width: 767px) {
    .promo-banner-cta h2 {
        font-size: 26px !important;
        line-height: 1.3;
    }

    .promo-banner-cta h2 br {
        display: none;
    }
}

/* Blog cards */
@media (max-width: 767px) {
    .latest-news-card {
        margin-bottom: 28px;
    }

    .latest-news-card .content h3 {
        font-size: 20px;
        line-height: 1.35;
    }
}

/* Footer */
@media (max-width: 767px) {
    .footer-site-info,
    .single-footer-wid,
    .newsletter_widget {
        margin-top: 24px;
        text-align: center;
    }

    .footer-site-info ul,
    .single-footer-wid ul {
        padding-left: 0;
    }

    .footer-social {
        margin: 14px 0;
    }

    .footer-menu-3 ul {
        justify-content: center;
        padding-left: 0;
    }

    .footer-bottom .copyright-info p {
        font-size: 14px;
        line-height: 1.5;
    }
}

/* Inner pages */
@media (max-width: 767px) {
    .page-banner-wrap {
        padding-top: 100px !important;
        padding-bottom: 60px !important;
    }

    .page-banner-wrap .page-heading h1 {
        font-size: 32px !important;
        line-height: 1.15;
    }

    .page-banner-wrap .breadcrumb li {
        font-size: 13px;
    }
}

/* Contact page */
@media (max-width: 767px) {
    .contact-form h2,
    .contact-us-sidebar h2,
    .contact-info h2,
    .live-chat h2 {
        font-size: 22px;
    }

    .contact-form .submit-btn {
        width: 100%;
    }
}

/* Pricing page */
@media (max-width: 767px) {
    .single-pricing-plan {
        margin-bottom: 24px;
    }

    .single-pricing-plan .package-title h2 {
        font-size: 30px;
    }
}

/* Portfolio page */
@media (max-width: 767px) {
    .portfolio-page-section .section-title h2 {
        font-size: 30px !important;
    }

    .portfolio-page-section .portfolio-grid-item {
        margin-bottom: 28px;
    }
}

/* Swiper general */
.swiper {
    width: 100%;
    overflow: hidden;
}

/* WhatsApp button spacing on mobile */
@media (max-width: 575px) {
    .whatsapp-chat-btn {
        bottom: 16px;
        right: 16px;
    }
}

/* Prevent long text overflow */
.contact-info-value,
.footer-site-info li,
.footer-site-info li span {
    word-break: break-word;
    overflow-wrap: anywhere;
}

/* Section padding tweak on small screens */
@media (max-width: 575px) {
    .section-padding {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }
}
