 body {
            margin: 0;
            font-family: 'Nunito', sans-serif;
			font-weight:400px;
			background:#EDF4FE;
			-webkit-font-smoothing: antialiased;
			-moz-osx-font-smoothing: grayscale;
        }
        
        .top-bar {
            background-color: #c8411f;
            padding: 1px 0;
            font-size: 14px;
			position: relative;
        }
        
        .top-bar a {
            color: white;
            text-decoration: none;
            margin: 0 10px;
            display: inline-flex;
            align-items: center;
        }
        
        .top-bar a:hover {
            text-decoration: underline;
        }
        
        .top-bar i {
            margin-right: 5px;
        }
        
        .main-header {
            background-color: #2d5c88;
			height:35px;
			align-items: center;
			font-size:0.9em;font-weight:500px;
            
        }
        
        .logo {
            max-width: 120px; 
            height: auto;
        }
        
        .nav-menu {
            display: flex;
            align-items: top;
            justify-content: flex-end;
            flex-wrap: wrap;
        }
        
        .nav-menu a {
            color: white;
            text-decoration: none;
            padding: 10px 20px;
            font-weight: 500;
            transition: opacity 0.1s;
        }
        
        .nav-menu a:hover {
            opacity: 0.8;
        }
        
        .booking-btn {
            background-color: #1e5ba8;
            color: white;
            padding: 2px 2px;
            border-radius: 1px;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            margin: 0 10px;
            font-weight: 500;
            transition: background-color 0.1s;
        }
        
        .booking-btn:hover {
            background-color: #174a8a;
            color: white;
        }
        
        .booking-btn i {
            margin-right: 4px;
        }
        
        .phone-number {
            color: #1c4597;
            font-size: 18px;
            font-weight: bold;
            text-decoration: none;
            white-space: nowrap;
        }
        
        .phone-number:hover {
            color: #1c4597;
            opacity: 0.9;
        }
        
        @media (max-width: 991px) {
            .nav-menu {
                justify-content: center;
                margin-top: 0px;
            }
            
            .phone-number {
                font-size: 20px;
                margin-top: 10px;
                display: block;
                text-align: center;
            }
            
            .top-bar {
                text-align: center;
            }
            
            .top-bar a {
                margin: 5px 10px;
            }
        }
        
        @media (max-width: 768px) {
            .nav-menu a {
                padding: 8px 12px;
                font-size: 14px;
            }
            
            .booking-btn {
                margin: 10px 5px;
                padding: 8px 15px;
                font-size: 14px;
            }
            
            .phone-number {
                font-size: 18px;
            }
        }
		
		
		
	

 
         
 

		.hero-section {
            background: linear-gradient(135deg, #0a1e3e 0%, #2d1f3f 50%, #8b3a3a 100%);
            min-height: 400px;
            position: relative;
            overflow: hidden;
        }
        
        .hero-section::before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 40%;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><text y="50" font-size="80" opacity="0.1">🔧</text></svg>') center/contain no-repeat;
            opacity: 0.3;
        }
        
        .hero-content {
            position: relative;
            z-index: 2;
        }
        
        .hero-title {
            font-size: 1.5rem;
            font-weight: 700;
            color: white;
            line-height: 1.2;
            margin-bottom: 2rem;
        }
        
        .check-item {
            color: white;
            font-size: 1.1rem;
            margin-bottom: 1rem;
            display: flex;
            align-items: center;
        }
        
        .check-icon {
            color: #dc3545;
            margin-right: 0.75rem;
            font-size: 1.2rem;
        }
        
        .booking-card {
            background: white;
            border-radius: 12px;
            padding: 2rem;
            box-shadow: 0 8px 24px rgba(0,0,0,0.15);
        }
        
        .booking-title {
            color: #dc3545;
            font-size: 1.5rem;
            font-weight: 700;
            margin-bottom: 1.5rem;
        }
        
        .form-label {
            color: #333;
            font-size: 0.9rem;
            margin-bottom: 0.5rem;
        }
        
        .postcode-input {
            border: 1px solid #ddd;
            border-radius: 4px;
            padding: 0.75rem;
            font-size: 1rem;
        }
        
        .check-btn {
            background: #dc3545;
            color: white;
            border: none;
            padding: 0.75rem 2rem;
            border-radius: 4px;
            font-weight: 600;
            cursor: pointer;
            transition: background 0.3s;
        }
        
        .check-btn:hover {
            background: #bb2d3b;
        }
        
        .location-link {
            color: #0066cc;
            text-decoration: none;
            font-size: 0.9rem;
            display: inline-flex;
            align-items: center;
            margin-top: 1rem;
        }
        
        .location-icon {
            margin-right: 0.5rem;
        }
        
        @media (max-width: 768px) {
            .hero-title {
                font-size: 1.8rem;
            }
            .booking-card {
                margin-top: 2rem;
            }
        }
    



.breadcrumb {
	text-decoration:none;
}


 .serv-section {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 15px;
        }

        .serv-item {
            background: white;
            border-radius: 8px;
            padding: 20px 25px;
            margin-bottom: 20px;
            display: flex;
            align-items: center;
            box-shadow: 0 1px 3px rgba(0,0,0,0.08);
            transition: all 0.3s ease;
            cursor: pointer;
            position: relative;
            text-decoration: none;
            color: inherit;
        }

        .serv-item:hover {
            box-shadow: 0 4px 12px rgba(0,0,0,0.12);
            transform: translateY(-2px);
        }

        .serv-icon {
            width: 50px;
            height: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 20px;
            flex-shrink: 0;
        }

        .serv-icon i {
            font-size: 32px;
            color: #5a6c7d;
        }

        .serv-name {
            font-size: 16px;
            color: #5a6c7d;
            font-weight: 500;
            margin: 0;
        }

        .deal-badge {
            position: absolute;
            top: -8px;
            right: 15px;
            background-color: #e91e63;
            color: white;
            font-size: 11px;
            font-weight: bold;
            padding: 4px 12px;
            border-radius: 4px;
            letter-spacing: 0.5px;
        }

        @media (max-width: 768px) {
            .serv-item {
                padding: 15px 20px;
            }

            .serv-icon {
                width: 40px;
                height: 40px;
                margin-right: 15px;
            }

            .serv-icon i {
                font-size: 24px;
            }

            .serv-name {
                font-size: 14px;
            }
        }	
			

	
		
		
		
		
		.services-section {
            padding: 60px 0;
        }

        .service-card {
            background: white;
            border-radius: 6px;
            padding: 0;
            margin-bottom: 30px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
            transition: transform 0.3s, box-shadow 0.3s;
            height: 100%;
            display: flex;
            flex-direction: column;
			margin-bottom:5px;
        }

        .service-card:hover {
            transform: translateY(-2px);
            box-shadow: 0 5px 10px rgba(0,0,0,0.1);
        }

        .service-image {
            width: 100%;
            height: 120px;
            object-fit: cover;
            border-radius: 8px 8px 0 0;
        }

        .service-content {
            padding: 25px;
            flex-grow: 1;
            display: flex;
            flex-direction: column;
        }

        .service-title {
            font-size: 20px;
            font-weight: bold;
            color: #333;
            margin-bottom: 15px;
        }

        .service-description {
            color: #666;
            font-size: 14px;
            line-height: 1.6;
            margin-bottom: 20px;
            flex-grow: 1;
        }

        .service-footer {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-top: auto;
        }

        .learn-more-link {
            color: #d54424;
            text-decoration: none;
            font-weight: 600;
            font-size: 14px;
            display: inline-flex;
            align-items: center;
        }

        .learn-more-link:hover {
            color: #b83a1d;
        }

        .learn-more-link i {
            margin-left: 5px;
            font-size: 12px;
        }

        .service-icon {
            width: 60px;
            height: 60px;
            background-color: #1e3a5f;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 28px;
        }

        @media (max-width: 768px) {
            .service-card {
                margin-bottom: 20px;
            }
        }
		
		







		.rd-section {
            padding: 60px 20px;
			max-width: 1400px;
        }

        .rd-card {
            background: white;
            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;
            height: 100%;
            overflow: hidden;
        }

        .rd-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 4px 16px rgba(0,0,0,0.15);
        }

		.red-card {
            background-color: #DC143C;
            color: white;
            padding: 30px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

        .red-card h5 {
            font-weight: 600;
            margin-bottom: 15px;
            font-size: 18px;
        }

        .red-card ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .red-card li {
            padding: 8px 0;
            border-bottom: 1px solid rgba(255,255,255,0.2);
            font-size: 14px;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .red-card li:last-child {
            border-bottom: none;
        }

        .red-card li::after {
            content: '›';
            font-size: 20px;
        }

        .image-card {
            overflow: hidden;
            position: relative;
        }

        .image-card img {
            width: 100%;
            height: 200px;
            object-fit: cover;
        }

        .image-label {
            background-color: rgba(0,0,0,0.6);
            color: white;
            padding: 10px 15px;
            font-size: 13px;
            font-weight: 600;
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
        }

        .icon-card {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            padding: 40px 20px;
            text-align: center;
        }

        .icon-card-icon {
            font-size: 60px;
            color: #DC143C;
            margin-bottom: 20px;
        }

        .icon-card h5 {
            color: #DC143C;
            font-weight: 600;
            margin-bottom: 15px;
            font-size: 18px;
        }

        .icon-card p {
            font-size: 14px;
            color: #666;
            margin: 0;
        }

        .content-text {
            padding: 20px;
            font-size: 14px;
            color: #333;
        }

        .content-text h6 {
            font-weight: 600;
            color: #DC143C;
            margin-bottom: 10px;
            font-size: 16px;
        }

        .full-red-card {
            position: relative;
        }

        .full-red-card-bg {
            background-color: #DC143C;
            padding: 30px;
            color: white;
            position: relative;
        }

        .full-red-card-overlay {
            position: absolute;
            top: 0;
            right: 0;
            width: 40%;
            height: 100%;
            background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, transparent 100%);
        }

        .full-red-card h5 {
            font-weight: 600;
            font-size: 22px;
            margin-bottom: 15px;
            position: relative;
            z-index: 1;
        }

        .full-red-card p {
            font-size: 14px;
            line-height: 1.6;
            position: relative;
            z-index: 1;
        }

        .certifications {
            background: white;
            padding: 30px 20px;
            text-align: center;
            border-radius: 8px;
            margin-top: 30px;
        }

        .certifications img {
            height: 50px;
            margin: 0 15px;
            opacity: 0.8;
            transition: opacity 0.3s ease;
        }

        .certifications img:hover {
            opacity: 1;
        }

        @media (max-width: 768px) {
            .services-section {
                padding: 30px 15px;
            }

            .red-card {
                padding: 20px;
            }

            .certifications img {
                height: 40px;
                margin: 10px 10px;
            }
        }






		
		
		.footer-section {
            background-color: #2d2d2d;
            padding: 60px 0 0 0;
            color: white;
        }

        .scroll-top {
            position: absolute;
            top: 20px;
            right: 40px;
            width: 50px;
            height: 50px;
            background-color: transparent;
            border: 2px solid white;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .scroll-top:hover {
            background-color: rgba(255, 255, 255, 0.1);
        }

        .scroll-top i {
            color: white;
            font-size: 24px;
        }

        .social-icons {
            display: flex;
            justify-content: center;
            gap: 15px;
            margin-bottom: 40px;
        }

        .social-icon {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            background-color: #8b1a1a;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 20px;
            text-decoration: none;
            transition: all 0.3s ease;
        }

        .social-icon:hover {
            background-color: #a52222;
            transform: translateY(-3px);
            color: white;
        }

        .footer-nav {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            gap: 30px;
            margin-bottom: 25px;
        }

        .footer-nav a {
            color: white;
            text-decoration: none;
            font-size: 16px;
            font-weight: 600;
            letter-spacing: 1px;
            transition: color 0.3s ease;
        }

        .footer-nav a:hover {
            color: #8b1a1a;
        }

        .footer-secondary-nav {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            gap: 15px;
            margin-bottom: 50px;
        }

        .footer-secondary-nav a {
            color: white;
            text-decoration: none;
            font-size: 14px;
            padding: 0 15px;
            border-right: 1px solid rgba(255, 255, 255, 0.3);
            transition: color 0.3s ease;
        }

        .footer-secondary-nav a:last-child {
            border-right: none;
        }

        .footer-secondary-nav a:hover {
            color: #8b1a1a;
        }

        .footer-bottom {
            background-color: #8b1a1a;
            padding: 25px 0;
            text-align: center;
        }

        .footer-tagline {
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 8px;
            letter-spacing: 0.5px;
        }

        .footer-copyright {
            font-size: 12px;
            opacity: 0.9;
            letter-spacing: 0.5px;
        }

        .heart-icon {
            color: white;
            display: inline-block;
        }

        @media (max-width: 768px) {
            .scroll-top {
                right: 20px;
                width: 40px;
                height: 40px;
            }

            .scroll-top i {
                font-size: 20px;
            }

            .footer-nav {
                gap: 15px;
            }

            .footer-nav a {
                font-size: 14px;
            }

            .footer-secondary-nav {
                flex-direction: column;
                gap: 10px;
            }

            .footer-secondary-nav a {
                border-right: none;
                padding: 5px 0;
            }

            .footer-tagline {
                font-size: 16px;
            }

            .footer-copyright {
                font-size: 11px;
            }
			
		}
		
	}


		.card {
            height: 100%;
            border: none;
            border-radius: 8px;
            overflow: hidden;
            transition: transform 0.1s ease;
        }
        
         
        
        .card-body {
            padding: 2rem;
        }
        
        .large-card {
            background: #4285F4;  
            color: white;
            min-height: 400px;
        }
        .border-card {
            background: #8c1a1a;
            color: white;
            min-height: 400px;
        }
        .card-blue {
            background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
            color: white;
        }
        
        .card-orange {
            background: #fff;
            color: #8c1a1a;
        }
        
        .card-yellow {
            background: #FDFD96;
            color: #316ca6;
        }
        
        .card-purple {
            background: linear-gradient(135deg, #a8edea 0%, #fed6e3 100%);
        }
        
        .card-cyan {
            background: linear-gradient(135deg, #a8edea 0%, #fed6e3 100%);
           
        }
        
        .card-pink {
            linear-gradient(135deg, #a8edea 0%, #fed6e3 100%);
            color: #316ca6;
        }
        
        .card-green {
            background: linear-gradient(135deg, #a8edea 0%, #fed6e3 100%);
         
        }
        
        .card-dark {
            background: #fff;
      
        }
        
        .badge {
            font-size: 0.7rem;
            font-weight: 600;
            letter-spacing: 0.5px;
        }
        
        .card-title {
            font-weight: 700;
            font-size: 1.5rem;
            margin-bottom: 1rem;
        }
        
        .card-subtitle {
            opacity: 0.9;
		}
		
			
			
			
		.services-section {
            padding: 60px 20px;
        }

        .section-header {
            text-align: center;
            margin-bottom: 60px;
        }

        .section-header h2 {
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: 20px;
        }
		.section-header .highlight {
            color: #DC143C;
            font-weight: 700;
        }

        .section-header p {
            font-size: 1.1rem;
            color: #666;
             
            margin: 0 auto;
        }
		
		.benefit-card {
            background: white;
            border-radius: 8px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
            padding: 30px;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            height: 100%;
        }

        .benefit-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 4px 16px rgba(0,0,0,0.15);
        }

        .benefit-icon {
            width: 80px;
            height: 80px;
            margin: 0 auto 20px;
            color: #DC143C;
        }

        .benefit-title {
            font-size: 1.3rem;
            font-weight: 600;
            color: #333;
            margin-bottom: 15px;
        }

        .benefit-description {
            font-size: 0.95rem;
            color: #666;
            line-height: 1.6;
            margin: 0;
        }

        .center-image-container {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100%;
        }

        .center-image-container img {
            max-width: 300px;
            width: 100%;
            border-radius: 4%;
            box-shadow: 0 4px 12px rgba(0,0,0,0.15);
        }

        .text-center-right {
            text-align: right;
        }

        .text-center-left {
            text-align: left;
        }

        @media (max-width: 768px) {
            .section-header h2 {
                font-size: 1.8rem;
            }

            .text-center-right,
            .text-center-left {
                text-align: center;
            }

            .benefit-card {
                padding: 20px;
            }
        }	
		
		
		
		.cta-section {
            background-color: #e8f0f7;
            padding: 60px 20px;
            text-align: center;
        }
        
        .cta-label {
            color: #6c757d;
            font-size: 0.95rem;
            margin-bottom: 15px;
            font-weight: 500;
        }
        
        .cta-title {
            color: #212529;
            font-size: 1.2rem;
            font-weight: 600;
            margin-bottom: 30px;
        }
        
        .phone-btn {
            background-color: white;
            border-style: solid;border-width:1px;border:#2d5c88;
            border-radius: 50px;
            padding: 15px 30px;
            display: inline-flex;
            align-items: center;
            gap: 15px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
            transition: all 0.3s ease;
            text-decoration: none;
            color: inherit;
			
        }
        
        .phone-btn:hover {
            box-shadow: 0 4px 15px rgba(0,0,0,0.15);
            transform: translateY(-2px);
        }
        
        .phone-icon {
            background-color: #c9534d;
            width: 45px;
            height: 45px;
            border-radius: 5%;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }
        
        .phone-icon svg {
            width: 22px;
            height: 22px;
            fill: white;
        }
        
        .phone-content {
            text-align: left;
        }
        
        .phone-label {
            color: #6c757d;
            font-size: 0.85rem;
            margin-bottom: 1px;
            display: block;
        }
        
        .phone-number {
            color: #00539C;
            font-size: 1rem;
            font-weight: 600;
            display: block;
			 
        }
		.phone-number:hover {
            box-shadow: 0 2px 5px rgba(0,0,0,0.15);
            transform: translateY(-1px);
			background:#00539C;
			color: #fff;
        }
		
		
		
		.navbar-toggler {
            width: 36px;
            height: 32px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            position: relative;
			padding:2px;
			 
			border-radius:0px;
			color:#c50014;
			
        }

        .bar {
            height: 10px;
            background: #00539C;
            border-radius: 1px;
             
        }

        .bar:nth-child(1) {
            width: 60%;
        }

        .bar:nth-child(2) {
            width: 100%;
        }

        .bar:nth-child(3) {
            width: 45%;
        }

        /* Active state - transforms to X */
        .toggle-container.active .bar:nth-child(1) {
            transform: rotate(45deg) translate(10px, 10px);
            width: 100%;
        }

        .toggle-container.active .bar:nth-child(2) {
            opacity: 0;
        }

        .toggle-container.active .bar:nth-child(3) {
            transform: rotate(-45deg) translate(10px, -10px);
            width: 100%;
        }

    
		.navbar {
		  position: sticky;
		  top: 0; /* Ensures it sticks to the very top of the viewport */
		  width: 100%; /* Ensures it spans the entire width */
		  z-index: 1000; /* Ensures it appears above other content */
		
		}
 


.btnresidential {
	
	background-color: #d54424;
	
}
	.btnresidential:hover {
      background-color: #db007e; /* Lighter shade of blue */
      color:#fff;
    }



		
		
		
	/* Posts and Articles */	
		
		.post-container {
            background-color: white;
            padding: 20px;
            margin: 30px auto;
            box-shadow: 0 1px 3px rgba(0,0,0,0.1);
        }

        .post-meta {
            color: #999;
            font-size: 14px;
            margin-bottom: 30px;
            padding-bottom: 20px;
            border-bottom: 1px solid #e0e0e0;
        }

        .post-title {
            font-size: 32px;
            font-weight: 600;
            color: #8b1a1a;
            margin-bottom: 5px;
            line-height: 1.2;
        }

        .post-image {
            width: 100%;
            height: 300px;
            object-fit: cover;
            margin-bottom: 1px;
        }

        .post-content {
            font-size: 16px;
            color: #555;
            margin-bottom: 50px;
        }

        .post-content p {
            margin-bottom: 25px;
        }

        .post-navigation {
            display: flex;
            justify-content: space-between;
            padding: 20px 0;
            border-top: 1px solid #e0e0e0;
            border-bottom: 1px solid #e0e0e0;
            margin-bottom: 50px;
        }

        .nav-link-post {
            text-decoration: none;
            color: #8b1a1a;
            font-weight: 500;
        }

        .nav-label {
            display: block;
            font-size: 12px;
            text-transform: uppercase;
            color: #999;
            margin-bottom: 5px;
            letter-spacing: 1px;
        }

        .share-section {
            padding: 30px 0;
            margin-bottom: 50px;
            border-bottom: 1px solid #e0e0e0;
        }

        .share-title {
            font-size: 16px;
            font-weight: 600;
            color: #333;
            margin-bottom: 20px;
        }

        .share-buttons {
            display: flex;
            gap: 15px;
        }

        .share-btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 45px;
            height: 45px;
            border: 1px solid #e0e0e0;
            text-decoration: none;
            color: #555;
        }

        .share-btn i {
            font-size: 18px;
        }

        .author-section {
            background-color: #fafafa;
            padding: 40px;
            margin-bottom: 50px;
        }

        .author-title {
            font-size: 20px;
            font-weight: 600;
            color: #8b1a1a;
            margin-bottom: 20px;
        }

        .author-info {
            display: flex;
            gap: 25px;
        }

        .author-avatar {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            object-fit: cover;
            flex-shrink: 0;
        }

        .author-details h4 {
            font-size: 18px;
            font-weight: 600;
            color: #333;
            margin-bottom: 10px;
        }

        .author-bio {
            font-size: 15px;
            color: #666;
            line-height: 1.6;
            margin-bottom: 15px;
        }

        .author-social {
            display: flex;
            gap: 12px;
        }

        .author-social a {
            color: #8b1a1a;
            text-decoration: none;
            font-size: 16px;
        }

        .related-section {
            margin-top: 60px;
        }

        .related-title {
            font-size: 28px;
            font-weight: 600;
            color: #8b1a1a;
            margin-bottom: 30px;
        }

        .related-article {
            background-color: white;
            border: 1px solid #e0e0e0;
            padding: 20px;
            margin-bottom: 25px;
            text-decoration: none;
            display: block;
            color: inherit;
        }

        .related-article-image {
            width: 100%;
            height: 200px;
            object-fit: cover;
            margin-bottom: 15px;
        }

        .related-article-title {
            font-size: 18px;
            font-weight: 600;
            color: #333;
            margin-bottom: 10px;
        }

        .related-article-excerpt {
            font-size: 14px;
            color: #777;
            line-height: 1.6;
        }
		
		.related-link {
           
			text-decoration:none;
			font-size:14px;
			margin:2px;
        }

        @media (max-width: 768px) {
            .post-container {
                padding: 30px 20px;
                margin: 20px 10px;
            }

            .post-title {
                font-size: 32px;
            }

            .post-image {
                height: 250px;
            }

            .post-content {
                font-size: 16px;
            }

            .post-navigation {
                flex-direction: column;
                gap: 20px;
            }

            .author-info {
                flex-direction: column;
                text-align: center;
            }

            .author-avatar {
                margin: 0 auto;
            }

            .author-social {
                justify-content: center;
            }
        }
		
		
		
		
		table { width: 100%; border-collapse: collapse; margin: 20px 0; font-size: 16px; text-align: left; }

		th, td {
		padding: 12px;
		border: 1px solid #ddd;
		}

		th {
		background-color: #f4f4f4;
		font-weight: bold;
		}

		tr:nth-child(even) {
		background-color: #EDF4FE;
		}

		@media screen and (max-width: 600px) {
		table {
		display: block;
		overflow-x: auto;
		white-space: nowrap;
		}

		th, td {
		font-size: 14px;
		padding: 8px;
		}
		}


		th {

		  background-color: #db007e;
		font-size:14px;
		  color: #fff;
		font-weight:500px;
		  padding: 4px;

		  transition: background-color 0.3s ease; /* Smooth transition */

		}

		th:hover {

		  background-color: #0056b3; /* Darker blue on hover */

		}
		td {
		font-size:12px;
		border-width:1px;border-color:#f7f7f7;border-style:solid;
		}
		 
		 
		 
		 
		
		
		
		
		
		
		
		
		
		
		
		
		
		.post-container {
            background-color: white;
            padding: 50px;
            margin: 40px auto;
            box-shadow: 0 1px 3px rgba(0,0,0,0.1);
        }

        .post-meta {
            color: #999;
            font-size: 14px;
            margin-bottom: 30px;
            padding-bottom: 20px;
            border-bottom: 1px solid #e0e0e0;
        }

        .post-title {
            font-size: 42px;
            font-weight: 600;
            color: #8b1a1a;
            margin-bottom: 20px;
            line-height: 1.3;
        }

        .post-image {
            width: 100%;
            height: 400px;
            object-fit: cover;
            margin-bottom: 40px;
        }

        .post-content {
            font-size: 18px;
            color: #555;
            margin-bottom: 50px;
        }

        .post-content p {
            margin-bottom: 25px;
        }

        .post-navigation {
            display: flex;
            justify-content: space-between;
            padding: 30px 0;
            border-top: 1px solid #e0e0e0;
            border-bottom: 1px solid #e0e0e0;
            margin-bottom: 50px;
        }

        .nav-link-post {
            text-decoration: none;
            color: #8b1a1a;
            font-weight: 500;
        }

        .nav-label {
            display: block;
            font-size: 12px;
            text-transform: uppercase;
            color: #999;
            margin-bottom: 5px;
            letter-spacing: 1px;
        }

        .share-section {
            padding: 30px 0;
            margin-bottom: 50px;
            border-bottom: 1px solid #e0e0e0;
        }

        .share-title {
            font-size: 16px;
            font-weight: 600;
            color: #333;
            margin-bottom: 20px;
        }

        .share-buttons {
            display: flex;
            gap: 15px;
        }

        .share-btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 45px;
            height: 45px;
            border: 1px solid #e0e0e0;
            text-decoration: none;
            color: #555;
        }

        .share-btn i {
            font-size: 18px;
        }

        .author-section {
            background-color: #fafafa;
            padding: 40px;
            margin-bottom: 50px;
        }

        .author-title {
            font-size: 20px;
            font-weight: 600;
            color: #8b1a1a;
            margin-bottom: 20px;
        }

        .author-info {
            display: flex;
            gap: 25px;
        }

        .author-avatar {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            object-fit: cover;
            flex-shrink: 0;
        }

        .author-details h4 {
            font-size: 18px;
            font-weight: 600;
            color: #333;
            margin-bottom: 10px;
        }

        .author-bio {
            font-size: 15px;
            color: #666;
            line-height: 1.6;
            margin-bottom: 15px;
        }

        .author-social {
            display: flex;
            gap: 12px;
        }

        .author-social a {
            color: #8b1a1a;
            text-decoration: none;
            font-size: 16px;
        }

        .related-section {
            margin-top: 60px;
        }

        .related-title {
            font-size: 28px;
            font-weight: 600;
            color: #8b1a1a;
            margin-bottom: 30px;
        }

        .related-article {
            background-color: white;
            border: 1px solid #e0e0e0;
            padding: 20px;
            margin-bottom: 25px;
            text-decoration: none;
            display: block;
            color: inherit;
        }

        .related-article-image {
            width: 100%;
            height: 200px;
            object-fit: cover;
            margin-bottom: 15px;
        }

        .related-article-title {
            font-size: 18px;
            font-weight: 600;
            color: #333;
            margin-bottom: 10px;
        }

        .related-article-excerpt {
            font-size: 14px;
            color: #777;
            line-height: 1.6;
        }

        @media (max-width: 768px) {
            .post-container {
                padding: 30px 20px;
                margin: 20px 10px;
            }

            .post-title {
                font-size: 32px;
            }

            .post-image {
                height: 250px;
            }

            .post-content {
                font-size: 16px;
            }

            .post-navigation {
                flex-direction: column;
                gap: 20px;
            }

            .author-info {
                flex-direction: column;
                text-align: center;
            }

            .author-avatar {
                margin: 0 auto;
            }

            .author-social {
                justify-content: center;
            }
        }
		
		
		
		
		
		
		
		
		
		/*Archives*/
		.archive-header {
            background-color: white;
            padding: 50px;
            margin: 40px auto 30px;
            box-shadow: 0 1px 3px rgba(0,0,0,0.1);
        }

        .breadcrumbs {
            font-size: 14px;
            color: #999;
            margin-bottom: 20px;
        }

        .breadcrumbs a {
            color: #8b1a1a;
            text-decoration: none;
        }

        .breadcrumbs span {
            margin: 0 8px;
        }

        .page-title {
            font-size: 42px;
            font-weight: 600;
            color: #8b1a1a;
            margin-bottom: 15px;
        }

        .page-description {
            font-size: 18px;
            color: #666;
            max-width: 800px;
        }

        .filter-section {
            background-color: white;
            padding: 30px 50px;
            margin-bottom: 30px;
            box-shadow: 0 1px 3px rgba(0,0,0,0.1);
            display: flex;
            gap: 20px;
            flex-wrap: wrap;
            align-items: center;
        }

        .filter-label {
            font-size: 14px;
            font-weight: 600;
            color: #333;
            margin-right: 10px;
        }

        .filter-btn {
            padding: 8px 20px;
            border: 1px solid #e0e0e0;
            background-color: white;
            color: #555;
            text-decoration: none;
            font-size: 14px;
            display: inline-block;
        }

        .filter-btn.active {
            background-color: #8b1a1a;
            color: white;
            border-color: #8b1a1a;
        }

        .posts-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
            gap: 30px;
            margin-bottom: 40px;
        }

        .post-item {
            background-color: white;
            box-shadow: 0 1px 3px rgba(0,0,0,0.1);
            display: flex;
            flex-direction: column;
            height: 100%;
        }

        .post-thumbnail {
            width: 100%;
            height: 200px;
            object-fit: cover;
        }

        .post-content-wrapper {
            padding: 30px;
            display: flex;
            flex-direction: column;
            flex-grow: 1;
        }

        .post-category {
            display: inline-block;
            font-size: 12px;
            text-transform: uppercase;
            color: #8b1a1a;
            font-weight: 600;
            letter-spacing: 1px;
            margin-bottom: 12px;
        }

        .post-title-link {
            text-decoration: none;
            color: #333;
        }

        .post-item-title {
            font-size: 22px;
            font-weight: 600;
            color: #333;
            margin-bottom: 15px;
            line-height: 1.3;
        }

        .post-meta {
            color: #999;
            font-size: 13px;
            margin-bottom: 15px;
        }

        .post-excerpt {
            font-size: 15px;
            color: #666;
            line-height: 1.6;
            margin-bottom: 20px;
            flex-grow: 1;
        }

        .read-more {
            color: #8b1a1a;
            text-decoration: none;
            font-weight: 500;
            font-size: 14px;
            margin-top: auto;
        }

        .pagination-section {
            display: flex;
            justify-content: center;
            gap: 10px;
            margin: 60px 0 40px;
            padding: 40px 50px;
            background-color: white;
            box-shadow: 0 1px 3px rgba(0,0,0,0.1);
        }

        .page-link-custom {
            width: 45px;
            height: 45px;
            display: flex;
            align-items: center;
            justify-content: center;
            border: 1px solid #e0e0e0;
            color: #555;
            text-decoration: none;
            font-weight: 500;
        }

        .page-link-custom.active {
            background-color: #8b1a1a;
            color: white;
            border-color: #8b1a1a;
        }

        .sidebar-section {
            margin-top: 30px;
        }

        .sidebar-widget {
            background-color: white;
            padding: 30px;
            margin-bottom: 30px;
            box-shadow: 0 1px 3px rgba(0,0,0,0.1);
        }

        .widget-title {
            font-size: 20px;
            font-weight: 600;
            color: #8b1a1a;
            margin-bottom: 20px;
        }

        .widget-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .widget-list li {
            padding: 12px 0;
            border-bottom: 1px solid #e0e0e0;
        }

        .widget-list li:last-child {
            border-bottom: none;
        }

        .widget-list a {
            color: #555;
            text-decoration: none;
            font-size: 15px;
        }

        .widget-count {
            color: #999;
            font-size: 13px;
            float: right;
        }

        .search-widget {
            position: relative;
        }

        .search-input {
            width: 100%;
            padding: 12px 15px;
            border: 1px solid #e0e0e0;
            font-size: 15px;
        }

        .search-input:focus {
            outline: none;
            border-color: #8b1a1a;
        }

        @media (max-width: 992px) {
            .archive-header,
            .filter-section,
            .pagination-section {
                padding: 30px 20px;
            }

            .page-title {
                font-size: 32px;
            }

            .posts-grid {
                grid-template-columns: 1fr;
                gap: 20px;
            }
        }

        @media (min-width: 768px) and (max-width: 1199px) {
            .posts-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media (min-width: 1200px) {
            .posts-grid {
                grid-template-columns: repeat(3, 1fr);
            }
        }
		
		
		
		
		
		
		/*Pagination*/
		/*
    Paginator -
    Source: http://www.strangerstudios.com/sandbox/pagination/diggstyle.php (strangerstudios.com)
*/

div.pagination {
    padding: 3px;
    margin: 3px;
}

div.pagination a {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #AAAADD;
    zoom: 100%;
    text-decoration: none; /* no underline */
    color: #000099;
}
div.pagination a:hover, div.pagination a:active {
    border: 1px solid #000099;

    color: #000;
}
div.pagination span.page_current {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #000099;

    * zoom: 100%;

    font-weight: bold;
    background-color: #000099;
    color: #FFF;
}
div.pagination span.page_disabled {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #EEE;

    * zoom: 100%;

    color: #DDD;
}

* span.elipsis {zoom:100%}



.bluey {
	background:#2d5c88 ;
	
}