*,
.main-footer ul.footer-nav,
ol,
ul {
    padding: 0;
    margin: 0
}

.top-secton nav.navbar a.nav-link,
a {
    font-weight: 700;
    transition: .4s ease-in-out
}
body{
    overflow: initial !important;
}
h2,
h3,
h4,
h5,
h6 {
    color: var(--black);
    margin: 0
}

a {
    color: #1242e0
}

li {
    list-style: none
}

.pb30 {
    padding-bottom: 30px
}

:root {
    --yello: #f9cf2f;
    --white: #fff;
    --black: #000;
    --blue: #11559b;
    --gray: #f2f2f2;
    --headingcolor: #253f50
}

.form-control:focus {
    background-color: #fff
}

section.send-perposal .form-control:focus {
    color: #000
}

.about-img-wrap img {
    object-fit: contain !important
}

#our_reseller_partner input.form-control.effect-8 {
    color: #000 !important
}

#our_reseller_partner .form-control:focus {
    color: #000
}

a,
a:focus,
a:hover {
    text-decoration: none
}

.marq-sec {
    color: var(--black);
    background: #e4e4e4;
    font-size: 14px;
    line-height: 21px;
    padding-top: 8px !important;
    padding: 0
}

body {
    font-family: poppinsregular, sans-serif;
    font-size: 18px;
    color: var(--black);
    line-height: 33px;
    background: #fff !important
}

.h4,
.main-footer,
a,
h1,
h2,
h3,
h4 {
    font-family: poppinsmedium
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #f5f5f5
}

::-webkit-scrollbar {
    width: 6px;
    height: 3px;
    background-color: #9e8b8b
}

::-webkit-scrollbar-thumb {
    background-color: #a9a298
}

.md-hidden {
    display: none
}

.hidden-form .form-group.col-md-3+.form-group.col-md-12 input[type=submit],
.hidden-form .form-group.col-md-4+.form-group.col-md-12 input[type=submit] {
    position: absolute;
    top: 20px;
    right: 0;
    padding: 19px 21px;
    font-size: 15px;
    background: #f3d049;
    font-weight: 600;
    color: #253f50;
    border-radius: 0 40px 40px 0;
    border: #f3d049;
    text-transform: uppercase
}

.hidden-form {
    position: relative;
    top: 0;
    width: 100%;
    background: #11559b;
    opacity: 1;
    transform: scale(1);
    transition: .3s ease-in-out;
    padding: 20px 0;
    z-index: 1
}

.hidden-form .form-control {
    padding: 18px 10px;
    border-radius: 50px;
    border: 0;
    background: #fff;
    color: #000
}

.footer-badge,
.text-center {
    text-align: center
}

.bg-gray {
    background: var(--gray)
}

.bg-white {
    background: var(--white)
}

.container {
    max-width: 1340px
}
.modern-nav {
    position: sticky;
    top: 0;
    z-index: 999;
}
/* BUtton */
/* Base button styles */
 .theme-btn, .theme-btn-border {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 50px;
    padding: 4px 30px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.4s ease;
    height: 60px;
    text-decoration: none;
    border: none;
    border: 1px solid #141414;
    color: #000;
}
        /* White background button */
        .theme-btn .theme-btn {
            background-color: white;
            color: #0a0a14;
            border: 2px solid #e0e0e0;
        }
        
        /* Transparent button with border */
      .theme-btn   .theme-btn-border {
            background-color: transparent;
            color: #0a0a14;
            border: 2px solid #0066ff;
        }
        
        /* Button text */
.theme-btn .btn-text {
    position: relative;
    right: 0;
    transition: all 0.4s 
ease;
    z-index: 2;
    left: 28px;
    padding-right: 17px;
}
        
        /* Arrow circle - fixed position */
    .theme-btn .arrow-circle {
    position: absolute;
    left: 10px;
    width: 40px;
    height: 40px;
    background-color: #f7c812;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s 
ease;
    overflow: hidden;
    z-index: 1;
}
        
        /* Arrow - fixed position (no movement) */
       .theme-btn  .arrow {
            width: 20px;
            height: 20px;
            position: relative;
            /* Arrow fixed rahega - koi transition nahi */
        }
        
      
        
    
        
        /* Hover effects - arrow circle expands but arrow stays fixed */
        .theme-btn:hover .arrow-circle,
        .theme-btn-border:hover .arrow-circle {
            width: 100%;
            height: 100%;
            border-radius: 50px;
            /* Left position same rahega */
            left: 0;
        }
        
        /* Arrow ko absolutely positioned rakhte hain taki move na ho */
 .theme-btn .arrow-circle .arrow {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
}
        
       .theme-btn:hover .btn-text {
    color: #000000;
}
        
        .theme-btn-border:hover .btn-text {
            color: white;
        }
        
       .theme-btn:hover, .theme-btn-border:hover {
    border-color: #f7c812;
}
        
        /* Arrow ko bilkul move nahi hone dena */
     .theme-btn:hover .arrow-circle .arrow, .theme-btn-border:hover .arrow-circle .arrow {
    transform: translateY(-50%) !important;
    left: 24px !important;
}


/* :end */

/* Top Alert Bar */
  .top-alert {
    background: #f5f5f5;
    padding: 10px 0;
    color: #000000;
    text-align: center;
    font-size: 14px;
    position: relative;
    overflow: hidden;
}
        .top-alert::before {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
            animation: shimmer 3s infinite;
        }

        @keyframes shimmer {
            0% { transform: translateX(-100%); }
            100% { transform: translateX(100%); }
        }

        .top-alert-content {
            position: relative;
            z-index: 1;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
        }

      .top-alert a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s;
}

        .top-alert a:hover {
            color: #000;
            letter-spacing: 1px;
        }

        /* Main Header */
        .main-header {
            background: #fff;
            box-shadow: 0 4px 30px rgba(0,0,0,0.05);
            position: sticky;
            top: 0;
            z-index: 1000;
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .main-header.scrolled {
            box-shadow: 0 6px 40px rgba(17, 85, 155, 0.1);
            background: rgba(255,255,255,0.98);
            backdrop-filter: blur(10px);
        }

        /* Header Top Section */
        .header-top {
            background: linear-gradient(135deg, #f9cf2f 0%, #f5c400 100%);
            padding: 12px 0;
        }

        .header-top-container {
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 30px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 15px;
        }

        .contact-info {
            display: flex;
            gap: 20px;
            align-items: center;
            flex-wrap: wrap;
        }

        .contact-item {
            display: flex;
            align-items: center;
            gap: 8px;
            color: #000;
            text-decoration: none;
            font-weight: 600;
            font-size: 14px;
            padding: 6px 15px;
            border-radius: 25px;
            background: rgba(255,255,255,0.3);
            transition: all 0.3s;
        }

        .contact-item:hover {
            background: #fff;
            transform: translateY(-2px);
            box-shadow: 0 4px 15px rgba(0,0,0,0.1);
        }

        .contact-item i {
            font-size: 16px;
        }

        .header-cta {
            display: flex;
            gap: 15px;
            align-items: center;
        }

        .btn-book-call {
            background: #11559b;
            color: #fff;
            padding: 8px 20px;
            border-radius: 25px;
            text-decoration: none;
            font-weight: 600;
            font-size: 14px;
            transition: all 0.3s;
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .btn-book-call:hover {
            background: #000;
            color: #f9cf2f;
            transform: scale(1.05);
        }

        /* Header Main Section */
        .header-main {
            padding: 0;
        }

        .header-main-container {
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 30px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            min-height: 85px;
        }

        .logo {
            flex-shrink: 0;
            transition: transform 0.3s;
        }

        .logo:hover {
            transform: scale(1.05) rotate(-2deg);
        }

        .logo img {
            height: 65px;
            width: auto;
        }

        /* Navigation */
       
 .modern-nav * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
/*.modern-nav .nav-item a.theme-btn {
    width: 254px;
    margin-left: 70px;
}*/
.modern-nav .nav-item a.theme-btn {
    width: auto;
    margin-left: 26px;
    padding-right: 62px;
}

 .modern-nav   .theme-btn .btn-text {
    position: relative;
    right: 0;
    transition: all 0.4s ease;
    z-index: 2;
    left: 60px;
    padding-right: 17px;
}  

.modern-nav {
          
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

        /* Glassmorphism Navigation */
        .modern-nav .main-header {
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(20px);
            -webkit-backdrop-filter: blur(20px);
            box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), 0 10px 40px -10px rgba(0, 0, 0, 0.1);
            position: sticky;
            top: 0;
            z-index: 1000;
            border-bottom: 1px solid rgba(0, 0, 0, 0.06);
        }

        .modern-nav .navbar-custom {
            padding: 0;
            min-height: 80px;
        }

        .modern-nav .container-fluid {
            max-width: 1400px;
            margin: 0 auto;
        }

    .modern-nav .navbar-brand

 {
    font-size: 28px;
    font-weight: 800;
    background: linear-gradient(135deg, #0b559b 0%, #f7c812 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: -0.5px;
    transition: all 0.3s ease;
    padding: 00;
}

        .modern-nav .navbar-brand:hover {
            transform: translateY(-2px);
            filter: brightness(1.1);
        }

   .modern-nav .navbar-nav {
    align-items: center;
    gap: 13px;
}

        .modern-nav .nav-item {
            position: relative;
        }

        .modern-nav .nav-link {
           color: #1a1a1a !important;
            font-weight: 600;
            font-size: 22px;
            letter-spacing: -0.2px;
            padding: 28px 16px;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            position: relative;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 6px;
        }

        .modern-nav .nav-link:hover {
            color: #0b559b;
        }

        .modern-nav .nav-link::before {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%) scaleX(0);
            width: 80%;
            height: 3px;
            background: linear-gradient(90deg, #f7c812 0%, #0b559b 100%);
            border-radius: 3px 3px 0 0;
            transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .modern-nav .nav-link:hover::before,
        .modern-nav .nav-item.show .nav-link::before {
            transform: translateX(-50%) scaleX(1);
        }

        .modern-nav .dropdown-arrow {
            font-size: 9px;
            transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            opacity: 0.7;
            order: 1; /* Move arrow to the end */
        }

        .modern-nav .nav-item.show .dropdown-arrow {
            transform: rotate(180deg);
        }

        /* Premium CTA Button */
        .modern-nav .cta-btn {
            background: linear-gradient(135deg, #f7c812 0%, #ffd700 100%);
            color: #000;
            border-radius: 50px;
            padding: 12px 28px;
            margin-left: 20px;
            font-weight: 700;
            font-size: 14px;
            letter-spacing: 0.3px;
            border: none;
            position: relative;
            overflow: hidden;
            box-shadow: 0 4px 15px rgba(247, 200, 18, 0.3);
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .modern-nav .cta-btn::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
            transition: left 0.5s;
        }

        .modern-nav .cta-btn:hover::before {
            left: 100%;
        }

        .modern-nav .cta-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(247, 200, 18, 0.4);
            color: #000;
        }

        .modern-nav .cta-btn:active {
            transform: translateY(0);
        }

        /* Ultra Modern Mega Menu */
        .modern-nav .mega-menu-dropdown {
            position: static;
        }

      .modern-nav .dropdown-menu {
    width: 100%;
    left: 0;
    right: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(20px);
    /* box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12); */
    margin-top: 0;
    border-top: 1px solid #f7c812;
    opacity: 0;
    transform: translateY(-20px);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
}

        .modern-nav .dropdown-menu.show {
            opacity: 1;
            transform: translateY(0);
            pointer-events: all;
        }

        .modern-nav .mega-menu-content {
            max-width: 1400px;
            margin: 0 auto;
            padding: 50px 60px;
        }

  .modern-nav .mega-column {
    padding: 0 50px;
    position: relative;
    height:400px;
    overflow-y: auto;
}
        .modern-nav .mega-column::after {
            content: '';
            position: absolute;
            right: 0;
            top: 10px;
            bottom: 10px;
            width: 1px;
            background: linear-gradient(to bottom, transparent, rgba(0,0,0,0.08), transparent);
        }

        .modern-nav .mega-column:last-child::after {
            display: none;
        }

     .modern-nav .mega-title {
    font-size: 13px;
    font-weight: 700;
    color: #0b559b;
    margin-bottom: 9px;
    padding-bottom: 12px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
}
        .modern-nav .mega-title::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width:0px;
            height: 3px;
            background: linear-gradient(90deg, #f7c812, transparent);
            border-radius: 3px;
        }

        .modern-nav .mega-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }

       .modern-nav .mega-list li {
    margin-bottom: 0;
}
.modern-nav .mega-list li:last-child

 {
    margin-bottom: 20px;
}
        .modern-nav .mega-list a {
            color: #4a4a4a;
            text-decoration: none;
            font-size: 14px;
            font-weight: 500;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            display: flex;
            align-items: center;
            padding: 10px 12px;
            border-radius: 8px;
            position: relative;  margin-left: -13px;
            overflow: hidden;
        }
.modern-nav .mega-list a:hover {
    margin-left: -10px;
}
        .modern-nav .mega-list a::before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            width: 3px;
            background: linear-gradient(180deg, #f7c812, #0b559b);
            transform: scaleY(0);
            transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .modern-nav .mega-list a::after {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(135deg, rgba(247, 200, 18, 0.05), rgba(11, 85, 155, 0.05));
            transform: scaleX(0);
            transform-origin: left;
            transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            z-index: -1;
        }

        .modern-nav .mega-list a:hover::before {
            transform: scaleY(1);
        }

        .modern-nav .mega-list a:hover::after {
            transform: scaleX(1);
        }

        .modern-nav .mega-list a:hover {
            color: #0b559b;
            transform: translateX(8px);
        }

        .modern-nav .mega-list a i {
            margin-right: 10px;
            font-size: 12px;
            opacity: 0;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .modern-nav .mega-list a:hover i {
            opacity: 1;
        }

        /* Stylish Regular Dropdown */
     .modern-nav .regular-dropdown .dropdown-menu {
    width: 320px;
    padding: 20px;
    border: 1px solid #f7c812;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(20px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
    border-radius: 20px;
}
.modern-nav .dropdown-item {
    padding: 6px 16px;
    color: #4a4a4a;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0px;
    position: relative;
    overflow: hidden;
}

        .modern-nav .dropdown-item::before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(135deg, rgba(247, 200, 18, 0.08), rgba(11, 85, 155, 0.08));
            transform: scaleX(0);
            transform-origin: left;
            transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            z-index: -1;
        }

        .modern-nav .dropdown-item:hover::before {
            transform: scaleX(1);
        }

        .modern-nav .dropdown-item:hover {
            background: transparent;
            color: #0b559b;
            transform: translateX(6px);
        }

        .modern-nav .dropdown-divider {
            margin: 12px 0;
            border-color: rgba(0, 0, 0, 0.06);
        }

        /* Premium Mobile Toggle */
        .modern-nav .navbar-toggler {
            border: 2px solid #0b559b;
            padding: 10px 14px;
            border-radius: 12px;
            transition: all 0.3s ease;
            background: transparent;
            order: 1;
        }

        .modern-nav .navbar-toggler:hover {
            background: rgba(11, 85, 155, 0.05);
            transform: scale(1.05);
        }

        .modern-nav .navbar-toggler:focus {
            box-shadow: 0 0 0 0.25rem rgba(11, 85, 155, 0.15);
        }

        .modern-nav .navbar-toggler-icon {
            width: 24px;
            height: 20px;
            position: relative;
            transition: all 0.3s ease;
        }

        /* Animated Hamburger */
        .modern-nav .navbar-toggler-icon::before,
        .modern-nav .navbar-toggler-icon::after,
        .modern-nav .navbar-toggler-icon {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%230b559b' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.5' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
        }

        /* Mobile Accordion Styles */
        .modern-nav .mega-column.mobile-accordion {
            border-bottom: 1px solid rgba(0, 0, 0, 0.05);
            padding: 0;
            margin-bottom: 0;
        }

        .modern-nav .mobile-accordion-title {
            display: none;
        }

        .modern-nav .mobile-accordion-content {
            display: block;
        }

        /* Mobile Styles */
        @media (max-width: 991px) {
            .modern-nav .main-header {
                background: rgba(255, 255, 255, 0.98);
            }

            .modern-nav .navbar-custom {
                min-height: 70px;
            }

               .modern-nav .navbar-brand {
        font-size: 24px;
        padding: 11px 0;
        order: 0;
    }

               .modern-nav .navbar-toggler {
        order: 2;
        margin-left: auto;
        position: absolute;
        right: 17px;
        top: 10px;
    }

         .modern-nav .navbar-collapse

 {
        background: rgba(255, 255, 255, 0.98);
        backdrop-filter: blur(20px);
        margin: 20px -15px -15px;
        padding: 20px;
        border-radius: 0 0 20px 20px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
        height: 471px;
        overflow-y: auto;
    }

    /*.modern-nav .nav-item a.theme-btn {
    width: 254px;
    margin-left: 70px;
    margin-top: 20px;
}*/

    .modern-nav .nav-item a.theme-btn {
        width: 100%;
        margin-left: 0;
        margin-top: 20px; 
        
    }
            .modern-nav .navbar-nav {
                gap: 0;
                width: 100%;
            }

             .modern-nav .nav-link {
        padding: 16px 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        width: 100%;
        justify-content: space-between;
        color: #000 !important;
    }

            .modern-nav .nav-link::before {
                display: none;
            }
.modern-nav .dropdown-menu {
        width: 100%;
        position: relative;
        box-shadow: none;
        border: none;
        border-left: 3px solid #f7c812;
        padding: 0;
        margin: 0;
        background: transparent;
        backdrop-filter: none;
        border-radius: 0;
    }

            /* Mobile Mega Menu Accordion */
            .modern-nav .mega-menu-content {
                padding: 0 !important;
            }
.modern-nav .mega-menu-dropdown .dropdown-menu.show .mega-menu-content {
    display: block;
}
            .modern-nav .mega-column {
                border: none !important;
                padding: 0 !important;
                margin-bottom: 0 !important;
            }.modern-nav .mega-column {
    padding: 0 50px;
    position: relative;
    height: auto;
    overflow-y: auto;
}

            .modern-nav .mega-column::after {
                display: none;
            }

            /* Hide all mega menu content initially on mobile */
            .modern-nav .mega-menu-dropdown .mega-menu-content {
                display: none;
            }

            .modern-nav .mega-menu-dropdown.show .mega-menu-content {
                display: block;
            }

            /* Show only titles on mobile for mega menu columns */
            .modern-nav .mobile-accordion-title {
                display: block;
                font-size: 15px;
                font-weight: 600;
                color: #0b559b;
                padding: 15px 0;
                margin: 0;
                border-bottom: 1px solid rgba(0, 0, 0, 0.05);
                cursor: pointer;
                position: relative;
                width: 100%;
                text-align: left;
                background: none;
                border: none;
                display: flex;
                justify-content: space-between;
                align-items: center;
            }

            .modern-nav .mobile-accordion-title::after {
                content: '+';
                font-size: 18px;
                font-weight: 400;
                color: #0b559b;
                transition: transform 0.3s ease;
            }

            .modern-nav .mobile-accordion-title.active::after {
                content: '-';
            }

            .modern-nav .mobile-accordion-content {
                display: none;
                padding-left: 15px;
                animation: slideDown 0.3s ease-out;
            }

            .modern-nav .mobile-accordion-content.show {
                display: block;
            }

            .modern-nav .mega-title {
                font-size: 12px;
                margin-bottom: 16px;
                padding: 10px 0;
                border-bottom: 1px solid rgba(0, 0, 0, 0.05);
                display: none; /* Hide regular titles on mobile */
            }

            .modern-nav .mega-list {
                display: none;
            }

            .modern-nav .mobile-accordion-title.active + .mega-title {
                display: block;
            }

      .modern-nav .mobile-accordion-title.active + .mega-title + .mega-list

 {
        display: block;
        height: 300px;
        overflow-y: scroll;
        padding-left: 17px;
    }

            .modern-nav .mega-list a {
                padding: 12px 8px;
                font-size: 14px;
                border-bottom: 1px solid rgba(0, 0, 0, 0.03);
            }

            .modern-nav .mega-list a i {
                opacity: 1;
                margin-right: 8px;
                font-size: 10px;
            }

            .modern-nav .cta-btn {
                margin: 25px 0 10px 0;
                display: block;
                text-align: center;
                width: 100%;
                order: 3;
            }

            .modern-nav .regular-dropdown .dropdown-menu {
                width: 100%;
                padding: 15px;
                border: none;
                border-left: 3px solid #f7c812;
                background: linear-gradient(135deg, rgba(247, 200, 18, 0.03), rgba(11, 85, 155, 0.03));
            }

            .modern-nav .dropdown-item {
                font-size: 14px;
                padding: 12px 8px;
                margin-bottom: 2px;
            }

            /* Fix arrow position */
            .modern-nav .dropdown-arrow {
                order: 1;
                margin-left: auto;
                margin-right: 0;
            }

            /* Hide desktop mega menu structure on mobile */
            .modern-nav .mega-menu-dropdown .dropdown-menu {
                padding: 0;
                background: transparent;
                box-shadow: none;
                border: none;
            }

            /* Reorder navbar items for mobile */
            .modern-nav .navbar-nav .nav-item {
                width: 100%;
            }

            .modern-nav .navbar-nav .nav-item:last-child {
                order: 4;
            }
        }

        /* Tablet Optimization */
        @media (min-width: 768px) and (max-width: 991px) {
            .modern-nav .mega-column {
                flex: 0 0 50%;
                max-width: 50%;
            }
        }

        /* Desktop only styles */
        @media (min-width: 992px) {
            .modern-nav .mobile-accordion-title {
                display: none !important;
            }
            
            .modern-nav .mega-menu-content {
                display: block !important;
            }
        }

        /* Smooth Entrance Animation */
        @keyframes slideInDown {
            from {
                opacity: 0;
                transform: translateY(-30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes slideDown {
            from {
                opacity: 0;
                transform: translateY(-10px);
                max-height: 0;
            }
            to {
                opacity: 1;
                transform: translateY(0);
                max-height: 1000px;
            }
        }

      
     

        /* Scrollbar Styling */
        .modern-nav ::-webkit-scrollbar {
            width: 2px;
            height: 2px;
        }

        .modern-nav ::-webkit-scrollbar-track {
            background: #f1f1f1;
        }

        .modern-nav ::-webkit-scrollbar-thumb {
            background: linear-gradient(180deg, #f7c812, #0b559b);
            border-radius: 10px;
        }

        .modern-nav ::-webkit-scrollbar-thumb:hover {
            background: linear-gradient(180deg, #0b559b, #f7c812);
        }
        /* end */
        /* Scroll to Top */
        .scroll-top {
            position: fixed;
            bottom: 30px;
            right: 30px;
            width: 50px;
            height: 50px;
            background: linear-gradient(135deg, #f9cf2f, #f5c400);
            border: none;
            border-radius: 50%;
            cursor: pointer;
            display: none;
            align-items: center;
            justify-content: center;
            font-size: 20px;
            color: #000;
            box-shadow: 0 4px 20px rgba(249,207,47,0.4);
            transition: all 0.3s;
            z-index: 999;
        }

        .scroll-top:hover {
            background: linear-gradient(135deg, #11559b, #1565ab);
            color: #fff;
            transform: translateY(-5px) scale(1.1);
        }

        .scroll-top.show {
            display: flex;
        }

        /* Responsive */
        @media (max-width: 1200px) {
            .nav-link {
                padding: 25px 14px;
                font-size: 14px;
            }
        }

        @media (max-width: 991px) {
            .header-top {
                display: none;
            }

           

         

            .header-main-container {
                padding: 15px 20px;
                min-height: 70px;
            }

            .logo img {
                height: 55px;
            }

            .btn-audit {
                padding: 10px 20px;
                font-size: 13px;
            }
        }

        @media (max-width: 768px) {
            .header-main-container {
                padding: 12px 15px;
            }

            .logo img {
                height: 45px;
            }

            .btn-audit {
                padding: 8px 16px;
                font-size: 12px;
            }

         
        }

        @media (max-width: 576px) {
            .header-top-container {
                padding: 0 15px;
            }
            
            .contact-info {
                gap: 10px;
            }
            
            .contact-item {
                padding: 5px 12px;
                font-size: 12px;
            }
            
            .btn-book-call {
                padding: 6px 15px;
                font-size: 12px;
            }
            
            .top-alert-content {
                flex-wrap: wrap;
                padding: 5px 15px;
            }
            
            .top-alert a {
                font-size: 12px;
            }
        }






        /* FLoting button  */
.floating-btn-usa {
                width: 50px;
                height: 50px;
                font-size: 18px;
            }

            .floating-btn-india {
                width: 50px;
                height: 50px;
                font-size: 18px;
            }

            .call-submenu {
                right: 70px;
                gap: 10px;
            }

      

        /* Demo Content */
        .demo-content {
            padding: 60px 30px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .demo-content h1 {
            color: #11559b;
            font-size: 42px;
            margin-bottom: 20px;
        }

        .demo-content p {
            color: #666;
            font-size: 18px;
            line-height: 1.8;
            margin-bottom: 15px;
        }

        /* Floating Action Buttons Wrapper */
    .floating-action-wrapper {
    position: fixed;
    bottom: 24px;
    left: 21px;
    z-index: 9999;
}

        /* Floating Menu */
        .floating-menu {
            position: absolute;
            bottom: 85px;
            right: 0;
            display: flex;
            flex-direction: column;
            gap: 15px;
            opacity: 0;
            visibility: hidden;
            transform: translateY(20px);
            transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        }

        .floating-menu.active {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }

        /* Call Submenu */
     .call-submenu {
    position: absolute;
    left: 75px;
    bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(20px);
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

        .call-submenu.active {
            opacity: 1;
            visibility: visible;
            transform: translateX(0);
        }

        /* Floating Button Base Styles */
        .floating-btn {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            border: none;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 24px;
            box-shadow: 0 6px 25px rgba(0,0,0,0.25);
            transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
            position: relative;
            overflow: hidden;
            text-decoration: none;
        }

        .floating-btn::before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            width: 0;
            height: 0;
            border-radius: 50%;
            background: rgba(255,255,255,0.4);
            transform: translate(-50%, -50%);
            transition: width 0.6s, height 0.6s;
        }

        .floating-btn:hover::before {
            width: 120%;
            height: 120%;
        }

        .floating-btn:hover {
            transform: scale(1.2) rotate(15deg);
            box-shadow: 0 8px 35px rgba(0,0,0,0.35);
        }

        /* Main Button */
      .floating-btn-main {
    width: 55px;
    height: 55px;
    background: linear-gradient(135deg, #f9cf2f 0%, #f5c400 100%);
    color: #000;
    font-size: 19px;
    box-shadow: 0 8px 30px rgba(249, 207, 47, 0.6);
    animation: pulse-ring 2.5s infinite;
}
        @keyframes pulse-ring {
            0%, 100% {
                box-shadow: 0 8px 30px rgba(249,207,47,0.6), 0 0 0 0 rgba(249,207,47,0.7);
            }
            50% {
                box-shadow: 0 8px 30px rgba(249,207,47,0.6), 0 0 0 20px rgba(249,207,47,0);
            }
        }

        .floating-btn-main.active {
            transform: rotate(135deg);
            background: linear-gradient(135deg, #ff6b6b 0%, #ee5a52 100%);
            box-shadow: 0 8px 30px rgba(255,107,107,0.6);
            animation: none;
        }

        .floating-btn-main:hover {
            transform: scale(1.15);
        }

        .floating-btn-main.active:hover {
            transform: scale(1.15) rotate(135deg);
        }

        /* Individual Button Styles */
        .floating-btn-call {
            background: linear-gradient(135deg, #00bcd4 0%, #0097a7 100%);
            color: #fff;
        }

        .floating-btn-usa {
            background: linear-gradient(135deg, #11559b 0%, #0d4278 100%);
            color: #fff;
            width: 55px;
            height: 55px;
            font-size: 20px;
        }

        .floating-btn-india {
            background: linear-gradient(135deg, #ff9800 0%, #f57c00 100%);
            color: #fff;
            width: 55px;
            height: 55px;
            font-size: 20px;
        }

        .floating-btn-email {
            background: linear-gradient(135deg, #e91e63 0%, #c2185b 100%);
            color: #fff;
        }

        .floating-btn-contact {
            background: linear-gradient(135deg, #4caf50 0%, #388e3c 100%);
            color: #fff;
        }

        /* Slide In Animation */
        .floating-menu.active .floating-btn {
            animation: slideInRight 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
        }

        .floating-menu.active .floating-btn:nth-child(1) {
            animation-delay: 0.1s;
        }

        .floating-menu.active .floating-btn:nth-child(2) {
            animation-delay: 0.15s;
        }

        .floating-menu.active .floating-btn:nth-child(3) {
            animation-delay: 0.2s;
        }

        .floating-menu.active .floating-btn:nth-child(4) {
            animation-delay: 0.25s;
        }

        @keyframes slideInRight {
            from {
                opacity: 0;
                transform: translateX(80px) scale(0.3) rotate(180deg);
            }
            to {
                opacity: 1;
                transform: translateX(0) scale(1) rotate(0deg);
            }
        }

        /* Tooltip Styles */
        .floating-btn-tooltip {
            position: absolute;
            right: 80px;
            top: 50%;
            transform: translateY(-50%) translateX(10px);
            background: #000;
            color: #fff;
            padding: 12px 18px;
            border-radius: 12px;
            font-size: 14px;
            font-weight: 600;
            white-space: nowrap;
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease;
            pointer-events: none;
            display: flex;
            align-items: center;
            gap: 12px;
            box-shadow: 0 6px 20px rgba(0,0,0,0.4);
            z-index: 10;
        }

        .floating-btn-tooltip::after {
            content: '';
            position: absolute;
            right: -8px;
            top: 50%;
            transform: translateY(-50%);
            width: 0;
            height: 0;
            border-left: 10px solid #000;
            border-top: 10px solid transparent;
            border-bottom: 10px solid transparent;
        }

        .floating-btn:hover .floating-btn-tooltip {
            opacity: 1;
            visibility: visible;
            transform: translateY(-50%) translateX(0);
        }

        /* Tooltip Flag */
        .tooltip-flag {
            width: 36px;
            height: 27px;
            border-radius: 6px;
            object-fit: cover;
            box-shadow: 0 2px 8px rgba(0,0,0,0.3);
            border: 2px solid rgba(255,255,255,0.3);
        }

        /* Tooltip Content */
        .tooltip-content {
            display: flex;
            flex-direction: column;
            gap: 3px;
        }

        .tooltip-label {
            font-size: 11px;
            opacity: 0.85;
            font-weight: 500;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            color: #f9cf2f;
        }

        .tooltip-number {
            font-size: 15px;
            font-weight: 700;
            letter-spacing: 0.5px;
            color: #fff;
        }

        .tooltip-icon {
            font-size: 24px;
            min-width: 32px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        /* Scroll to Top Button */
        .scroll-top {
            position: fixed;
            bottom: 30px;
            left: 30px;
            width: 55px;
            height: 55px;
            background: linear-gradient(135deg, #11559b 0%, #0d4278 100%);
            border: none;
            border-radius: 50%;
            cursor: pointer;
            display: none;
            align-items: center;
            justify-content: center;
            font-size: 22px;
            color: #fff;
            box-shadow: 0 6px 25px rgba(17,85,155,0.5);
            transition: all 0.3s;
            z-index: 9999;
        }

        .scroll-top:hover {
            background: linear-gradient(135deg, #f9cf2f 0%, #f5c400 100%);
            color: #000;
            transform: translateY(-8px) scale(1.1);
            box-shadow: 0 10px 35px rgba(249,207,47,0.6);
        }

        .scroll-top.show {
            display: flex;
            animation: fadeInUp 0.5s;
        }

        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        /* Mobile Responsive */
        @media (max-width: 768px) {
            .floating-action-wrapper {
                bottom: 20px;
                right: 20px;
            }

            .floating-btn-main {
                width: 65px;
                height: 65px;
                font-size: 28px;
            }

            .floating-btn {
                width: 55px;
                height: 55px;
                font-size: 22px;
            }

            .floating-menu {
                bottom: 80px;
                gap: 12px;
            }

            .scroll-top {
                width: 50px;
                height: 50px;
                font-size: 20px;
                bottom: 20px;
                left: 20px;
            }

            .floating-btn-tooltip {
                right: 70px;
                padding: 10px 15px;
                font-size: 13px;
            }

            .tooltip-flag {
                width: 28px;
                height: 21px;
            }

            .tooltip-number {
                font-size: 14px;
            }
        }

        @media (max-width: 480px) {
            .floating-action-wrapper {
                bottom: 15px;
                right: 15px;
            }

            .floating-btn-main {
                width: 60px;
                height: 60px;
                font-size: 26px;
            }

            .floating-btn {
                width: 50px;
                height: 50px;
                font-size: 20px;
            }

            .floating-menu {
                bottom: 75px;
            }

            .scroll-top {
                width: 45px;
                height: 45px;
                font-size: 18px;
                bottom: 90px;
                left: 15px;
            }
        }
        /* End */

    /* Fooyter */
 /* Fooyter */
 .premium-footer {
            background: #0a0a0a;
            color: #ffffff;
         
            position: relative;
            overflow: hidden;
        }

        .premium-footer::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 1px;
            background: linear-gradient(90deg, transparent, #FFB800, transparent);
        }

        .premium-footer * {
            box-sizing: border-box;
        }.premium-footer .card-content p a {
    color: #fff !important;
}

        /* Top Contact Bar */
        .premium-footer .top-contact-bar {
            background: linear-gradient(135deg, #1a1a1a 0%, #0f0f0f 100%);
            padding: 50px 0;
            position: relative;
        }

        .premium-footer .top-contact-bar::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 90%;
            height: 1px;
            background: linear-gradient(90deg, transparent, rgba(255,184,0,0.3), transparent);
        }

        .premium-footer .contact-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 30px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .premium-footer .contact-card {
            background: rgba(255, 255, 255, 0.02);
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.05);
            border-radius: 16px;
            padding: 35px 30px;
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            position: relative;
            overflow: hidden;
        }

        .premium-footer .contact-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 3px;
            background: linear-gradient(90deg, #FFB800, #FF8C00);
            transform: scaleX(0);
            transition: transform 0.4s ease;
        }

        .premium-footer .contact-card:hover::before {
            transform: scaleX(1);
        }

        .premium-footer .contact-card:hover {
            background: rgba(255, 255, 255, 0.04);
            border-color: rgba(255, 184, 0, 0.3);
            transform: translateY(-8px);
            box-shadow: 0 20px 60px rgba(255, 184, 0, 0.15);
        }

        .premium-footer .card-header {
            display: flex;
            align-items: center;
            gap: 15px;
            margin-bottom: 25px;
        }

        .premium-footer .card-icon {
            width: 50px;
            height: 50px;
            background: #ddd;
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 22px;
            color: #000;
            flex-shrink: 0;
        }

        .premium-footer .card-title {
            font-size: 20px;
            font-weight: 700;
            color: #fff;
            letter-spacing: -0.5px;
        }

        .premium-footer .card-content {
            color: #b0b0b0;
            line-height: 1.8;
            font-size: 15px;
        }

        .premium-footer .card-content p {
            margin-bottom: 10px;
            display: flex;
            align-items: start;
            gap: 12px;
        }

      .premium-footer .card-content i {
    color: #f8cb1e;
    margin-top: 0;
    font-size: 18px;
}

        .premium-footer .quick-actions {
            display: flex;
            gap: 12px;
            flex-wrap: wrap;
            margin-top: 20px;
        }

        .premium-footer .action-btn {
            flex: 1;
            min-width: 140px;
            padding: 14px 24px;
            background: #ddd;
            color: #000;
            text-decoration: none;
            border-radius: 10px;
            font-weight: 600;
            font-size: 14px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            transition: all 0.3s ease;
            border: none;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .premium-footer .action-btn:hover {
            transform: translateY(-3px);
            box-shadow: 0 10px 30px rgba(255, 184, 0, 0.4);
            color: #000;
        }

        /* Rating Section */
        .premium-footer .rating-section {
            background: #000;
            padding: 30px 0;
            border-top: 1px solid rgba(255, 255, 255, 0.05);
            border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        }

        .premium-footer .rating-container {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 80px;
            flex-wrap: wrap;
        }

        .premium-footer .rating-box {
            display: flex;
            align-items: center;
            gap: 15px;
            padding: 15px 30px;
            background: rgba(255, 255, 255, 0.02);
            border-radius: 12px;
            transition: 0.3s;
        }

        .premium-footer .rating-box:hover {
            background: rgba(255, 255, 255, 0.05);
        }

        .premium-footer .rating-logo {
            font-size: 32px;
            color: #FFB800;
        }

        .premium-footer .rating-info h6 {
            font-size: 14px;
            color: #888;
            margin-bottom: 5px;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .premium-footer .rating-stars {
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .premium-footer .stars {
            color: #f7c812;
            font-size: 16px;
        }

        .premium-footer .rating-value {
            color: #fff;
            font-weight: 600;
            font-size: 18px;
        }

        /* Main Footer Content */
        .premium-footer .main-footer {
            padding: 80px 0 50px;
            background: linear-gradient(180deg, #0a0a0a 0%, #000 100%);
        }

        .premium-footer .footer-brand {
            margin-bottom: 30px;
        }

        .premium-footer .brand-logo {
            font-size: 42px;
            font-weight: 800;
            background: linear-gradient(135deg, #FFB800, #FF8C00);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            margin-bottom: 20px;
            letter-spacing: -1px;
        }

       .premium-footer .brand-tagline {
    color: #e4e4e4;
    font-size: 16px;
    line-height: 1.8;
    max-width: 400px;
    margin-bottom: 30px;
}.footer-bottom-logo {
    display: flex;
    gap: 4px;
    justify-content: center;
}
.footer-bottom-logo img {
    width: 100px;
    filter: grayscale(1);
    border-radius: 2px;
}
.footer-bottom-logo img:hover {
    width: 100px;
    filter: inherit;
    border-radius: 2px;
}.main-footer .container {
    position: relative;
    z-index: 9;
}
     .premium-footer .quick-actions a:nth-child(2) i {
    color: #dc3545;
    font-size: 24px;
}
.premium-footer .quick-actions a:nth-child(1) i {
    color: #1a983b;
    font-size: 24px;
}   .premium-footer .social-row {
            display: flex;
            gap: 12px;
            flex-wrap: wrap;
        }

        .premium-footer .social-btn {
            width: 46px;
            height: 46px;
            background: rgba(255, 255, 255, 0.03);
            border: 1px solid rgba(255, 255, 255, 0.08);
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            text-decoration: none;
            transition: all 0.3s ease;
            font-size: 18px;
        }

        .premium-footer .social-btn:hover {
            background: linear-gradient(135deg, #FFB800, #FF8C00);
            border-color: transparent;
            color: #000;
            transform: translateY(-5px) rotate(5deg);
        }

        .premium-footer .footer-column h5 {
            font-size: 16px;
            font-weight: 700;
            color: #fff;
            margin-bottom: 25px;
            text-transform: uppercase;
            letter-spacing: 1px;
            position: relative;
            padding-bottom: 12px;
        }

        .premium-footer .footer-column h5::after {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            width: 40px;
            height: 2px;
            background: linear-gradient(90deg, #f7c812, transparent);
        }

        .premium-footer .footer-links {
            list-style: none;
            padding: 0;
        }

        .premium-footer .footer-links li {
            margin-bottom: 14px;
        }
.premium-footer .footer-links a {
    color: #dddddd;
    text-decoration: none;
    font-size: 16px;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 400;
}
.premium-footer .brand-logo img {
    width: 200px;
    filter: brightness(0) invert(1);
}
        .premium-footer .footer-links a:hover {
            color: #FFB800;
            transform: translateX(8px);
        }

        .premium-footer .footer-links a:hover::before {
            opacity: 1;
        }

        .premium-footer .certification-badges {
            display: flex;
            gap: 15px;
            margin-top: 25px;
            flex-wrap: wrap;
        }

        .premium-footer .badge {
            background: rgba(255, 255, 255, 0.03);
            border: 1px solid rgba(255, 255, 255, 0.08);
            padding: 15px 20px;
            border-radius: 10px;
            display: flex;
            align-items: center;
            gap: 10px;
            transition: 0.3s;
        }

        .premium-footer .badge:hover {
            border-color: #FFB800;
            transform: scale(1.05);
        }

        .premium-footer .badge i {
            font-size: 28px;
        }

        .premium-footer .badge-text {
            font-size: 11px;
            color: #888;
            text-transform: uppercase;
            letter-spacing: 0.5px;font-size: 20px;
        }

        /* Locations Bar */
        .premium-footer .locations-bar {
            background: rgba(255, 184, 0, 0.02);
            padding: 35px 0;
            border-top: 1px solid rgba(255, 255, 255, 0.05);
        }

      .premium-footer .locations-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    color: #f7c812;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
}

        .premium-footer .locations-list {
            display: flex;
            flex-wrap: wrap;
            gap: 10px 25px;
            list-style: none;
            padding: 0;
        }

        .premium-footer .locations-list li {
            position: relative;
        }

        .premium-footer .locations-list a {
            color: #888;
            text-decoration: none;
            font-size: 13px;
            transition: 0.3s;
        }

        .premium-footer .locations-list a:hover {
            color: #FFB800;
        }

        .premium-footer .locations-list li:not(:last-child)::after {
            content: '•';
            position: absolute;
            right: -15px;
            color: #333;
        }

        /* Bottom Bar */
        .premium-footer .bottom-bar {
            background: #000;
            padding: 25px 0;
            border-top: 1px solid rgba(255, 255, 255, 0.05);
        }

        .premium-footer .bottom-content {
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 20px;
        }

        .premium-footer .copyright {
            color: #666;
            font-size: 13px;
        }

        .premium-footer .copyright i {
            color: #FFB800;
            animation: heartbeat 1.5s infinite;
        }

        @keyframes heartbeat {
            0%, 100% { transform: scale(1); }
            50% { transform: scale(1.1); }
        }

        .premium-footer .bottom-links {
            display: flex;
            gap: 25px;
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .premium-footer .bottom-links a {
            color: #666;
            text-decoration: none;
            font-size: 13px;
            transition: 0.3s;
        }

        .premium-footer .bottom-links a:hover {
            color: #FFB800;
        }

        /* Responsive Design */
        @media (max-width: 992px) {
            .premium-footer .rating-container {
                gap: 40px;
            }

            .premium-footer .footer-column {
                margin-bottom: 40px;
            }
        }

        @media (max-width: 768px) {
            .premium-footer .top-contact-bar {
                padding: 30px 0;
            }

            .premium-footer .contact-grid {
                grid-template-columns: 1fr;
                gap: 20px;
            }

            .premium-footer .main-footer {
                padding: 50px 0 30px;
            }

            .premium-footer .rating-container {
                gap: 30px;
            }

            .premium-footer .rating-box {
                padding: 12px 20px;
            }

            .premium-footer .social-row {
                justify-content: center;
            }

            .premium-footer .locations-list {
                justify-content: center;
            }

            .premium-footer .bottom-content {
                flex-direction: column;
                text-align: center;
            }

            .premium-footer .bottom-links {
                flex-wrap: wrap;
                justify-content: center;
            }

            .premium-footer .brand-logo {
                font-size: 36px;
                text-align: center;
            }

            .premium-footer .brand-tagline {
                text-align: center;
                margin-left: auto;
                margin-right: auto;
            }
        }.main-footer {
    position: relative;
}

.main-footer img.globalMap {
    position: absolute;
    width: 80%;
    right: 0;
    opacity: .6;
    top: 0;
}
    /* End */

section.page-about-wrapper {
    text-align: justify
}

.video-wrap img {
    width: 100%;
    margin-bottom: 10px
}

section.page-about-wrapper blockquote {
    position: relative;
    margin: .5em;
    background: #fff;
    color: #000;
    padding: 20px 75px;
    border-radius: 67px;
    box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;
    border: 4px solid #1894f1
}

section.page-about-wrapper blockquote:before {
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    font-size: 2em;
    line-height: 1;
    top: 11px;
    left: 36px;
    content: "\f10d"
}

.about-img-wrap img {
    width: 100%;
    object-fit: cover
}

section.page-about-wrapper blockquote:after {
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    float: right;
    font-size: 2em;
    line-height: 1;
    right: 47px;
    bottom: .5em;
    content: "\f10e"
}

section.blog-faq .blog-post h3 {
    color: #253f4f;
    font-family: poppinsbold;
    font-size: 40px;
    position: relative;
    transition: .4s ease-in-out;
    margin-bottom: 26px
}

.faq-wrapper .blog-postnew1 li {
    display: table;
    padding: 15px;
    background: #fff;
    margin-bottom: 10px;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, .24) 0 3px 8px
}

ul.blog-listing li h3 {
    font-size: 21px !important;
    padding: 0 !important;
    margin: 0 !important;
    color: #253f4f;
    font-family: poppinsbold
}

ul.blog-listing li .blog-admin-date {
    display: flex;
    justify-content: start;
    gap: 10px
}

ul.blog-listing li .blog-admin-date span.admin {
    display: flex;
    align-items: center;
    gap: 4px
}

ul.blog-listing p {
    margin: 0;
    line-height: 28px
}

ul.blog-listing li .blog-admin-date a {
    padding: 0 !important;
    margin: 0 !important;
    font-size: 15px !important;
    color: #484848 !important;
    border: none !important
}

ul.blog-listing li span.watch {
    font-size: 15px
}

ul.blog-listing li a.blog-read-more {
    padding: 0 20px !important;
    font-size: 15px !important;
    color: #243f51 !important;
    text-align: center;
    border: none !important;
    background: #f9cf2f;
    margin-right: 0 !important;
    float: right;
    border-radius: 50px;
    margin-top: 0
}

section.blog-faq .blog-post h3 a {
    font-size: 17px;
    position: absolute;
    right: 0;
    font-weight: 400;
    text-transform: uppercase;
    color: #253f50;
    padding: 10px;
    border-radius: 40px
}

.faq-wrapper button,
.faq-wrapper button:hover {
    background: #f9cf2f;
    margin-bottom: 15px
}

section.blog-faq .blog-post .card-body li {
    color: #000;
    list-style: disc;
    margin-left: 39px
}

section.blog-faq .blog-post .card-header button span.fa-stack.fa-2x i {
    color: #fff;
    padding: 0;
    margin: 0;
    font-size: 18px !important;
    position: relative;
    width: 40px;
    height: 40px;
    background: #263f4e !important;
    line-height: 40px;
    border-radius: 50px;
    right: 0
}

section.blog-faq .blog-post .card-header button {
    width: 100%;
    text-decoration: none;
    color: #263f4e;
    font-size: 20px;
    padding: 12px !important;
    text-align: left
}

section.blog-faq .blog-post .card {
    background: 0 0 !important
}

section.blog-faq .blog-post .card-body {
    overflow-y: scroll;
    height: 133px;
    padding-left: 14px !important;
    padding-bottom: 5px !important;
    padding: 0
}

section.blog-faq .blog-post .card-header button span.fa-stack.fa-2x {
    line-height: 0;
    height: auto;
    width: 7%
}

.faq-card.accordion-item {
    background: 0 0;
    border: none
}

.faq-card.accordion-item .card-body p {
    color: #000;
    padding: 5px
}

.section-title-wrap h1,
.section-title-wrap h2 {
    color: var(--headingcolor);
    text-align: center;
    font-size: 40px;
    font-family: poppinsbold;
    padding-bottom: 13px
}

section {
    padding: 50px 0
}

#return-to-top {
    bottom: 88px;
    right: 15px;
    background: #253f50;
    width: 40px;
    height: 40px;
    display: flex !important;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    -webkit-transition: .3s linear;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    color: #fff;
    line-height: 12px;
    align-items: center;
    justify-content: center;
    z-index: 999999;
    position: fixed
}

main.inner-page-title {
    padding: 0 0 30px;
    background: linear-gradient(to right, #e8bd58, #025073, #ecce5b);
    min-height: 165px;
        padding-top: 16px;
}

.breadcrumb-top {
    padding-bottom: 0 !important;
    text-align: center
}

.breadcrumb-top .left {
    float: none;
    text-align: left
}

.breadcrumb-top ul li a {
    font-size: 14px;
    color: #fff;
    font-weight: 300
}

.breadcrumb-top ul li i {
    color: #fff !important
}

.breadcrumb-top h1,
.breadcrumb-top h2 {
    color: #fff;
    font-size: 50px;
    font-weight: 900;
    text-align: center;
    padding: 0;
    text-transform: uppercase;
    font-family: poppinsbold
}

main.inner-page-title a.btn,
main.inner-page-title a.btn.btn-warning {
    padding: 9px 20px;
    border-radius: 50px;
    background: linear-gradient(to right, #e8bd58, #af9122, #e8cd64);
    border: 2px solid #927d2d;
    font-weight: 400;
    color: #102e42;
    font-family: poppinsregular
}

main.inner-page-title a.btn.btn-warning:hover {
    background: #fde062;
    color: #11559b;
    border-radius: 20px
}

main.inner-page-title a.btn {
    padding: 6px 41px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 21px
}

main.inner-page-title a.btn.btn-info {
    color: #fff !important;
    border-color: #fff !important;
    font-weight: 300;
    background: 0;
    padding: 6px 41px;
    text-transform: uppercase;
    font-size: 21px
}

main.inner-page-title a.btn.btn-info:hover {
    background: #11559b;
    border-radius: 20px
}

main.inner-page-title p {
    width: 950px;
    font-size: 15px;
    margin: 0 auto 20px;
    line-height: 30px !important;
    color: #fff
}

.introduction-ls .nav-tabs {
    border-bottom: none;
    width: 100%;
    gap: 20px
}

.introduction-ls .tabs-marker .nav-item {
    margin-right: 0;
    width: 18%
}

.introduction-ls .nav-tabs .nav-item.show .nav-link,
.introduction-ls .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #135799;
    border: none !important;
    box-shadow: rgb(0 0 0 / 10%) 0 4px 12px
}

.introduction-ls .nav-tabs .nav-link {
    color: #000;
    background-color: #f9cf2f;
    border-color: #fff;
    box-shadow: rgb(0 0 0 / 10%) 0 4px 12px;
    text-align: center;
    line-height: 25px;
    font-size: 15px;
    font-weight: 600;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px
}

.introduction-ls .tabs-marker .nav-link {
    position: relative;
    cursor: pointer
}

.introduction-ls .tabs-marker .nav-link.active .marker:after {
    content: "";
    height: 15px;
    width: 15px;
    top: 33px;
    left: 50%;
    transform: rotate(45deg) translatex(-50%);
    transform-origin: left;
    background-color: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12), 0 1px 5px 0 rgba(0, 0, 0, .2);
    position: absolute;
    display: none
}

.introduction-ls .tab-content .left h3,
.introduction-ls .tab-content h3 {
    font-size: 26px;
    font-family: poppinsbold;
    color: #253f50;
    padding: 4px 0
}

.introduction-ls .tab-pane {
    padding: 20px;
    border: 1px solid #ddd
}

section.pack-call-to-action {
    background: #0b559b
}

section.pack-call-to-action h2 {
    color: #fff;
    font-size: 30px;
    font-family: poppinsbold;
    text-align: center;
    text-transform: uppercase
}

section.pack-call-to-action p {
    color: #fff
}

.client-review-btn {
    margin: 15px auto 0;
    text-align: center
}

section.pack-call-to-action .text-right .client-review-btn a {
    background: #135799;
    color: #fff;
    border: 2px solid #f4d13f
}

section.pack-call-to-action .col-md-1.text-center p {
    color: #fff;
    text-align: center;
    margin-top: 32px;
    font-size: 22px;
    font-weight: 700
}

section.pack-call-to-action .text-left .client-review-btn a {
    background: #f9cf2f;
    color: #000;
    border: 2px solid #f4d13f;
    font-weight: 700
}

.client-review-btn a {
    padding: 10px 40px;
    text-transform: uppercase;
    font-size: 18px;
    border-radius: 50px;
    text-align: center;
    display: inline-block;
    width: auto;
    margin: 10px 0 0
}

section.pack-call-to-action .text-right .client-review-btn a:hover {
    background: #f9cf2f !important;
    color: #fff;
    border: 2px solid #f4d13f
}

section.pack-call-to-action .text-left .client-review-btn a:hover {
    background: #fff0 !important;
    color: #fff !important
}

section.client-logo-wrapper ul.logos-list {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px
}

section.client-logo-wrapper ul.logos-list li figure {
    margin-bottom: 10px;
    box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;
    background: #fff
}

section.client-logo-wrapper ul.logos-list li figure img {
    width: 100%;
    height: 150px;
    object-fit: contain;
    margin: 0 auto
}

section.client-logo-wrapper ul.logos-list li {
    width: 23%
}

section.testimonial-sec .testi-slide {
    padding: 30px 15px;
    box-shadow: rgba(0, 0, 0, .02) 0 1px 3px 0, rgba(27, 31, 35, .15) 0 0 0 1px;
    background: #fff
}

section.testimonial-sec .testi-slide .item {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px
}

section.testimonial-sec .avtar-img img {
    border-radius: 50px;
    border: 5px solid #d4d4d4;
    box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;
    margin-bottom: 12px
}

section.testimonial-sec .testi-slide h4 {
    color: #253f50
}

section.testimonial-sec .testi-slide h3 {
    color: #253f50
}

section.testimonial-sec .testi-slide .rating-wrap span.fa.fa-star.checked {
    color: #f9cf2f
}

section.testimonial-sec .testi-slide a.read-all-reviews {
    background: #f9cf2f;
    color: #000;
    padding: 6px 15px;
    border-radius: 50px;
    display: block
}

.case-studies-facts-new .case-study-card-new {
    background: #f8ce2f;
    display: grid;
    align-items: inherit;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 30px;
    border-radius: 11px;
    transition: .3s
}

.case-studies-facts-new .case-study-card-new .left img {
    width: 100%;
    border-radius: 11px 0 0 11px;
    height: 200px;
    object-fit: cover;
    transition: .4s;
    border-right: 3px solid #fff
}

.case-studies-facts-new .case-study-card-new .right {
    padding: 0;
    background: #fff
}

.case-studies-facts-new h3 {
    font-size: 24px;
    background: #f9cf2f;
    margin: 0 0 20px;
    padding: 10px;
    text-align: center !important
}

.case-studies-facts-new .case-study-card-new .des .left-wrap {
    width: 46%;
    border-right: 2px solid #ffe05d
}

.case-studies-facts-new .case-study-card-new .des h4 {
    font-weight: 700;
    color: #000;
    font-family: poppinsbold;
    font-size: 34px;
    padding: 0;
    margin: 0
}

.case-studies-facts-new .case-study-card-new .des p {
    text-align: revert;
    margin: 0 !important;
    padding: 0 !important;
    color: #000;
    font-size: 16px;
    line-height: 24px;
    padding-right: 10px !important
}

.case-studies-facts-new .case-study-card-new .des .right-wrap {
    width: 46%
}

.case-studies-facts-new .case-study-card-new .des {
    float: inherit;
    display: flex;
    gap: 20px;
    background: #fff;
    padding: 0 20px
}

section.send-perposal {
    background: var(--blue);
    color: var(--white);
    text-align: center;
    padding: 40px 0
}

section.send-perposal h3 {
    font-weight: 200;
    text-transform: uppercase;
    font-size: 40px;
    color: var(--white)
}

section.send-perposal h3 strong {
    font-weight: 700
}

section.send-perposal .form-group.col-md-6 {
    margin: 0 auto;
    padding: 20px 0 0;
    position: relative
}

section.send-perposal input::placeholder {
    color: #000
}

section.send-perposal input.form-control {
    padding: 18px 10px;
    border-radius: 50px;
    border: 0;
    background: #fff
}

section.send-perposal .form-group.col-md-6 input.btn.btn-warning {
    position: absolute;
    top: 20px;
    right: 0;
    padding: 18px 21px;
    font-size: 15px;
    background: #f3d049;
    font-weight: 600;
    color: #253f50;
    border-radius: 0 40px 40px 0;
    z-index: 799
}

section.services-plan-wrapper .col-md-3:nth-child(odd) .plan-card {
    background: #f9cf2f
}

section.services-plan-wrapper .col-md-4:nth-child(odd) .plan-card {
    background: #f9cf2f
}

section.services-plan-wrapper .col-md-4:nth-child(odd) .plan-card .price h4.price-font {
    color: #000;
    font-size: 40px;
    padding: 20px 0
}

section.services-plan-wrapper .col-md-4:nth-child(2n) .plan-card .price h4.price-font {
    color: #fff;
    font-size: 40px;
    padding: 20px 0
}

section.services-plan-wrapper .plan-card {
    background: #393939;
    padding: 16px 27px;
    text-align: center;
    padding-top: 0
}

section.services-plan-wrapper .plan-card h3 {
    background: #fff;
    border-radius: 0 0 20px 20px;
    padding: 8px 34px;
    display: inline-block;
    margin-bottom: 15px;
    box-shadow: rgb(100 100 111 / 77%) 0 7px 29px 0;
    font-weight: 700;
    font-size: 25px
}

section.services-plan-wrapper .col-md-3:nth-child(odd) .plan-card .price h4.price-font {
    color: #000;
    font-size: 40px;
    padding: 20px 0
}

section.services-plan-wrapper .col-md-3:nth-child(2n) .plan-card .price h4.price-font {
    color: #fff;
    font-size: 40px;
    padding: 20px 0
}

section.services-plan-wrapper .know-more-plan a {
    background: #fff;
    padding: 4px 23px;
    border-radius: 100px;
    font-size: 14px;
    display: inline-block;
    color: #000;
    border: 1px solid #fff
}

section.services-plan-wrapper .know-more-plan a:hover {
    background: #000;
    padding: 4px 23px;
    border-radius: 100px;
    font-size: 14px;
    display: inline-block;
    color: #fff;
    border: 1px solid #000
}

section.services-plan-wrapper .upto span {
    display: block;
    padding: 10px 0;
    color: #fff;
    font-weight: 700;
    font-size: 20px
}

section.services-plan-wrapper .col-md-3:nth-child(odd) .upto span {
    display: block;
    padding: 10px 0;
    color: #000;
    font-weight: 700;
    font-size: 20px
}

.sidebar-contact {
    position: fixed;
    top: 50%;
    right: -300px;
    transform: translateY(-50%);
    width: 300px;
    height: auto;
    padding: 40px 21px 21px 21px;
    background: #fff;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .5);
    box-sizing: border-box;
    transition: .5s
}

.sidebar-contact {
    opacity: 0;
    visibility: hidden
}

.sidebar-contact.show {
    opacity: 1;
    visibility: visible
}

.sidebar-contact.active {
    right: 0;
    z-index: 99
}

.sidebar-contact input,
.sidebar-contact textarea {
    width: 100%;
    height: 37px;
    padding: 5px;
    margin-bottom: 10px;
    box-sizing: border-box;
    border: 1px solid rgb(4 4 4 / 14%);
    outline: 0;
    background: #fff;
    color: #000
}

.sidebar-contact textarea::placeholder {
    color: #000
}

.sidebar-contact .scroll {
    padding-top: 32px
}

.sidebar-contact h2 {
    text-align: center;
    color: #222223;
    width: 100%;
    position: absolute;
    left: 0;
    background: #ecc72c;
    border-bottom: 4px solid #e0bb07;
    font-size: 23px;
    top: 0;
    font-family: poppinsmedium;
    padding: 10px 0 !important;
    margin: 0 0 20px
}

.sidebar-contact textarea {
    height: 60px;
    resize: none
}

.sidebar-contact input[type=submit] {
    background: #198be0;
    color: #fff;
    transition: .4s ease-in-out;
    cursor: pointer;
    border: 0;
    font-size: 18px;
    box-shadow: 0 10px 50px rgb(74 72 64 / 80%);
    width: 103px;
    border-radius: 20px;
    height: 40px;
    text-transform: uppercase;
    font-weight: 600
}

.sidebar-contact .toggle {
    position: absolute;
    height: 48px;
    width: 182px;
    box-shadow: -2px -1px 8px rgb(58 56 52 / 28%);
    background: #1894f1;
    top: 40%;
    font-weight: 600;
    left: -113px;
    border-radius: 3px 3px 0 0;
    transform: rotate(270deg);
    cursor: pointer;
    color: #fff;
    line-height: 45px;
    font-size: 18px;
    z-index: 9999999;
    text-align: center
}

.toggle:before {
    content: '\f003';
    font-family: fontAwesome;
    font-size: 18px;
    color: #fff
}

.toggle.active:before {
    content: '\f00d'
}

@media(max-width:768px) {
    .sidebar-contact {
        width: 86%;
        height: auto;
        right: -100%;
        z-index: 999
    }

    .sidebar-contact .toggle {
        top: 50%;
        transform: translateY(-50%);
        transition: .5s
    }

    span.mobile-hide {
        display: none
    }

    .sidebar-contact .toggle {
        position: absolute;
        width: 73px;
        height: 51px;
        left: -153px;
        top: 60%;
        font-weight: 600;
        border-radius: 100px 0 0 100px
    }

    .sidebar-contact.active {
        right: 0;
        z-index: 9 !important
    }

    .sidebar-contact .toggle.active:before {
        content: "\f00d"
    }

    .sidebar-contact .toggle:before {
        left: 5px;
        transform: rotate(-245deg);
        top: 3px;
        font-size: 29px;
        content: "\f27a"
    }

    .sidebar-contact.active .toggle {
        top: 0;
        right: 34px !important;
        transform: translateY(0);
        left: -10%
    }

    .scroll {
        width: 100%;
        height: 100%;
        overflow-y: auto
    }

    .content {
        padding: 50px 50px
    }
}

@media (max-width:480px) {
    .sidebar-contact .toggle {
        left: -124px
    }
}

nav#sticky-header.sticky {
    position: fixed;
    top: 0;
    z-index: 999999;
    width: 100%
}

.dropdown-item {
    color: #fff
}

.sidebar-contact input::placeholder {
    color: #000 !important
}

section.default-section ul li {
    list-style: disc;
    margin-left: 22px
}

section.page-about-wrapper a {
    color: #1894f1 !important
}

.alert-section {
    -webkit-column-count: auto;
    column-count: auto;
    background: #f4d13f;
    display: none;
    color: #fff;
    position: fixed;
    bottom: 0;
    -webkit-box-shadow: -14px -6px 11px 0 #27202036;
    box-shadow: -14px -6px 11px 0 #27202036;
    width: 100%;
    z-index: 9999
}

.alert-section.ftr_cta_blk p {
    margin: 0
}

.main-div-image {
    display: flex;
    flex-wrap: wrap;
    gap: 10px
}

.main-div-image .div-wrapper {
    width: 24%;
    border: 1px solid #ddd;
    margin-bottom: 20px
}

.main-div-image .div-wrapper img {
    width: 100%
}

section.thnqq-page {
    text-align: center
}

section.thnqq-page h1 {
    color: #1d5272;
    padding: 20px 0;
    font-size: 65px;
    padding-bottom: 0;
    font-weight: 700
}

section.loader-sec {
    display: none;
    width: 100%;
    height: 100%;
    padding: 10px;
    align-items: center;
    justify-content: center;
    color: #ccc;
    cursor: pointer;
    transition: .3s linear;
    background: #000000c9;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 99999
}

.loader-1 {
    width: 48px;
    height: 48px;
    border: 5px solid #fff;
    border-bottom-color: #ffc107;
    border-radius: 50%;
    display: inline-block;
    -webkit-animation: rotation 1s linear infinite;
    animation: rotation 1s linear infinite
}

@-webkit-keyframes rotation {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes rotation {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.alert-danger {
    --bs-alert-color: #ff0017;
    --bs-alert-bg: #ffcbd042;
    --bs-alert-border-color: #ffc3c9;
    --bs-alert-link-color: var(--bs-danger-text-emphasis);
    font-size: 14px;
    line-height: 21px
}

.alert-success {
    --bs-alert-color: #008245;
    --bs-alert-bg: #ddffef;
    --bs-alert-border-color: #a0e7c6;
    --bs-alert-link-color: var(--bs-success-text-emphasis)
}

a.get-a-quote-pack {
    background: #fff;
    display: inline-block;
    padding: 9px 30px;
    border-radius: 100px;
    color: #000;
    box-shadow: rgba(50, 50, 93, .25) 0 50px 100px -20px, rgba(0, 0, 0, .3) 0 30px 60px -30px, rgba(10, 37, 64, .35) 0 -2px 6px 0 inset;
    border: 0 solid #000
}

section#show-form form#signupletscon input::placeholder {
    color: #fff
}

section#show-form form#signupletscon textarea::placeholder {
    color: #fff
}

section#show-form .form-heading h3 {
    padding-bottom: 30px
}

.seo-package-area .btn.btn-info {
    margin: 0
}

.pricingTable11.green .pricingTable-header {
    padding-top: 3px
}

a.close-att {
    position: absolute;
    right: 10px;
    z-index: 9999;
    right: 0;
    width: 40px;
    left: 100%;
    background: #000;
    border-radius: 100px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff
}

.alert-section .container {
    position: relative
}

.alert-section.ftr_cta_blk.displaynone {
    display: none !important
}

.toggle-btn {
    display: none
}

ul.accordian-packages-ui li ul li:nth-child(1) {
    text-align: left;
    display: flex;
    justify-content: start !important
}

form#our_reseller_partner {
    justify-content: center
}

a.book-a-call-header {
    color: #fff !important;
    background: linear-gradient(to right, #f9cf2f, #0b559b, #0b559b);
    padding: 10px 15px !important;
    border-radius: 100px;
    box-shadow: rgba(50, 50, 93, .25) 0 50px 100px -20px, rgba(0, 0, 0, .3) 0 30px 60px -30px, rgba(10, 37, 64, .35) 0 -2px 6px 0 inset
}

a.book-a-call-header:hover {
    color: #fff !important;
    background: linear-gradient(to right, #0b559b, #0b559b, #f9cf2f);
    padding: 10px 15px !important;
    border-radius: 100px
}

header.main-header .top-nav ul li:nth-child(1) a,
header.main-header .top-nav ul li:nth-child(5) a {
    border: none
}

ul.footer-social li svg path {
    fill: #fff;
}

ul.footer-social li svg {
    width: 16px;
}

ul.footer-social li svg:hover path {
    fill: #000;
}

/* offer start */
p.marq {
    text-align: center;
    font-size: 21px;
    margin: 0;
    padding: 12px 0;
    position: relative;
}

.marq-sec {
    color: var(--black);
    background: #f0f8ff;
    font-size: 14px;
    line-height: 21px;
    padding-top: 8px !important;
    padding: 0;
}

p.marq span {
    color: #000;
}

.blink_me {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}


p.marq b {
    text-shadow: 1px 2px #f9cf2f;
    font-weight: bold;
    color: #000;
}

.offer-hi img.roc1 {
    width: 40px;
    position: absolute;
}

.offer-hi {
    position: relative;
}



img.roc2 {
    width: 40px;
    position: absolute;
    right: -77px;
    transform: rotate(269deg);
    top: -10px;
}

.offer-hi img.roc1 {
    width: 40px;
    position: absolute;
    left: -74px;
    top: -11px;
}

p.marq span.blink_me {
    color: #0b559b !important;
    font-size: 21px;
}

/* Offer End */

p.marq span {
    font-weight: bold;
    color: transparent;
    background-image: url('http://122.160.48.132/dev/html/ezrankings-new/assets/images/bg-top.jpg');
    background-size: 200%;
    /* Enlarged for smooth animation */
    background-position: 0 50%;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: animate-background 5s infinite alternate linear;
}

@keyframes animate-background {
    0% {
        background-position: 0 50%;
    }

    100% {
        background-position: 100% 50%;
    }
}


/* blog */

.container-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 900px;
    padding: 20px;
    background: #111;
    border-radius: 10px;
    background-image: radial-gradient(#baa140 -1%, #72642e8c 22%, #111 74%);
}

.container-wrap h2 {
    font-size: 37px !important;
    margin: 10px 0 !important;
    color: #fff !important;
    line-height: 44px;
    margin-bottom: 20px;
}

.container-wrap .content {
    max-width: 60%;
}

.container-wrap .trusted {
    font-size: 20px !important;
    color: #ffffff !important;
}

.container-wrap .trusted span {
    font-weight: bold;
    color: #ffd700;
}

.container-wrap h2 span {
    color: #f9cf30;
}

.container-wrap .services button br {
    display: none !important;
}

.container-wrap .services button {
    background: #f6cd30;
    border: none;
    padding: 13px 25px;
    margin: 5px;
    cursor: pointer;
    font-weight: bold;
    border-radius: 100px;
    color: #000 !important;
    display: block;
    position: relative;
}

.container-wrap .services {
    display: flex;
}

.container-wrap {
    margin-bottom: 16px;
}

.container-wrap .cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 32%;
    background: #f9cf2f;
    border-radius: 61px 0px 0px 80px;
    padding: 48px 20px;
}

.container-wrap .cta button {
    background: #fff;
    border: none;
    padding: 9px 11px;
    margin: 5px;
    cursor: pointer;
    font-weight: bold;
    border-radius: 100px;
    display: flex;
    align-items: center;
    gap: 14px;
    justify-content: center;
    width: 91%;
    text-align: center !important;
    font-size: 23px;
    margin-bottom: 0;
    /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    position: relative;
}

.container-wrap .cta {
    position: relative;
}

.container-wrap .cta:after {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    content: "";
    left: -12px;
    top: 0;
    border-radius: 49px 0px 0px 49px;
    z-index: 1;
    border-right: 0;
    border-top: 0;
    border-bottom: 0;
}

.container-wrap .cta .email {
    background: #000;
    color: #fff;
    border: 1px solid #ffd700;
}

.container-wrap .cta button a {
    color: #000;
    font-size: 18px;
}

.container-wrap .cta button.email a {
    color: #f4d13f !important;
}

@media (max-width:767px) {
    .container-wrap {
        display: none;
    }
}

/* end */



a.whatsappgif img {
    width: 25px;
    border-radius: 100px;
    height: 27px;
    background: transparent;
    margin-top: -3px;
}

a.whatsappgif {
    align-items: center;
    display: flex;
    gap: 10px;
}

.top-contact-strip ul li:last-child a:after {
    display: none;
}

/* start */
.empowering-sec .empowering-card {
    border-radius: 6px;
    box-shadow: rgb(0 0 0 / 10%) 0 4px 12px;
    padding: 20px;
    text-align: center;
    transition: .3s;
    display: flex;
    background: #fff;
    align-items: center;
    border: 1px solid #eee
}

.empowering-sec .empowering-card .icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
    padding: 9px;
    border-radius: 50%
}

.empowering-sec .empowering-card .icon img {
    transition: .3s;
    filter: invert(1)
}

.empowering-sec .empowering-card .empowering-content {
    width: 75%;
    text-align: left
}

.empowering-sec .empowering-card:hover {
    box-shadow: rgba(0, 0, 0, .25) 0 25px 50px -12px;
    border-bottom: 6px solid #000
}

.ls-result .empowering-card .empowering-content p {
    margin: 0;
    padding: 0;
    line-height: 24px;
    padding-bottom: 4px !important;
    text-align: left
}

.empowering-sec .empowering-card .empowering-content h3 {
    font-weight: 700
}


/* End */

/* Start */
.seo-reseller-partner-form h2 {
    color: #fff !important;
    font-size: 40px;
    font-family: poppinsbold;
    margin-bottom: 0;
}

.seo-reseller-partner-form {
    text-align: center;
}

#our_reseller_partner input.form-control.effect-8 {
    color: #fff;
}

.seo-reseller-partner-form .form-control,
.seo-reseller-partner-form input.btn.btn-info {
    border-radius: 10px !important;
}

.seo-reseller-partner-form .form-control {
    background: 0;
    color: #444;
    border: 1px solid #fff !important;
    height: 50px;
}

.seo-reseller-partner-form input.btn.btn-info {
    background: #f3d049;
    text-transform: uppercase;
    color: #444;
    padding: 10px 28px;
    font-family: poppinssemibold;
    border-color: transparent;
    width: 100% !important;
}

.seo-reseller-partner-form p {
    color: #fff !important;
    font-size: 20px;
}

.seo-reseller-partner-form input::placeholder {
    color: #fff;
}



/* End */

/* Start */
.amazon-card {
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 20px;
    min-height: 400px;
    margin-bottom: 25px;
}

.amazon-card h2 {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 8px;
}

.amazon-card img {
    width: 60px;
    margin-bottom: 20px;
}

section.amazon-product-opt .row .col-md-4:nth-child(odd) .amazon-card {
    background: #f2fedc;
    border: 1px solid #cadfa4;
}

section.amazon-product-opt .row .col-md-4:nth-child(even) .amazon-card {
    background: #f7f7f7;
    border: 1px solid #ddd;
}

/* End */

/* Start */
section.seo-succ-story .succ-card {
    text-align: center;
}

section.seo-succ-story .succ-card h3 {
    color: #ffffff;
    text-align: center;
    font-size: 20px;
    font-family: poppinsbold;
    padding: 13px;
    background: #4285f4;
    margin-bottom: 0px;
    border-radius: 20px 20px 0px 0px;
}

section.seo-succ-story {
    background: #f0f4f9;
}

section.seo-succ-story .succ-card img {
    width: 100%;
    height: 254px;
    object-fit: contain;
    border: 1px solid #ddd;
    padding: 20px;
    background: #fff;
}

section.seo-succ-story .section-title-wrap.pb30 {
    text-align: center;
}

section.seo-succ-story .succ-card ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    margin-top: 16px;
    line-height: 40px;
}

section.seo-succ-story .succ-card ul li {
    width: 100%;
    display: flex;
    gap: 10px;
    align-items: center;
}

section.seo-succ-story .succ-card ul li i {
    color: #FFC107;
    width: 30px;
    height: 30px;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}

.fa-line-chart:before {
    content: "\f201";
}

.fa-thumbs-o-up:before {
    content: "\f087";
}

.fa-eye:before {
    content: "\f06e";
}

/* End */

/* Start */
section.seo-marketing h2 {
    color: var(--headingcolor);
    text-align: left;
    font-size: 40px;
    font-family: poppinsbold;
    padding-bottom: 13px;
}

section.seo-marketing .accordion-button:not(.collapsed) {
    color: #ffffff !important;
    background-color: #11559b !important;
    box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.accordion-item {
    color: #000000;
    background-color: #21252900;
    border: var(--bs-accordion-border-width) solid #e4e4e4;
}

.accordion-button:not(.collapsed)::after {

    filter: brightness(0) invert(1);
}

/* ENd */

/* Start */
.thing-box {
    background: #fff;
    position: relative;
    padding: 25px;
    margin-top: 50px;
    min-height: 547px;
    margin-bottom: 40px;
    border: none;
    box-shadow: rgb(100 100 111 / 20%) 0 7px 29px 0;
    position: relative;
}

.top-grid {
    position: absolute;
    border-radius: 29px;
    top: -32px;
    height: 67px;
    width: 508px;
    text-align: center;
}

.top-grid-green {
    background: #7cd260;
}

.smo-grid a,
.top-grid {
    transform: translateX(-50%);
    left: 50%;
}

.top-grid p {
    line-height: 65px;
    font-size: 26px;
    color: #fff;
    font-family: poppinssemibold;
}

.thing-box ul {
    list-style: none;
    padding-left: 16px;
    margin-top: 58px;
}

.thing-box ul li {
    display: flex;
    margin: 7px 0;
    color: #000;
}

.thing-box ul li i {
    margin-right: 10px;
    line-height: 30px;
    font-size: 20px;
}

.top-grid-red {
    background: #e01010;
}

section.smo-service-follow {
    background: #f3f3f3;
}

/* End */

/* Start */
.easy-work-process .features-second,
ul.business-list li {
    margin: 10px 0;
}

.easy-work-process .nav-pills .nav-link {
    margin-bottom: 10px
}

.easy-work-process .nav-pills .nav-link,
.easy-work-process .nav-pills .show>.nav-link {
    border: none !important;
    transition: 1s
}

.easy-work-process .nav-pills .nav-link:hover {
    color: #fff;
    background-color: #fff;
    border: none !important;
    border-radius: 8px !important;
    box-shadow: 0 12px 55px 0 rgba(0, 0, 0, .05) !important;
    -moz-box-shadow: 0 12px 55px 0 rgba(0, 0, 0, .05) !important;
    -webkit-box-shadow: 0 12px 55px 0 rgba(0, 0, 0, .05) !important;
    transition: 1s
}

.easy-work-process .nav-pills .nav-link,
.easy-work-process .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #fff;
    border: 1px solid #f4f5f6 !important;
    border-radius: 8px !important;
    box-shadow: 0 12px 55px 0 rgba(0, 0, 0, .05) !important;
    -moz-box-shadow: 0 12px 55px 0 rgba(0, 0, 0, .05) !important;
    -webkit-box-shadow: 0 12px 55px 0 rgba(0, 0, 0, .05) !important;
    transition: 1s
}

.easy-work-process .features-second h3 {
    margin-top: 6px;
    font-size: 18px;
    color: #000;
    padding-bottom: 8px;
    font-weight: 600;
}

.easy-work-process .features-second p {
    color: #000;
    font-size: 14px;
    line-height: 21px;
    font-weight: 300;
    line-height: 21px;
}

.easy-work-process .dropcaps-circle {
    float: left;
    margin: 1px 8px 10px 0;
    background-color: #fcfcfc;
    border: 1px solid #eaeaea;
    width: 60px;
    height: 60px;
    text-align: center;
    vertical-align: middle;
    color: #017df7;
    font-size: 27px;
    line-height: 60px;
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out
}

.easy-work-process .features-second {
    display: flex;
    cursor: pointer
}

.easy-work-process .features-second .dropcaps-circle {
    width: 70px !important;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.easy-work-process .features-second .content-wrap {
    width: 100%
}

.easy-work-process .nav.nav-pills.grow-with-tab {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.easy-work-process .nav.nav-pills.grow-with-tab a.nav-link {
    width: 23%;
    text-align: center;
}

.easy-work-process .nav.nav-pills.grow-with-tab a.nav-link .features-second {
    flex-direction: column;
    justify-content: center !important;
}

.easy-work-process .nav.nav-pills.grow-with-tab a.nav-link .features-second .dropcaps-circle {
    margin: 0 auto;
    margin-top: -54px;
    margin-bottom: 16px;
    font-size: 43px;
    font-weight: bold;
    box-shadow: rgb(255 255 255 / 0%) 0px 50px 100px -20px, rgb(0 0 0 / 0%) 0px 30px 60px -30px, rgb(10 37 64 / 18%) 0px -2px 6px 0px inset;
}

.process-line {
    position: absolute;
    left: 53%;
    bottom: 93px;
    transform: translate(-50%, 0);
    text-align: center;
    z-index: -1;
}

section.section-grey.easy-work-process {
    background: #00800017;
    position: relative;
}

.easy-work-process .nav.nav-pills.grow-with-tab a.nav-link {
    width: 23%;
    text-align: center;
    height: 221px;
    border-radius: 20px !important;
}

.easy-work-process .dropcaps-circle.red2 {
    color: #ff0000;
}

.easy-work-process .nav.nav-pills.grow-with-tab a:nth-child(odd) {
    margin-top: 76px;
}

.easy-work-process .dropcaps-circle.blue {
    color: #1e90ff
}

.easy-work-process .dropcaps-circle.red {
    color: #eed239
}

.easy-work-process .dropcaps-circle.green {
    color: #27b36a
}

.easy-work-process .image-shadow {
    border-radius: 8px;
    box-shadow: 10px 12px 40px rgb(0 0 0 / 20%)
}

.easy-work-process .tabcontent {
    display: none
}

/* End */


/* 7-july */

/* BLog start */


/* General Sidebar Widget Styling */
.new-side-bar-blog .sidebar-widget {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Headings */
.new-side-bar-blog .sidebar-widget h3 {
    color: #000000;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 15px;
    border-bottom: 2px solid #ffc107;
    padding-bottom: 8px;
}

/* Search Form */
.new-side-bar-blog .sidebar-widget .search-form {
    display: flex;
    align-items: center;
}

.new-side-bar-blog .sidebar-widget .search-form input[type="search"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #e0e0e0;
    border-radius: 4px 0 0 4px;
    font-size: 1rem;
    background-color: #fff;
    color: #000000;
}

.new-side-bar-blog .sidebar-widget .search-form input[type="submit"] {
    padding: 10px 15px;
    border: none;
    border-radius: 0 4px 4px 0;
    background-color: #ffc107;
    color: #000000;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.new-side-bar-blog .sidebar-widget .search-form input[type="submit"]:hover {
    background-color: #ffca2c;
}

/* Post Lists */
.new-side-bar-blog .sidebar-post-list {
    list-style: none;
    padding: 0;
}

.new-side-bar-blog .sidebar-post-item {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.new-side-bar-blog .sidebar-post-item a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #000000;
    transition: color 0.3s ease;
}

.new-side-bar-blog .sidebar-post-item a:hover {
    color: #ffc107;
}

.new-side-bar-blog .sidebar-thumb {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    overflow: hidden;
    border-radius: 4px;
    flex-shrink: 0;
}

.new-side-bar-blog .sidebar-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.new-side-bar-blog .sidebar-title {
    font-size: 0.95rem;
    font-weight: 500;
}

/* Categories List */
.new-side-bar-blog .sidebar-widget ul {
    list-style: none;
    padding: 0;
}

.new-side-bar-blog .sidebar-widget ul li {
    margin-bottom: 10px;
}

.new-side-bar-blog .sidebar-widget ul li a {
    color: #000000;
    text-decoration: none;
    font-size: 1rem;
    position: relative;
    padding-left: 20px;
    transition: color 0.3s ease;
}

.new-side-bar-blog .sidebar-widget ul li a:hover {
    color: #ffc107;
}

.new-side-bar-blog .sidebar-widget ul li a::before {
    content: '';
    width: 10px;
    height: 10px;
    background-color: #ffc107;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

/* Animated Circles with mb-siwc-tag */
.new-side-bar-blog .mb-siwc-tag {
    border-radius: 50%;
    position: absolute;
    cursor: pointer;
    animation: shadowPulse 1.5s ease-in-out infinite;
}

.new-side-bar-blog .mb-siwc-tag.red {
    width: 40px;
    height: 40px;
    background-color: #ffc107;
    top: 20px;
    left: 20px;
}

.new-side-bar-blog .mb-siwc-tag.white-large {
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    border: 1px solid #000000;
    top: 20px;
    left: 80px;
}

.new-side-bar-blog .mb-siwc-tag.white-small {
    width: 20px;
    height: 20px;
    background-color: #ffffff;
    border: 1px solid #000000;
    top: 30px;
    left: 30px;
}

@keyframes shadowPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
    }

    50% {
        box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.4);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .new-side-bar-blog .sidebar-widget {
        padding: 15px;
    }

    .new-side-bar-blog .sidebar-widget h3 {
        font-size: 1.25rem;
    }

    .new-side-bar-blog .sidebar-post-item {
        flex-direction: column;
        align-items: flex-start;
    }

    .new-side-bar-blog .sidebar-thumb {
        margin-bottom: 10px;
    }
}














/* Related Posts Section */
.related-post-wrapper .related-posts-section {
    background-color: #ffffff;
    padding: 0;
    margin-top: 0 !important;
    margin-bottom: 0px !important;
}

.founder-section-mansi .social-icons a svg {
    width: 20px;
}

/* Heading */
.related-post-wrapper .related-posts-section h3 {
    color: #000000;
    font-size: 1.75rem;
    font-weight: 600;
    margin-bottom: 20px;
    border-bottom: 2px solid #ffc1072b;
    padding-bottom: 10px;
    text-align: left;
}

/* Card Styling */
.related-post-wrapper .card {
    border: none;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background-color: #ffffff;
}

.related-post-wrapper .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.related-post-wrapper .card-img-top {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    height: 200px;
    object-fit: cover;
}

.related-post-wrapper .card-body {
    padding: 15px;
    display: flex;
    flex-direction: column;
}

.related-post-wrapper .card-title {
    font-size: 1.1rem;
    font-weight: 500;
    color: #000000;
    margin-bottom: 10px;
}

.related-post-wrapper .card-title a {
    color: #000000;
    text-decoration: none;
    transition: color 0.3s ease;
}

.related-post-wrapper .card-title a:hover {
    color: #ffc107;
}

.related-post-wrapper .card-text {
    font-size: 0.85rem;
    color: #0f1112 !important;
    margin-bottom: 15px;
}

.related-post-wrapper .btn-primary {
    background-color: #ffc107;
    border-color: #ffc107;
    color: #000000;
    font-weight: 500;
    padding: 8px 12px;
    border-radius: 4px;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.related-post-wrapper .btn-primary:hover {
    background-color: #ffca2c;
    border-color: #ffca2c;
    color: #000000;
}

/* Animated Circles with mb-siwc-tag */
.related-post-wrapper .mb-siwc-tag {
    border-radius: 50%;
    position: absolute;
    cursor: pointer;
    animation: shadowPulse 1.5s ease-in-out infinite;
}

.related-post-wrapper .mb-siwc-tag.red {
    width: 40px;
    height: 40px;
    background-color: #ffc107;
    top: 20px;
    left: 20px;
}

.related-post-wrapper .mb-siwc-tag.white-large {
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    border: 1px solid #000000;
    top: 20px;
    left: 80px;
}

.related-post-wrapper .mb-siwc-tag.white-small {
    width: 20px;
    height: 20px;
    background-color: #ffffff;
    border: 1px solid #000000;
    top: 30px;
    left: 30px;
}

@keyframes shadowPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
    }

    50% {
        box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.4);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .related-post-wrapper .related-posts-section {
        padding: 20px 0;
    }

    .related-post-wrapper .related-posts-section h3 {
        font-size: 1.5rem;
    }

    .related-post-wrapper .card-img-top {
        height: 150px;
    }

    .related-post-wrapper .card-title {
        font-size: 1rem;
    }

    .related-post-wrapper .card-text {
        font-size: 0.8rem;
    }

    .related-post-wrapper .btn-primary {
        padding: 6px 10px;
        font-size: 0.85rem;
    }
}

@media (max-width: 576px) {
    .related-post-wrapper .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .related-post-wrapper .card-img-top {
        height: 120px;
    }
}

/* Founder */

.founder-section-mansi .founder-section {
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.founder-section-mansi .founder-container {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.founder-section-mansi .founder-image {
    flex: 1 1 350px;
    min-height: 450px;
    background: linear-gradient(135deg, #000000 0%, #000000 100%);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 30px;
    padding-bottom: 0;
}

.founder-section-mansi .founder-image img {
    width: 100%;
    max-width: 320px;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    object-fit: cover;

}

.founder-section-mansi .founder-content {
    flex: 1 1 450px;
    padding: 60px 40px;
    background: #fff;
    color: #333;
}

.founder-section-mansi .founder-name {
    font-size: 2.5rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 12px;
    position: relative;
    display: inline-block;
}

.founder-section-mansi .founder-name::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 80px;
    height: 4px;
    background: #ffc107;
    border-radius: 2px;
}

.founder-section-mansi .company-name {
    font-size: 1.1rem;
    font-weight: 600;
    color: #ff9800;
    margin-bottom: 30px;
    letter-spacing: 1px;
}

.founder-section-mansi .founder-content p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #444;
    margin-bottom: 35px;
}

.founder-section-mansi .social-icons {
    display: flex;
    gap: 20px;
}

section.founder-section.founder-section-mansi {
    padding: 0;
}

.founder-section-mansi .social-icons a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #fff;
    color: #000;
    border: 2px solid #ffc107;
    font-size: 1.2rem;
    transition: all 0.3s ease;
    text-decoration: none;
}

.founder-section-mansi .social-icons a:hover {
    background: #ffc107;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(255, 193, 7, 0.3);
}

.founder-section-mansi .decoration-element {
    position: absolute;
    top: 40px;
    right: 40px;
    width: 100px;
    height: 100px;
    border-top: 4px solid #ffc107;
    border-right: 4px solid #ffc107;
}

.founder-section-mansi .quote-mark {
    position: absolute;
    top: 30px;
    left: 40px;
    font-size: 5rem;
    color: #ffc107;
    opacity: 0.1;
    font-weight: 700;
    font-family: Georgia, serif;
}

.bottom-decoration {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: linear-gradient(90deg, #ffc107, #ff9800, #ffc107);
}

/* Responsive Design */
@media (max-width: 900px) {
    .founder-section-mansi .founder-container {
        flex-direction: column;
    }

    .founder-section-mansi .founder-image {
        min-height: 350px;
        padding: 0;
    }

    .founder-section-mansi .founder-content {
        padding: 40px 30px;
    }

    .founder-section-mansi .founder-name {
        font-size: 2.2rem;
    }

    .founder-section-mansi .decoration-element {
        top: 20px;
        right: 20px;
        width: 70px;
        height: 70px;
    }

    .founder-section-mansi .founder-image img {

        max-width: 217px;
        height: auto;

    }
}

@media (max-width: 480px) {
    .founder-section-mansi .founder-name {
        font-size: 1.8rem;
    }

    .founder-section-mansi .company-name {
        font-size: 1rem;
    }

    .founder-section-mansi .founder-content p {
        font-size: 1rem;
    }

    .founder-section-mansi .social-icons a {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }

    .founder-section-mansi .quote-mark {
        font-size: 4rem;
        top: 20px;
        left: 20px;
    }
}



  .onload-popuo .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(3px);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    animation: fadeIn 0.4s ease;
}

.onload-popuo .overlay.active {
    display: flex;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideUp {
    from {
        transform: translateY(30px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.onload-popuo .popup {
    background: #fff;
    border-radius: 16px;
    max-width: 420px;
    width: 90%;
    position: relative;
    overflow: hidden;
    animation: slideUp 0.5s ease;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    transition: all 0.4s ease;
}

.onload-popuo .popup.form-active {
    max-height: 650px;
}

.onload-popuo .close-btn {
    position: absolute;
    top: 12px;
    right: 12px;
    background: rgba(0, 0, 0, 0.1);
    color: #f9cf2f;
    border: none;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 2;
}

.onload-popuo .close-btn:hover {
    background: #000;
    color: #f9cf2f;
    transform: rotate(90deg);
}

.onload-popuo .popup-top {
    background: #000;
    padding: 14px 25px 1px;
    text-align: center;
    position: relative;
}

.onload-popuo .icon-badge {
    width: 60px;
    height: 60px;
    background: #f9cf2f;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin: 0 auto 15px;
    box-shadow: 0 4px 15px rgba(249, 207, 47, 0.3);
}

.onload-popuo .popup-top h2 {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 8px;
}

.onload-popuo .popup-top p {
    color: #f9cf2f;
    font-size: 14px;
    font-weight: 600;
}

.onload-popuo .popup-body {
    padding: 20px 25px;
    position: relative;
}

.onload-popuo .offer-content {
    transition: all 0.4s ease;
}

.onload-popuo .offer-content.hide {
    opacity: 0;
    transform: translateX(-20px);
    position: absolute;
    pointer-events: none;
}

.onload-popuo .offer-text {
    text-align: center;
    margin-bottom: 25px;
}

.onload-popuo .offer-text h3 {
    color: #000;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 5px;
}

.onload-popuo .offer-text h3 span {
    color: #f9cf2f;
}

.onload-popuo .offer-text p {
    color: #666;
    font-size: 14px;
}

.onload-popuo .cta-button {
    width: 100%;
    background: #f9cf2f;
    color: #000;
    border: none;
    padding: 16px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
}

.onload-popuo .cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(249, 207, 47, 0.4);
    background: #ffd942;
}

.onload-popuo .timer {
    text-align: center;
    color: #999;
    font-size: 13px;
}

.onload-popuo .timer span {
    color: #000;
    font-weight: bold;
}

.onload-popuo .form-container {
    display: none;
    opacity: 0;
    transform: translateX(20px);
    transition: all 0.4s ease;
}

.onload-popuo .form-container.active {
    display: block;
    opacity: 1;
    transform: translateX(0);
}

.onload-popuo .form-group {
    margin-bottom: 12px;
}

.onload-popuo .form-group label {
    display: block;
    color: #333;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
}
.onload-popuo .form-group input {
    width: 100%;
    padding: 7px 15px;
    border: 1px solid #000000;
    border-radius: 8px;
    font-size: 14px;
    transition: all 0.3s ease;
    outline: none;
    height: 44px;
}

.onload-popuo .form-group input:focus {
    border-color: #f9cf2f;
    box-shadow: 0 0 0 3px rgba(249, 207, 47, 0.1);
}

.onload-popuo .submit-button {
    width: 100%;
    background: #f9cf2f;
    color: #000;
    border: none;
    padding: 16px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.onload-popuo .submit-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(249, 207, 47, 0.4);
    background: #ffd942;
}

.onload-popuo .back-button {
    display: none;
}

@media (max-width: 480px) {
    .onload-popuo .popup {
        max-width: 340px;
    }

    .onload-popuo .popup-top h2 {
        font-size: 20px;
    }

    .onload-popuo .offer-text h3 {
        font-size: 28px;
    }
}


.cta-form-wrapper .cta-section {
    background: #000;
    border-radius: 0;
    padding: 35px 40px;
    width: 100%;
    box-shadow: none;
    position: relative;
    overflow: hidden;
}


.cta-form-wrapper .cta-wrapper {
    max-width: 1400px;
    margin: 0 auto;
}

.cta-form-wrapper .cta-text {
    text-align: center;
    margin-bottom: 17px;
}

.cta-form-wrapper .cta-text h2 {
    color: #fff;
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 12px;
    line-height: 1.2;
}

.cta-form-wrapper .cta-text h2 span {
    color: #f9cf2f;
}

.cta-form-wrapper .cta-text p {
    color: #fff;
    font-size: 16px;
    margin: 0 !important;
    padding: 0;
}

.cta-form-wrapper .cta-form {
    width: 100%;
}

.cta-form-wrapper .form-inline {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
}

.cta-form-wrapper .form-field {
    flex: 1;
}

.cta-form-wrapper .form-field input {
    width: 100%;
    padding: 10px 20px;
    border: 2px solid #333;
    border-radius: 12px;
    font-size: 15px;
    outline: none;
    background: #1a1a1a;
    color: #fff;
    transition: all 0.3s ease;
}

.cta-form-wrapper .form-field input::placeholder {
    color: #666;
}

.cta-form-wrapper .form-field input:focus {
    border-color: #f9cf2f;
    background: #222;
    box-shadow: 0 0 0 3px rgba(249, 207, 47, 0.1);
}

.cta-form-wrapper .submit-btn {
    padding: 10px 40px;
    background: #f9cf2f;
    color: #000;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    white-space: nowrap;
}

.cta-form-wrapper .submit-btn:hover {
    background: #ffd942;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(249, 207, 47, 0.4);
}

@media (max-width: 1024px) {
    .cta-form-wrapper .cta-text h2 {
        font-size: 32px;
    }

    .cta-form-wrapper .cta-text p {
        font-size: 16px;
    }

    .cta-form-wrapper .form-inline {
        flex-wrap: wrap;
    }

    .cta-form-wrapper .form-field {
        flex: 1 1 calc(50% - 8px);
        min-width: 200px;
    }

    .cta-form-wrapper .submit-btn {
        flex: 1 1 100%;
    }
}

@media (max-width: 640px) {
    .cta-form-wrapper .cta-section {
        padding: 40px 20px;
    }

    .cta-form-wrapper .cta-text {
        margin-bottom: 30px;
    }

    .cta-form-wrapper .cta-text h2 {
        font-size: 26px;
    }

    .cta-form-wrapper .cta-text p {
        font-size: 15px;
    }

    .cta-form-wrapper .form-field {
        flex: 1 1 100%;
    }

    .cta-form-wrapper .form-field input {
        padding: 14px 18px;
    }

    .cta-form-wrapper .submit-btn {
        padding: 14px 35px;
    }
}



 .cta-form-wrapper .trust-badges {
            display: flex;
            justify-content: center;
            gap: 30px;
            margin-top: 40px;
            flex-wrap: wrap;
        }

      .cta-form-wrapper  .badge {
            display: flex;
            align-items: center;
            gap: 8px;
            color: #f9cf2f;
            font-size: 14px;
            font-weight: 600;
        }

     .cta-form-wrapper   .badge-icon {
            font-size: 20px;
        }


         /* For image 13 jan 2026 */

         
        .about-img-wrap.developmet-wrapp img {
     
    width: 100%;
   object-fit: none ; 
    height: auto;
}


section.blog-faq.faq-wrapper button:not(.collapsed) .faq-icon::before {
  content: "\f068"; /* fa-minus */
}

section.blog-faq.faq-wrapper .faq-icon::before {
  content: "\f067"; /* fa-plus */
}

section.blog-faq.faq-wrapper i.fa.fa-circle.fa-stack-2x {
    display: none;
}

li {
  list-style: none !important;
}









/* =========TOp Header============== */

.contact-header {
    background: linear-gradient(135deg, #2f2b03 0%, #010101 50%, #070b11 100%);
    color: #ffffff;
    padding: 12px 0;
    font-size: 14px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

        .contact-header::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
            animation: shimmer 3s infinite;
        }

        @keyframes shimmer {
            0% {
                left: -100%;
            }
            100% {
                left: 100%;
            }
        }

     .contact-header .contact-container {
    position: relative;
    z-index: 1;
    gap: 20px;
}

      .contact-header .contact-item-two {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-right: 2px;
    transition: all 0.3s ease;
    position: relative;
}

      .contact-header  .contact-item-two:last-child {
            margin-right: 0;
        }

      .contact-header  .contact-item-two:hover {
            transform: translateY(-2px);
        }

      .contact-header  .contact-item-two::after {
            content: '';
            position: absolute;
            bottom: -3px;
            left: 0;
            width: 0;
            height: 2px;
            background: #ffd700;
            transition: width 0.3s ease;
        }

      .contact-header  .contact-item-two:hover::after {
            width: 100%;
        }

       .contact-header .contact-label {
            font-weight: 600;
            letter-spacing: 0.5px;
        }

      .contact-header  .contact-value {
            color: #ffffff;
            text-decoration: none;
            font-weight: 500;
            transition: color 0.3s ease;
        }

      .contact-header  .contact-value:hover {
            color: #ffd700;
        }

      .contact-header  .india-label {
            color: #ffd700;
        }

      .contact-header  .us-label {
            color: #ffd700;
        }

      .contact-header  .email-label {
            color: #ffd700;
        }

      .contact-header  .skype-label {
            color: #ffd700;
        }

      .contact-header  .icon-wrapper {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 20px;
            height: 20px;
        }

      .contact-header  .icon-wrapper svg {
            width: 18px;
            height: 18px;
            fill: #ffffff;
            transition: all 0.3s ease;
        }

       .contact-header .contact-item:hover .icon-wrapper svg {
            fill: #ffd700;
            transform: scale(1.1);
        }

        /* Responsive Design */
        @media (max-width: 1200px) {
         .contact-item {
                margin-right: 18px;
                font-size: 13px;
            }
        }

        @media (max-width: 992px) {
      .contact-header {
                font-size: 13px;
                padding: 10px 0;
            }
            
           .contact-header .contact-item {
                margin-right: 15px;
                gap: 6px;
            }

          .contact-header  .icon-wrapper svg {
                width: 16px;
                height: 16px;
            }
        }

        @media (max-width: 768px) {
         .contact-header {
                padding: 15px 0;
            }

          .contact-header  .contact-container {
                display: flex;
                flex-direction: column;
                gap: 12px;
                align-items: flex-start;
            }

          .contact-header  .contact-item-two {
                margin-right: 0;
                width: 100%;
            }

          .contact-header  .contact-item-two::after {
                display: none;
            }
        }

        @media (max-width: 576px) {
        .contact-header {
                font-size: 12px;
            }

          .contact-header  .contact-item-two {
                gap: 8px;
            }

          .contact-header  .contact-label {
                font-size: 12px;
            }

          .contact-header  .contact-value {
                font-size: 12px;
            }
        }

        /* Mobile landscape */
        @media (max-width: 768px) and (orientation: landscape) {
            .contact-header {
                padding: 8px 0;
            }

          .contact-header  .contact-container {
                flex-direction: row;
                flex-wrap: wrap;
                gap: 8px;
            }

           .contact-header .contact-item {
                width: auto;
                margin-right: 15px;
                font-size: 11px;
            }
        }

        /* Print styles */
        @media print {
            .contact-header {
                background: #1e3c72 !important;
                -webkit-print-color-adjust: exact;
                print-color-adjust: exact;
            }
        }

        /* Whatsapp flot */

          /* WhatsApp Floating Button */
        .whatsapp-float {
    position: fixed;
    bottom: 17px;
    right: 30px;
    z-index: 1000;
}

        .whatsapp-button {
            width: 60px;
            height: 60px;
            background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
            cursor: pointer;
            transition: all 0.3s ease;
            border: none;
            animation: pulse 2s infinite;
            position: relative;
        }

        .whatsapp-button::before {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            border-radius: 50%;
            background: rgba(37, 211, 102, 0.3);
            animation: ripple 2s infinite;
        }

        @keyframes pulse {
            0%, 100% {
                transform: scale(1);
            }
            50% {
                transform: scale(1.05);
            }
        }

        @keyframes ripple {
            0% {
                transform: scale(1);
                opacity: 1;
            }
            100% {
                transform: scale(1.5);
                opacity: 0;
            }
        }

        .whatsapp-button:hover {
            transform: scale(1.1);
            box-shadow: 0 6px 30px rgba(37, 211, 102, 0.6);
        }

        .whatsapp-button svg {
            width: 32px;
            height: 32px;
            fill: #ffffff;
            position: relative;
            z-index: 1;
        }

        /* WhatsApp Chat Popup */
        .whatsapp-chat {
            position: fixed;
            bottom: 110px;
            right: 30px;
            width: 350px;
            background: #ffffff;
            border-radius: 15px;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
            opacity: 0;
            visibility: hidden;
            transform: scale(0.8) translateY(20px);
            transition: all 0.3s ease;
            z-index: 999;
            overflow: hidden;
        }

        .whatsapp-chat.active {
            opacity: 1;
            visibility: visible;
            transform: scale(1) translateY(0);
        }

        .whatsapp-chat-header {
            background: linear-gradient(135deg, #128C7E 0%, #075E54 100%);
            padding: 20px;
            color: #ffffff;
            position: relative;
        }

        .whatsapp-chat-header::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="%23ffffff" fill-opacity="0.05" d="M0,96L48,112C96,128,192,160,288,160C384,160,480,128,576,112C672,96,768,96,864,112C960,128,1056,160,1152,160C1248,160,1344,128,1392,112L1440,96L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path></svg>') no-repeat bottom;
            background-size: cover;
        }

        .whatsapp-header-content {
            display: flex;
            align-items: center;
            gap: 12px;
            position: relative;
            z-index: 1;
        }

        .whatsapp-avatar {
            width: 50px;
            height: 50px;
            background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            border: 3px solid rgba(255, 255, 255, 0.3);
        }

        .whatsapp-avatar svg {
            width: 28px;
            height: 28px;
            fill: #ffffff;
        }

      .whatsapp-header-text h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    font-size: 13px;
}
        .whatsapp-header-text p {
            margin: 0;
            font-size: 12px;
            opacity: 0.9;
        }

        .whatsapp-close {
            position: absolute;
            top: 15px;
            right: 15px;
            background: rgba(255, 255, 255, 0.2);
            border: none;
            color: #ffffff;
            width: 30px;
            height: 30px;
            border-radius: 50%;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
            z-index: 2;
        }

        .whatsapp-close:hover {
            background: rgba(255, 255, 255, 0.3);
            transform: rotate(90deg);
        }

        .whatsapp-chat-body {
            padding: 20px;
            background: #ECE5DD;
            min-height: 150px;
            position: relative;
        }

        .whatsapp-chat-body::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-image: 
                repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255,255,255,.03) 10px, rgba(255,255,255,.03) 20px),
                repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(0,0,0,.03) 10px, rgba(0,0,0,.03) 20px);
            opacity: 0.5;
        }

        .whatsapp-message {
            background: #ffffff;
            padding: 12px 15px;
            border-radius: 8px;
            margin-bottom: 15px;
            position: relative;
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
            animation: slideIn 0.3s ease;
        }

        @keyframes slideIn {
            from {
                opacity: 0;
                transform: translateY(10px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .whatsapp-message::before {
            content: '';
            position: absolute;
            left: -8px;
            top: 12px;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 0 8px 8px 0;
            border-color: transparent #ffffff transparent transparent;
        }

        .whatsapp-message p {
            margin: 0;
            font-size: 14px;
            color: #333;
            line-height: 1.5;
        }

        .whatsapp-message-time {
            font-size: 11px;
            color: #999;
            margin-top: 5px;
            text-align: right;
        }

        .whatsapp-input-area {
            padding: 15px;
            background: #f0f0f0;
            display: flex;
            gap: 10px;
            align-items: center;
        }

        .whatsapp-input {
            flex: 1;
            padding: 12px 15px;
            border: none;
            border-radius: 25px;
            background: #ffffff;
            font-size: 14px;
            outline: none;
            transition: all 0.3s ease;
        }

        .whatsapp-input:focus {
            box-shadow: 0 0 0 2px rgba(37, 211, 102, 0.3);
        }

        .whatsapp-send-btn {
            width: 45px;
            height: 45px;
            background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
            border: none;
            border-radius: 50%;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
        }

        .whatsapp-send-btn:hover {
            transform: scale(1.1);
            box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
        }

        .whatsapp-send-btn svg {
            width: 20px;
            height: 20px;
            fill: #ffffff;
        }

        .notification-badge {
            position: absolute;
            top: -5px;
            right: -5px;
            background: #ff3b30;
            color: white;
            border-radius: 50%;
            width: 24px;
            height: 24px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 12px;
            font-weight: bold;
            animation: bounce 1s infinite;
            z-index: 2;
        }

        @keyframes bounce {
            0%, 100% {
                transform: scale(1);
            }
            50% {
                transform: scale(1.1);
            }
        }

        /* Responsive WhatsApp */
        @media (max-width: 768px) {
            .whatsapp-float {
                bottom: 20px;
                left: 20px;
            }

            .whatsapp-button {
                width: 55px;
                height: 55px;
            }

            .whatsapp-button svg {
                width: 28px;
                height: 28px;
            }

            .whatsapp-chat {
                width: calc(100vw - 40px);
                left: 20px;
                bottom: 90px;
            }
        }

        @media (max-width: 480px) {
            .whatsapp-chat {
                width: calc(100vw - 30px);
                left: 15px;
                bottom: 85px;
            }

               .whatsapp-float {
        bottom: 85px;
        left: 15px;
    }
        }

               .contact-header {
    display: block;
}
    
     

     
/* Mobile Header - Icons Only */
  .mobile-contact-header {
    padding-bottom: 0;
    display: none;
    background: linear-gradient(135deg, #000000 0%, #000000 50%, #474105 100%);
    padding: 7px 0;
    padding-bottom: 0;
}

        .mobile-contact-wrapper {
            display: flex;
            justify-content: space-around;
            align-items: center;
            max-width: 100%;
            padding: 0 15px;
        }

     .mobile-contact-icon {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    text-decoration: none;
    transition: all 0.3s ease;
}
/* 
     .mobile-icon-circle {
    width: 33px;
    height: 33px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    position: relative;
    overflow: hidden;
} */

.mobile-icon-circle

 {
    width: 33px;
    height: 33px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    position: relative;
    overflow: hidden;
    background: #f7c812 !important;
}
        .mobile-icon-circle::before {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            background: rgba(255, 255, 255, 0.1);
            border-radius: 50%;
            transform: scale(0);
            transition: transform 0.3s ease;
        }

        .mobile-contact-icon:active .mobile-icon-circle::before {
            transform: scale(1);
        }

        /* India Icon */
        .mobile-icon-india {
            background: linear-gradient(135deg, #FF9933 0%, #FF6B00 100%);
            box-shadow: 0 4px 15px rgba(255, 153, 51, 0.3);
        }

        /* USA Icon */
        .mobile-icon-usa {
            background: linear-gradient(135deg, #B22234 0%, #8B1A2B 100%);
            box-shadow: 0 4px 15px rgba(178, 34, 52, 0.3);
        }

        /* Email Icon */
        .mobile-icon-email {
            background: linear-gradient(135deg, #4285F4 0%, #2563EB 100%);
            box-shadow: 0 4px 15px rgba(66, 133, 244, 0.3);
        }

        /* WhatsApp Icon */
        .mobile-icon-whatsapp {
            background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
            box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
        }

 .mobile-icon-circle svg {
    width: 15px;
    height: 15px;
    fill: #000000;
    position: relative;
    z-index: 1;
}

        .mobile-contact-icon:active .mobile-icon-circle {
            transform: scale(0.9);
        }

        .mobile-icon-label {
            font-size: 10px;
            color: #ffffff;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            opacity: 0.9;
        }

        /* Notification badge for mobile */
        .mobile-notification {
            position: absolute;
            top: -3px;
            right: -3px;
            background: #ff3b30;
            color: white;
            border-radius: 50%;
            width: 18px;
            height: 18px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 10px;
            font-weight: bold;
            border: 2px solid #1e3c72;
            animation: pulse-badge 2s infinite;
        }

        @keyframes pulse-badge {
            0%, 100% {
                transform: scale(1);
            }
            50% {
                transform: scale(1.1);
            }
        }

        /* Hide desktop header on mobile */
        @media (max-width: 768px) {
            .contact-header {
                display: none !important;
            }

            .mobile-contact-header {
                display: block;
            }

            /* Add padding to body to account for fixed header */
           
        }

        /* Very small screens */
        @media (max-width: 380px) {
            .mobile-icon-circle {
                width: 44px;
                height: 44px;
            }

            .mobile-icon-circle svg {
                width: 22px;
                height: 22px;
            }

            .mobile-icon-label {
                font-size: 9px;
            }

            .mobile-contact-wrapper {
                padding: 0 10px;
            }
        }

        /* Tablet - show desktop header */
        @media (min-width: 769px) {
            .mobile-contact-header {
                display: none !important;
            }

            body {
                padding-top: 0;
            }
        }


        section.default-section ul li {
    list-style: disc !important;
}section.introduction-ls .tab-content ul li {
    list-style: disc !important;
    margin-left: 15px;
}section.blog-faq .blog-post .card-body li {
  
    list-style: disc !important;
    margin-left: 20px;
}

.breadcrumb-top .title-main {
    color: #fff;
    font-size: 50px;
    font-weight: 900;
    text-align: center !important;
    padding: 0;
    text-transform: uppercase;
    font-family: poppinsbold;
    display: block;
    text-align: center;
    margin: auto !important;
    margin-bottom: 20px !important;
}

.banner-right-form .form-title {
    font-size: 30px;
    padding-bottom: 20px;
    color: #fff;
    font-weight: 600;
}
@media(max-width:767px){
    .breadcrumb-top .title-main{
    font-size: 30px !important;
}}