/*
  Theme Name: The Website Factory Child Theme 2024
  Description: Custom Theme for
  Author: The Website Factory
  Author URI: https://thewebsitefactory.
  License: GPL-2.0+
  License URI: http://www.opensource.org/licenses/gpl-license.php
*/

:root {
	--primary-color: #003399;
	--secondary-color: #0f6a24;
	--text-color:#222;
	--body-font:'Roboto', sans-serif;
	--heading-font:'Roboto', sans-serif;
}

body {
    background-color:#fff;
    color:var(--text-color);
	  font-size:1.6rem;
    line-height: 3.1rem;
    font-family:var(--body-font);
}

section {
	line-height: 1;
  position: relative;
}

h1, h2, h3, h4, h5, p, ul {
	margin-top: 0;
  font-family:var(--heading-font);
}

p {
	line-height: 3.1rem;
	margin: 0 0 3.1rem;
}

figcaption{
  text-align: center;
}



/*
* Base CSS for Search Functionality
* Last Update: 2022-11-11
*/


/* Search icon - color and position as needed */
.search-icon {
  display: block;
  position: absolute;
  right: 45px;
  top: 60px;
  transform:translateY(-50%);
  z-index: 2;
  transition:.4s ease-in all;
}

.stuck .search-icon {}

.search-icon {
  color:#222;
  cursor: pointer;
}

.search-icon i {
  font-size:22px;
}

.search-icon svg {
  width:50px!important;
  height:50px;
}


/* Search overlay - color as needed */
.search-overlay {
  position:fixed;
  top: 0;
  bottom:0;
  left:0;
  right:0;
  z-index: 9999999999990;
  background: rgba(255,255,255,.9);
  width:100%;
  height:0;
  display:flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  transition:.4s ease-in all;
  opacity: 0;
  
}

.search-overlay.active {
  height:100%;
  opacity:1;
}

.search-close {
  position: absolute;
  right:3.3rem;
  top:5.2rem;
  color:#222;
  font-size:36px;
  font-weight:bold;
  cursor: pointer;
}


/* Search overlay form - color as needed */
.search-overlay > form {
  display:flex;
  width:100%;
  max-width:640px;
  justify-content: space-between;
  align-items: stretch;
}

.search-overlay > form > input {
  width:100%;
  background:transparent;
  border:none;
  border-bottom:1px solid #222;
  font-size:24px;
  color:#222;
  padding:20px;
}

.search-overlay > form > button {
  width:200px;
  margin-left:20px;
  font-size:20px;
  font-weight:700;
  letter-spacing:2px;
  text-transform: uppercase;
  background:#222;
  color:#fff;
  border:none;
  border-radius:6px;
  cursor: pointer;
}

.search-overlay > form > button:hover {
  background:#fff;
  color:#222;
}


/* Mobile search form - style and color as needed */
.mobile-search-form {
  display:flex;
  width:100%;
  max-width:100%;
  justify-content: space-between;
  align-items: stretch;
}

.mobile-search-form > input {
  width:100%;
  background:rgba(255,255,255,.2);
  border:1px solid #eee;
  font-size:18px;
  color:#fff;
  padding:8px;
  font-weight:400;
}

.mobile-search-form > button {
  width:120px;
  margin-left:20px;
  font-size:18px;
  font-weight:400;
  letter-spacing:2px;
  text-transform: uppercase;
  color:#fff;
  border:none;
  border-radius:3px;
  cursor: pointer;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--text-color);
  opacity: .7; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: var(--text-color);
  opacity: .7;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: var(--text-color);
  opacity: .7;
}

.icon-color {
  fill:var(--text-color);
}

#menu-footer li a {
  font-size: 11px;
  font-weight: 200;
}

/*------------------------- Custom styles ----------------------------------*/

.larger-heading {
  font-family: "Playfair Display", serif;
  font-size: 55px;
  line-height: 1.2;
  color: #fff;
  text-wrap: nowrap;

}
.large-heading {
  font-family: "Playfair Display", serif;
  font-size: 35px;
  line-height: 1.2;
  color: #fff;
  text-wrap: nowrap;

}
.small-heading {
  font-size: 16px;
  color: #2c2c2c;
  font-weight: 300;
  font-family: "Inter", sans-serif;
}

header .menu {
    width: 1360px;
    font-size: 14px;
    letter-spacing: 1.8px;
    gap: 16px;
}
header .menu a {
    text-wrap: nowrap;
}
@media screen and (min-width: 1280px) {
  
  header.stuck .menu a {
  color:#181d23;
  font-weight:600;
}
header.stuck {
  position: fixed;
  top: 0;
  z-index: 99!important;
  background: #fff;
  height: 60px;
  padding-bottom: 4rem;
}
header.stuck .header-wrap, header.stuck  .logo {
  display: none;
}
header.stuck .menu {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-width: 1920px;
  padding-top: 1rem;
}
header.stuck .nav-primary, header.stuck .nav-container {
  all: unset;
}

}




header {
  position: absolute;
  z-index: 10;
  max-width: 1920px;
  margin: 0 auto;
}
.logo {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  left: 6rem;
}
.logo:visited {
  text-decoration: none;
}
.logo .large-heading {
  font-size: 4rem;
  text-wrap: nowrap;
}
.logo p {
  color: #fff;
}
.header-wrap {
  top: 40%!important;
}
.nav-container {
  position: absolute;
  right: 9rem;
  top: 70%;
  left: 80%;
  transform: translate(-50%, -50%);
  width: 1100px;
  max-width: 1139px;
  z-index: 20;
}
header .menu {
  font-size: 1.4rem;
  line-height: 11px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  gap: 1.6rem;
  z-index: 5;
}
.header-wrap {
  position: absolute;
  top: 25%;
  right: 8rem;
  transform: translateY(-50%);
}
.menu li {
  max-width: 240px;
  text-align: center;
  line-height: 1.5;
}
header .menu a {
  color: inherit;
  text-wrap: wrap;
  text-align: center;
}
header .menu a {
  padding: 0;
}
.nav-primary .sub-menu li>a {
  font-size: 1.2rem;
  padding: 2rem 1.4rem 2rem 1.8rem;
  width: 100%;
  color: #2c2c2c;
  text-align: left;
}
.sub-menu {
  top: 40px;
  width: 235px;
  z-index: 30;
  position: absolute;
}
.sub-menu li a:hover {
  background: rgba(61, 106, 142, 0.2)
}

.phone-number {
  font-size: 35px;
  line-height: 23px;
  letter-spacing: .34px;
  color: #fff;
  text-align: right;
  display: flex;
}
.phone-number a {
  position: relative;
  z-index: 99;
  text-decoration: none;
  color: inherit;
}
.phone-number img {
  /* position: absolute; */
  /* bottom: 0; */
  margin-left: 1.7rem;
}
.hero-container {
  position: absolute;
  top: 81%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.hero::before {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(180deg,rgba(0, 0, 0, 0.67) 0%, rgba(0, 0, 0, 0) 30%);
  content: "";
}
.hero::after {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(180deg,rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.5) 100%);
  content: "";
}
.card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 2rem;
}
.card p {
  color: #fff;
  font-size: 20px;
}

/* Section - Meet */

.meet {
  background: #f0f1f3;
}
.numbered::after {
  content: "";
  position: absolute;
  width: 59px;
  height: 1px;
  background-color: #2c2c2c;
  top: 98px;
  left: 16rem;
}
.section-label {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  color: inherit;
  max-width: 347px;
  width: 100%;
}
.meet .section-label {
  padding-bottom: 2rem;
}
.section-label .small-heading {
  font-size: 26px;
}
.meet .line {
  flex: 1;
  height: 1px;
  background-color: #2c2c2c;
  max-width: 65px;
  width: 100%;
  opacity: 1; 
}
.container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 75%;
  padding: 9rem 0;
}
.split {
  display: flex;
  gap: 7.5rem;
  justify-content: center;
  border-top: 1px solid #2c2c2cc0;
  margin-bottom: 5rem;
}
.left, .right {
  max-width: 50%;
  gap: 3rem;
  margin-top: 5rem;
}
.left {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}
.text {
  font-size: 18px;
  line-height: 1.7;
  color: #2c2c2c;
}
.split ~ .small-heading {
  padding-bottom: 2rem;
}
.bold {
  font-weight: bold;
}
.left .large-heading {
  color: #2c2c2c;
}

.credentials {
  display: flex;
  gap: 14rem;
  justify-content: space-between;
  border-top: 1px solid #2c2c2cc0;
  width: 100%;
}
.credentials .left, .credentials .right {
  align-items: flex-start;
  gap: 0;
  margin-top: 0;
  padding-top: 3.8rem;
}
.credentials .left {
  border-right: 1px solid #2c2c2cc0;
  padding-right: 38rem;
}
.button {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  padding: 2.5rem 4.5rem;
  color: #2c2c2c;
  background: #fff;
}
.button:visited {
  text-decoration: none;
}
.button:hover {
  color: #fff;
  background: #1e2f42;
}

/* Services */

.services {
  background: #1e2f42;
}
.services .container {
  align-items: center;
  gap: 2rem;
  padding: 7.4rem 0 6.5rem;
}
.services .small-heading {
  color: #fff;
  font-size: 26px;
}
.services .numbered {
  color: #fff;
}
.line {
  flex: 1;
  height: 1px;
  background-color: #fff;
  max-width: 65px;
  width: 100%;
  opacity: 1; 
}
.services .large-heading {
  font-family: "Playfair Display", serif;
  font-size: 24px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
.slider-container {
  display: flex !important;
  width: 100% !important;
  top: 0 !important;
  height: 100% !important;
  z-index: 3 !important;
}
.item {
  flex: 1 1 20%;
  width: 100%;
  border: 1px solid #fff;
  padding: 37rem 6rem 9rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  line-height: 1.2;
}
.slide-text {
  font-family: "Playfair Display", serif;
  font-size: 4.5rem;
  color: #fff;
}

.services .item, .services .owl-stage-outer, .services .owl-stage {
  height: 100%;
}
.service-slider {
  display: flex!important;
  width: 100%!important;
  top: 0!important;
  height:100%!important;
  z-index: 3!important;
}
.services .item {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  padding: 36rem 6rem 10rem;
  flex: 1 1 20%;
  transition: flex 0.4s ease;
  width: 100%;
  border-left: 1px solid rgba(255, 255, 255, .4);
  border-bottom: 1px solid #fff;
}
.services .item a {
  text-decoration: none;
  color: #fff;
}
.services .item a:visited {
  text-decoration: none;
}
.services .text-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
}

.services .item ul {
  position: absolute;
  bottom: 2rem;
  left: 4.5rem;
  right: 1rem;
  background: rgba(30, 47, 66, 0.9);
  padding: 1.5rem;
  border-radius: 4px;
  opacity: 0;
  pointer-events: none;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.3s ease, max-height 0.3s ease;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-family: Inter;
  font-style: normal;
}

.services ul img {
  margin-right: 15px;
}
.services .item ul i {
  font-style: normal;
}

.services .item.hovered ul {
  opacity: 1;
  pointer-events: auto;
  max-height: 300px; /* or what fits your content */
}
.service-slider .item {
    min-height: 300px;
}
.services .item {
  position: relative;
  overflow: hidden;
}
.service-slider .item .text-container {
  transition: transform 0.3s ease;
}
.service-slider .item.hovered {
  flex: 2;
}
.service-slider:hover .item:not(.hovered) {
  flex: 0.9;
}
.service-slider .item.hovered .number, .service-slider .item.hovered .larger-text {
  color: #73c073;
  transform: translateY(-90px);
  transition: transform 0.3s ease;
}
.service-slider .item.hovered .larger-text .large-heading {
  color: #73c073;
}
.slider-buttons {
  display: none;
}
.text-container .number {
  font-family: "Playfair Display", serif;
  font-size: 38px;
}
.text-container .large-heading {
  font-size: 38px;
  text-align: left;
}
/* Section - Experience */

.experience {
  background: #f0f1f3; 
}
.experience-heading {
  position: relative;
  width: 100%;
}
.experience-heading img {
  width: 100%;
  display: block;
  filter: brightness(75%);
  margin: 0 auto;
  padding: 6rem;
}
.img-heading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.experience .container {
  align-items: center;
  gap: 2rem;
  padding: 3.5rem 0 10rem;
  flex-wrap: wrap;
  max-width: 80%;
}
.experience .section-label {
  color: #2c2c2c;
}
.experience .section-label .line {
  background-color: #2c2c2c;
}
.experience .large-heading {
  color: #2c2c2c;
  font-size: 24px;
  margin-bottom: 4rem;
}
.box {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 8rem;
  background-color: #fff;
  padding: 4rem 0;
  margin-bottom: 2rem;
  width: 100%;
}
.box div {
  font-size: 16px;
}
.box div:nth-child(2), .box div:nth-child(4) {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.box span {
  font-size: 22px;
}
.box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  padding: 4rem 2rem 4rem 5rem;
  width: 100%;
  min-height: 130px;
  max-height: 130px;
  box-sizing: border-box;
  gap: 3rem;
}

.box > div {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: left;
  white-space: normal;
  overflow: visible;
}
.space {
  margin-right: 9rem;
}
.expanded-exp {
  display: none;
  transition: all 2s ease;
}
.job-container {
  width: 100%;
  max-width: 100%;
}
.job-container.active .expanded-exp {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  transition: all .3s ease;
}
.job-container.active .arrow {
  transform: rotate(180deg);
}
.job-container .box {
  cursor: pointer;
}
.job-container .box {
  transition: all 0.3s ease;
}

.job-container .box:hover {
  background-color: #f9f9f9;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.expanded-exp img {
  padding: 0;
  margin: unset;
  max-width: 13px;
  height: 9px;
  position: relative;
  top: 1rem;
}
.expanded-exp p {
  font-weight: 500;
  font-size: 18px;
}
.expanded-exp ul {
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
  padding: 0;
}
.expanded-exp ul i {
  display: flex;
  gap: 1.2rem;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  line-height: 1.7;
}

/* Section - Testimonials */

.testimonials {
  background-image: url('./images/testimonial-photo-bg.webp')
}
.testimonials .container {
  flex-direction: row;
  max-width: 80%;
  gap: 6.5rem;
  justify-content: center;
}
/* .text-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 3rem;
} */
.testimonials .left {
  padding: 7rem;
  border: 1px solid #fff;
  color: #fff;
  width: 60%;
}
.testimonials .left .small-heading {
  color: #fff;
  font-size: 24px;
  font-family: "Playfair Display", serif;
}
.testimonials .left ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
  font-style: normal;
  padding-left: 0;
}
.testimonials .left ul i {
  font-style: normal;
}
.testimonials .left ul img {
  margin-right: 15px;
}
.item-testimonial {
  width: 100%;
  max-width: 100%;
  border: 1px solid #fff;
  padding: 26rem 17rem 6rem;
}
.text-inner-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.text-inner-container p {
  font-family: "Playfair Display", serif;
  color: #fff;
  font-size: 28px;
  text-align: left;
  line-height: 1.5;
}
.name span {
  font-family: Inter;
  font-size: 18px;
}
.slider-control {
  display: flex;
  gap: 6rem;
}
.edge::after {
  content: "";
  display: flex;
  position: relative;
  content: "";
  background-color: #fff;
  height: 20px;
  width: 1px;
}
.testimonials .right .large-heading {
  text-wrap: auto;
  line-height: 1.4;
}
.testimonials .section-label {
  justify-content: flex-start;
}
.testimonials .section-label .small-heading {
  color: #fff;
}
.list {
  gap: 3rem;
}
.list-item {
  display: flex;
  justify-content: flex-start;
  gap: 1rem;
}
.list-item > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}
.list-item img {
  max-width: 17px;
  max-height: 13px;
}
.list-title {
  font-size: 18px;
  color: #73c073;
}
.list-item .text {
  color: #fff;
}

/* Home Page - Feed */

.feed {
  background: #f0f1f3;
  display: flex;
  flex-direction: column;
}
.feed .container {
  justify-content: center;
  align-items: center;
  gap: 2rem;
  max-width: 100%;
  padding: 9rem 0 6rem;
}
.feed .line {
  background-color: #2c2c2c;
}
.feed .large-heading {
  color: #2c2c2c;
  width: 95%;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 2rem;
  border-bottom: 1px solid;
}
.posts {
  display: flex;
  gap: 4rem;
  justify-content: center;
  max-width: 80%;
  width: 100%;
  margin: 0 auto;
  align-items: stretch;
}
.posts a {
  text-decoration: none;
  color: inherit;
  max-width: 90%;
  width: 100%;
  margin: 0 auto;
}
.posts a:visited {
  text-decoration: none;
  color: inherit;
}
.post {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: flex-start;
  text-align: left;
  max-width: 413px;
  flex: 1 1 33%;
  min-height: 390px;
  margin: 0 auto;
}
.post:hover .category {
  transition: .3s ease-in;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.category {
  font-size: 12px;
  font-family: Inter;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  background-color: #fff;
  padding: 1rem 1.5rem;
}
.post-title {
  font-family: "Playfair Display", serif;
  font-size: 24px;
  line-height: 1.7;
}
.date {
  width: 100%;
  padding-top: 1.5rem;  
  border-top: 1px solid;
}
.posts ~ .button {
  max-width: 280px;
  margin: 6.4rem auto 10rem;
}
.feed .experience-heading {
  max-width: 95%;
  margin: 0 auto;
  padding-bottom: 5rem;
}
.feed .card {
  gap: 7rem;
}

/* Footer */

footer {
  background-image: url('./images/footer-bg.webp')
}
.footer-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 90%;
  width: 100%;
  margin: 0 auto;
  padding-top: 9rem;
}
.column {
  display: flex;
  flex-direction: column;
  color: #fff;
}
footer .logo {
  position: relative;
  color: #fff;
}
footer .logo .large-heading {
  color: #fff;
}
footer .small-heading {
  color: #73c073;
}
.row {
  display: flex;
  gap: 9rem;
}
footer .right {
  margin-top: 2rem;
  gap: 11rem;
}
.copyright {
  font-family: Inter;
  font-size: 14px;
  text-align: center;
  color: #fff;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding: 1rem 0;
}
.copyright div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.copyright a {
  text-decoration: none;
  color: inherit;
}
.reviews {
  display: flex;
  gap: 1rem;
}
.reviews a {
  text-decoration: none;
  color: inherit;
}

/* Innerpage */

.page main {
  background-color: #f0f1f3;
}
.container.flex-row {
  padding: 10rem 0 0;
  display: flex;
  justify-content: flex-end;
  position: relative;
  flex-direction: row;
  max-width: 85%;
}
.page-content {
  width: 45.75%;
  max-width: 100%;
  padding: 2rem 0 0 0;
  color: #232323;
}
.page-content h1 {
  font-size: 3.8rem;
}
.page-content h2 {
  font-size: 3.2rem;
  font-family: 'Roboto';
  font-weight: 300;
  border-top: 1px solid #dddddd;
  padding-top: 7rem;
  margin-top: 7rem;
}
.page-content p {
  font-size: 1.6rem;
  font-family: 'Roboto';
}
.page-content p a {
  color: #232323;
}
.page-content a {
  color: #88644e;
}
.page-content a:visited {
  text-decoration: none;
  color: #88644e;
}
.page-content a:hover {
  color: #232323;
}

.sidebar {
  width: 45.25%;
  position: relative;
}
.sidebar-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9rem;
  padding: 3rem 0 2rem;
}
.sidebar-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 1px solid #232323;
  padding: 4rem;
  max-width: 50%;
  min-width: 39rem;
  color: #232323;
}
.sidebar-card .small-heading {
  font-family: "Playfair Display", serif;
  color: #2c2c2c;
  font-size: 24px;
  margin-bottom: 2rem;
}
.sidebar-card .large-heading {
  font-family: "Playfair Display", serif;
  font-size: 35px;
  line-height: 1.2;
  color: #2c2c2c;
  text-wrap: nowrap;
}
.sidebar-card .large-heading span {
  font-weight: 600;
}
.sidebar-card p {
  margin-top: 1.6rem;
}
.sidebar-container ul {
  all: unset;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-align: left;
  margin: 2rem 0 2rem;
}
.sidebar-container i {
  text-align: left;
  font-style: normal;
}
main ul li {
  position: relative;
}
.page-content ul {
  position: relative;
  padding-left: 4.8rem;
  margin-bottom: 1rem;
  font-size: 1.6rem;
  line-height: 3.2rem;
  list-style: none;
  font-family: Roboto;
}
.page-content li::before {
  content: "";
  width: 2.9rem;
  height: 1px;
  position: absolute;
  left: -4rem;
  top: 1.6rem;
  background-color: #1c1c1c;
}

@media screen and (max-width: 1570px) {
  .container {
    max-width: 85%;
  }
  .credentials .left {
    padding-right: 22rem;
  }
  .text-container .large-heading, .text-container .number {
    font-size: 35px;
  }
  .text-inner-container p {
    font-size: 24px;
  }
  .footer-container .large-heading {
    font-size: 30px;
  }
  .row {
    gap: 3rem;
  }
}

@media screen and (max-width: 1280px) {

  header.stuck {
    background: #1e2f42;
    height: 110px;
    z-index: 99;
  }
  header.stuck .logo {
    transform: translate(-50%, -35%);
  }
  header.stuck .phone-icon {
    transform: translateY(-40%);
  }
  header.stuck .menu-icon {
    display: block;
    top: 4rem;
  }
  header .menu a {
    color: #2c2c2c;
  }
  .menu {
    color: #2c2c2c;
  }
  .menu li {
    text-align: left;
  }
  


  .nav-primary ul > li > a {
    
  }

  .header-wrap {
    display: none;
  }
  .phone-icon {
    right: 4rem;
    transform: none;
    top: 7rem;
  }
  header .logo {
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .icon-color {
    fill: #fff;
  }
  .icon .bar {
    background-color: #fff;
  }
  .menu-icon {
    position: absolute;
    left: 5rem;
    top: 7rem;
  }
  .nav-container {
    /* all: unset; */
    max-width: 100%;
    width: 100%;
    position: relative;
    top: 15rem;
    transform: none;
    left: 0;
  }
  .from-top.open {
    height: 100vh !important;
    padding: 4rem 2rem 4rem 6rem !important;
  }
}

@media screen and (max-width: 1200px) {
  .credentials {
    flex-direction: column;
    gap: 1rem;
  }
  .credentials .left {
    border-bottom: 1px solid;
    border-right: none;
    padding-right: 0;
    padding-bottom: 4rem;
    max-width: 100%;
  }
  .credentials .right {
    max-width: 100%;
  }
  /* .services .item {
    padding: 34rem 4rem 10rem;
  } */
   .text-container .large-heading, .text-container .number {
    font-size: 30px;
  }
  .services .item ul {
    bottom: 0;
  }
  .img-heading .larger-heading {
    font-size: 40px;
  }
  .box span {
    font-size: 16px;
  }
  .testimonials .large-heading {
    font-size: 30px;
  }
  .footer-container .right {
    max-width: 60%;
  }
  .row {
    gap: 2rem;
  }
  .row p {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {

  header.stuck {
    max-width: 1920px;
  }
  header.stuck .header-address, header.stuck .phone-number, header.stuck .header-rs-wrapper {
    display: none;
  }

  header.stuck .menu li:nth-child(3) {
    margin-right: 0;
  }

  .larger-heading {
    font-size: 40px;
  }
  .meet .split {
    flex-direction: column;
    gap: 1rem;
    align-items: center;
  }
  .meet .split .left, .meet .split .right {
    max-width: 100%;
  }
  .meet .button {
    margin: 0 auto;
  }

  .services .service-slider {
    flex-direction: column;
  }
  .services .item {
    padding: 0;
    align-items: center;
    min-height: 150px;
    padding: 0 0 6rem;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-left: none;
  }
  .services .text-container {
    flex-direction: row;
  }
  .services .item .text-container .number, .services .item .text-container .large-heading {
    font-size: 4rem;
  }
  .services .item.hovered .text-container .number, .services .item.hovered .text-container .large-heading {
    font-size: 5rem;

  }
  .services .item:not(.hovered) .text-container .larger-text br {
    display: none;
  }
  .services .item.hovered {
    transform: all .3s ease-in;
    min-height: 450px;
    padding: 0 0 6rem;
    justify-content: flex-start;
  }
  .services .item.hovered .text-container {
    flex-direction: column;
    padding-top: 12rem;
  }
  .services .item ul {
    max-width: 300px;
    margin: 0 auto;
    padding-bottom: 7rem;
    left: 0;
  }
  .text-container .larger-text {
  min-height: 120px;
  display: flex;
  align-items: flex-start;
}

.large-heading {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.services .item ul {
  font-size: 1.4rem;
  line-height: 1.4;
  position: relative;
  margin-top: auto;
  padding: 0;
  bottom: 6rem;
}

.services .item .text-container {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.services .item:not(.hovered) .larger-text {
  max-height: 3.5rem;
  overflow: hidden;
}
.services .item:not(.hovered) .large-heading {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: visible;
  font-size: 3.5rem;
  line-height: 1.2;
}
  .services .item:not(.hovered) ul {
    display: none;
  }
  .services .item {
  min-height: 100px;
  padding: 1.5rem 2rem;
}

.services .item.hovered {
  min-height: 350px; /* or smaller */
  padding: 2rem 2rem 5rem;
}
.services .item:not(.hovered) {
  align-items: flex-start;
}
.services .item:not(.hovered) .text-container {
  flex-direction: row;
  align-items: center;
}
.services .item:not(.hovered) .text-container .larger-text {
  justify-content: center;
  align-items: center;
}



  
  .testimonials .container {
    flex-direction: column;
    align-items: center;
    max-width: 90%;
    gap: 3rem;
  }
  .testimonials .left, .testimonials .right {
    max-width: 100%;
  }
  .testimonials .right {
    order: -1;
  }
  .testimoals .left {
    order: 2;
  }

  .img-heading .larger-heading {
    text-wrap: auto;
  }
  .img-heading .larger-heading br {
    display: none;
  }
  .posts {
    flex-direction: column;
    align-items: center;
  }
  .post {
    max-width: 80%;
    width: 100%;
    flex: 1;
  }

  .job-container {
  padding: 1rem;

}

.experience .container {
  max-width: 90%;
  padding-bottom: 7rem;
}

.box {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto;
  column-gap: 1rem;
  row-gap: 0.25rem;
  align-items: start;
  background: #f8f9fb;
  font-size: 0.95rem;
  line-height: 1.4;
  position: relative;
  padding: 2rem 10rem 0rem 10rem;
  margin-bottom: 0;
  grid-template-columns: minmax(0, 1fr) 180px;
}

.box > div:nth-child(1) {
  grid-column: 1;
  grid-row: 1;
  font-weight: 600;
}

.box > div:nth-child(2) {
  grid-column: 1;
  grid-row: 2;
  max-width: 100%;
}

.box > div:nth-child(3) {
  grid-column: 2;
  grid-row: 1;
  font-weight: 600;
  text-align: right;
  white-space: nowrap;
  text-align: left;
}

.box > div:nth-child(4) {
  grid-column: 2;
  grid-row: 2;
  text-align: left;
}

.box span {
  color: #444;
}

.arrow {
  position: absolute;
  top: 5rem;
  right: 5rem;
  width: 19px;
  height: 19px;
  display: block;
  z-index: 99;
  padding: 0;
}
.experience img .arrow {
  padding: 0;
}


  .posts ~ .button {
    margin-bottom: 1rem;
  }
  .feed .experience-heading {
    padding-bottom: 0;
  }

  footer .logo {
    position: inherit;
  }
  footer .logo p {
    margin-bottom: 0;
  }
  .footer-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .footer-container .large-heading {
    text-align: center;
  }
  .footer-container .left, .footer-container .right {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    align-items: center;
    text-align: center;
    gap: 2rem;
  }
  .row {
    flex-direction: column;
    align-items: center;
  }
  .row br {
    display: none;
  }
  .row p {
    margin-bottom: 1rem;
    font-size: 16px;
  }
  .ibw-logo {
    margin: 0 5px!important;
  }

  .container.flex-row {
  padding: 10rem 0 0;
  display: flex;
  position: relative;
  flex-direction: column;
  max-width: 90%;
}
.page-content, .sidebar {
  width: 100%;
}


}
@media screen and (max-width: 767px) {

  .large-heading {
    text-wrap: auto;
    text-align: center;
  }

  .hero-container {
    max-width: 100%;
    width: 100%;
    top: 78%;
  }
  .hero .larger-heading {
    text-wrap: wrap;
    max-width: 100%;
    margin: 0 auto;
  }

  .box {
    padding: 2rem 5rem 0 4rem;
  }

  .posts {
    max-width: 100%;
    width: 100%;
  }
  .post {
    max-width: 90%;
  }
  .experience-heading img {
    padding: 4rem 2rem;
  }

  .footer-container .large-heading br {
    display: none;
  }
  .copyright div {
    display: block;
  }
  .ibw-logo {
    position: relative;
    top: 7px;
  }
}

@media screen and (max-width: 600px) {
  .logo .large-heading {
    font-size: 3rem;
  }
  .logo p {
    text-align: center;
  }
  .large-heading {
    font-size: 25px;
  }
  .left {
    gap: 2rem;
  }

  .box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    padding: 2rem 1.5rem;
    font-size: 1rem;
    line-height: 1.6;
    min-height: 220px;
    position: relative;
  }

  .job-container {
    height: auto;
    margin-bottom: 0;
  }

  .job-container .expanded-exp {
    position: relative;
    top: 1rem;
    display: none;
    font-size: 0.95rem;
    line-height: 1.6;
    padding: 1rem 1.5rem;
  }

  .job-container.active .expanded-exp {
    display: block;
  }

  .testimonials .container {
    gap: 0;
  }
  .container {
    padding: 5rem 0;
  }

}

@media screen and (max-width: 480px) {

  .menu-icon {
    left: 3rem;
  }
  .phone-icon {
    right: 2rem;
  }
  header.stuck {
    height: 90px;
  }
  header.stuck .logo {
    transform: translate(-50%, -50%);
  }
  header.stuck .menu-icon {
    top: 3.4rem;
  }
  header.stuck .logo p {
    display: none;
  }
  .card p {
    font-size: 18px;
  }

  .button {
    font-size: 16px;
  }

  .left .large-heading br {
    display: none;
  }

  .services .item .text-container .number, .services .item .text-container .large-heading {
    font-size: 3rem;
  }

  .feed .experience-heading {
    max-width: 100%;
  }
  .img-heading {
    max-width: 100%;
    width: 85%;
  }
  .img-heading .larger-heading {
    font-size: 36px;
  }

  .testimonials .left {
    padding: 3rem;
  }

  .footer-container .right .large-heading {
    display: none;
  }
}