/* =============================================================================
   DMS SEMANTIC CLASS REGISTRY — PT. Dumas Makmur Sejahtera
   Prefix: dms-  |  These classes are added alongside template classes so
   that DevTools inspection shows meaningful, project-specific names.
   Template CSS is untouched; these names are safe to use in custom styles.
   =============================================================================

   LAYOUT
   ------
   dms-site-header          → <header>  main site header wrapper
   dms-header-topbar        → top info bar (address / opening hours)
   dms-header-topbar-right  → right side of top bar
   dms-topbar-social        → social icons in top bar
   dms-header-brand         → logo + contact info row
   dms-logo-wrap            → logo column wrapper
   dms-logo                 → logo image/link
   dms-header-contact       → header contact info block
   dms-contact-item         → single contact item (phone / email / CTA)
   dms-header-nav           → navigation bar row
   dms-navbar               → <nav> primary navigation
   dms-nav-menu             → <ul> navigation list
   dms-btn                  → shared button base
   dms-btn-primary          → btn-style-one  (solid primary)
   dms-btn-quote            → btn-style-two  (Get A Quote)
   dms-btn-ghost            → btn-style-three (outline/ghost)
   dms-btn-solid            → btn-style-four (solid accent / submit)
   dms-site-footer          → <footer> main site footer
   dms-footer-widgets       → footer widget columns row
   dms-footer-about         → footer column: company description
   dms-footer-links         → footer column: site links
   dms-footer-map           → footer column: Google Map embed
   dms-footer-bottom        → bottom bar (copyright + social)
   dms-footer-copyright     → copyright column
   dms-footer-social-col    → social icons column in footer
   dms-footer-social        → <ul> footer social icon list

   PAGE SECTIONS
   -------------
   dms-hero                 → homepage hero / main slider section
   dms-hero-carousel        → owl-carousel inside hero
   dms-hero-slide           → individual slide
   dms-hero-content         → slide text content (title, heading, buttons)
   dms-hero-buttons         → hero CTA button group
   dms-hero-social          → social icons overlaid on hero
   dms-company-intro        → welcome / about preview section
   dms-intro-image-col      → image column inside intro section
   dms-intro-text-col       → text column inside intro section
   dms-cta                  → call-to-action banner (homepage)
   dms-cta-banner           → call-to-action banner (about / other pages)
   dms-services-overview    → services/products overview section (homepage)
   dms-services-heading-col → left heading column in services overview
   dms-home-contact         → contact form section on homepage
   dms-page-hero            → page-title hero banner (inner pages)
   dms-breadcrumb           → breadcrumb navigation list
   dms-why-choose           → "Why Choose Us" / choice section
   dms-contact-page         → full contact page section
   dms-products-grid        → products listing grid section
   dms-clients-grid         → clients grid section

   COMPONENTS
   ----------
   dms-section-heading      → sec-title heading block
   dms-heading-group        → title-inner (label + h2 group)
   dms-inner-wrap           → inner-column with animation wrapper
   dms-stats                → counter-box statistics wrapper
   dms-stats-grid           → fact-counter row
   dms-stat-item            → counter-column (single stat column)
   dms-stat                 → count-outer count-box (number + label)
   dms-service-card         → services-block-three (homepage service card)
   dms-service-card__inner  → inner-box of service card
   dms-service-card__header → upper-box of service card (icon + title)
   dms-product-card         → services-block (products grid card)
   dms-product-card__body   → lower-content of product card
   dms-card-overlay-top     → upper-layer hover overlay
   dms-card-overlay-bottom  → lower-layer hover overlay
   dms-card-inner           → generic inner-box
   dms-feature-list         → list-style-two (feature/checklist)
   dms-form-col             → form column wrapper
   dms-form-wrapper         → default-form / contact-form inner wrapper
   dms-client-card          → team-block (client logo card)
   dms-client-card__name    → lower-box client name
   dms-product-detail       → sidebar-page-container (product detail page)
   dms-product-content      → content-side (main content area)
   dms-product-single       → service-single (single product wrapper)
   dms-product-detail__body → lower-content inside product detail
   dms-sidebar-col          → sidebar-side column
   dms-sidebar              → aside.sidebar
   dms-product-nav-widget   → sidebar product category nav widget
   dms-product-nav-list     → blog-cat product navigation list
   dms-sidebar-cta-widget   → business-widget sidebar CTA
   ============================================================================= */

.product-text{
    margin-bottom:1rem;
}

.modern-text-section {
    padding-top: 60px;
    padding-bottom: 0px;
    padding-left: 0;
    padding-right: 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

.bg-shape-1 {
    position: absolute;
    top: -50px;
    right: -50px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: rgba(255, 94, 20, 0.08);
}

.bg-shape-2 {
    position: absolute;
    bottom: -100px;
    left: -100px;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: rgba(0, 123, 255, 0.05);
}

.auto-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.inner-content {
    position: relative;
    z-index: 2;
}

.title-wrapper {
    text-align: center;
    margin-bottom: 10px;
}

.title-wrapper h2 {
    font-size: 36px;
    font-weight: 700;
    color: #222;
    line-height: 1.2;
    margin-bottom: 25px;
}

.title-wrapper h2 span {
    color: #13b5ea;
}

.title-divider {
    width: 80px;
    height: 3px;
    background: #13b5ea;
    margin: 0 auto 30px;
}

.text-content {
    padding: 0 15px;
}

.text-content p {
    font-size: 20px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 30px;
    font-weight: 400;
}

.text-divider {
    width: 100px;
    height: 2px;
    background: #13b5ea;
    margin: 30px auto;
    opacity: 0.3;
}

.additional-text {
    font-size: 16px;
    color: #777;
    font-style: italic;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .title-wrapper h2 {
        font-size: 32px;
    }
    
    .text-content p {
        font-size: 18px;
    }
}

.modern-text-section {
    position: relative;
    overflow: hidden;
}

.modern-text-section .bg-shape-1 {
    animation: floatAnimation 6s ease-in-out infinite alternate;
}

.modern-text-section .bg-shape-2 {
    animation: floatAnimation 8s ease-in-out infinite alternate-reverse;
}

@keyframes floatAnimation {
    0% {
        transform: translateY(0) rotate(0deg);
    }

    100% {
        transform: translateY(-20px) rotate(2deg);
    }
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    .modern-text-section .row {
        flex-direction: column;
    }

    .modern-text-section .text-content {
        padding-right: 0;
        margin-bottom: 40px;
    }
}

/* Enhanced Footer Social Media Icons */
.main-footer .footer-bottom .social-icon-one {
    position: relative;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.main-footer .footer-bottom .social-icon-one li {
    position: relative;
    margin: 0;
    display: inline-flex;
    animation: socialIconFloat 3s ease-in-out infinite;
}

.main-footer .footer-bottom .social-icon-one li:nth-child(1) {
    animation-delay: 0s;
}

.main-footer .footer-bottom .social-icon-one li:nth-child(2) {
    animation-delay: 0.3s;
}

.main-footer .footer-bottom .social-icon-one li:nth-child(3) {
    animation-delay: 0.6s;
}

.main-footer .footer-bottom .social-icon-one li a {
    position: relative;
    width: 42px;
    height: 42px;
    font-size: 18px;
    color: #ffffff;
    line-height: 42px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #000048 0%, #000066 100%);
    border-radius: 50%;
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    box-shadow: 0 4px 15px rgba(0, 0, 72, 0.2);
    overflow: hidden;
}

.main-footer .footer-bottom .social-icon-one li a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #ffaa00 0%, #ff8800 100%);
    border-radius: 50%;
    transform: scale(0);
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    z-index: 0;
}

.main-footer .footer-bottom .social-icon-one li a:hover::before {
    transform: scale(1);
}

.main-footer .footer-bottom .social-icon-one li a span,
.main-footer .footer-bottom .social-icon-one li a svg {
    position: relative;
    z-index: 1;
}

.main-footer .footer-bottom .social-icon-one li a:hover {
    transform: translateY(-5px) scale(1.1);
    box-shadow: 0 8px 25px rgba(255, 170, 0, 0.4);
}

@keyframes socialIconFloat {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
}

/* Responsive adjustments for footer social icons */
@media (max-width: 991px) {
    .main-footer .footer-bottom .copyright-column,
    .main-footer .footer-bottom .social-column {
        text-align: center !important;
        margin-bottom: 15px;
    }
    
    .main-footer .footer-bottom .social-icon-one {
        justify-content: center;
        margin-top: 15px;
    }
}

@media (max-width: 575px) {
    .main-footer .footer-bottom .social-icon-one li a {
        width: 38px;
        height: 38px;
        font-size: 16px;
        line-height: 38px;
    }
    
    .main-footer .footer-bottom .social-icon-one {
        gap: 10px;
    }
}
