/*
------------------------------
* SECTION 01
------------------------------
*/


/* Base column styles */

.serv-col-6 {
    width: 60% !important;
}
.serv-col-4 {
    width: 40% !important;
}
.serv-col-3 {
    width: 32% !important;
}

@media only screen and (max-width: 1030px) {
    .serv-col-6 {
        width: 100% !important;
    }
    .serv-col-4 {
        width: 100% !important;
    }
    .serv-col-3 {
        width: 100% !important;
    }
}

.serv-centered-div {
    display: flex;
    justify-content: center;
    align-items: center;
}
@media only screen and (max-width: 1030px) {
.serv-centered-mob-div {
    display: flex;
    justify-content: center;
    align-items: center;
}
}

.serv-head,
.serv-bod {
    font-family: 'DIN Pro';
    font-weight: bold;
    line-height: 1.3;
}

.serv-bod,
.serv-bod p,
.serv-bod li {
    font-family: 'DIN Pro';
    font-weight: normal;
    color: #333333;
}

/* Desktop Media Queries */

@media only screen and (min-width: 600px) {
    h1.serv-head {
        color: black;
        font-size: 1.063rem;
        padding-bottom: 20px;
        text-transform:uppercase;
    }

    h2.serv-head {
        color: white;
        font-size: 47px;
        padding-bottom: 20px;
        text-transform:uppercase;
    }

    p.serv-bod {
        font-size: 1.4rem;
        line-height: 1.5;
    }

    .serv-bod li {
        font-size: 1.4rem;
        line-height: 2;
        margin-left: -8px;
    }
}

/* Mobile Media Queries */

@media only screen and (max-width: 600px) {
    h1.serv-head,
    h2.serv-head {
        padding-bottom: 15px;
        text-transform:uppercase;
    }

    h1.serv-head {
        color: black;
        font-size: 1rem;
    }

    h2.serv-head {
        color: white;
        font-size: 2.9rem;
    }

    p.serv-bod {
        font-size: 1.2rem;
        line-height: 1.5;
    }
}



/*
------------------------------
* SECTION 02
------------------------------
*/



/* Stat columns */

div.serv-stat {
    background-image: url('/wp-content/uploads/2023/09/3596_Asset_21.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
div.serv-stat2 {
    background-image: url('/wp-content/uploads/2023/09/3596_Asset_20.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.stat-pad {
    margin-bottom: 20px;
}

.serv-container {
    display: flex;
    justify-content: space-between; /* Distribute columns evenly */
    flex-wrap: wrap; /* Allow columns to wrap on smaller screens */
    margin-top: 100px
}

.serv-column1, .serv-column2 {
    flex-basis: calc(50% - 12px); /* 50% width with spacing */
    margin-bottom: 20px; /* Adjust spacing between rows */
    box-sizing: border-box; /* Include padding in width calculation */
} 
.serv-column3 {
    flex-basis: calc(100%); /* 50% width with spacing */
    margin-bottom: 20px; /* Adjust spacing between rows */
    box-sizing: border-box; /* Include padding in width calculation */
}

.serv-stat-arrow {
    max-width: 100%; /* Ensure the image doesn't exceed its container */
}
.serv-stat-arrow2 {
    max-width: 100%; /* Ensure the image doesn't exceed its container */
}


.serv-stat-img {
    max-width: 100%; /* Ensure the image doesn't exceed its container */
    height: auto; /* Maintain aspect ratio */
    display: block; /* To center the image */
    margin: 0 auto; /* Center horizontally */
}

/* LARGE DESKTOP STYLES */
@media only screen and (min-width: 1400px) {
    .serv-sec div {
    margin-top:-60px;
}

 .serv-stat-arrow {
        width: 140px;
        height:200px;
    }
    .serv-stat-arrow2 {
        width: 140px;
        height:200px;
    }
    .serv-column1 {
        flex-basis: 48%; /* Full width on mobile */
        padding:10px;
    }
}

@media only screen and (max-width: 1200px) {
    .serv-sec div {
    margin-top:0px;
}
}

/* FOR ARROW SIZE ON BIG 11 INCH TABLET ONLY */
@media only screen and (min-width: 1025px) and (max-width: 1400px) {
    .serv-stat-arrow {
        width: 100px;
        height:200px;
    }
    .serv-stat-arrow2 {
        width: 100px;
        height:200px;
    }
    .serv-column1 {
        flex-basis: 55%; /* Full width on mobile */
        padding:10px;
    }
    .serv-column2 {
        flex-basis: 35%; /* Full width on mobile */
    }
   
}

/* MAIN DESKTOP STYLES */
@media only screen and (min-width: 1025px) {
   .serv-stat-arrow {
    background-image: url('/wp-content/uploads/2023/09/3596_Asset_19.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
   .serv-stat-arrow2 {
    background-image: url('/wp-content/uploads/2023/09/3596_Asset_18.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

    .serv-container {
        align-items: flex-end; /* Align items to the bottom */
    }
  
    .serv-column2 {
        flex-basis: 35%; /* Full width on mobile */
    }
    .serv-column3 {
        flex-basis: 100%; /* Full width on mobile */
        padding:10px;
    }

}

/* Media Query for Tablet */
@media only screen and (min-width: 600px) and (max-width: 1025px)  {
    .serv-container {
         display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 100px;
        align-items: flex-end; /* Align items to the bottom */
    }
    .serv-column1 {
        flex-basis: 40%; /* Full width on mobile */
        padding:10px;
    }
    .serv-column2 {
        flex-basis: 10%; /* Full width on mobile */
    }
    .serv-column3 {
        flex-basis: 20%; /* Full width on mobile */
        padding:0px 5px 0px 5px;
    }
    .serv-column-left {
        order: 1; /* Swap order on mobile */
    }
    .serv-column-mid {
        order: 2; /* Swap order on mobile */
    }
    
    .serv-column-right {
        order: 3; /* Swap order on mobile */
    }
    .serv-stat-arrow {
    background-image: url('/wp-content/uploads/2023/09/3596_Asset_28.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    height:200px;
    margin-bottom:50px;
    }
    .serv-stat-arrow2 {
    background-image: url('/wp-content/uploads/2023/09/3596_Asset_29.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    height:200px;
    margin-bottom:50px;
    }
}

/* Media Query for Mobile */
@media only screen and (max-width: 600px) {
     .serv-container {
         display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 100px;
        align-items: flex-end; /* Align items to the bottom */
    }
    .serv-column1 {
        flex-basis: 50%; /* Full width on mobile */
        padding:10px;
    }
    .serv-column2 {
        flex-basis: 30%; /* Full width on mobile */
    }
    .serv-column3 {
        flex-basis: 20%; /* Full width on mobile */
        padding:0px 2px 0px 2px;
    }
    .serv-column-left {
        order: 1; /* Swap order on mobile */
    }
    .serv-column-mid {
        order: 2; /* Swap order on mobile */
    }
    
    .serv-column-right {
        order: 3; /* Swap order on mobile */
    }
    
    .serv-stat-arrow {
    background-image: url('/wp-content/uploads/2023/09/3596_Asset_28.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    float:right;
    height:200px;
    width:60%;
    margin-bottom:50px;
    }
     .serv-stat-arrow2 {
    background-image: url('/wp-content/uploads/2023/09/3596_Asset_29.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    float:left;
    width:60%;
    height:200px;
    margin-top:50px;
    }
}


/* TEXT STYLES */

.serv-stat {
    color: white;
    text-align: center;
    font-family: 'DIN Pro', Sans-serif !important;
}

/* Desktop Media Queries */
@media only screen and (min-width: 600px) {
    
    h2.serv-stat {
        font-size: 70px;
        font-weight: bold;
    } 
    h3.serv-stat {
        font-size: 18px;
        font-weight: normal;
        line-height: 1.150rem;
    } 
    h4.serv-stat {
        font-size: 18px;
        font-weight: normal;
        font-style:italic;
        line-height: 1.150rem;
        font-family: Georgia;
    } 
     p.serv-stat {
        font-size: 12px;
        font-weight: normal;
        line-height: 1.150rem;
    } 
}


/* Mobile Media Queries */

@media only screen and (max-width: 600px) {
   
     h2.serv-stat {
        font-size: 80px;
        font-weight: bold;
    } 
    
    h3.serv-stat {
        font-size: 18px;
        font-weight: normal;
        line-height: 1.150rem;
    } 
    
    h4.serv-stat {
        font-size: 14px;
        font-weight: normal;
        font-style:italic;
        line-height: 1.150rem;
        font-family: Georgia;
    } 
     p.serv-stat {
        font-size: 10px;
        font-weight: normal;
        line-height: 1.150rem;
    } 
}

/* 
* STAT SECTION END 
*/





/*
------------------------------
* SECTION 03
------------------------------
*/


/* 
* 3RD TOP TEXT COLUMN STYLES START 
*/

/* Section above cards  */
@media only screen and (min-width: 1200px) {
.serv-sec3 {
    width: 75%;
    margin: auto;
}
}
@media only screen and (max-width: 1025px) and (min-width: 600px) {
.serv-sec3 {
    width: 90%;
    margin: auto;
}
}

/* 
* 3RD TOP TEXT STYLES START 
*/

/* TOP TEXT HEADING STYLES  */
.serv-sec3 {
    font-family: 'DIN Pro';
    color: #333333;
    text-align: center;
    padding:20px 0px 0px 0px;
    
}

/* "We will..."" title padding above cards  */
div.serv-sec-pad {
    margin-top: 50px;
    margin-bottom: 30px;
}

/* Desktop Media Queries */
@media only screen and (min-width: 600px) {
    
    h2.serv-sec3 {
    font-size: 23px;
    font-weight: normal;
        
    }
    h3.serv-sec3 {
        font-size: 28px;
        font-weight: bold;
        line-height: 130%; /* 36.4px */

    }
}

/* Mobile Media Queries */
@media only screen and (max-width: 600px) {
    
    h2.serv-sec3 {
        color: var(--text-palette-dark, #333);
        text-align: center;
        font-family: DIN Pro;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px; /* 155.556% */
        text-transform: uppercase;  
    }
    h3.serv-sec3 {
        text-align: center;
        font-family: DIN Pro;
        font-size: 25px;
        font-style: normal;
        font-weight: 700;
        line-height: 130%; /* 32.5px */
    }
  
}

/* CARD STYLES  */


/* Card  */

.serv-sec3-card {
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.0);
    border-radius: 20px; 
    box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.15);
    transform: translateY(0px);
    transition: all 0.6s;
}
.serv-sec3-card:hover {
    background-color: #F8F8F8;
    border: 1px solid #C5C5C5;;
    border-radius: 20px; 
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.15);
    transform: translateY(0px);
    transition: all 0.6s;
}

/* Card Row  */
.serv-row {
    display: flex;
    align-items: center; /* Vertically align items */
}


 /* Card heading text  */
.serv-sec3-card-txt {
    font-family: 'DIN Pro', Sans-serif !important;
    color: #333333;
}

@media only screen and (min-width: 600px) {
    
     /* CARD STYLES */
     
     .serv-sec3-card {
        padding: 40px 30px 40px 30px;
        cursor: pointer;
    }
     
    .serv-sec3-card-r {
        display: flex;
        align-items: center; /* Vertically align items */
        flex-wrap: nowrap; /* Prevent items from wrapping to a new line */
    }
    
    /* Icon wrapper this wraps all elements plust has the icon styles  */
    .serv-icon-wrapper img {
        width: 60px;
        height: 60px;
        border: 2px solid black;
        border-radius: 50%; /* Set border-radius to 50% for a circular shape */
        transform: translateY(0px);
        transition: all 0.6s;
    }
    
    /* Arrow svg size  */
    .serv-icon-arrow {
    width: 25px;
    transform: translateY(0px);
    transition: all 0.6s;
  }
    .serv-items:hover .serv-icon-wrapper img {
        border: 2px solid rgba(0, 0, 0, 0.00);
        border-radius: 50%;
        background-color: white;
        padding: 2px;
    }
    
    .serv-items:hover .serv-icon-arrow {
        fill: #000000;
    }

   /* CARD TEXT STYLES */
   
  
  /* Card header text style */
    .serv-sec3-card-txt h3 {
        font-size: 20px;
        text-transform: uppercase;
        padding:30px 0px 20px 0px;
        line-height: 1.5;
    }
    .serv-sec3-card-txt p {
        font-size: 16px;
        text-transform: none;
        padding:0px 0px 20px 0px;
        line-height: 1.5;
    }
}

@media only screen and (max-width: 600px) {
    
    /* CARD STYLES */
    
    .serv-sec3-card {
        padding: 20px 20px 0px 20px;
        cursor: pointer;
    }
    
    .serv-sec3-card-r {
        display: flex;
        flex-direction: row; /* Display items horizontally */
        align-items: center; /* Vertically center items */
        justify-content: flex-start; /* Align items to the start */
    }
    /* Icon wrapper this wraps all elements plust has the icon styles  */
    .serv-icon-wrapper img {
        width: 50px;
        height: 50px;
        border: 1px solid black;
        border-radius: 50%; /* Set border-radius to 50% for a circular shape */
        transform: translateY(0px);
        transition: all 0.6s;
        margin-right: 10px;
    }
    /* Arrow svg size  */
    .serv-icon-arrow {
        width: 20px;
        transform: translateY(0px);
        transition: all 0.6s;
    }
     /* Card header text style */
    .serv-sec3-txt h3 {
        font-size: 1.4rem;
        text-transform: uppercase;
        padding:20px 0px 10px 0px;
        line-height: 1.5;
    }
    /* Hover states for all items inside card */
    .serv-items:hover .serv-icon-wrapper img {
        border: 1px solid rgba(0, 0, 0, 0.00);
        border-radius: 50%;
        background-color: white;
        padding: 2px;
    }
    
    .serv-items:hover .serv-icon-arrow {
        fill: #00233F;
    }
   
   /* CARD TEXT STYLES */
   
  
  /* Card header text style */
    .serv-sec3-card-txt h3 {
        font-size: 18px;
        text-transform: uppercase;
        padding:30px 0px 20px 0px;
        line-height: 1.5;
    }
    .serv-sec3-card-txt p {
        font-size: 16px;
        text-transform: none;
        padding:0px 0px 20px 0px;
        line-height: 1.5;
    }
}


/* 
* 3RD CARD SECTION END 
*/


/*
------------------------------
* SECTION 04
------------------------------
*/



/* 
* DELETE STYLES AS THE ARE DUPLICATE  
*/
.med-center-button {
    text-align: center; /* This centers the button horizontally */
    margin-top: 20px; /* You can adjust the margin as needed */
}

.med-head {
    font-family: 'DIN Pro', Sans-serif !important;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.3 !important;
}

@media only screen and (min-width: 600px) {
    
    h1.med-head {
        color: white;
        font-size: 3.2rem;
        padding-bottom: 20px;
    }
    
    h2.med-head {
        color: #333333 !important;
        font-size: 2.3rem !important;
        padding-bottom:20px !important;
    }
    
    p.med-bod  {
        font-size: 1.4rem;
        line-height: 1.5 !important;
        color: #333333;
    }
    
    .med-bod li {
        font-size: 1.4rem;
        line-height: 2 !important;
        color: #333333;
        margin-left: -8px;
    }
    
    .blog-heading {
        line-height: 1.3 !important;
        font-size: 2.3rem;
    }
}

@media only screen and (max-width: 600px) {
    h1.med-head {
        color: white;
        font-size: 2.3rem;
        padding-bottom: 20px;
    }
    
    h2.med-head {
        color: #333333 !important;
        font-size: 2.3rem !important;
        padding-bottom:10px !important;
    }
    
    p.med-bod  {
        font-size: 1.2rem;
        line-height: 1.5 !important;
        color: #333333;
    }
    
    .med-bod li {
        font-size: 1.2rem;
        line-height: 2 !important;
        color: #333333;
        margin-left: -30px;
    }
    
    .med-line {
        border-bottom: 1px solid #888;
        border-color: #EEAF30;
        width: 100%;
    }
    .blog-heading {
        line-height: 1.3 !important;
        font-size: 2.3rem;
    }
}


/* 
* DELETE AVBOVE STYLES AS THE ARE DUPLICATE  
*/


/*
------------------------------
* SECTION 05
------------------------------
*/


/* 
* START PILAR PAGE SECTION
*/

/* Common styles */
.serv-pil-c {
    display: flex;
        align-items: center; 
        flex-wrap: nowrap;
}

p.serv-pil-c,
p.serv-pil-cb {
    font-family: 'DIN Pro';
    font-size: 1.1rem;
    line-height: 1.5; 
    background-color: #F3F3F3;
    padding: 10px;
    border-radius: 5px;
    margin-right: 10px;
    width: 200px;
}

/* Pilar container */
.serv-pil-c img {
    margin-right: 20px;
}

/* Pilar container padding */
.serv-pil-c-pad {
    padding: 0px 0px 30px 0px;
}

/* Pilar text padding */
.serv-pil-t-pad h2 {
    padding: 30px 0px 20px 0px;
}

/* Pilar box padding */
.serv-pil-b-pad {
    display: flex;
    align-items: center; 
    flex-wrap: nowrap;
}

/* Pilar heading */
.serv-pil-h {
    font-family: 'DIN Pro', Sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

@media only screen and (min-width: 1030px) {
    h3.serv-pil-h  {
        font-family: 'DIN Pro', Sans-serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 130%; /* 23.4px */
        text-transform: uppercase;
    }
    h2.serv-pil-h  {
        font-size: 28px;
        line-height: 1.5;
    }
    p.serv-pil-h  {
        color: var(--text-palette-dark, #333);
        font-family: 'DIN Pro', Sans-serif;
        font-size: 18px;
        font-style: normal;
        text-transform:none;
        font-weight: 400;
        line-height: 30px; /* 166.667% */
    }
    .serv-pil-cb {
        display: flex;
    }

    /* Common styles applied to both p elements */
    p.serv-pil-cb {
        color: #333;
        font-family: 'DIN Pro', Sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 181%; /* 25.34px */ 
    }
}

@media only screen and (max-width: 1030px) {
    h3.serv-pil-h  {
        font-family: 'DIN Pro', Sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 130%; /* 23.4px */
        text-transform: uppercase;
    }
    h2.serv-pil-h  {
        font-size: 25px;
        line-height: 1.5;
        text-align:center;
    }
    p.serv-pil-h  {
        font-size: 15px;
        font-style: normal;
        text-transform:none;
        font-weight: 400;
        line-height: 22.6px; /* 150.667% */
        text-align:center;
    }
    
    /* Common styles applied to both p elements */
    p.serv-pil-cb {
        background-color: #F3F3F3;
        padding: 10px;
        border-radius: 5px;
        margin-right: 10px;
        width: 150px;
        font-size: 13px;
    }
    .serv-pil-cb {
        align-items: center; 
        flex-wrap: nowrap;
        text-align: center;
    }
}













/*
---------------
* BUTTON STYLES
---------------
*/

/* Start white btn */

.serv-center-button {
    text-align: center; /* This centers the button horizontally */
    margin-top: 20px; /* You can adjust the margin as needed */
}

.hr-cta-wh {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 10px 10px 18px;
  border: none;
  border-radius: 100px;
  cursor: pointer;
  transition: 0.5s ease-in-out;
  font-size: 16px;
  font-family: 'DIN Pro', Sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-style: normal;
  background-color: white;
  color: black
}
.hr-cta-wh:hover {
  font-size: 18px;
  background-color: white;
  color: black;
}
.hr-cta-wh img {
    padding-left: 10px;
    transition: 0.5s ease-in-out;
}

/* END white btn */

/* Start outline btn */

.hr-cta-out {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 10px 10px 18px;
  border: 2px;
  border-style: solid;
  border-radius: 100px;
  border-color: white;
  cursor: pointer;
  transition: 0.5s ease-in-out;
  font-size: 16px;
  font-family: 'DIN Pro';
  text-transform: uppercase;
  font-weight: bold;
  font-style: normal;
  background-color: rgba(0, 0, 0, 0);
  color: white;
}
.hr-cta-out:hover {
  font-size: 18px;
  background-color: rgba(0, 0, 0, 0);
  color: white;
  border-color: white;
}
.hr-cta-out img {
    padding-left: 10px;
    transition: 0.5s ease-in-out;
}

/* END outline btn */

/* Start black btn */

.hr-cta-bl {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 10px 10px 18px;
  border: none;
  border-radius: 100px;
  cursor: pointer;
  transition: 0.5s ease-in-out;
  font-size: 16px;
  font-family: 'DIN Pro', Sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-style: normal;
  background-color: black;
  color: white;
}
.hr-cta-bl:hover {
  font-size: 18px;
  background-color: black;
  color: white;
}
.hr-cta-bl img {
    padding-left: 10px;
    transition: 0.5s ease-in-out;
}

/* END black btn */

/* Start mobile btn styles */

@media only screen and (max-width: 600px) {
    .hr-cta-wh {
        font-size: 13px;
    } 
    .hr-cta-wh:hover {
        font-size: 14px;
    }
     .hr-cta-out {
        font-size: 13px;
    }
    .hr-cta-out:hover {
        font-size: 14px;
    }
    .hr-cta-bl {
        font-size: 13px;
    }
    .hr-cta-bl:hover {
        font-size: 14px;
    }
}
/* end mobile btn styles */

/* 
* BUTTON STYLES END
*/

