/*
Template: blankslate
Theme Name: Amjutan Website
Theme URI: https://amjutan.co.uk
Author: Henry Bunn (BSPOKE Software)
Author URI: https://bespokesoftware.io
Version: 2024.7.1
Requires PHP: 7.4
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
*/

:root {
    --light-blue: #4db0e1;
    --dark-blue: #294f97;
    --body: #333333;
    --light-background: #bee0f0;
    --yellow: #f7d943;
}

html {
    margin-top:0!important;
}

#wpadminbar {
    display:none;
}

body {
    margin:0;
    font-family:Mulish;
}

section {
    display:block;
    float:left;
    width:100%;
    padding:3em 0;
}

main {
    display: block;
    float: left;
    width: 100%;
}

/* ###################################### */ 
/* ###################################### */ 
/* MAIN WEBSITE STYLING SECTION BEGINS    */
/* ###################################### */ 
/* ###################################### */ 

.frame {
    width:1400px;
    max-width:100%;
    margin:0 auto;
    display:flex;
}

.frame.column {
    flex-direction:column;
}

.mt-2 {
    margin-top:2em;
}

.clear {
    clear:both;
}

h1, h2, h3, h4, h5 {
    margin:0;
}

h1 {
    font-size:40px;
}

h2 {
    font-size:35px;
    font-weight:300;
}

h3 {
    font-size:30px;
    font-weight:300;
}

h4 {
    font-size:20px;
    font-weight:300;
}

p { 
    font-weight:100;
}

hr {
    background: #000;
    border: none;
    height: 1px;
    width: 100%;
}

.button {
    padding: .5em 1em;
    background: var(--dark-blue);
    border-radius: 10px;
    color: #fff;
    text-decoration:none;
    display:inline-block;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.blue-banner-header {
    background:var(--light-blue);
    padding:.75em 0;
}

.blue-banner-header p, .blue-banner-header p a {
    color:#fff;
    text-decoration:none;
    margin:0; 
    font-weight:400;
    font-size: 13px;
}

.blue-banner-header .right-container {
    margin-left:auto;
}

.menu-container {
    margin-left:auto;
}

.menu-container ul {
    display:flex;
    padding-left:0;
    align-content: center;
    align-items: center;
    margin:0;
}

.menu-container ul li {
    list-style:none;
    margin-right:2em;
}

.menu-container ul li:last-of-type {
    margin-right:0;
    padding:.5em 1em;
    background:var(--dark-blue);
    border-radius:10px;
    color:#fff;
}

.menu-container ul li:last-of-type a {
    color:#fff;
}

.menu-container ul li a { 
    text-decoration:none;
    color:var(--body);
}

.logo-container {
    width: 100%;
    max-width: 250px;
}

.main-navigation {
    padding:.5em 0;
}

.main-navigation .frame {
    align-items: center;
}

/* Footer Styling */ 
.footer-splitter {
    height:150px;
    width:100%;
    display:block;
    float:left;
    background-image:url('/wp-content/uploads/2024/08/footer-splitter.svg');
    background-color:#fff;
    padding-top:1em;
}

footer {
    background:var(--body);
    color:#fff;
    padding:3em 0;
    display:block;
    float:left;
    width:100%;
}

footer a {
    color:#fff;
    text-decoration:none;
}

footer a i {
    margin-left:.5em;
    margin-top:10px;
}

footer .footer-column {
    display:flex;
    flex-direction:column;
    width:15%;
}

footer .footer-column:last-of-type {
    margin-left:auto;
    text-align:right;
    align-items: flex-end;
}

footer .footer-column:last-of-type a {
    font-weight:700;
}

footer .footer-column:last-of-type p {
    font-size: 12px;
    width: 300px;
}

footer .footer-column:last-of-type .footer-container hr {
    width:200px;
}

footer .footer-column:last-of-type .logo-container {
    width:100%;
}

footer .footer-column:last-of-type .logo-container img {
    float:right;
}

footer hr {
    background:#fff;
}

/* CARDS TO BE CONSISTENTLY STYLED THROUGHOUT THE SITE */
.card-container {
    margin:0;
    display:block;
    float:left;
    width:100%;
}

section.card-no-margin .card-container {
    margin:0!important;
}

section .card-container:first-of-type {
    margin-top:3em;
}

section .card-container:last-of-type {
    margin-bottom:3em;
}

section .card-container:nth-child(odd) .frame {
    justify-content: flex-end;
    text-align:right;
}

section .card-container:nth-child(odd) .card-image {
    right:auto;
    left:0;
}

section.card-invert .card-container:nth-child(even) .frame {
    justify-content: flex-end;
    text-align:right;
}

section.card-invert .card-container:nth-child(even) .card-image {
    right:auto;
    left:0;
}

section.card-invert .card-container:nth-child(odd) .frame {
    justify-content: flex-start;
    text-align:left;
}

section.card-invert .card-container:nth-child(odd) .card-image {
    left:auto;
    right:0;
}

.card-container .frame {
    position:relative;
    padding:5em 0;
}

.card-container .card-image {
    position:absolute;
    z-index:1;
    height:100%;
    right:0;
    top:0;
    width:auto;
}

.card-container .card-content {
    border:1px solid #9e9e9e;
    padding:2em;
    width:60%;
    position:relative;
    z-index:1;
    background:#fff;
}

.card-container h3, .card-container h4 {
    margin:0;
    font-weight:300;
    display:block;
    float:left;
    width:100%;
}

.card-container h4 {
    color:var(--light-blue);
    margin-bottom:5px;
}

.card-container h3 {
    margin-bottom:10px;
}

.card-container p { 
    font-weight:100;
    margin-bottom:20px;
}

.card-container p:last-of-type {
    margin-bottom:0;
}

.mobile-menu {
    display:none;
    z-index:10;
    top:40px;
    right:0;
    width:300px;
    position:fixed;
    background:var(--light-blue);
    padding:5em 2em 2em 2em;
    border-radius:0 0 0 20px;
}

.mobile-menu ul li, .mobile-menu ul {
    list-style:none;
    text-align:right;
}

.mobile-menu ul li a {
    color:#fff;
    text-decoration:none;
    font-size:20px;
    margin-bottom:10px;
    display:block;
}

.mobile-menu ul li:last-of-type a {
    padding: .25em .5em;
    background: var(--dark-blue);
    border-radius: 10px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    font-size:20px;
    margin-bottom:0;
    margin-top:10px;
}

.active .burger-container label span {
    background:#fff;
    transition:.5s;
}

.burger-container {
    display:none;
    position:relative;
    z-index:11;
}

.burger-container label {
    display: flex;
    flex-direction: column;
    width: 45px;
    cursor: pointer;
}

.burger-container label span {
    background: var(--body);
    border-radius: 5px;
    height: 5px;
    margin: 5px 0;
    transition: .4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}

.burger-container span:nth-of-type(1) {
    width: 50%;
}

.burger-container span:nth-of-type(2) {
    width: 100%;
}

.burger-container span:nth-of-type(3) {
    width: 75%;
}

.burger-container input[type="checkbox"] {
    display: none;
}

.burger-container input[type="checkbox"]:checked ~ span:nth-of-type(1) {
    transform-origin: bottom;
    transform: rotateZ(50deg) translate(5px, 0px);
}

.burger-container input[type="checkbox"]:checked ~ span:nth-of-type(2) {
    transform-origin: top;
    transform: rotateZ(-45deg);
}

.burger-container input[type="checkbox"]:checked ~ span:nth-of-type(3) {
    transform-origin: bottom;
    width: 50%;
    transform: translate(18px, -8px) rotateZ(50deg);
}

/* ###################################### */ 
/* ###################################### */ 
/* MAIN WEBSITE STYLING SECTION ENDS      */
/* ###################################### */ 
/* ###################################### */

/* HOMEPAGE STYLING */ 
.header-carousel-container {
    display:block;
    float:left;
    width:100%;
    min-height:60vh;
    max-height:60vh;
    overflow:hidden;
    background-color:var(--yellow);
    border-radius:0 0 50px 0;
}

.header-carousel-container .header-carousel {
    background:var(--light-blue);
    border-radius:0 0 150px 0;
}
 
.header-carousel-container .slick-track {
    position: relative;
    min-height:60vh;
    max-height:60vh;
    border-radius:0 0 250px 0;
    overflow:hidden;
}

.header-carousel-container .slick-track .slick-slide {
    display:block;
    float:left;
}

.header-carousel-container img.carousel-background { 
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.header-carousel-container .frame {
    display:flex;
    height:60vh;
    align-items: center;
    justify-content: flex-end;
}

.header-carousel-container .content-container {
    background: rgb(0, 0, 0, 0.6);
    z-index: 2;
    padding: 2em;
    right: 0;
    top: 20vh;
    text-align: right;
    font-size: 1.2em;
    max-width:525px;
}

.header-carousel-container .content-container hr {
    background:#fff;
    float:right;
    width:75%;
}

.header-carousel-container .content-container h1, .header-carousel-container .content-container h2 {
    color:#fff;
    width:100%;
    display:inline-block;
    margin:0;
}

.header-carousel-container .content-container h1 {
    font-weight:400;
}

.header-carousel-container h2 {
    font-weight:100;
}

/* HOMEPAGE INTRODUCTION CONTAINER */ 
.introduction-split .body-copy {
    width:65%;
}

.introduction-split .body-copy a.button {
    margin-top:0px;
    display:inline-block;
}

.introduction-split .highlight-container { 
    width:25%;
    padding:2em;
    text-align:center;
    background:var(--light-background);
    margin-left:auto;
}

.introduction-split .highlight-container p {
    margin-top:0;
    font-size:30px;
    margin-bottom:10px;
    margin-top:-5px;
}

/* HOMEPAGE The Amjutan Mission */ 
section.the-amjutan-mission {
    padding:0;
    background:url('/wp-content/uploads/2024/08/tractor-on-construction-site-2023-11-27-05-36-40-utc.jpeg');
    background-position:center;
    background-size:cover;
}

.the-amjutan-mission .highlight-container {
    padding:4em 3em;
    background:var(--light-background);
}

.the-amjutan-mission .highlight-container ul, .the-amjutan-mission .highlight-container ul li {
    list-style:none;
    padding-left:0;
    font-size:20px;
}

.the-amjutan-mission ul {
    width:100%;
    display:block;
    float:left;
    margin:0;
}

.the-amjutan-mission ul li {
    margin-bottom:10px;
    font-weight:100;
}

.the-amjutan-mission ul li i {
    margin-right:.75em;
}

.the-amjutan-mission ul li:last-of-type {
    margin-bottom:0;
}

.the-amjutan-mission .highlight-container ul hr:first-of-type {
    width:25%;
    float:left;
}

.the-amjutan-mission .highlight-container ul hr:last-of-type {
    width:75%;
    float:left;
}

/* HOMEPAGE WHO WE WORK WITH */ 
section.who-we-work-with {
    margin:0;
    padding:0;
}

.who-we-work-with hr {
    width:40%;
    margin-top:0;
    margin-bottom:1em;
    display:inline-block;
    float:left;
    margin-left:0;
}

.who-we-work-with .frame {
    flex-direction:column;
}

.who-we-work-with .frame h3 {
    margin-bottom:.5em;
}

.who-we-work-with-carousel {
    width:100%;
    display:flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
}

.who-we-work-with-carousel img {
    min-width: auto;
    max-height: 80px;
}

/* OUR ACCREDITATIONS */ 
section.our-accreditations {
    margin:0;
    padding:0;
}

.our-accreditations .frame {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: row;
}

.our-accreditations .frame .center-align {
    display:flex;
    align-items: center;
}

.our-accreditations-carousel {
    width:100%;
    display:flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
}

.our-accreditations-carousel img {
    min-width: auto;
    max-height: 100px;
    margin-right:2em;
}

.our-accreditations-carousel img:last-of-type {
    margin-right:0;
}

/* CONTACT FORM SECTION */ 
.contact-us .contact-form-container {
    border:1px solid #d3d3d3;
    display:flex;
    width:100%;
}

.contact-us .left-content h3 {
    margin-bottom:.5em;
    font-size:40px;
}

.contact-us .left-content {
    background:var(--light-background);
    padding:2em;
    display:flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
    align-items: center;
}

.contact-us .right-content {
    width:50%;
    padding:2em;
}

.contact-us .left-content .centre-content {
    display:block;
    float:left;
    width:auto;
}

.contact-us .left-content ul, .contact-us .left-content ul li {
    list-style:none;
    padding-left:0;
    font-size:30px;
}

.contact-us .left-content ul {
    width:100%;
    display:block;
    float:left;
    margin:0;
}

.contact-us .left-content ul li {
    margin-bottom:10px;
    font-weight:100;
}

.contact-us .left-content ul li i {
    margin-right:.75em;
}

.contact-us .left-content ul li:last-of-type {
    margin-bottom:0;
}

.contact-us .right-content h3 {
    margin-bottom:20px;
}

.contact-us .right-content .two-fields {
    display:flex;
    width:100%;
    float:left;
    justify-content: space-between;
}

.contact-us .right-content .two-fields p {
    width:48%;
}

.contact-us .right-content label {
    font-size:20px; 
    margin-bottom:20px;
    display:block;
}

.contact-us .right-content textarea, .contact-us .right-content input {
    width:100%;
    margin-top:5px;
    font-size:20px;
    padding:.5em;
    box-sizing:border-box;
    border:1px solid #d3d3d3;
}

.contact-us .right-content textarea {
    height:50px;
}

.contact-us .right-content input[type=submit] {
    padding: .5em 1em;
    background: var(--dark-blue);
    border-radius: 10px;
    color: #fff;
    float: right;
    text-decoration: none;
    display: inline-block;
    width: auto;
    border:none;
    font-weight:100;
}

.contact-us .right-content p {
    margin:0;
}

.wpcf7-spinner {
    width:40px;
    height:40px;
}

/* SUB PAGE HEADER */ 
.header-carousel-container.sub-page-header {
    position:relative;
    overflow:hidden;
    min-height:300px;
    max-height:40vh;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.header-carousel-container.sub-page-header .content-container {
    background: rgba(77, 176, 225, 0.8);
}

.header-carousel-container.sub-page-header .frame {
    height:100%;
}

/* Contact Page */ 
.page-template-template-contact section.our-accreditations {
    padding:3em 0;
}

.page-template-template-contact .contact-us .left-content h3 {
    text-align: left;
    width:100%;
    font-size: 30px;
    font-weight: 300;
}

.page-template-template-contact .contact-us .frame .contact-form-container .split-content {
    display:block;
    flex-direction:column;
    font-size:20px;
    text-align: left;
}

.page-template-template-contact .contact-us .frame .contact-form-container .split-content a {
    text-decoration:none;
    color:var(--body);
}

.page-template-template-contact .contact-us .frame .contact-form-container .split-content span {
    margin-right:30px;
}

.page-template-template-contact .contact-us .frame .contact-form-container .split-content span.short {
    margin-right:27px;
}

.page-template-template-contact .contact-us .left-content ul li {
    list-style: none;
    padding-left: 0;
    font-size: 20px;
}

.page-template-template-contact section.contact-us {
    padding-bottom:0;
}

.page-template-template-contact .contact-us .left-content {
    background: var(--light-background);
    padding: 2em 4em;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: 30%;
    align-items: flex-start;
}

.page-template-template-contact .contact-us .right-content {
    width: 70%;
    padding: 2em;
}

.padding-bottom-none {
    padding-bottom:0;
}

/* Case Studies */
.results-table {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.results-table .item {
    display:flex;
    flex-direction:column;
    width: 32%; 
    margin-bottom: 20px; 
    box-sizing: border-box;
    background-color: #fff;
    padding: 0;
    text-align: center;
    border: 1px solid #e4e4e4;
    border-radius:10px;
    overflow:hidden;
}

.results-table .item h3 {
    line-height:1em;
}

.results-table .item h3 a {
    color:var(--body);
    text-decoration: none;
    font-size:25px;
    line-height:1em;
}

.results-table .item .item-image {
    overflow:hidden;
    padding-bottom:50%;
    position:relative;
    width:100%;
}

.results-table .item .item-image img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.results-table .item .case-study-description {
    padding:2em;
    text-align: left;
}

.woocommerce .quantity .qty {
    padding: 0.3em!important;
    border-radius: 0 !important;
}

@media (max-width:1400px) {
    .frame {
        padding:0 2em;
        box-sizing:border-box;
    }

    .card-container .frame {
        margin-bottom:2em;
    }

    .card-container:last-of-type .frame {
        margin-bottom:0;
    }

    section.card-no-margin .card-container {
        padding:0 2em;
        box-sizing:border-box;
    }

    .introduction-split .frame {
        align-items: flex-start;
    }
}

@media (max-width:1000px) {
    ul.menu#menu-menu-1 li {
        display:none;
    }

    ul.menu#menu-menu-1 li:last-of-type {
        display:block;
    }

    .burger-container {
        display:inline-block;
    }    

    .menu-container {
        display:flex;
        align-items: center;
    }

    .menu-menu-1-container {
        margin-right:2em;
    }

    .contact-us .left-content h3 {
        font-size:30px;
    }

    .contact-us .left-content ul, .contact-us .left-content ul li {
        font-size:25px;
    }

    .who-we-work-with .frame h3 {
        text-align:center;
    }

    .who-we-work-with-carousel img {
        margin-right:1em;
        margin-bottom:1em;
    }

    .who-we-work-with-carousel {
        width: 100%;
        display: flex;
        align-items: center;
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
    }
}

@media (max-width:900px) {

    .card-container .frame {
        flex-direction: column;
    }

    .card-container .card-image {
        position:relative;
        width: 100%;
    }

    .card-container .card-content {
        width:100%;
        box-sizing:border-box;
        text-align:left;
    }

    .the-amjutan-mission .frame {
        justify-content: center;
    }

    section .card-container:nth-child(odd) .frame {
        padding:0;
    }

    section.card-invert .card-container:nth-child(even) .frame {
        padding-top:0;
    }

    section .card-container:last-of-type .frame {
        margin-bottom:0;
        padding-bottom:0;
    }

    section .card-container {
        padding:0 2em;
        box-sizing:border-box;
    }

    .who-we-work-with hr {
        margin:0 auto;
        margin-bottom:1.5em;
    }

}

@media (max-width:800px) {
    h1, h2, h3, h4, h5, p {
        text-align:center;
    }

    .frame {
        padding:0 1em;
    }

    .header-carousel-container img.carousel-background {
        height:100%;
        width:auto;
    }

    .header-carousel-container .frame {
        justify-content: center;
    }

    .introduction-split .frame {
        flex-direction:column;
    }

    .introduction-split .body-copy {
        width:100%;
        margin-bottom:2em;
    }

    .introduction-split .body-copy p {
        margin-bottom:0;
    }

    .introduction-split .highlight-container {
        width: 100%;
        max-width:500px;
        margin: 0 auto;
        box-sizing: border-box;
    }

    .contact-us .contact-form-container {
        flex-direction:column;   
        box-sizing:border-box;
    }

    .contact-us .left-content, .contact-us .right-content {
        width:100%;
        box-sizing:border-box;
    }

    .our-accreditations .frame .center-align {
        display:inline-block;
    }

    .our-accreditations-carousel {
        justify-content:center;
        margin-top:1em;
    }

    .contact-us .right-content input[type=submit] {
        display:inline-block;
        float:none
    }

    .right-content {
        position:relative;
    }

    .wpcf7-spinner {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin: 0;
    }    

    footer .frame {
        flex-direction:column;
    }

    footer .footer-column {
        width:100%;
    }

    .page-template-template-contact .contact-us .left-content, .page-template-template-contact .contact-us .right-content {
        width:100%;
    }

    .results-table .item {
        width: 48%; /* Two items per row on smaller screens */
    }
}

@media (max-width:570px) {
    h1 {
        font-size:30px;
    }
    
    h2 {
        font-size:25px;
        font-weight:300;
    }
    
    h3 {
        font-size:20px;
        font-weight:300;
    }
    
    h4 {
        font-size:15px;
        font-weight:300;
    }

    .frame {
        padding:0 2em;
    }
    
    header .frame {
        padding:0 1em;
    }

    ul.menu#menu-menu-1, .hide-on-mobile {
        display:none;
    } 

    .the-amjutan-mission .highlight-container ul, .the-amjutan-mission .highlight-container ul li {
        text-align:center;
    }

    footer .footer-column:last-of-type {
        text-align:center;
    }

    footer .footer-column:last-of-type .logo-container img {
        margin:0 auto;
    }

    .footer-splitter {
        height:80px;
    }

    footer .logo-container, footer .footer-container hr {
        margin:0 auto;
        display:block;
        float:none;
    }

    header .logo-container {
        max-width:175px;
    }

    footer .logo-container {
        width: 100%;
        max-width: 200px;
        margin-bottom:.5em;
        margin-top:1em;
    }

    .contact-us .left-content ul, .contact-us .left-content ul li {
        font-size: 15px;
        text-align: center;
    }

    .who-we-work-with hr {
        margin:0 auto;
        margin-bottom:1em;
    }

    .contact-us .right-content label {
        font-size: 17px;
        margin-bottom: 20px;
        display: block;
        text-align: left;
    }

    .results-table .item {
        width: 100%; /* One item per row on very small screens */
    }

    footer .footer-container hr {
        margin-bottom:.5em;
    }

    footer .footer-column:last-of-type p, .footer-container {
        width:100%;
    }
}