.faq-hero-section{
            background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), 
                        url('https://thesiswritinghelp.com.pk/publication/wp-content/uploads/2022/01/publication-header.webp');
            background-size: cover;
            background-position: center;
            height: 300px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            color: white;
            text-align: center;
        }

        .icon-box {
            background: #fff;
            background-image: none !important;
            padding: 15px;
            border-radius: 50%;
            margin-bottom: 15px;
        }

        .icon-box i {
            font-size: 40px;
            color: #000;
        }
        
        .LongContent{
            padding-left: 70px;
            padding-right: 70px;
        }

        .content-container {
            background: #fff;
            margin-top: -60px;
            padding: 40px 30px !important;
            border-radius: 4px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.1);
            margin-bottom: 50px;
        }

        .content-container h2 {
            color: #2c3e50;
            font-weight: 700;
            font-size: 24px;
            margin-bottom: 20px;
        }

        .content-container h3 {
            color: #34495e;
            font-size: 20px;
            line-height: 1.4;
        }

        .description-text {
            color: #666;
            line-height: 1.8;
            font-size: 15px;
        }

        #more-content {
            display: none;
            margin-top: 15px;
        }

        .btn-read-more {
            background-color: #ffb400;
            color: white;
            padding: 12px 35px !important;
            border-radius: 25px !important;
            border: none;
            font-weight: bold;
            margin-top: 25px;
            transition: all 0.3s ease;
            outline: none !important;
        }

        .btn-read-more:hover {
            background-color: #e6a200;
            color: #fff;
            transform: translateY(-2px);
            box-shadow: 0 4px 8px rgba(0,0,0,0.2);
        }
        
        .faq-title {
            text-align: center;
            font-weight: 700;
            font-size: 36px;
            margin-bottom: 40px;
        }

        .panel-group .panel {
            border-radius: 4px;
            box-shadow: 0 4px 10px rgba(0,0,0,0.08);
            border: none;
            margin-bottom: 15px;
            transition: all 0.3s ease;
        }

        .panel-group .panel:hover {
            box-shadow: 0 6px 15px rgba(0,0,0,0.12);
        }

        .panel-default > .panel-heading {
            background-color: #fff;
            padding: 0;
        }

        .panel-title a {
            display: block;
            padding: 20px 25px;
            text-decoration: none;
            color: #333;
            font-weight: 700;
            font-size: 16px;
            position: relative;
        }
        
        .panel-title a:hover{
            color: #000 !important;
        }

        .panel-title a:after {
            content: "\2b"; /* Plus Sign */
            font-family: 'Glyphicons Halflings';
            float: left;
            margin-right: 15px;
            color: #f39c12; /* Orange color from image */
            font-size: 18px;
            font-weight: bold;
        }

        .panel-title a:not(.collapsed):after {
            content: "\2212"; /* Minus Sign */
        }

        .panel-body {
            border-top: none !important;
            padding: 20px 30px 30px 60px;
            color: #666;
            line-height: 1.6;
            border-left: 3px solid #f39c12; /* Left accent border like image */
            margin-left: 25px;
            margin-bottom: 15px;
        }

        .panel-collapse {
            transition: all 0.4s ease-in-out;
        }
        
        .section-header {
            text-align: center;
            margin-bottom: 60px;
        }

        .section-header h2 {
            font-weight: 600;
            color: #333333;
            font-size: 36px;
            letter-spacing: 1px;
            margin-bottom: 15px;
        }

        .section-header p {
            color: #595959;
            max-width: 800px;
            margin: 0 auto;
            font-size: 14px;
            line-height: 1.6;
        }
        
        .Author{
            padding-top: 60px !important;
        }
        
        .Author p{
            font-weight: 400 !important;
        }

        .authors-container {
            position: relative;
            min-height: 500px;
            margin-top: 50px;
            margin-bottom: 50px;
        }

        .center-circle-wrap {
            width: 450px;
            height: 450px;
            margin: 0 auto;
            border-radius: 50%;
            overflow: hidden;
            background: #333; /* Fallback */
            box-shadow: 0 0 20px rgba(0,0,0,0.1);
        }

        .center-circle-wrap img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            opacity: 0.7;
        }

        .author-card {
            position: absolute;
            width: 450px;
            background: #fff;
            padding: 15px;
            border-radius: 8px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.05);
            display: flex;
            margin-bottom: -30px;
            align-items: center;
            z-index: 10;
        }

        .author-card .author-img {
            width: 120px;
            height: 120px;
            border-radius: 50%;
            border: 3px solid #fff;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
            overflow: hidden;
            flex-shrink: 0;
        }
        
        .Author_Right .author-img{
            margin-left: -65px;
        }
        
        .Author_Left .author-img{
            margin-right: -65px;
        }

        .author-card .author-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .author-info {
            padding: 0 15px;
        }

        .author-info h4 {
            margin: 0 0 2px 0;
            font-weight: bold;
            color: #333;
            font-size: 16px;
        }

        .author-info .role {
            font-size: 13px;
            color: #888;
            margin-top: 7px;
            margin-bottom: 10px;
            display: block;
        }

        .author-info .desc {
            font-size: 14px;
            line-height: 1.4;
            color: #555;
        }

        .top-left { top: 10%; left: 0%; text-align: left; flex-direction: row-reverse; }
        
        .bottom-left { bottom: 10%; left: 0%; text-align: left; flex-direction: row-reverse; }
        
        .top-right { top: 10%; right: 0%; text-align: left; }
        
        .bottom-right { bottom: 10%; right: 0%; text-align: left; }
        
        .why-help{
            padding: 60px 50px 0px 50px;
        }
        
        .why-help .feature-card{
                box-shadow: 3px 3px 12px #e1e1e1;
                padding: 30px;
                border-radius: 12px;
        }
        
        .why-help .feature-card img{
            width: 85px;
        }
        
        .why-help .feature-card h3{
            font-size: 18px;
            font-weight: 600;
        }
        
        .why-help .feature-card p{
            font-size: 15px;
            color: #757575;
            height: 120;
        }

        @media (max-width: 992px) {
            .authors-container { display: flex; flex-direction: column; align-items: center; }
            .author-card { position: static; margin-bottom: 20px; width: 100%; max-width: 500px; }
            .center-circle-wrap { display: none; }
            .top-left, .bottom-left { text-align: left; flex-direction: row; }
        }
        
        .Expertise h2 {
              text-align: center;
              font-weight: 700;
              font-size: 40px;
              margin-bottom: 30px;
        }
        
        .expertise-section {
            background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), 
                        url('https://images.unsplash.com/photo-1522071820081-009f0129c71c?auto=format&fit=crop&w=1500'); /* Replace with your image */
            background-size: cover;
            background-position: center;
            padding: 80px 190px;
            text-align: center;
        }

        .expertise-grid {
            background: #fff;
            display: table;
            width: 100%;
            table-layout: fixed;
            border-collapse: collapse;
            box-shadow: 0 10px 30px rgba(0,0,0,0.3);
        }

        .expertise-box {
            display: table-cell;
            vertical-align: middle;
            height: 100px;
            border: 1px solid #ddd;
            padding: 20px 10px;
            cursor: auto;
            transition: all 0.3s ease;
            text-decoration: none !important;
        }

        .expertise-box:hover {
            background-color: #f9f9f9;
            border: 1px solid #ffb400;
        }

        .expertise-box img {
            width: 45px;
            height: 45px;
            margin-bottom: 15px;
            filter: grayscale(100%);
        }

        .expertise-box span {
            display: block;
            font-size: 12px;
            color: #666;
            font-weight: 500;
            line-height: 1.2;
        }

        /* Responsive Fix for Mobile */
        @media (max-width: 768px) {
            .expertise-grid { display: block; }
            .expertise-box { 
                display: block; 
                width: 25%; 
                float: left; 
                height: 120px; 
            }
        }
        @media (max-width: 480px) {
            .expertise-box { width: 50%; background-color: #fff;}
        }
        
        .testimonial-section {
            background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), 
                        url('https://images.unsplash.com/photo-1434030216411-0b793f4b4173?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80');
            background-size: cover;
            background-position: center;
            background-attachment: fixed;
            padding: 80px 0;
            color: #ffffff;
            font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
        }

        /* Header Styling */
        .header-content {
            margin-bottom: 50px;
        }

        .subtitle {
            letter-spacing: 3px;
            text-transform: lowercase;
            font-size: 18px;
            opacity: 0.9;
            margin-bottom: 5px;
        }

        .testimonial-section .title {
            font-weight: 600;
            font-size: 36px;
            margin: 0 0 20px 0;
        }

        .tagline {
            font-size: 16px;
            font-weight: 300;
            max-width: 800px;
            margin: 0 auto;
            line-height: 1.5;
        }

        /* Card Styling */
        .testimonial-card {
            background: #ffffff;
            color: #333333;
            padding: 10px 15px;
            border-radius: 2px;
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
            display: flex;
            flex-direction: column;
            margin-bottom: 30px;
            transition: transform 0.3s ease;
        }
        
        .testimonial-card .border-box{
            border: 1px solid #d1d1d1;
            padding: 20px 15px;
        }

        .testimonial-card:hover {
            transform: translateY(-5px);
        }

        .testimonial-card h4 {
            font-size: 16px;
            font-weight: 600;
            color: #666;
            margin: 0;
            line-height: 1.2;
        }

        .testimonial-card h4 strong {
            color: #2c3e50;
            display: block;
            font-size: 24px;
            margin-top: 5px;
        }

        .stars {
            color: #f1c40f;
            display: block;
            font-size: 20px;
            margin-bottom: 10px;
        }

        .testimonial-card p {
            font-size: 15px;
            line-height: 1.7;
            color: #555;
            margin: 15px 0;
            flex-grow: 1; /* Pushes author to bottom */
        }

        .author {
            font-weight: 700;
            font-size: 13px;
            color: #34495e;
            border-top: 1px solid #eee;
            padding-top: 15px;
            display: flex;
            align-items: center;
        }

        .author .glyphicon {
            font-size: 12px;
            margin-right: 8px;
        }

        /* Carousel Adjustments */
        .carousel-indicators {
            bottom: -50px;
        }
        
        .carousel-inner {
            padding-bottom: 20px;
        }

        /* Mobile specific spacing */
        @media (max-width: 767px) {
            .title { font-size: 32px; }
            .testimonial-card { min-height: auto; }
        }
        
        .iso__subtitle {
    color: #000;
    font-weight: 600;
    padding: 5px 10px;
    background-color: #fff;
    border-radius: 15px;
    border: 1px solid #dee2e6;
}

.iso__subtitle img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    margin-top: -2px;
}

.cta-content{
    margin-left: 40px;
}
 
.cta-section{
    padding-left: 50px;
    padding-right: 50px;
} 
        
.cta-section .container-fluid{
    background: #f5f7fa;
    margin-top: 80px;
    border-radius: 20px;
}        

        /* Typography */
        .cta-content .CTA-title {
            color: #1b1c1c; /* Deep blue from image */
            font-weight: 700;
            font-size: 28px;
            margin-top: 0;
            margin-bottom: 20px;
        }

        .cta-content p {
            color: #555;
            font-size: 16px;
            line-height: 1.6;
            margin-bottom: 30px;
        }

        /* Button Styling */
        .btn-order {
            background-color: #ffb400; /* Red color from image */
            color: #ffffff;
            font-size: 16px !important;
            font-weight: 600 !important;
            padding: 12px 35px !important;
            border-radius: 14px !important;
            border: none;
            transition: background-color 0.3s ease;
        }

        .btn-order:hover, .btn-order:focus {
            background-color: #ffb400;
            color: #ffffff;
            text-decoration: none;
        }

        /* Image Styling */
        .cta-image-container {
            text-align: center;
        }

        .cta-image-container img {
            max-width: 110%;
            height: auto;
            margin-left: -40px;
        }

        /* Vertical Alignment Hack for Bootstrap 3 */
        @media (min-width: 992px) {
            .flex-row {
                display: flex;
                align-items: center;
            }
        }


.testimonial-slides{
    position: relative;
    margin-top: -80px;
}

#OrderDiv{
        background: #fff !important;
    }
    #OrderDiv h2{
        font-size: 22px;
        text-align: center;
        font-weight: 600;
    }
    #OrderDiv input{
        margin-bottom: 15px;
        height: 42px;
    }
    
    #OrderDiv .iti{
        width: 100%;
        margin-bottom: 15px;
    }
    
    #OrderDiv textarea{
        margin-bottom: 20px;
    }
    
    #OrderDiv .btn{
        background: #ffb606;
    }
    
    /* Slider Section Wrapper */
        .logo-slider-section {
            padding: 40px 0;
            background: #fff;
            border-top: 1px solid #eee;
            border-bottom: 1px solid #eee;
        }

        /* Flex Container for Logos */
        .logo-track {
            display: flex;
            align-items: center;
            justify-content: space-between;
            overflow-x: auto; /* Allows manual swipe on mobile */
            white-space: nowrap;
        }

        /* Individual Logo/Flag Item */
        .logo-item {
            flex: 0 0 auto;
            padding: 10px 30px;
            border-right: 1px solid #e0e0e0; /* Vertical divider like the image */
            text-align: center;
            min-width: 150px;
        }

        .logo-item:last-child {
            border-right: none;
        }

        .logo-item img {
            max-height: 50px;
            width: auto;
            filter: grayscale(10%); /* Slight professional desaturation */
            transition: filter 0.3s ease;
        }

        .logo-item img:hover {
            filter: grayscale(0%);
        }

        .flag-label {
            display: block;
            margin-top: 8px;
            font-size: 12px;
            color: #666;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        /* Hide scrollbar for a cleaner look */
        .logo-track::-webkit-scrollbar {
            display: none;
        }
        .logo-track {
            -ms-overflow-style: none;
            scrollbar-width: none;
        }
        
        #Process{
            background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(https://images.unsplash.com/photo-1522071820081-009f0129c71c?auto=format&fit=crop&w=1500);
            background-size: cover;
            background-position: center;
            padding: 80px 50px;
            margin-top: 90px;
        }
        
        .process-section {
            background: #fff;
            padding: 40px;
            box-shadow: 0 0 20px rgba(0,0,0,0.05);
        }

        .process-header h2 {
            font-weight: 600;
            color: #333333;
            font-size: 36px;
            margin-bottom: 15px;
        }

        .process-header p {
            color: #777;
            margin-bottom: 10px;
            font-size: 14px;
        }
        
        .process-section .row{
            margin-top: 20px ;
        } 

        /* Vertical Tabs Customization */
        .nav-tabs.nav-stacked {
            border-bottom: 0;
        }

        .nav-tabs.nav-stacked > li > a {
            border: 1px solid #ddd;
            border-radius: 0;
            margin-bottom: 10px;
            color: #888;
            padding: 12px 15px;
            font-size: 15px;
            transition: all 0.2s;
        }

        .nav-tabs.nav-stacked > li.active > a,
        .nav-tabs.nav-stacked > li.active > a:focus,
        .nav-tabs.nav-stacked > li.active > a:hover {
            background-color: #ffb400;
            color: #fff;
            border-color: #ffb400;
        }

        .nav-tabs.nav-stacked > li > a i {
            margin-right: 10px;
            width: 20px;
            text-align: center;
        }

        /* Tab Content Area */
        .tab-content {
            padding: 20px 40px;
            text-align: center;
        }

        .content-icon-wrap {
            margin-bottom: 30px;
        }

        .circle-icon {
            width: 150px;
            height: 150px;
            border: 1px solid #eee;
            border-radius: 50%;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-size: 60px;
            color: #333;
            position: relative;
        }
        
        .circle-img img{
            width: 22%;
        }

        /* Decorative ring around icon */
        

        .tab-content h3 {
            font-weight: 600;
            margin-bottom: 20px;
            font-size: 24px;
        }

        .tab-content p {
            color: #666;
            line-height: 1.8;
            font-size: 15px;
            max-width: 1000px;
            text-align: left;
            margin: 0 auto 15px;
        }

        /* Yellow Button */
        .btn-talk {
            background-color: #ffb400;
            color: #fff;
            border-radius: 25px !important;
            padding: 12px 30px !important;
            font-weight: bold !important;
            text-transform: capitalize;
            border: none;
        }

        .btn-talk:hover {
            background-color: #e5a100;
            color: #fff;
        }
        
        /* General Section Styling */
        .slider-section {
            background: #fff;
        }
        .section-title {
            text-align: center;
            margin-bottom: 30px;
            font-size: 32px;
            color: #333;
            font-weight: bold;
        }

        /* Marquee Core Logic */
        .marquee-wrapper {
            width: 100%;
            overflow: hidden;
            border-top: 1px solid #eee;
            border-bottom: 1px solid #eee;
            background: #fff;
            padding: 25px 0;
            position: relative;
        }

        .marquee-content {
            display: flex;
            width: max-content;
            animation: marquee-scroll 30s linear infinite;
        }

        /* Pause on hover for better UX */
        .marquee-wrapper:hover .marquee-content {
            animation-play-state: paused;
        }

        .marquee-item {
            text-align: center;
            flex-shrink: 0;
            padding: 0 40px;
            border-right: 1px solid #f0f0f0; /* Mimics the thin lines in the logo image */
        }

        .marquee-item img {
            height: 50px; /* Standardized height for logos */
            width: auto;
            filter: grayscale(20%); /* Optional: softens the logos */
            transition: 0.3s;
        }
        
        .marquee-item:hover img {
            filter: grayscale(0%);
        }

        /* Flag specific styling */
        .flag-item img {
            height: 35px;
            border: 1px solid #ddd;
        }
        .flag-item span {
            display: block;
            margin-top: 10px;
            font-weight: 500;
            color: #666;
        }

        @keyframes marquee-scroll {
            0% { transform: translateX(0); }
            100% { transform: translateX(-50%); }
        }

        /* Helper for flexbox in older projects */
        .flex-center {
            display: flex;
            align-items: center;
        }
        
        .contact-section { padding: 60px 0; background-color: #fafafa; }
        
        .contact-section .Heading_area{
            margin-bottom: 30px;
        }
        
        .contact-section .Heading_area h2{
            font-weight: 600;
            margin-left: 120px;
            margin-bottom: 30px;
            margin-right: 120px;
            font-size: 36px;
        }
        
        .contact-section .Heading_area p{
            font-size: 15px;
            margin-left: 120px;
            margin-right: 120px;
        }

        /* Left Side: Contact Card */
        .discount-title { 
            text-align: center; 
            font-size: 32px; 
            font-weight: bold; 
            margin-bottom: 20px;
            color: #f39c12; 
        }
        .discount-title span { color: #d9534f; }

        .contact-card {
            background: #fff;
            padding: 30px;
            border-radius: 10px;
            box-shadow: 0 10px 40px rgba(0,0,0,0.1);
            margin-bottom: 20px;
        }
        .form-control {
            height: 45px;
            border-radius: 4px;
            margin-bottom: 15px;
            border: 1px solid #ddd;
        }
        textarea.form-control { height: 120px; }

        .btn-request {
            background-color: #ffb400;
            color: #fff;
            font-weight: bold;
            font-size: 16px;
            width: 100%;
            padding: 12px;
            border-radius: 30px;
            text-transform: uppercase;
            border: none;
            margin-top: 10px;
            transition: 0.3s;
        }
        .btn-request:hover { background-color: #e6a200; color: #fff; }

        /* Right Side: Features */
        .feature-box {
            padding: 30px;
            border-bottom: 1px solid #eee;
            min-height: 180px;
        }
        .feature-box.left-border { border-left: 1px solid #eee; }
        .feature-box i {
            font-size: 40px;
            color: #333;
            margin-bottom: 15px;
            display: block;
        }
        .feature-box h4 { font-weight: bold; font-size: 18px; margin-bottom: 10px; }
        .feature-box p { color: #777; font-size: 13px; line-height: 1.6; }

        /* Mock Captcha */
        .captcha-box {
            background: #f9f9f9;
            border: 1px solid #d3d3d3;
            padding: 10px;
            border-radius: 3px;
            font-size: 13px;
        }
        
        /* Section Header */
        .services-header { text-align: center; padding: 50px 130px; }
        .services-header h2 { font-weight: 800; font-size: 32px; margin-bottom: 15px; }
        .services-header p { color: #474646; font-size: 15px; }

        /* Main Container Flex Fix for BS3 */
        .flex-row { display: flex; flex-wrap: wrap; }

        /* Left Column: Form & Background */
        .sidebar-form-container {
            background: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2)), 
                        url('https://images.unsplash.com/photo-1507842217343-583bb7270b66?auto=format&fit=crop&w=800&q=80');
            background-size: cover;
            background-position: center;
            padding: 250px 20px;
            min-height: 800px;
        }

        .consultancy-card {
            background: rgba(255, 255, 255, 0.9);
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 15px 35px rgba(0,0,0,0.2);
            max-width: 350px;
            margin: 0 auto;
        }
        
        .consultancy-card .form-control{
            height: 45px !important;
        }
        
        .consultancy-card textarea{
            height: 120px !important;
        }
        
        .consultancy-card .recapInpt{
            margin-left: -15px;
            margin-bottom: 15px;
        }

        .card-header-orange {
            background-color: #f39c12;
            color: white;
            padding: 15px;
            text-align: center;
            font-weight: bold;
            font-size: 20px;
            line-height: 1.2;
        }
        
        .btm_icon{
            font-size: 36px;
        }
        
        .card-header-orange span { font-size: 24px; display: block; }

        .card-body { padding: 50px 20px 20px; }
        .form-control { margin-bottom: 15px; border-radius: 2px; height: 40px; }
        textarea.form-control { height: 100px; }

        .btn-request {
            background-color: #ffb400;
            color: white;
            width: 100%;
            border: none;
            padding: 12px;
            font-weight: bold;
            text-transform: uppercase;
            border-radius: 4px;
        }

        /* Right Column: Service Grid */
        .service-grid-container { padding: 40px; background: #fff; }
        
        .service-item {
            text-align: center;
            padding: 40px 20px;
            border: 1px solid #f1f1f1;
            margin-bottom: 30px;
            transition: all 0.3s ease;
            height: 320px;
        }
        .service-item:hover {
            background: #f39c12;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05); 
            border-color: #e0e0e0; }
            
        .service-item:hover .ser_title{
            color: #fff !important;
        }  
        
        .service-item:hover .ser_txt{
            color: #fff !important;
        }

        .service-icon {
            font-size: 40px;
            color: #333;
            background: #f9f9f9;
            width: 80px;
            height: 80px;
            line-height: 80px;
            border-radius: 50%;
            margin: 0 auto 20px;
            border: 1px dashed #ccc;
        }

        .service-item h3 { color: #f39c12; font-weight: bold; font-size: 18px; margin-bottom: 15px; }
        .service-item p { color: #777; font-size: 14px; font-weight: 400; line-height: 1.6; }

        /* Responsive adjustments */
        @media (max-width: 991px) {
            .flex-row { display: block; }
            .sidebar-form-container { min-height: auto; }
        }
        
        .FormImg{
            text-align: center;
            margin-bottom: -20px;
        }
        
        .FormImg img{
            width: 70%;
        }
        
        .hero-section {
            background: url('https://thesiswritinghelp.com.pk/publication/wp-content/uploads/2022/01/publication-header.webp');
            background-size: cover;
            background-position: center;
            padding: 180px 0px 80px 0;
            color: #fff;
            min-height: 600px;
        }
        
        .hero-section .col-md-8{
            padding-top: 20px;
            text-align: center;
            padding-left: 100px;
        }

        .iso-badge {
            background: #fff;
            color: #333;
            padding: 5px 15px;
            border-radius: 50px;
            display: inline-block;
            font-size: 14px;
            font-weight: bold;
            margin-bottom: 20px;
        }
        
        .iso-badge span{
            color: #29c52c !important;
            margin-right: 5px !important;
        }

        .hero-title {
            font-size: 42px;
            font-weight: 700;
            margin-bottom: 20px;
        }

        .hero-subtext {
            font-size: 16px;
            margin-bottom: 40px;
            line-height: 1.6;
        }

        /* Outline Buttons */
        .btn-outline {
            background: transparent;
            border: 2px solid #ffb400 !important;
            color: #fff;
            border-radius: 30px !important;
            padding: 10px 15px !important;
            margin-right: 10px;
            font-size: 15px !important;
            transition: 0.3s;
        }

        .btn-outline:hover {
            background: #ffb400;
            color: #000;
        }

        /* Form Card */
        .form-container {
            background: #fff;
            padding: 30px 20px;
            border-radius: 10px;
            margin-left: 30px;
            color: #333;
            box-shadow: 0 10px 30px rgba(0,0,0,0.3);
        }

        .form-container h2 {
            font-size: 22px;
            font-weight: 700;
            color: #2c3e50;
            text-align: center;
            margin-bottom: 25px;
        }

        .form-container .form-control {
            height: 45px;
            border-radius: 4px;
            border: 1px solid #ddd;
        }
        
        .form-container .iti{
            width: 100%;
            margin-bottom: 15px !important;
        }
        
        .form-container .recapInpt{
            margin-left: -15px;
            margin-bottom: 15px;
        }
        
        .form-container textarea{
            height: 120px !important;
        }
        
        .form-container .btn-primary{
            background: #ffb606 !important;
            color: #fff !important;
        }

        .btn-get-quote {
            background: #ffb400;
            border: none;
            color: #fff;
            font-weight: bold;
            width: 100%;
            padding: 12px;
            border-radius: 25px;
            font-size: 18px;
            margin-top: 15px;
        }
        
        .panel-body{
        border-left: 3px solid #472d04 !important;
        padding: 20px 30px 30px 30px !important;
    }
    .panel-group .panel{
        margin-bottom: 25px !important;
    }
    .FAq{
        margin-top: 60px;
        margin-bottom: 60px;
    }


.promobanner-box{
    background:repeating-radial-gradient(circle at 0 100%,#000,#000d1a 10%,#000 10%,#000 20%);
    width: 80%;
    margin: 30px auto;
    padding-top:30px;
    position:relative;
    padding-bottom:20px
}

.promobanner-box-content{
    padding-top: 50px;
    padding-left: 50px;
    padding-right: 50px;
} 

.promobanner-box:before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    border-top:65px solid #fff;
    border-right:65px solid #ffb400;
    width:0}
    
.promobanner-box .cta-title_div{color:#fff;font-size: 24px;font-weight:600;line-height:37px}
.promobanner-box p{font-family:"Roboto";font-size:15px;margin-top:10px; margin-bottom: 20px; color: #fff;}
.promobanner-box .btn{color:#000; background-color:#ffb400; font-weight:600; padding:7px 20px;font-size:15px}


@media screen and (max-width: 480px){
    .hero-section{
        padding-top: 120px;
    }
    .hero-section .col-md-8{
        padding-left: 10px;
    }
    .iso-badge{
        padding: 10px;
        font-size: 10px;
    }
    .hero-title{
        font-size: 30px;
        line-height: 40px;
    }
    .hero-subtext{
        font-size: 14px;
        line-height: 1.8;
    }
    .btn-outline{
        margin-bottom: 15px !important;
        padding: 12px 40px !important;
        width: 100%;
    }
    .form-container{
        margin-top: 30px;
        margin-left: 0px;
    }
    .services-header{
        padding: 50px 10px;
    }
    .services-header h2{
        font-size: 26px;
        line-height: 38px;
    }
    .services-header p{
        font-size: 14px;
        line-height: 28px;
    }
    .sidebar-form-container{
        padding: 50px 20px;
    }
    .service-item{
        height: 350px;
    }
    .Expertise h2{
        font-size: 32px;
    }
    .expertise-section{
        padding: 80px 30px;
    }
    .why-help{
        padding: 60px 10px 0px 10px;
    }
    .why-help .feature-card{
        margin-bottom: 40px;
        padding: 30px 15px;
    }
    
    .why-help .feature-card img{
        margin-left: 0px;
        margin-bottom: 15px;
    }
    
    .section-header h2{
        font-size: 26px;
    }
    .section-header p{
        line-height: 1.8;
    }
    .section-header{
        margin-bottom: 50px;
    }
    .cta-content{
        margin-left: 20px;
        margin-right: 15px;
        margin-top: 55px;
        margin-bottom: 50px;
    }
    .cta-content .CTA-title{
        font-size: 22px;
    }
    .btn-order{
        font-size: 15px !important;
        padding: 12px 30px !important;
    }
    .cta-image-container img{
        max-width: 130%;
        margin-left: -97px;
    }
    .cta-section{
        padding-left: 20px;
        padding-right: 20px;
        margin-top: -60px;
    }
    #Process{
        padding: 50px 15px;
    }
    .process-header h2{
        font-size: 26px;
    }
    .process-section{
        padding: 40px 20px;
    }
    .process-section .col-md-3{
        padding: 0px;
    }
    .process-section .col-md-9{
        padding: 0px;
    }
    .tab-content{
        padding: 20px 10px;
    }
    .tab-content h3{
        font-size: 20px;
    }
    .author-card{
        display: block;
        margin-bottom: 40px;
    }
    .author-img{
        width: 80px !important;
        height: 80px !important;
        margin-right: 0px;
        margin-left: 10px;
        margin-bottom: 20px;
    }
    .Author_Right .author-img{
        margin-left: 0px;
    }
    .btm_icon{
        font-size: 26px;
    }
    .LongContent{
        padding-left: 10px;
        padding-right: 10px;
    }
    .content-container{
        padding: 30px 10px !important;
    }
    .promobanner-box{
      width: 100%;   
    }
    .contact-section .Heading_area h2{
        margin-left: 10px;
        margin-right: 10px;
        font-size: 28px;
    }
    .contact-section .Heading_area p{
        font-size: 14px;
        margin-left: 10px;
        margin-right: 10px;
    }
    .contact-section .recapInpt{
        margin-left: -35px;
        margin-bottom: 20px;
    } 
    .testimonial-section .title{
        font-size: 28px;
    }
    .tagline{
        font-size: 14px;
    }
    .faq-title{
        font-size: 28px;
    }
    .panel-title a{
        padding: 20px 15px;
    }
    .panel-body{
            margin-left: 0px;
    font-size: 14px;
    padding: 15px !important;
    }
}






















