/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/


@font-face {
  font-family: "Urbanist";
  src: url("fonts/Urbanist-Regular.ttf") format("truetype");
  font-weight: 400;
}


@font-face {
  font-family: "Urbanist";
  src: url("fonts/Urbanist-Bold.ttf") format("truetype");
  font-weight: 700;
}

@font-face {
  font-family: "Urbanist";
  src: url("fonts/Urbanist-ExtraBold.ttf") format("truetype");
  font-weight: 800;
}

   @font-face {
    font-family: "PlusJakartaSans";
    src: url("fonts/PlusJakartaSans-Regular.ttf") format("truetype");
  }


h1,
h2,
h3,
h4{
  font-family: "Urbanist";
  font-weight: 800;
}

h5,
h6 {
  font-family: "Urbanist";
  font-weight: 700;
}

body,
p,
span,
li,
input {
  font-family: "PlusJakartaSans";
}


h1{
    font-size: 74px;
    line-height: 75px;
    color:#152A41;
    text-transform: uppercase;
    letter-spacing: 0;
    margin-bottom: 22px;
}

h2{
   font-size: 50px; 
   line-height: 130%;
   letter-spacing: 0;
   color:#152A41;
   margin-bottom: 30px;
}

h3{
    font-size: 36px;
    line-height: 130%;
    color:#152A41;
    letter-spacing: 0;
    margin-bottom: 30px;
}

h4{
   font-size: 30px;
    line-height: 130%;
    color:#152A41;
    letter-spacing: 0;
    margin-bottom: 30px;
}

h5{
    font-size: 24px;
    color:#152A41;
     line-height: 130%;
    letter-spacing: 0;
    margin-bottom: 22px;
}

h6{
    font-size: 21px;
    color:#152A41;
    margin-bottom: 22px;
}

.font-Urbanist, .font-Urbanist a{
  font-family: "Urbanist";
}

P{
  font-size:16px;
  line-height: 150%;
  color:#383838;
   margin-bottom: 16px;
}

body, input, select, textarea{
  font-size:16px;
  line-height: 150%;
}

/* span{
   font-size:20px;
} */

a{
   font-size:inherit;
   font-family: inherit;
  color:#236AAC;
  text-underline-offset: 5px;
}

a:hover{
 color:#236AAC;
 /* font-weight:bold; */
 text-decoration-thickness: 2px;
}

@media(max-width:1440px) and (min-width:768px){
    .gbn-container{
        max-width:1250px !important;
    }
}

@media(max-width:768px){
 h1{
  font-size:48px;
  line-height: 100%;
  margin-bottom: 30px;
 }

 h2{
   font-size: 38px;
    margin-bottom:24px;
 }

 h3{
    font-size: 30px;
     /* margin-bottom:24px; */
      margin-bottom:40px;
  }

   h4{
    font-size: 24px;
      margin-bottom:30px;
   }

  h5{
    font-size: 20px;
    line-height: 130%;
    margin-bottom:24px;
  }

  h6{
    font-size: 18px;
}

}

/* ---------------------------------------------------------------- Header -------------------------------- */
.primary-menu-alignment{
    display: flex; 
    gap:37px;
    justify-content: flex-end;
    margin-top: 22px
}

.primary-menu-alignment a{
    text-decoration:none;
    color:#383838;
    font-size:20px;
}

.primary-menu-alignment a:hover{
    color:#236AAC;
    /* text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-thickness: 2px; */
}

.primary-menu-alignment ul{
   margin-left:0;
   margin-bottom:0px;
} 

.primary-menu-alignment li{
    list-style:none;
}

/*  */
.primary-menu-alignment .submenu{
display:none;
min-width:150px;
}

.primary-menu-alignment li:hover > .submenu{
    display:block;
}

.primary-menu-alignment .submenu {
position: absolute;
    z-index: 1;
    list-style: none;
    background-color: #ffffff;
    /* border-radius: 10px; */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.primary-menu-alignment .submenu li a{
    padding:15px 20px; 
	display:block;
}

.primary-menu-alignment .submenu li a{
    font-size:18px;
}

.primary-menu-alignment .submenu li a:hover{
    background-color:#d3f1fa; 
    color: #236AAC;
    /* font-weight: bold; */
}

.primary-menu-alignment .submenu li:last-child{
    border-bottom:unset;
}

/* .primary-menu-alignment .submenu li:first-child a {
    border-top-right-radius: 10px;
border-top-left-radius: 10px;
} */

/* .primary-menu-alignment .submenu li:last-child a {
    border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
} */

.primary-menu-alignment .submenu a:hover{
   text-decoration:none;
   color:black;
    font-weight:normal;
}

/* --------------For 2 columns --------- */

/* New classes for multi-column submenus */

.primary-menu-alignment .submenu-columns {
 display:none !important;
}


.primary-menu-alignment li:hover > .submenu-columns {
    display: flex !important;
    gap: 0;
    position: absolute;
    z-index: 1;
    background-color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    list-style: none;
    padding: 0;
    margin: 0;
    margin-right:15px;
}

.primary-menu-alignment .submenu-column > ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.primary-menu-alignment .submenu-column > ul > li a {
    padding: 15px 20px;
    display: block;
    font-size: 18px;
}

.primary-menu-alignment .submenu-column > ul > li {
    margin-bottom: 0;
}

.primary-menu-alignment .submenu-column > ul > li:hover {
    background-color: #d3f1fa;
}

.primary-menu-alignment li:hover > .submenu-columns {
    display: flex;
}


/*--------------------------------  */

/*  */
.phone a,
.footer-phone a{
  text-decoration:none;
  color:#383838;
}

.phone a:hover{
  font-weight: 800;
}

/* ---------------------------------------------------------------------------Mobile menus --------------------------------- */
 .fullscreen-menu-container {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 80vw;
    height: 100vh;
    background: white;
    color: black;
    overflow-y: scroll;
    z-index: 1;
  }

   .fullscreen-menu-container.active {
    display: block;
  }

  .menu-close{
    display:none;
    width:25px;
    z-index: 2;
  }

  .burger-menu{
    width:25px;
  }

   body.no-scroll {
    overflow: hidden;
  }

    .fullscreen-menu-container ul {
    padding-top: 150px;
    padding-left: 70px;
  }

    .fullscreen-menu-container li {
    padding-bottom: 40px;
    list-style: none;
    margin: 0;
  }

  /* ---Inbuild mobile menu */
  .nav-float-right #site-navigation{
    margin-left:0!important;
  }

.menu-toggle{
  line-height: unset;
  text-align: right !important;
}

.main-navigation.sub-menu-right.toggled{
    background-color:#d3f1fa;
}

.main-navigation.toggled .main-nav ul ul{
  border-bottom:none;
}

.sub-menu.toggled-on{
    margin-left:20px
}

.menu-toggle .mobile-menu{
  display:none;
}

.menu-toggle svg{
    height:1.5em;
    width:1.5em;
}

@media(max-width:1024px){
.primary-menu-alignment a{
  color:#236aac !important;
}
}

/* ------------------------------------------ Form ------------ */
.footer-form .ninja-forms-req-symbol,
.free-asmnt-form .ninja-forms-req-symbol {
    display:none;
}

.footer-form #nf-field-4{
    background-color:#236AAC;
    border-radius:37.5px;
    padding:11px 22px;
    text-transform:uppercase;
    font-size:12px;
    font-weight:bold;
}

.footer-form #nf-field-2,
.free-asmnt-form #nf-field-6,
.free-asmnt-form #nf-field-7,
.free-asmnt-form #nf-field-8,
.contact-form-container .nf-field-element input,
.contact-form-container .nf-field-element textarea{
    border:none;
    background-color: #3838380D;
    border-radius: 10.5px;
    padding: 11px 22px;
    outline:none;
}
.contact-form-container .submit-container{
  margin-bottom:0px;
}
.contact-form-container .nf-response-msg{
  display:flex !important;
  justify-content: center !important;
  align-items:center !important;
}
.nf-error-msg{
    font-size:12px;
}

.free-asmnt-form #nf-field-9{
  margin-top:7px;
}

.footer-form #nf-field-2::placeholder,
.free-asmnt-form #nf-field-6::placeholder,
.free-asmnt-form #nf-field-7::placeholder,
.free-asmnt-form #nf-field-8::placeholder{
  color: #2B3A46;
  opacity:50%
}


.footer-form .label-right .nf-field-description,
.free-asmnt-form .nf-field-description{
  margin-right: 0 !important;
}



.footer-form  #nf-description-5,
.free-asmnt-form .nf-field-description span,
.contact-form-container #nf-label-field-14{
   font-size:12px !important;
}

.footer-form  #nf-description-5 span{
   font-size:12px !important;
}

.footer-form #nf-field-5-wrap{
  /* align-items: center; */
}

.footer-form #nf-field-5{
  /* scale: 1.5; */
  margin-left: 5px
}

.footer-form .nf-field-container{
  margin-bottom: 15px !important;
}

.free-asmnt-form .nf-field-container{
   margin-bottom: 22px !important;
}

.footer-form #nf-field-4-container,
.free-asmnt-form #nf-field-10-container{
  margin-bottom: 0 !important;
}

.free-asmnt-form #nf-field-10,
.contact-form-container #nf-field-15{
    background-color: var(--blue);
    color: var(--base-3);
    font-size: 20px;
    font-weight: bold;
    letter-spacing:1px;
    line-height: normal;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
    border-radius: 37.5px;
    padding: 24px 38px;
}

.free-asmnt-form #nf-field-10:hover{
  background-color:var(--hover-blue);
}

@media(max-width:768px){
.free-asmnt-form #nf-field-10,
.contact-form-container #nf-field-15{
  width:100%;
  font-size: 16px;
   padding: 22px 36px;
}
}
/* ------------------------------------------ Footer ------------ */
.copy-right a,
.policies a{
    text-decoration:none;
    color:inherit;
}

.copy-right a:hover,
.policies a:hover{
   color:#236AAC;
}

/* ------------------------------------------ Home page------------------------- */


.logo-section .logo{
  display:flex;
  column-gap: 50px;
  align-items:center;
}

@media(max-width:1200px){
.logo-section .logo{
  column-gap: 30px;
}
}


.logo-grid{
 display:none;
}

@media(max-width:767px){
  .logo-section .logo{
   display:none;
   }


.logo-grid{
 display:grid;
 grid-template-columns: repeat(2, 1fr);
 gap:40px;
}

.logo-grid .grid-item{
  text-align: center;
}

.logo-grid img{
  width:133px;
  height:67px;
  object-fit:contain;
}
}



.white-feature-card h5,
.white-feature-card h6{
  margin-bottom:0;
}

.white-feature-card h6 a{
 color:inherit;
}

.white-feature-card h6 a:hover{
 color:#236AAC;
}

.white-feature-card img{
 width:116px;
}


.green-tick-list{  
      margin-left:32px;  
      max-width: 469px; 
}

.green-tick-list li{
   position: relative;
   margin-bottom:22px;  
   list-style: none;
}

.green-tick-list li::before {
    content: "";
    position: absolute;
    top: 2px;
    left: -32px;
    width: 22px;
    height: 22px;
    background-image: url(/wp-content/uploads/2025/05/green-tick-22.webp);
    background-size: contain;
    background-repeat: no-repeat;
}

@media(max-width:768px){
.green-tick-list li{
   margin-bottom:15px;
}
}

.button-break {
    display:flex;
    column-gap:6px;
    flex-wrap:wrap;
}

.white-feature-card .grey-text a {
    color:inherit;
    text-decoration:none;
}

.white-feature-card .grey-text a:hover {
    color:#236AAC;
}


/* -----------------------slider */
/* -----------------------slider */
.image-slider-wrapper {
  overflow-y: hidden;
}

.image-slider {
  height: 467px;
  top: 0;
  overflow-y: hidden;
}

.image-slider .owl-carousel, 
.image-slider .owl-stage-outer, 
.image-slider .owl-stage, 
.image-slider .owl-item, 
.image-slider .item, 
.image-slider img {
  height: 100%;
}

.image-slider img {
  object-fit: contain;
}

.image-slider .item {
  opacity: 0.5;
  transition: all 0.4s ease !important;
  -webkit-transform: scale(0.9) !important;
  transform: scale(0.9) !important;
}

/* Remove center item scaling */
.image-slider .owl-item.center .item {
  transform: scale(0.9) !important;
  opacity: 0.5;
  z-index: 1;
}

/* Scale the item immediately to the left of center (previous sibling) */
.image-slider .owl-item:has(+ .owl-item.center) .item {
  transform: scale(1.1) !important;
  opacity: 1;
  z-index: 2;
}

@media(max-width:1440px){
.image-slider .owl-item:has(+ .owl-item.center) .item {
  transform: scale(1.2) !important;
}
}

@media(max-width:768px){
/* Remove center item scaling */
.image-slider .owl-item.center .item {
  transform: scale(1.1) !important;
  opacity: 1;
  z-index: 2;
}

/* Scale the item immediately to the left of center (previous sibling) */
.image-slider .owl-item:has(+ .owl-item.center) .item {
  transform: scale(0.9) !important;
  opacity: 0.5;
  z-index: 1;
}
}

@media (max-width: 768px) {
  .image-slider {
    transform: none !important;
  }
}

@media (max-width: 1440px) {
  .image-slider {
    height: 320px;
  }
}

@media (max-width: 1024px) {
  .image-slider {
    height: 400px;
  }
}


@media (max-width: 600px) { 
  .image-slider {
    height:480px;
  }
}

@media (max-width: 400px) { 
  .image-slider {
    height:400px;
  }
}

@media (max-width: 400px) { 
  .image-slider {
    height:340px;
  }
}



/*  */

/* --------------------------- */

@media(max-width:1220px){
  .image-2{
    right: 4% !important;
  }

    .image-1{
    left: 2% !important;
  }
}

@media(max-width:1220px){
    .image-1{
    top: -50% !important;
  }
}

@media(max-width:1024px){
     .image-3{
    left: 20% !important;
  }

    .image-4{
    right: 20% !important;
    }
}

@media (min-width: 769px) and (max-width: 820px) {
  .image-3 {
    top: 80% !important;
  }

   .image-4 {
    top: 80% !important;
  }
}


@media(max-width:768px){
    .image-1{
    top: -40% !important;
  }

     .image-2{
    top: -56% !important;
  } 
}

  @media(max-width:620px){

      .image-3{
    top:85% !important;
  }

     .image-4{
    top: 80% !important;
  }
}

.grid-container-1 {
    display: grid;
    grid-template-rows: repeat(19, auto); 
    grid-template-columns: 1fr; 
    gap: 10px;
}

.location-slider .grid-item{
  display:flex;
  column-gap: 11px;
  /* max-width: 248px; */
}

.location-slider .location-title a{
    text-decoration:none;
    color:inherit;
    display: inline-block;
    transition: all 0.5s ease 0s;
    
}

.location-slider .location-title a:hover{
    transform: translate3d(0px, -5px, 0px);
}

.location-slider .location-title{
  height:40px;
}

.location-slider .grid-item img{
  width:30px;
  height:30px;
}

.location-slider .owl-nav button svg {
    fill: #fff;
    height: 100%;
    width: 23px;
}


.location-slider .owl-nav button {
    background-color: #91b4d5 !important;
    width: 48px;
    height: 48px;
    border-radius: 50% !important;
    margin: 0px !important;
    opacity: 1 !important
}


.location-slider .owl-nav button:hover {
    background-color: var(--blue) !important;
    width: 48px;
    height: 48px;
    border-radius: 50%;
}

.location-slider .owl-nav
 {  
  justify-content: center;
    display:flex;
    column-gap: 13px;
}

/* ------------------------------------Google review ------------ */
.powered-by{
   font-family: "Urbanist";
   font-size:24px;
   font-weight: 400;
}

@media(max-width:768px){
  .powered-by{
   font-size:16px;
}
}


.google-reviews-container .google-review-card {
    background-color: #f3faea;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    padding: 30px;
}

.google-reviews-container .google-review-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom:30px;
}

.google-reviews-container .owl-item {
    display: flex; 
}

.google-reviews-container .google-review-card .google-review-content {
    flex-grow: 1;
}
.google-reviews-container .google-review-card .google-review-content a{
    color:#383838;
    opacity:60%;
    text-decoration:none;
}

.google-reviews-container .owl-stage {
    display: flex; 
    align-items: stretch; 
    margin: 52px 0px;
}


.google-reviews-container .google-review-content p {
    margin-bottom:4px;
}

.google-reviews-container .google-review-header .google-stars{
     display: flex;
     column-gap: 5px;
}
.google-reviews-container .google-review-header .google-stars .google-star{
    width:30px !important;
    height:30px;
}
.google-reviews-container .google-logo {
    width: 38px !important;
    height: 38px;
}


.google-reviews-container .google-reviewer-info {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-top: 45px;
}

.google-reviews-container .google-reviewer-avatar {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 27px;
    font-weight: bold;
}

.google-reviews-container .google-reviewer-details .google-reviewer-name h6 {
    margin-bottom:0px;
}

.google-reviews-container .google-reviewer-details {
    display: flex;
    flex-direction: column;
}
.google-reviews-container .google-reviewer-details .google-reviewer-position p{
    margin-bottom:0px;
}
.google-reviews-container .owl-nav button:hover {
    background-color:var(--blue) !important;
    width:48px;
    height:48px;
    border-radius: 50%;
}
.google-reviews-container .owl-nav button {
    background-color: #91b4d5 !important;
    width:48px;
    height:48px;
    border-radius: 50%;
  
}
.google-reviews-container .owl-nav
 {  
    justify-self: center;
    display:flex;
    column-gap: 13px;
}
.google-reviews-container .owl-nav button svg {
    fill: #fff;
    height: 100%;
    width: 23px;
}
@media(max-width:1024px){
    .pop-up.google-reviews-container {
        width:80% !important;
    }
}

@media (max-width: 768px) {
    .google-reviews-container .google-review-card {
        width: 100%;
    }
    .google-reviews-container .owl-stage{
        margin: 60px 0px;
    }
    .google-reviews-container .google-reviewer-info{
        margin-top: 45px;
    }
    .google-reviews-container .google-review-header{
        margin-bottom: 30px;
    }
}

.pop-up.google-reviews-container{
    padding:0px;
    width:50%;
    border-radius:15px;
}

.fancybox-slide--html .fancybox-close-small:hover {
    background-color:unset!important;
}


/* ------------------------------------------------------------------ */



/* Contact page style start */
.contact-form-container .ninja-forms-req-symbol {
  display: none !important;
}

.contact-form-container #nf-form-3-cont {
    background:#fff;
    border-radius:14px;

}

.contact-form-container #nf-label-field-14 {
    font-weight: 400;
}

.contact-form-container #nf-label-field-14 {
    font-weight: 400;
    color: #383838;
}
/* Contact page style end */


.gb-element-90bd73c4 {
  align-items: center;
  background-blend-mode: normal;
  background-image: url('/wp-content/uploads/2025/06/Contact-banner.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
    }

.location-template-default.single-location p{
    margin-bottom:0;
}

.map-section iframe {
  border-radius: 15px;
   border: 3px solid #22B7E8 !important;
}

.privacy-policy li{
    margin-bottom:16px;
}




