/*
Theme Name: Hamish Mackenzie
Theme URI: https://www.hamishmackenzie.com
Description: White and clean theme almost without css styles. Fonts and colors will be default of your browser.
Version: 1.0
Author: Hamish Mackenzie
Author URI: https://www.hamishmackenzie.com
Tags: white, simple, fixed width, two columns, widgets, clean
*/
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}

p img {
	padding: 0;
	max-width: 100%;
	}
a img {
	border: none;
	}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}
.admin-bar header#myHeader {
    top: 32px;
}
div#wpadminbar {
    z-index: 999999;
}

/* Layout Fixes */
.blog-sidebar {
    padding-right: 20px;
    border-right: 1px solid #eee;
}

/* Search Box */
.search-box {
    position: relative;
    margin-bottom: 25px;
}

.search-box input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

/* Filter Groups */
.filter-group {
    margin-top: 25px;
    padding-top: 15px;
    border-top: 2px solid #00b06c;
}

.filter-group:last-child {
    border-bottom: none;
}

.filter-group h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #000;
}

/* List Items */
.filter-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.filter-list li {
    margin-bottom: 10px;
}

/* Labels & Inputs */
.filter-list label {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-weight: 500;
    color: #000;
    font-size: 14px;
}

.filter-list label:hover {
    color: #00B06C;
}

.filter-list input {
    margin-right: 10px !important;
    transform: scale(1.2);
    cursor: pointer;
}

/* Loading Effect */
.opacity-50 {
    opacity: 0.5;
    pointer-events: none;
    transition: opacity 0.3s;
}
.filter-list label {
    display: inline-block !important;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 400 !important;
}

    /* Sort Bar Styling */
    .sort-top-bar {
        display: flex;
        justify-content: flex-end; /* Moves content to the right */
        align-items: center;
        margin-bottom: 25px;
        padding-bottom: 15px;
        border-bottom: 1px solid #eee;
    }
    .sort-label {
        font-weight: 700;
        color: #333;
        margin-right: 10px;
        margin-bottom: 0;
        font-size: 15px;
    }
    .sort-select {
        padding: 8px 12px;
        border: 1px solid #ccc;
        border-radius: 0;
        background-color: #fff;
        font-size: 14px;
        min-width: 160px;
        cursor: pointer;
    }
/* Responsive */
@media (max-width: 768px) {
    .blog-sidebar {
        border-right: none;
        margin-bottom: 30px;
        padding-right: 0;
    }
	
	.sort-top-bar {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  
}
}

 .content-sec.inner_page ul {
    margin-bottom: 15px !important;
}

 .content-sec.inner_page p {
    margin-bottom: 0 !important;
    margin-top: 20px !important;
    /* margin: 0 !important; */
}
 .content-sec.inner_page ul {
    list-style-type: disc;
    margin: 0;
    padding: 0px 0px 0px 40px;
}

 .content-sec.inner_page ul li {
       margin: 0;
    padding: 5px 5px 5px 0px;
    font-weight: normal;
    line-height: 1.5; 
}

table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 16px;
  font-family: inherit;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

table thead {
  background: #f4f4f4;
}

table thead th {
  padding: 14px 16px;
  text-align: left;
  font-weight: 600;
  color: #333;
  letter-spacing: 0.3px;
}

table tbody tr {
  border-bottom: 1px solid #eee;
  transition: 0.2s all ease;
}

table tbody tr:hover {
  background: #fafafa;
}

table td {
  padding: 14px 16px;
  color: #555;
}

/* Zebra Stripe */
table tbody tr:nth-child(even) {
  background: #fcfcfc;
}

/* Responsive */
@media(max-width: 600px) {
  table thead {
    display: none;
  }

  table, table tbody, table tr, table td {
    display: block;
    width: 100%;
  }

  table tr {
    margin-bottom: 15px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  }

  table td {
    padding: 10px 12px;
    text-align: left;
    position: relative;
  }

  table td::before {
    content: attr(data-label);
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
    color: #333;
  }
}

.inquiries_form .form-check label {
    align-items: self-start !important;
}
.inquiries_form .form-check input {
    width: 14px !important;
    height: 15px !important;
}
.inquiries_form .form-check p {
    margin-bottom: 0 !important;
}
.content-sec.inner_page .service-block p {
    margin: 0 0 30px !important;
}
.contact-sec .inquiries_form .form-check label {
    color: #000;
}

.inquiries_form .form-check span.wpcf7-list-item {
    color: #000;
}
.services_btn {
    margin-top: 20px !important;
    display: flex;
    gap: 20px;
    justify-content: center;
    margin: 0 0 20px;
}

.services-sec {
    padding: 60px 20px;
    background: #f9f9f9;
}

.services-sec .heading {
    text-align: center;
    margin-bottom: 50px;
}

.services-sec .heading h2 {
    font-size: 32px;
    margin-bottom: 10px;
    color: #273647;
}

.services-sec .heading_bod {
    width: 60px;
    height: 4px;
    background-color: #273647;
    margin: 10px auto 20px;
}

.services-sec .heading p {
    max-width: 700px;
    margin: 0 auto;
    color: #555;
    line-height: 1.6;
    font-size: 16px;
}

/* Services Row */
.services-row {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

/* Each Service Box as Card */
.services-box {
    display: flex;
    gap: 30px;
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    align-items: stretch; /* match image height with text */
}

/* Hover Effect */
.services-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.15);
}

/* Box Title */
.services-box .box-title {
    width: 100%;
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    background: #273647;
    padding: 10px 15px;
    border-radius: 12px 12px 0 0;
    margin-bottom: 20px;
    text-align: center;
}

/* Image */
.services-box .img {
    flex: 1;
    display: flex;
}

.services-box .img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 12px;
}

/* Text */
.services-box .text {
    flex: 1;
}

.services-box .text h3 {
    font-size: 24px;
    margin-bottom: 10px;
    color: #273647;
}

.services-box .text i {
    font-style: italic;
    color: #555;
    display: block;
    margin-bottom: 8px;
}

.services-box .text p {
    color: #555;
    line-height: 1.6;
    margin-bottom: 10px;
}

.services-box .text strong {
    display: inline-block;
    margin-top: 6px;
    color: #000;
}

/* Reverse Layout */
.services-box.revers {
    flex-direction: row-reverse;
}

/* Responsive */
@media (max-width: 992px) {
    .services-box,
    .services-box.revers {
        flex-direction: column;
        text-align: center;
    }

    .services-box .text {
        margin-top: 20px;
    }
}

@media (max-width: 576px) {
    .services-box {
        padding: 20px;
    }

    .services-box .text h3 {
        font-size: 20px;
    }

    .services-box .text p,
    .services-box .text i {
        font-size: 15px;
    }
}

.strategy-sec .strategy-box .img {
    background: #0072b6 !important;
}
 
.strategy-sec .strategy-box .img img {
    width: 100px !important;
    height: 100% !important;
    -o-object-fit: cover !important;
    object-fit: contain !important;
    transition: all 0.3s ease-in-out !important;
    margin: 0 auto !important;
    filter: brightness(100) contrast(100) invert(1) !important;
}
 
.content-sec.inner_page h3 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}
.content-sec.inner_page h4 {
	margin-top:20px;
	
}



