@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


:root {
  --limegreen: #d0c34c;
  --primary: #427658;
}
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1250px;
}
body {
  padding: 0 !important;
  margin: 0;
  background:#f8f8f6;
  font-family: 'Inter';
  font-family: "Playfair Display", serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #283224;
  text-transform: inherit;
  font-weight: 500;
  font-family: "Playfair Display", serif;
  margin: 0 0 15px;
  padding: 0;
}

h1 {
  font-size: 58px;
  font-weight: 700;
}

h2 {
  font-size: 45px;
}

h2 span {
  color: var(--limegreen);
}

h3 {
  font-size: 43px;
}

h4 {
  font-size: 40px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
  margin: 0 0 0 5px;
  color: var(--green);
  position: relative;
}

.single h3 {
  font-size: 22px
}

ul li {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 25px;
    color: var(--text);
    margin: 0 0 15px;
    list-style-type: none;
}

a {
  color: var(--text);
  font-size: 16px;
  text-decoration:none;
}

p {
  text-align: left;
  font-size: 16px;
  line-height: 25px;
  font-family: "Inter", sans-serif;
  color: var(--text);
  margin: 0 0 15px;
  font-weight: normal
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="date"],
input[type="password"],
input[type=submit],
textarea,
select {
  font-family: "Inter", sans-serif;
  background: #f1f1f1;
  border: solid 3px #f1f1f1;
  color: #58534b;
  font-size: 16px;
  margin: 0 0 30px;
  padding: 12px 20px;
  width: 100%;
  outline: 0;
}

::-webkit-input-placeholder {
  color: #444
}

input[type="submit"] {
  padding: 10px 25px;
  background: #000000;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  border: 0;
  letter-spacing: 0.5px;
  width: 100%;
}

input[type="submit"]:hover {
  background: #C87A4A !important;
  color: #fff !important;
}

textarea {
  height: 100px;
}

a,
button,
input[type="submit"] {
  transition: .9s
}

.zoomeffect {
  overflow: hidden;
  position: relative;
}

.zoomeffect img {
  transition: transform 0.8s ease-in-out;
}

.zoomeffect:hover img {
  transform: scale(1.1);
}

header {
    padding: 10px 0;
    position: absolute;
    top: 0;
    z-index: 9;
    width: 100%;
}

.header-fle {
  display: flex;
  align-items: center;
  margin: 0;
}

.navi {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px; 
}

.navi nav {
  order: 1;
}

.navi .btn {
  order: 2;
}
.navi .btn-primary {
    margin-top: 0;
    border-radius: 50px;
    padding: 12px 35px;
}
.logo {
    display: flex;
    align-items: center;
    justify-content: start;
}
.logo figure {
    height: 60px;
    width: 60px;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0;
}
.logo h6 {
/*     color: #37461e; */
	color: #C87A4A;
    font-weight: 400;
    font-size: 18px;
    margin-left: 10px;
    letter-spacing: 1px;
	font-family: 'Inter';
}
/* .logo h6:hover{
	color: #bdae07;
} */
.logo img {
    width: 75px;
}

.logo {}

section {
  scroll-margin-top: 90px; 
}

header.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    margin: 0;
    z-index: 999;
    box-shadow: 0 0 10px 0px rgb(0 0 0 / 18%);
    background: #F3E8DB;
}
header.fixed ul li a {
    color: #000;
}
header.fixed .menutop li a {}

header.fixed .menutop li a:hover;

  {}

header.fixed .menutop .sub-menu li a {}

header.fixed .topheader {
  display: none;
}

/*header.fixed .menutop li:last-child {background: #e5c49f;}
header.fixed .menutop li:last-child a {color: #fff;}*/
header .getintouch_btn {
  background-color: var(--orange);
  -webkit-backdrop-filter: blur(4px) brightness(100%);
  display: block;
  letter-spacing: 0.02em;
  padding: 16px 36px;
  color: #fff;
  font-size: 16px;
  text-transform: capitalize;
  text-decoration: none;
  border-radius: 3px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  color: #fff;
  position: relative;
}
.wp-block-image img {
    border-radius: 10px;
}
header .getintouch_btn:hover {
  color: var(--green);
}
h3.wp-block-heading {
    line-height: 65px;
    margin: 20px 0;
}
h6.wp-block-heading {
    background: #3d55301c;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 50px;
    border: 1px solid #3d553042;
    margin: 0;
}
.wp-block-image img {
    box-sizing: border-box;
    height: 550px!important;
    width: 100% !important;
    vertical-align: bottom;
    object-fit: cover;
    object-position: top;
}
button.btn.getintouch_btn:after {
  position: relative;
  content: '\f105';
  font-family: 'FontAwesome';
  font-size: 16px;
  padding-left: 6px;
}

.btn-secondary {
  background: var(--green);
  border-radius: 30px;
  padding: 16px 40px;
  color: #fff;
  transition: 0.5s;
  display: inline-block;
  font-weight: 600;
}

.btn-secondary:hover {
  background: var(--black);
  color: #fff;
  transition: 0.5s
}

/* Cursor css  */

/* Main cursor */
.custom-cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border: 2px solid #427658;
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: transform 0.15s ease-out, width 0.2s, height 0.2s;
  z-index: 9999;
}

/* Hover effect */
a:hover ~ .custom-cursor,
button:hover ~ .custom-cursor {
  width: 28px;
  height: 28px;
  background: rgba(66, 118, 88, 0.15);
}


/* Slider section  */

.main-slider img {
/*     width: 100%;
    height: 145vh !important;
    object-fit: cover; */
	 width: 100%;
    height: auto;
    object-fit: contain;
}

/* KEEP YOUR OVERLAY SAME */
.main-slider:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
    z-index: 1;
}

/* ✅ FIXED LEFT ALIGNMENT */
.slider-caption {
    position: absolute;
/* 	top: 40%; */
    top: 34%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    z-index: 4;
}

/* KEEP YOUR EXISTING DESIGN */
.sldrcptn-content h1 {
    font-size: 54px;
    color: #37461e;
    letter-spacing: 2px;
    margin-bottom: 32px;
    position: relative;
    font-weight: 500;
}

.sldrcptn-content h1::after {
    content: "";
    position: absolute;
    left: 0; /* ✅ changed from center to left */
    transform: none;
    bottom: -12px;
    width: 250px;
    height: 3px;
/*     background-color: #bdae07; */
	background-color: #C87A4A;
    border-radius: 2px;
}

.sldrcptn-content h1 span {
    color: #37461e;
}

.sldrcptn-content p {
    color: #364044;
    font-size: 18px;
/*     text-align: left;
    width: 90%; */
	text-align: justify;
    width: 88%;
    line-height: 33px;
}

.sldrcptn-content h6 {
    font-family: 'Inter';
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 20px;
    color: #0D3846;
}

/* BUTTON SAME */
a.btn.btn-primary {
    font-family: 'Inter';
    background: #37461e;
    border: 1px;
    padding: 13px 30px;
    letter-spacing: 1px;
    font-size: 18px;
    border-radius: 7px;
/*     color: #bdae07; */
	color: #F3E8DB;
}

/* KEEP OTHER BUTTON STYLES */
.buttons .btn {
    font-family: 'Inter';
    background: #B45A2C;
    border: 1px;
    padding: 13px 30px;
    letter-spacing: 1px;
    font-size: 16px;
    border-radius: 7px;
}

.btns {
    font-family: 'Inter';
    background: #427658;
    border: unset;
    padding: 8px 20px;
    letter-spacing: 1px;
    font-size: 14px;
    color: #fff;
    border-radius:6px;
}

.btns:hover {
    background: #427658;
    border: unset;
    padding: 8px 20px;
    color: #fff;
}

.buttons .btns {
    font-family: 'Inter';
    background: unset !important;
    border: 1px solid #ffffff91;
    padding: 13px 30px;
    letter-spacing: 1px;
    font-size: 16px;
    color: #fff;
    border-radius: 6px;
}

.buttons {
    column-gap: 20px;
    display: flex;
    justify-content: center;
}

/* REMOVE THIS (IMPORTANT) */
/* OLD ISSUE */
/*
.slider-caption {
    transform: translate(15%, -50%);
}
*/

/* KEEP ACTIVE STATES */
.btn-check:checked+.btn, 
.btn.active, 
.btn.show, 
.btn:first-child:active, 
:not(.btn-check)+.btn:active {
    color: var(--bs-btn-active-color);
    background-color: unset !important;
    border-color: unset !important;
}

/* OPTIONAL RESPONSIVE */
@media (max-width: 768px) {
    .main-slider img {
        height: 80vh;
    }
}
.menutop.clearfix {
    margin: 0;
}

/* Philosophy Section  */

.philosophy {
    padding: 0 0 80px 0px;
    text-align: center;
}
.about-philosophy span {
    text-transform: uppercase;
    color: var(--primary);
    letter-spacing: 2px;
    font-size: 15px;
    display: block;
    width: 100%;
    text-align: center;
    font-weight: 500;
    margin-bottom: 20px;
}
.about-philosophy p {
    color: #6c7a73;
    width: 59%;
    margin: 0 auto;
    text-align: center;
    font-size: 17px;
    line-height: 30px;
}

/* Values Section  */

.values {
    padding: 100px 0;
	background: #E8D2B8;
}
.about-values h3 {
    font-size: 21px;
	color: #283224;
}
.values .heading {
    font-size: 45px;
    text-align: center;
    margin-bottom: 40px;
}
.about-values {
    text-align: center;
    background: #F3E8DB;
    border: 1px solid #1f667017;
    border-radius: 10px;
    padding: 20px;
    transition: .3s ease-in-out;
}
.about-values:hover {
    background: #fff;
    transition: .3s ease-in-out;
    box-shadow: 0 0 10px 0px rgba(0,0,0,0.1);
}
.about-values p {
    color: #6c7a73;
}
.values .row {
    row-gap: 20px;
}

/* Where We Help Css  */

.wehelp span {
    text-transform: uppercase;
    color: #0D3846;
    letter-spacing: 2px;
    font-size: 17px;
    display: block;
    width: 100% !important;
    text-align: center !important;
    font-weight: 500;
    margin-bottom: 20px;
    font-family:'Inter';
}
.wehelp #pills-tab {
    background: #F3E8DB;
    border-radius: 8px;
    border: 1px solid #0000001a;
}
.wehelp #pills-tab {
    justify-content: space-between;
}
.wehelp #pills-tab li {
    width: 32%;
    border-right: 1px solid #00000017;
}
.wehelp .nav-item button {
    text-align: center;
    width: 100%;
}
.texts {
    width: 60%;
    text-align: center;
    margin: 0 auto 50px;
    font-size: 16px;
    color: #6c7a73;
    line-height: 30px;
}
.wehelp {
    background: #E8D2B8;
    padding: 100px 0;
/*     margin-top: 110px; */
}
.wehelp li.nav-item {
    margin: 0;
}
#pills-tab {
    justify-content: center;
    column-gap: 15px;
    margin-bottom: 50px;
}
.nav-item button {
    background: #F3E8DB;
    color: #000;
    padding: 20px 22px;
    border-radius: 10px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
/*     color: #bdae07 !important; */
	color: #F3E8DB !important;
    background-color: #37461e !important;
    width: 100%;
}
.nav-item button:hover {
    color: #000;
}
.editor-one h3 {
/*     font-style: italic; */
    text-align: center;
    font-size: 35px;
	color: #7c7c7c;
}
.editor-one p {
    text-align: center;
    width: 75%;
    margin: 20px auto;
    color: #6c7a73;
}
.editor-two {
    background: #ffffff7a;
    padding: 30px;
    border-radius: 10px;
    border: 1px solid #0000001f;
/*     margin: 30px 0px; */
}
.editor-two h4 {
    font-size: 25px;
	color: #6c7a73;
}
.editor-two ul li {
    list-style-type: disc;
    color: #6c7a73;
    font-weight: normal;
    margin-bottom: 5px;
}
.editor-two ul {
    padding-left: 20px;
}
.wehelpinfo h3 {
    font-size: 20px;
	color: #283224;
}
.wehelpcnt-list img {
    width: 50px;
}
.wehelpcnt-list {
    background: #F3E8DB;
    padding: 25px;
    border-radius: 10px;
    border: 1px solid #00000017;
    height: 100%;
    transition: .3s ease-in-out;
}
.wehelpcnt-list:hover {
    background: #ffffff30;
    box-shadow: 0 0 10px 0px rgb(0 0 0 / 18%);
    transition: .3s ease-in-out;
}

.tab-pane .row {
    row-gap: 20px;
}
.wehelpinfo p {
    color: #6c7a73;
    width: 90%;
}


/* Way We partner css  */

.wepartner span {
    text-transform: uppercase;
    color: #0D3846;
    letter-spacing: 2px;
    font-size: 15px;
    display: block;
    width: 100%;
    text-align: center;
    font-weight: 500;
    margin-bottom: 20px;
    font-family:'Inter';
}
.about-partner h3 {
    font-size: 22px;
	color: #283224;
}
.about-partner h5 {
    color: #0D3846;
    font-size: 15px;
    font-weight: 500;
    font-family:'Inter';
}
.about-partner {
	background: #E8D2B8;
    padding: 20px 12px;
    border: 1px solid #F3E8DB;
    border-radius: 10px;
    height: 100%;
    position: relative;
    transition: .3s ease-in-out;
}
.about-partner:hover {
    box-shadow: 0 0 10px 0px rgb(0 0 0 / 26%);
    transition: .3s ease-in-out;
}

.about-partner p {
    font-size: 16px;
}
.wepartner .row {
    margin-top:70px;
    row-gap: 20px;
}
.about-partner h6 {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 45px;
    color: #4276583b;
}
.wepartner {
    padding: 100px 0;
	background: #F3E8DB;
/*     margin-bottom: 50px; */
}

/* results css  */

.results {
/*     margin-top: 100px; */
	    padding: 100px 0;
	background: #F3E8DB;
}
.results span {
    text-transform: uppercase;
    color: #0D3846;
    letter-spacing: 2px;
    font-size: 15px;
    display: block;
    width: 100%;
    text-align: center;
    font-weight: 500;
    margin-bottom: 20px;
    font-family:'Inter';
}
.about-results h4 {
    font-size: 25px;
}
.about-results ul {
    padding: 0;
}
.about-results {
    background: #e8d2b8;
    width: 80%;
    padding: 35px;
    border: 1px solid #1f667017;
    border-radius: 10px;
    margin-top:50px;
}
.results .row .col-lg-6:first-child {
    display: flex;
    justify-content: end;
}
.results .row .col-lg-6:nth-child(2) {
  padding-left:35px;
}
.about-results p {
    color: #6c7a73;
    font-size: 16px;
}
.about-results ul li {
    color: #6c7a73;
}

/* Heart Of Work  */

.heartofwork span {
    text-transform: uppercase;
    color: var(--primary);
    letter-spacing: 2px;
    font-size: 15px;
    display: block;
    width: 100%;
    text-align: center;
    font-weight: 500;
    margin-bottom: 20px;
    font-family:'Inter';
}
.heartofwork {
    background: #F3E8DB;
    padding: 20px 0;
}
.about-heartofwork h3 {
    font-size: 19px;
	color: #6c7a73;
}
.about-heartofwork img {
    width: 40px;
}
.about-heartofwork {
    background: #f4f3f0;
    padding: 20px;
    border: 1px solid #00000017;
    border-radius: 10px;
    height: 100%;
    transition: .3s ease-in-out;
}
.about-heartofwork:hover {
    box-shadow: 0 0 10px 0px rgb(0 0 0 / 26%);
    transition: .3s ease-in-out;
}

.about-heartofwork p {
    font-size: 15px;
    color: #6c7a73;
}
.heartofwork .row {
    row-gap: 25px;
}
.extracnt h4 {
    text-align: center;
    font-style: italic;
    font-size: 24px;
    line-height: 40px;
    margin: 45px 0;
	color: #283224;
}


/* contact us section  */

.get-started span {
    text-transform: uppercase;
    color: #0D3846;
    letter-spacing: 2px;
    font-size: 15px;
    display: block;
    width: 100%;
    text-align: center;
    font-weight: 500;
    margin-bottom: 20px;
    font-family:'Inter';
}
.get-started .heading small {
    color: #283224;
    font-style: italic;
    font-size: 45px;
}
.get-started {
    background: #F3E8DB;
}

/* contact form css  */

.contact-form input {
    background: #e8d2b8;
    border-radius: 10px;
    border: 1px solid #00000021;
    padding: 15px;
}
.contact-form textarea {
    background: #e8d2b8;
    height: 140px;
    border-radius: 10px;
    border: 1px solid #00000021;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: #37461e;
/*     color: #bdae07; */
	color: #F3E8DB;
}
.contact-form {
    width: 75%;
    margin: 0 auto;
    padding-bottom: 60px;
}

.get-started .contact-form span{
    margin-bottom: 0px;
}






.banner-section {
    background: linear-gradient(45deg, #000000a8, #00000026), url(https://algopagedev.com/project/newinsight/wp-content/uploads/2026/02/banners-1.png);
    background-size: cover;
    height: 100vh;
    position: relative;
    background-position: center;
}
.banner-section .btn-secondary{
	margin-top: 3rem;
}

.banner-section .banner-link{
	color: var(--green);
	display: block;
	margin-top: 2rem;
}
.header_text {
    width: 80%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.header_text h1 {
    font-size: 55px;
    font-weight: 600;
    position: relative;
    color: #fff !important;
    letter-spacing: 1px;
}

.header_text h1 span {
  color: #fff;
  display: block;
}

.header_text p {
    text-align: center;
    width: 65%;
    margin: auto;
    color: #fff;
}
.jungle-sec {
  background: url(../images/jungle-bg.avif) no-repeat center center;
  text-align: center;
  padding: 380px 0 20px;
}

.jungle-sec h2 {
  font-size: 34px;
  background: #d9fc2887;
  padding: 12px 20px;
  width: 64%;
  margin: 15px auto;
}

.jungle-sec h3 {
  font-size: 32px;
  background: #d9fc2887;
  padding: 12px 20px;
  position: relative;
  width: 23%;
  margin: auto;
}

.jungle-sec h3 span {
  font-size: 16px;
  display: block;
}

.home-service-sec {
  background: #fff;
  padding: 90px 0;
}

.service_cont {
  display: flex;
  column-gap: 20px;
}

.service_header h2 {
  text-align: center;
}

.service_left {
  width: 100%
}

.service_right {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  row-gap: 25px;
/*   column-gap: 25px; */
}

.service_box {
    width: 48%;
    background: #fff;
    padding: 25px;
    border-radius: 20px;
    display: flex;
    column-gap: 30px;
    flex-direction: column;
    align-items: flex-start;
}
.service_box figure {
    height: 80px;
    width: 80px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 15px;
    border: 1px solid #435a304f;
    box-shadow: 0 0 10px 0px rgb(0 0 0 / 11%);
}
/*.service_box img {border: solid 1px var(--green);border-radius: 50%;padding: 12px;margin-bottom: 15px;}*/
.service_box a {
  color: var(--green);
  font-weight: 600;
}

.service_box a:hover {
  color: var(--black);
  text-decoration: underline;
}

.cli_box {
  width: 58%;
  background: #eaeef1;
  margin: auto;
  text-align: center;
  padding: 40px;
  border-radius: 5px;
}




.home-expert-sec {
  padding: 140px 0 0
}

.expert_cont {
  display: flex;
  column-gap: 50px;
}

.expert_left,
.expert_right {
  width: 50%
}

.expert_left img {
  border-radius: 10px;
  box-shadow: -70px -55px 0px var(--green);
  float: right;
}

.expert_box {
  display: flex;
  column-gap: 20px;
  padding: 5px 0;
}

.expert_box img {
  border: solid 1px var(--green);
  border-radius: 50%;
  padding: 12px;
  margin-bottom: 15px;
}

.home-howitworks-sec {
  padding: 90px 0 40px;
}

.howit_cont {
  display: flex;
  column-gap: 30px;
  align-items: center;
}

.howit_left,
.howit_right {
  width: 50%
}

.howitbox_cont {
  padding: 60px 0;
  display: flex;
  column-gap: 30px
}

.howitbox img {
  border: solid 1px var(--green);
  border-radius: 50%;
  padding: 12px;
  margin-bottom: 15px;
}

.home-testimonial-sec {
    background: #eaeef1;
    padding: 55px 0 10px !important;
    overflow: hidden;
}

.testi_head {
  text-align: center;
  width: 45%;
  margin: auto;
}

.testobox_cont {
  display: flex;
  column-gap: 30px;
  margin-top: 60px;
}

.testbox {
  padding: 40px;
  border-radius: 20px;
  background: #fff
}

.testi_info {
  display: flex;
  align-items: center;
  column-gap: 15px;
}

.testi_info h5,
.testi_info p {
  margin: 0
}

.testbox p {
  font-style: italic;
}

.home_star {
  margin: 0 0 15px;
}

.home_star i {
  color: #F5BF03;
  padding: 0 2px;
}

.testbox p span {
  font-size: 1.5em;
  font-weight: 700;
  padding: 0 4px 0 0;
}



.home-blog-sec {
  padding: 90px 0;
}

.blog_head {
  width: 50%;
  margin-bottom: 40px;
}

.blog-info {
  padding: 25px;
  background: #eaeef1;
  box-shadow: 0 2px 0px #c8d5df;
}

.article-blocks img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
}

.blog-link-home a {
  margin: -25px 0 0;
}

.item {
  position: relative;
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0);
}

ul.post-categories li a {
  color: #e5c49f;
  letter-spacing: 1px;
}

.blog .breadcrumbs h1 {
  visibility: hidden;
  position: relative;
}

.blog .breadcrumbs h1:after {
  visibility: visible;
  position: relative;
  top: 0;
  right: 49%;
  content: "Blog";
}

article h5 a {
  font-size: 20px;
}

.categories h6 a {
  color: var(--green);
}

a.blog_learn_more {
  font-weight: 600;
  color: var(--green);
}

a.blog_learn_more:hover {
  text-decoration: underline;
}

/*About starts*/
.abouts {
    padding: 100px 0;
	background: #E8D2B8;
}
.abouts span{
	text-transform: uppercase;
    color: #0D3846;
    letter-spacing: 2px;
    font-size: 15px;
    display: block;
    width: 100%;
    text-align: center;
    font-weight: 500;
    margin-bottom: 20px;
    font-family:'Inter';
}
.abouts h2 {
    font-size: 45px;
    letter-spacing: 1px;
	margin-bottom: 60px;
}
.abouts img {
    height: 775px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    object-position: top;
}
.aboutme-content h5 {
    background: #3d553021;
    display: inline-block;
    padding: 8px 25px;
    border-radius: 50px;
    letter-spacing: 1px;
    font-size: 16px;
	color: #6c7a73;
}
.aboutme-content ul li ,
.contact-list li{
    list-style: none;
    position: relative;
    padding-left: 28px;
}

.aboutme-content ul li::before ,
.contact-list li::before{
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 16px;
    height: 16px;
    background-image: url('https://algopagedev.com/project/newinsight/wp-content/uploads/2025/12/approve.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.morecnt  {
    text-align: center;
    background: #E8D2B8;
    padding: 40px 25px;
    border-radius: 10px;
    line-height: 35px;
    color: #000;
    border-bottom: 2px solid #E8D2B8;
    width: 100%;
    margin: 0 auto;
}


.morecnt p {
    text-align: center;
}	
.aboutme-content .btn {
    border-radius: 50px;
    padding: 10px 35px;
}

.project_sec {
    padding: 60px 0 0;
}
.wp-block-column.about_box {
    margin: 60px 0 20px;
}
.about_box {
  border-radius: 10px;
  box-shadow: 0 4px 0px var(--green);
  padding: 20px 30px;
  border: solid 0.1px #d3e4d4;
}
.wp-block-columns {
    column-gap: 20px;
}
.about_box h3:before {
  content: '';
  position: absolute;
  width: 90px;
  height: 12px;
  z-index: -1;
  background: var(--limegreen);
  margin-top: 44px;
}
h3.wp-block-heading {
    font-size: 36px;
    line-height: 50px;
    letter-spacing: 1px;
}
.why_choose_sec {
    background: #cfc24d26;
    padding: 55px 0;
}
.why_choose_head {
    width: 100%;
    margin: 0 0 35px;
}
.why_boxe_cont {
  display: flex;
  column-gap: 30px;
}

.work_process {
  padding: 90px 0
}

.work_process_cont {
  display: flex;
  column-gap: 40px;
  align-items: center;
}

.process_left,
.expert_right {
  width: 50%
}

.process_left img {
  width: 100%
}

ul.mission_li li {
  position: relative;
  padding-left: 25px;
}

ul.mission_li li:before {
  position: absolute;
  font-family: FontAwesome;
  content: '\f00c';
  color: var(--green);
  left: 0;
  font-size: 14px;
}

img.wp-image-1621,
img.wp-image-1618,
img.wp-image-1660 {
  border-radius: 5px;
}

.process_left img {
  border-radius: 5px;
}


/*About us page ends*/

/*coaching starts*/
.service_main_sec {
  padding: 90px 0 0
}

.faq_section {
  padding: 90px 0
}

.faq_cont {
  display: flex;
  column-gap: 30px;
}

.faq_left,
.faq_right {
  width: 50%
}

.questionbox {
  width: 80%;
  padding: 30px;
  background: #fff;
  border-radius: 20px;
  border: solid 2px #eaeef1;
}

.darkbg {
  background: #cfc24d26
}

.ser_det_low_sec {
  padding: 90px 0;
}

.service_details_cont {
  display: flex;
  column-gap: 30px;
  align-items: center;
}

.service_details_left,
.service_details_right {
  width: 50%
}

.service_details_left img {
  width: 100%;
  border-radius: 5px
}

.wp-block-media-text__media img,
.wp-block-media-text__media {
  border-radius: 5px;
}


/*coaching ends*/


/*FAQ Page Starts*/
.faq-acc {
  margin: 20px auto;
}

.set {
  position: relative;
  width: 100%;
  height: auto;
}

.set>a {
  display: block;
  padding: 25px 15px;
  text-decoration: none;
  color: var(--black);
  font-weight: 700;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-align: left;
  font-size: 1.5em;
  cursor: pointer;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.set>a i {
  float: right;
  margin-top: 2px;
}

.set>a.active {
  border-left: solid 5px var(--green);
  border-radius: 20px 0;
}

.content {
  border-bottom: 1px solid #fff;
  display: none;
}

.content p {
  padding: 10px 15px;
  margin: 0;
  text-align: left;
}

/*FAQ Page Ends*/

/*Contact page starts*/
.contact_sec {
  padding: 90px 0
}

.contact_form_sec {
  padding: 90px 0;
  background: #cfc24d26
}

/*Contact page ends*/


/*MODAL STARTS*/
.modal {
  bottom: auto !important;
  left: auto !important;
}

.modal-header {
  border-bottom: 1px solid #e5e5e500;
}

.modal_logo img {
  height: 170px;
  padding: 15px 12px 18px 28px;
  background: #fff5e0;
  border-radius: 5px;
}

.modal-backdrop {
  position: relative !important;
}

.modal-content {
  background-color: #fff5e0f2;
  border: 1px solid #999;
  height: 100vh;
  border: 1px solid rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.close {
  font-size: 3em;
  font-weight: 200;
  color: var(--green);
  text-shadow: 0 1px 0 #e5b885;
  filter: alpha(opacity=1);
  opacity: 1;
}

.close:focus,
.close:hover {
  color: var(--black);
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=1);
  opacity: 1;
}

.modal-body {
  position: relative;
  padding: 30px 60px;
  text-align: center;
}

.home_modal_str a,
.home_modal_str p {
  color: var(--text);
  font-size: 15px;
  text-align: center;
}

.home_modal_str {
  text-align: center;
}

.home_modal_str h4 {
  color: var(--black);
}

.home_modal_str ul {
  padding-top: 20px;
  display: flex;
  justify-content: center;
}

.home_modal_str ul li {
  width: 36px;
  height: 36px;
  margin: 0 2px;
  border-radius: 50%;
  border: solid 1px var(--black);
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home_modal_str ul li:hover {
  background: var(--limegreen);
  border: solid 2px var(--limegreen);
  transition: 0.5s;
}

ul.socialicon.side_modal i {
  color: var(--black);
}

.contact_sec_modal {
  padding: 70px 0
}

.modal_project_p {
  width: 75%;
  margin: auto;
}

.getintouch_btn {}

header .getintouch_btn:focus:none;

header .getintouch_btn::after {
  position: absolute;
  content: '\f105';
  font-family: 'FontAwesome';
  font-size: 16px;
  padding-left: 7px;
}

button.btn.getintouch_btn:active {
  color: #fff;
  box-shadow: none;
  border: none;
}



/*MODAL ENDS*/

.homereview {
  background: #abe6d7;
  padding: 80px 0;
}

.re_para {
  width: 85%;
  display: flex;
  gap: 30px;
}

.re_para p {
  color: var(--black);
  font-size: 2em;
  line-height: 1.5em;
}

.re_para i {
  font-size: 5em;
  color: #2f3c41;
}

.re_info {
  padding: 3em 0 0 7em;
}

.re_info h4 {
  color: var(--black);
  font-size: 1.8em;
}

.re_info h5 {
  color: #fff;
}

.homereview .slick-slide {
  margin: 0;
}

.homereview .slick-slide img {
  width: auto;
  margin: 0 auto;
}

.homereview button,
.about_customers button {
  border: none;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  position: absolute;
  right: 0;
  bottom: 20%;
  z-index: 999;
  outline: none;
}

.homereview button.slick-prev.slick-arrow,
.about_customers button.slick-prev.slick-arrow {
  background: url(../images/prev_btn.png) no-repeat center;
  right: 28px;
  z-index: 1;
}

.homereview button.slick-next.slick-arrow,
.about_customers button.slick-next.slick-arrow {
  background: url(../images/next_btn.png) no-repeat center;
  right: -40px;
  z-index: 1;
}



/*Contact page starts*/
.conta_sec_01 {
  display: flex;
  column-gap: 30px;
  align-items: center;
  margin: 20px 0;
}

.contac_left i {
  background: var(--limegreen);
  width: 70px;
  height: 70px;
  font-size: 2.75em;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact_section{
	padding-top: 70px;
}

.contact_section img{
	max-width: 100%;
	height: 450px;
	object-fit: cover;
	border-radius: 8px;
}

.contact_section .row{
	display: flex;
	align-items: center;
}

.contac_right a {
  display: block;
  padding: 2px 0;
}

.contact_form_sec img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: top;
  border-radius: 5px;
}


div.wpforms-container-full .wpforms-form input[type=submit],
div.wpforms-container-full .wpforms-form button[type=submit],
div.wpforms-container-full .wpforms-form .wpforms-page-button {
  padding: 12px 46px !important;
  background: var(--green) !important;
  border-radius: 25px;
  border: none !important;
  color: #fff !important;
  display: inline-block;
  transition: 0.5s;
  font-size: 1.1em !important;
}

/*Contact page ends*/

.footmap {
  position: relative;
}

.footbox {
  width: 39%;
  position: absolute;
  z-index: 9;
  background: rgba(255, 255, 255, 0.8);
  right: 5%;
  top: 13%;
  text-align: center;
  padding: 32px 48px;
  box-shadow: 0px 0px 23px;
  border-radius: 6px;
}

.infoboxes {
  border: solid 2px #edf4f7;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 5px 1px #ebf1f3;
}

.secondary-container {
  float: left;
  width: 100%;
  background: #ffffff;
  padding: 70px 0 0;
}

/*Breadcrumb starts*/
.breadcrumbs {
  padding: 160px 0 60px;
  text-align: center;
  background: var(--green);
  position: relative;
}

.breadcrumbs h1,
.breadcrumbs1 h1,
.breadcrumbs2 h1,
.breadcrumbs3 h1 {
  font-size: 46px;
  margin: 0;
  color: #fff;
  position: relative;
}

.breadcrumbs p,
.breadcrumbs1 p,
.breadcrumbs2 p,
.breadcrumbs3 p {
  margin: 0;
  color: #fff;
  text-align: center;
}

.breadcrumbs a,
.breadcrumbs1 a,
.breadcrumbs2 a,
.breadcrumbs3 a {
  color: #fff;
}

.breadcrumbs1 {
  padding: 240px 0;
  background: url(../images/banner1-1.jpg);
  text-align: center;
  background-attachment: fixed;
}

.breadcrumbs2 {
  padding: 70px 0;
  background-position: center -36px !important;
  background-size: cover !important;
  background-attachment: fixed !important;
}

.breadcrumbs2:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, .7);
}

.breadcrumbs2 h1 {
  position: relative;
}

.breadcrumbs3 {
  padding: 240px 0;
  background: url(../images/breadcrumb-contact.jpg);
  text-align: center;
  background-attachment: fixed;
}

.breadcrumbs4 {
  padding: 240px 0;
  background: url(../images/banner2.jpg);
  text-align: center;
  background-attachment: fixed;
}

/*Breadcrumb ends*/
.cta {
  background: var(--green);
  text-align: center;
  padding: 80px 0
}

.cta h2 {
  color: #fff
}

a.ctabtn {
  background-color: rgba(255, 255, 255, .2);
  -webkit-backdrop-filter: blur(4px) brightness(100%);
  backdrop-filter: blur(4px) brightness(100%);
  border: 1px solid transparent;
  border-radius: 28px;
  padding: 12px 30px;
  display: inline-block;
  color: #fff;
}

a.ctabtn:hover {
  background: var(--yellow)
}

footer {
    padding: 60px 0;
    position: relative;
    margin: 0;
    float: left;
    width: 100%;
    background: #f7f7f7;
}

.footer_logo_holder {
  width: 50%
}
.foot_logo a {
    background: #fff;
    border-radius: 50px;
	height: 57px;
    width: 60px;
}
.footer_txt_block {
  width: 25%;
}
.copyright .menutop li a {
    font-size: 14px;
	color: #F3E8DB;
}
.foot_logo {
  width: 175px;
}
.foot_logo img {
       width: 74px;
    position: relative;
    left: -6px;
    top: -7px;
}
.foot_logo h6 {
    color: #F3E8DB;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 1px;
	font-family: 'Inter';
}
.footer_logo_holder h3 {
    color: #000;
    font-weight: 500;
    font-size: 48px;
}

.footer_logo_holder h3 span {
  display: block;
  color: var(--limegreen);
  font-weight: 700
}

.foot_logo_cont {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  column-gap: 30px;
}

p.footer_text_p {
  font-size: 22px;
  color: #fff;
  font-weight: 300;
  line-height: 1.5em;
}

.footer_clm_holder {
  display: flex;
  align-items: flex-start;
  column-gap: 15px;
  padding: 50px 0 0;
}

.footer_clm_holder h4 {
  color: var(--limegreen);
  font-size: 20px
}

.ftr_clm_menu a {
    color: #000;
}

.ftr_clm_menu a:hover {
  text-decoration: underline;
}

.ftr_clm_menu ul li {
  margin-bottom: 15px;
  position: relative;
  padding-left: 18px;
  color: #fff
}

.ftr_clm_menu ul li:before {
  content: '\f105';
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  top: 0;
  color: #000;
  font-size: 16px;
}

.ftr_clm {
  width: 100%;
}

.ftr_clm ul {
  padding-left: 10px;
  display: flex;
}

.ftr_clm ul li {
  width: 36px;
  height: 36px;
  margin: 0 2px;
  border-radius: 50%;
  border: solid 1px #2e682f;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.ftr_clm ul li:hover {
  background: var(--yellow);
  border: solid 1px var(--limegreen);
  transition: 0.5s;
}

ul.socialicon i {
  background: transparent;
  color: #fff;
  font-size: 1em;
  transition: 0.5s;
}

ul.socialicon i:hover {
  transition: 0.5s;
}

.ftr_clm p, .ftr_clm a {
    color: #000;
    font-size: 16px;
}
.ftr_clm_add p {
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.footer_clm_holder h4 {
    color: var(--green);
    font-size: 23px;
    margin-bottom: 29px;
    border-left: 3px solid var(--green );
    display: inline-block;
    padding-left: 10px;
}
.ftr_clm a:hover {
  color: var(--limegreen);
}

.ftr_clm_add i {
  padding-right: 5px;
}

a.footer-phone {
  color: var(--limegreen);
  font-size: 3rem;
  font-weight: 600;
}
.copyright {
    background: #37461e;
    width: 100%;
    padding: 20px 0 15px;
    float: left;
}

.copyrightlinks {}

.copyright p {
    margin: 0;
    color: #F3E8DB;
    text-align: center;
    font-weight: 400;
    text-align: center;
    font-size: 13px;
}

.copyright p a {
  color: var(--limegreen);
}

.copyright p a:hover {
  text-decoration: underline;
}

#whatsappbtn {
  cursor: pointer;
  position: fixed;
  bottom: 30%;
  left: 25px;
  z-index: 99999999;
  padding-top: 0px;
  background: #4fcc5d;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  text-align: center;
  font-size: 32px;
  color: var(--white);
  box-shadow: 0 6px 9px rgb(0 0 0 / 5%), 0 4px 5px rgb(0 0 0 / 5%);
}

#whatsappbtn:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 50%;
  background: #4fcc5d;
  box-shadow: 0 0 10px #4fcc5d;
  animation: whtsbtn 2s linear infinite forwards;
}

@keyframes whtsbtn {
  from {
    transform: scale(1.0);
    opacity: 1;
  }

  to {
    transform: scale(1.5);
    opacity: 0;
  }
}

#whatsappbtn img {
    width: 30px;
}
#GoToTop {
    cursor: pointer;
    position: fixed;
    bottom: 5%;
    right: 2%;
    z-index: 99999999;
    display: flex !important;
    padding: 16px 9px;
    background: #eef2ef;
    border: 1px solid #d5d5d5;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 20px;
    align-items: center;
    justify-content: center;
}

#GoToTop:hover {
  background: #4276584d;
  color: #fff;
}

#GoToTop i {
  display: block;
  font-size: 17px;
  color: #427658;
  margin-bottom: 2px
}


/* Other Css  */

.what-we-do {
    padding: 60px 0;
}
.what-we-do img {
    width: 100%;
    height: 425px;
    object-fit: cover;
    border-radius: 10px;
}
.post-content ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 20px;
}
.post-content ul li:after {
    position: absolute;
    content: '';
    top: 10px;
    left: 0;
    height: 7px;
    width: 7px;
    background: #435a30;
    border-radius: 50%;
    outline: 1px solid #435a30;
    outline-offset: 5px;
}
.post-content ul {
    margin-top: 30px;
    padding-left: 9px;
}

/* work section  */

.work {
    background: #f7fafa;
    padding: 55px 0 90px;
    margin-bottom: 60px;
    overflow: hidden;
}

.shapes {
    position: absolute;
    top: 0;
    left: 15px;
    pointer-events: none;
}

.shapes img {
    width: 500px;
    height: 450px;
    object-fit: cover;
    will-change: transform;
}

.shapes2 {
    position: absolute;
    top: 0;
    right: 15px;
    pointer-events: none;
}

.shapes2 img {
    width: 400px;
    height: 800px;
    object-fit: cover;
    will-change: transform;
    transform: rotate(180deg);
}
.work #pills-tab {
    justify-content: space-between;
    display: flex;
    column-gap: 20px;
    background: #ffff;
    border-radius: 10px;
    box-shadow: 0 0 10px 0px rgb(0 0 0 / 9%);
    padding: 10px;
    position: relative;
    z-index: 9;
}
.work li.nav-item {
    margin: 0;
}
.work .nav-pills button {
    background: #fff;
    color: #000;
    padding: 10px 35px !important;
    border-radius: 5px;
    font-weight: 500;
    font-size: 15px;
    width: 100%;
}
.work #pills-tab li {
    width: 32%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.work .fade {
    opacity: 1;
}
.work-list img {
    height: 230px;
    object-fit: cover;
    border-radius: 10px;
    width:100%;
}
.work-list h3 {
    font-size: 21px;
}
.work-list {
    background: #fff;
    padding: 16px;
    margin-top: 30px;
    border: 1px solid #00000012;
    position: relative;
}
.work-list img {
    height: 230px;
    object-fit: cover;
    border-radius: 10px;
    width: 100%;
    margin-bottom: 15px;
}
.workinfo p {
    font-size: 14.8px;
}
.work #pills-1-tab {
    position: relative;
    padding: 10px 22px 10px 43px;
}
.work #pills-2-tab {
    position: relative;
    padding: 10px 22px 10px 43px;
}
.work #pills-3-tab {
    position: relative;
    padding: 10px 22px 10px 43px;
}
.work button#pills-1-tab::after {
    position: absolute;
    content: "\f109";
    font-family: "FontAwesome";
    font-weight: normal;
    left: 106px;
    font-size: 19px;
}
.work button#pills-2-tab::after {
    position: absolute;
    content: "\f201";
    font-family: "FontAwesome";
    font-weight: normal;
    left: 106px;
    font-size: 19px;
}
.work button#pills-3-tab::after {
    position: absolute;
    content: "\f19d";
    font-family: "FontAwesome";
    font-weight: normal;
    left: 106px;
    font-size: 19px;
}

/* How we work section  */

.howwework p {
    text-align: center;
    width: 80%;
    margin: 0 auto;
    line-height: 30px;
}
.howwework {
    margin-bottom: 60px;
}
.approach {
    padding: 30px;
    text-align: left;
    background: #3d55302b;
    border-radius: 10px;
    margin-bottom: 60px;
}
.approach p {
    text-align: left;
    margin: 0 0 20px;
    color: #000;
    width: 85%;
}
.approach .leftheading {
    font-size: 33px;
}

.outcomes-pane{
display:none;
}
.outcomes-pane.active{
display:block;
}

#outcomes-tabs {
    display: flex;
    align-items: center;
    justify-content: space-around;
    column-gap: 20px;
    background: #fff;
    border: 1px solid #0000001f;
    border-radius: 6px;
    padding: 10px;
    margin-bottom: 50px;
}
li.outcomes-tab-item {
    margin: 0;
}
.approach .btn {
    background: #435a30;
    border: unset !important;
    padding: 8px 20px;
    letter-spacing: 1px;
}

#outcomes-tabs button {
    border: none;
    background: #fff;
    padding: 8px 30px;
    border-radius: 6px;
    font-size: 15px;
    letter-spacing: 1px;
    width: 100%;
}
ul#outcomes-tabs li {
    width: 49%;
}
.outcomes {
    padding: 60px 0;
}
.outcomescntinfo {
    background: #f7f7f7;
    height: 100%;
    padding: 20px;
    border-radius: 6px;
    border: 1px solid #3d55302b;
    overflow: hidden;
}
.infos {
    display: flex;
    align-items: center;
    column-gap: 15px;
    position: relative;
    margin-bottom: 15px;
}
.infos h3 {
    position: absolute;
    padding-left: 50px;
    font-size: 17px;
}
.outcomescntinfo h3 {
    font-size: 17px;
}
.outcomescntinfo span {
    height: 40px;
    width: 40px;
    background: #3d5530;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 15px;
    color: #fff;
}
button.outcomes-tab-btn.active {
    background: #f0f2f4 !important;
    color: #000 !important;
    font-weight: 600;
}
.outcomes-tab-item button::after {
    position: absolute;
    content: "\f109";
    font-family: "FontAwesome";
    font-weight: normal;
    left: 155px;
    font-size: 19px;
}
.outcomes-tab-item button {
    position: relative;
}

/* about me section  */

.abou-cnt p {
    text-align: center;
    line-height: 30px;
}
.aboutmecards-info img {
    width: 120px;
    height: 120px;
    border-radius: 10px;
    object-fit: cover;
    object-position: top;
}
.aboutmecards-info span {
    font-size: 16px;
    display: block;
    margin: 10px 0;
}
.aboutme {
    background: #fafbfb;
    padding: 50px 0;
    margin-bottom: 45px;
    overflow: hidden;
}
.aboutmecards-item {
    background: #fff;
    width: 80% !important;
    margin: 40px auto 0 !important;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px 0px rgba(0,0,0,0.1);
}
.aboutmecards-item h3 {
    font-size: 35px;
}
.aboutmecards-info span {
    font-size: 15px;
}

.aboutme .shapes {
  position: absolute;
  top: 0;
  left: 15px;
  z-index: 1;
  pointer-events: none;
}

.aboutme .container {
  position: relative;
  z-index: 2;
}

.aboutme .shapes img {
    width: 500px;
    height: 450px;
    object-fit: cover;
   will-change: transform;
   transform: translateZ(0);
}
.aboutme .shapes2 {
    position: absolute;
    top: 120px;
    right: 15px;
    pointer-events: none;
    transform: rotate(
256deg);
}
.testbox .quote {
    width: 35px;
    opacity: .6;
}

/* faq section  */

.accordion-item {
    background-color: #ffe69926;
    border-bottom: unset !important;
    margin: 30px auto;
    width: 80%;
}
.accordion-header {
    margin-bottom: 0;
}
.question button {
    background: #deebf773;
    border-radius: 6px !important;
    font-weight: 600;
    font-size: 22px;
}
.accordion-button:not(.collapsed) {
    color: var(--green);
    background-color: #f9f9f9 !important;
    box-shadow: unset !important;
}
.accordion-button:focus {
    box-shadow: unset !important;
}
.faq {
    margin-bottom: 60px;
}

/* contact us section  */

.getintouch {
    padding: 60px 0;
}
.getintouch-dtls h4 {
    font-size: 23px;
    margin: 0 0 5px;
}
.getintouch-dtls i {
    height: 55px;
    width: 55px;
    background: #3d553045;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto 12px;
    font-size: 22px;
}
.getintouch .texts {
    width: 65%;
    margin: 0 auto;
    line-height: 30px;
}
.getintouch .container {
    border: 1px solid #0000001f;
    padding: 30px 30px 0;
    border-radius: 10px;
}
div#wpcf7-f1862-o1 .row {
    width: 85%;
    margin: 50px auto 0;
}
div#wpcf7-f1862-o1 .row p {
    margin: 0;
}



#rmp-menu-wrap-1108 .rmp-menu-item-link {
  padding-right: 12px !important;
}

#rmp-menu-wrap-1108 .rmp-menu-current-item .rmp-menu-item-link {
  color: #fff !important;
  background-color: #ffffff0d !important;
}

li#rmp-menu-item-1000 {
  background: #008863;
}

li#rmp-menu-item-1000 a {
  color: #fff !important;
}


/* Custom responsive mneu css  */

.menu-toggle{
    width:30px;
    cursor:pointer;
    display:none;
    flex-direction:column;
    gap:5px;
}
.navi{
    position:relative;
}
.menu-toggle span{
    height:3px;
    background:#000;
    display:block;
    border-radius:2px;
}

.menutop{
    display:flex;
    gap:25px;
}

span.arrow i {
    font-size: 30px;
}
.wehelp span {
    width: 35%;
    border-radius: 3px;
    font-size: 17px !important;
    font-weight: 500 !important;
	width: 35%;
}
/* Additional Css Added by Lopa */
.morecnt span {
    text-transform: uppercase;
    color: var(--primary);
    letter-spacing: 2px;
    font-size: 15px;
    display: block;
    width: 100%;
    text-align: center;
    font-weight: 500;
    margin-bottom: 20px;
    font-family: 'Inter';
}
li#menu-item-1957 {
    background: #37461e;
    border-radius: 10px;
    padding: 0px 10px;
}
li#menu-item-1957 a {
/*     color: #bdae07 !important; */
	color: #F3E8DB !important;
}
.editor-one p {
	width: 75% !important;
}
.aboutme-content h6 {
    background: #F3E8DB;
    display: inline-block;
    padding: 8px 25px;
    border-radius: 50px;
    color: #0D3846;
}
/* .morecnt ul {
    width: 65%;
    margin: 0 auto;
    text-align: justify;
	color: #283224;
} */

/* Where We Help Most Section */

.framework {
  padding: 40px 20px;
}

.frame-container {
  max-width: 1100px;
  margin: auto;
  background: #f8faf8;
  border-radius: 10px;
  padding: 30px;
  border: 1px solid #e0e6e0;
}

/* Titles */
.subtitle {
    text-align: center;
    letter-spacing: 2px;
    color: var(--primary);
    font-size: 15px;
    font-weight: 500;
    font-family: 'Inter';
}

.title {
  text-align: center;
  font-size: 28px;
  margin-left: -95px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

/* Faded Anxiety */
.fade {
    color: #6c7a73 !important;
    font-weight: 500 !important;
    opacity: unset !important;
}
/* Arrow */
.arrow {
  color: #6c9a7c;
  font-weight: 600;
}

/* Highlight Containment */
.highlight {
  color: #6c9a7c;
  font-weight: 700;
}
.title span.fade {
    text-align: right;
    font-family: "Playfair Display", serif;
    font-size: 28px;
    font-weight: 500 !important;
    text-transform: capitalize;
}
span.arrow {
    width: 10% !important;
}
span.highlight {
    text-align: left;
	font-family: "Playfair Display", serif;
    font-size: 28px;
    font-weight: 500 !important;
	color: #6c7a73;
	text-transform: capitalize;
}
/* Top Cards */
.top-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.card {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  border: 1px solid #e2e8e2;
}

.card-title {
  display: flex;
  align-items: center;
  font-size: 16px;
  margin-bottom: 15px;
}

.card-title-v2 {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 13px;
  letter-spacing: 1.5px;
}
.card-title-exact {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: "Georgia", "Times New Roman", serif;
  font-size: 16px;
}

/* Icon */
.card-title-exact .icon {
  font-size: 16px;
  color: #6c9a7c; /* green tone */
}

/* Society text */
.card-title-exact .main-text {
  font-weight: 600;
  color: #2f3e2f;
}

/* Dot */
.card-title-exact .dot {
  margin: 0 4px;
  color: #9aa39a;
  font-size: 14px;
}

/* External text */
.card-title-exact .sub-text {
  color: #9aa39a;
  font-size: 14px;
  font-weight: 500;
}


/* EXTERNAL text */
.sub-text {
  color: #9aa39a;
  font-weight: 500;
}
.tag {
  font-size: 12px;
  color: #7a8a7a;
  margin-left: 5px;
}

.inner-box {
  background: #f3f7f3;
  padding: 15px;
  border-radius: 8px;
  color: #6c7a73;	
}

.badge {
  display: inline-block;
  background: #dbeadf;
  padding: 4px 10px;
  font-size: 12px;
  border-radius: 20px;
  margin-bottom: 10px;
}

.inner-box ul {
  padding-left: 18px;
  margin: 0;
}

.inner-box li {
    margin-bottom: 6px;
    font-size: 14px;
    list-style-type: disc;
}
span.badge {
    font-size: 14px !important;
    font-weight: 700 !important;
    letter-spacing: 1px;
}
/* Process Label */
.process-label {
  text-align: center;
  margin: 25px auto;
  background: #dbeadf;
  color: var(--primary);
  padding: 6px 15px;
  border-radius: 20px;
  width: fit-content;
  font-size: 13px;
}

/* Bottom Cards */
.bottom-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.process-card {
  border-radius: 10px;
  padding: 20px;
  position: relative;
}

.process-card.light {
    background: #eaf2ec;
    color: #777;
}
.process-card.dark {
    background: #4f7f64a3;
    color: #fff !important;
    border: 1px solid #dbeadf;
}
.process-card h4 {
  margin-bottom: 10px;
  font-size: 16px;
}

.process-card ul {
  padding-left: 0px;
  margin: 0;
}

.process-card li {
  margin-bottom: 6px;
  font-size: 14px;
}

/* Step Circle */
.step {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #b7cbbd;
  color: #2d3b2d;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

/* Responsive */

@media (max-width: 1024px){
	.about-results{
		width: 100%;
	}
	.menucontainer .menutop {
		gap: 1px!important;
	}
	.copyright p {
		font-size: 12px!important;
	}
}
@media (max-width: 768px) {
  .top-cards,
  .bottom-cards {
    grid-template-columns: 1fr;
  }
}
/* Mobile */

@media (max-width:991px){
	
	.results .row .col-lg-6:nth-child(2) {
		padding-left: 10px;
	}
	section.lens-we-bring {
		padding: 40px 0!important;
	}
	.copyright .row {
		justify-content: center;
	}
	.foot_logo {
		width: 100%;
		justify-content: center;
	}

.menu-toggle{
    display:flex;
    flex-direction:column;
    position:fixed;
    top:25px;
    right:25px;
    z-index:9999;
}
ul.menutop {
    position: fixed;
    top: 0;
    height: 100%;
    width: 300px;
    background: #000;
}
.menutop{
    display:none;
    position:absolute;
    top:100%;
    right:0;
    background:#fff;
    width:250px;
    padding:20px;
    list-style:none;
    box-shadow:0 10px 20px rgba(0,0,0,0.1);
}

.menutop li{
    display:block;
    margin-bottom:12px;
}

.menutop.active{
    display:block !important;
}

}



@media only screen and (max-width:1199px) {
  h1 {
    font-size: 44px;
  }

  h2 {
    font-size: 38px;
  }

  h3 {
    font-size: 42px;
  }

  h4 {
    font-size: 22px;
  }

  .jungle-sec h2 {
    width: 75%;
  }

  .jungle-sec h3 {
    width: 30%;
  }

  .service_box {
    width: 45%;
  }

  .header_text h1 {
    font-size: 62px;
  }

  .header_text h1 span:before {
    width: 373px;
    height: 12px;
    top: 65px;
  }

  .homereview {
    padding: 80px 0 50px;
  }

  .contact_sec iframe {
    width: 100%;
  }

  .copyright p {
    text-align: left;
  }

  .breadcrumbs h1,
  .breadcrumbs1 h1,
  .breadcrumbs2 h1,
  .breadcrumbs3 h1 {
    font-size: 34px;
  }

  .footer-dtls ul li {
    padding: 3px 9px;
    width: 34px;
    height: 34px;
  }

  ul.socialicon i {
    font-size: 1.1em;
  }
}

@media only screen and (max-width:1080px) {
  h2 {
    font-size: 38px;
  }

  h3 {
    font-size: 36px;
  }

  h4 {
    font-size: 20px;
  }

  .re_para p {
    font-size: 1.5em;
  }

  .below-header h6 {
    margin: 0 0 0 4px;
  }

  .below-header h6:before {
    width: 22px;
  }

  .ft-logo img {
    height: 62px;
  }

  .ft-info img {
    width: 100%;
  }

  .about_box h3:before {
    width: 70px;
    height: 7px;
    margin-top: 36px;
  }

}

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

  h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 28px;
  }

  h4 {
    font-size: 20px;
  }

  button.btn.getintouch_btn {
    display: none;
  }

  .header_text h1 {
    font-size: 46px;
  }

  .header_text h1 span:before {
    width: 280px;
    height: 12px;
    top: 44px;
  }

  .header_text p {
    width: 80%;
  }

  .banner-section {
    padding: 40px 0;
  }

  .jungle-sec {
    padding: 300px 0 20px;
  }

  .jungle-sec h2 {
    font-size: 30px;
  }

  .jungle-sec h3 {
    width: 40%;
  }

  .jungle-sec h3 {
    font-size: 28px;
  }

  .home-service-sec {
    padding: 60px 0;
    margin: 60px 0 0;
  }

  .service_cont {
    flex-direction: column;
    row-gap: 30px;
  }

  .service_left {
    width: 100%;
  }

  .service_right {
    width: 100%;
  }

  .expert_cont {
    flex-direction: column;
    row-gap: 30px;
  }

  .expert_left,
  .expert_right {
    width: 100%;
  }

  .expert_left {
    display: none;
  }

  .process_left,
  .expert_right {
    width: 100%;
  }

  .howit_cont {
    flex-direction: column;
  }

  .howit_left,
  .howit_right {
    width: 100%;
  }

  .howitbox_cont {
    padding: 40px 0;
    flex-direction: column;
    row-gap: 30px;
  }

  .why_choose_head {
    width: 100%;
  }

  .why_boxe_cont {
    flex-direction: column;
    row-gap: 30px;
  }

  .service_box {
    width: 100%;
  }

  .work_process_cont {
    flex-direction: column;
    row-gap: 30px;
  }

  .service_details_cont {
    flex-direction: column;
    row-gap: 30px;
  }

  .service_details_left,
  .service_details_right {
    width: 100%;
  }

  .faq_cont {
    flex-direction: column;
    row-gap: 30px;
  }

  .faq_left,
  .faq_right {
    width: 100%;
  }

  .set>a {
    font-size: 1.2em;
    padding: 20px 15px;
  }

  .footer_logo_holder h3 {
    font-size: 38px;
  }
	
  .footer_logo_holder {
    width: 100%;
    display: flex;
    align-items: center;
    column-gap: 30px;
  }

  .foot_logo_cont {
    flex-direction: column;
    row-gap: 30px;
  }

  .footer_txt_block {
    width: 100%;
  }

  .breadcrumbs {
    padding: 40px 0;
  }

  a.btn.getintouch_btn {
    margin-right: 150px;
  }

  .re_para {
    width: 100%;
  }

  .footer_clm_holder {
    column-gap: 15px;
    padding: 15px 0 0;
    flex-direction: column;
    row-gap: 24px;
  }

  .ft-logo img {
    height: 45px;
  }

  img.rmp-menu-title-image {
    height: auto;
  }

  #rmp_menu_trigger-1108 {
    top: 33px !important;
  }

  header.fixed #rmp_menu_trigger-1108 {
    top: 8px !important;
  }

  #rmp_menu_trigger-1108.fixed {
    top: 20px !important;
  }

  .footer-dtls p {
    text-align: center;
  }

  .footer-dtls {
    align-items: center;
    flex-direction: column;
  }

  a.foot-phone {
    display: block;
  }

  .copyright .col-sm-6 {
    width: 100%;
    text-align: center;
  }

  .copyright p {
    text-align: center;
    margin: 10px 0 0;
  }
}

@media only screen and (max-width: 823px) {
  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 22px;
  }

  .homereview button.slick-next.slick-arrow,
  .about_customers button.slick-next.slick-arrow {
    right: 0;
  }

  .homereview button.slick-prev.slick-arrow,
  .about_customers button.slick-prev.slick-arrow {
    right: 100px;
  }

  .wp-block-media-text .wp-block-media-text__content,
  .wp-block-media-text .wp-block-media-text__media,
  .wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,
  .wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media {
    align-self: flex-start;
  }

  .wp-block-spacer {
    height: 12px !important;
  }

  .breadcrumbs h1,
  .breadcrumbs1 h1,
  .breadcrumbs2 h1,
  .breadcrumbs3 h1 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 767px) {
	
	.results .row .col-lg-6:nth-child(2) {
        padding-left: 10px!important;
    }
  .logo img {
    height: 60px;
  }
	.contact_section .row{
		flex-direction: column;
		gap: 1rem;
	}
	
	.contact_section img{
		height: auto;
	}
  .header-fle {
    padding: 0 15px;
  }

  .header_text {
    flex-direction: column;
  }

  .header_text h1 {
    text-align: center;
  }

  .home-service-sec {
    margin: 0px 0 0;
  }

  .jungle-sec h2 {
    width: 90%;
  }

  .home-howitworks-sec {
    padding: 90px 20px 40px;
  }

  .home-blog-sec {
    padding: 90px 20px;
  }

  .article-blocks .col-sm-4 {
    margin: 20px 0;
  }

  .article-blocks img {
    height: 280px;
  }

  .home_logo,
  .home_team,
  .project_sec,
  .form_sec_01,
  .cta {
    padding: 60px 0;
  }

  .form_indi {
    text-align: left;
  }

  .homereview {
    padding: 60px 0 50px;
  }

  .re_para p {
    font-size: 1.5em;
    line-height: 1.5em;
  }

  .form_sec_01 {
    flex-direction: column;
  }

  article.post img {
    height: 270px !important;
  }

  .contact_form_1 {
    margin: 0 60px;
  }
	section.lens-we-bring {
		padding: 20px 0!important;
	}

  footer {
    padding: 70px 15px 60px;
  }
	    .heartofwork {
        padding: 0px 0;
    }
}

@media only screen and (max-width: 667px) {
  contact_form_1 {
    margin: 60px 60px;
  }
}

@media only screen and (max-width: 568px) {
  .jungle-sec h3 {
    width: 56%;
  }

  .home-expert-sec {
    padding: 70px 0 0;
  }

  .blog_head {
    width: 100%;
    margin-bottom: 15px;
  }

  .project_sec,
  .form_sec_01 {
    padding: 50px 0 16px;
  }

  .home-howitworks-sec {
    padding: 55px 20px 15px;
  }

  .ser_det_low_sec,
  .contact_sec,
  .contact_form_sec,
  .why_choose_sec,
  .faq_section {
    padding: 50px 0;
  }

  .service_main_sec {
    padding: 50px 0 0;
  }

  .home-testimonial-sec {
    padding: 50px 15px 30px;
  }
  .home-testimonial-sec .shapes {
  position: absolute;
  top: 0;
  left: 15px;
  z-index: 1;
  pointer-events: none;
}

.home-testimonial-sec .container {
  position: relative;
  z-index: 2;
}

.home-testimonial-sec .shapes img {
    width: 500px;
    height: 450px;
    object-fit: cover;
   will-change: transform;
   transform: translateZ(0);
}
  .re_para p {
    font-size: 1.3em;
    line-height: 1.5em;
  }

  .homereview {
    padding: 60px 0 15px;
  }

  .foot_logo_cont {
    column-gap: 30px;
  }

  .footer_logo_holder h3 {
    font-size: 32px;
  }

  button#wpforms-submit-1044 {
    margin: -71px 0 0;
  }

  img.rmp-menu-title-image {
    height: auto;
    width: 120px;
  }

  .header-fle {
    padding: 0 10px;
  }
}


@media only screen and (max-width: 480px) {
  h1 {
    font-size: 34px;
  }

  h2 {
    font-size: 26px !important;
  }

  h4 {
    font-size: 22px;
  }

  a.btn.getintouch_btn {
    margin-right: 90px;
  }

  .header_text h1 {
    font-size: 38px;
  }

  .header_text h1 span:before {
    width: 231px;
    height: 10px;
    top: 38px;
  }

  .header_text p {
    width: 95%;
  }

  .jungle-sec h2 {
    font-size: 26px;
  }

  .jungle-sec h3 {
    font-size: 24px;
  }

  .howitbox_cont {
    row-gap: 20px;
  }

  .testi_head {
    width: 80%;
  }

  .foot_logo_cont {
    column-gap: 20px;
  }

  .footer_clm_holder {
    row-gap: 15px;
  }

  .copyrightlinks {
    flex-direction: column;
  }

  .contact-page-sec iframe {
    height: 250px;
  }

  .contact_form_1 {
    margin: 5px 54px;
  }

  .conta_sec_01 {
    align-items: center;
    margin: 20px 0;
    flex-direction: column;
    text-align: center;
  }

  .conta_sec_01 p {
    text-align: center;
  }
}

@media only screen and (max-width: 460px) {
  .header_text h1 {
    font-size: 38px;
  }
}

@media only screen and (max-width: 450px) {
  .header-right img {
    width: 100%;
  }

  .breadcrumbs h1,
  .breadcrumbs1 h1,
  .breadcrumbs2 h1,
  .breadcrumbs3 h1 {
    font-size: 32px;
  }
}

@media only screen and (max-width: 420px) {
  h1 {
    font-size: 32px;
  }

  .header_text h1 {
    font-size: 32px;
  }

  .header_text h1 span:before {
    width: 194px;
    height: 6px;
    top: 32px;
  }

  .jungle-sec h2 {
    font-size: 22px;
  }

  .jungle-sec h3 {
    width: 70%;
  }

  .footer_logo_holder {
    flex-direction: column;
  }

  foot_logo_cont {
    flex-direction: column;
    row-gap: 30px;
  }

  .contac_right a {
    word-break: break-all;
  }
}

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

  .breadcrumbs h1,
  .breadcrumbs1 h1,
  .breadcrumbs2 h1,
  .breadcrumbs3 h1 {
    font-size: 30px;
  }


}

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

@media only screen and (max-width: 390px) {
  header .getintouch_btn {
    padding: 12px 20px;
  }

  .header_text h1 {
    font-size: 32px;
  }

  .breadcrumbs {
    background-position: -190px -58px;
  }

  .we_meet_sec p {
    font-size: 28px;
  }


}

@media only screen and (max-width: 330px) {
  .header_text h1 {
    font-size: 26px;
  }

  .header_text h1 span:before {
    width: 161px;
    height: 6px;
    top: 26px;
  }

  .jungle-sec h2 {
    font-size: 20px;
    width: 96%;
  }

  .jungle-sec h3 {
    width: 81%;
  }

}

@media only screen and (max-width: 360px) {
  .header_text h1 {
    font-size: 30px;
  }

  .contact_form_1 {
    margin: 5px 30px;
  }
}

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

@media only screen and (max-width: 320px) {
  h1 {
    font-size: 23px;
  }
}


/* Card */
.top-bar {
    display: inline-flex;
}
.top-bar p {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    margin: 0;
    font-size: 20px;
}

/* Title Text */
span.main-text {
    font-size: 13px !important;
    font-weight: 700 !important;
    display: flex;
    justify-content: flex-start;
    margin: 5px 0 0 0;
    /* align-content: center; */
    align-self: center;
}
img.emoji {
    margin-top: -5px !important;
}
span.sub-text {
    font-size: 10px !important;
    display: flex;
    margin: 5px 0 0 28px;
    color: #838383;
    /* padding-left: 29px; */
}
span.sub-text1 {
    font-size: 10px !important;
    display: flex;
    margin: -9px 0 12px 4px;
    color: #838383;
}
.dot {
  color: #9aa5ab;
}

.custom-card {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

/* Title Styling */
.card-title-exact {
    /* font-size: 15px; */
    font-weight: 600;
    color: #374151;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0px !important;
}

.card-title-exact .icon {
    font-size: 32px !important;
}

.card-title-exact .main-text {
    font-weight: 600 !important;
    font-size: 18px !important;
    color: #2f3e2f !important;
}
.card-title-exact .sub-text {
  color: #6b7280;
  font-weight: 500;
}

.card-title-exact .dot {
  color: #9ca3af;
}

/* Inner Box */
.inner-box {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 15px;
}

.inner-title {
/*   font-size: 15px; */
  font-weight: 600;
  margin-bottom: 10px;
  color: #6c7a73;
}

/* List */
.custom-list {
  padding-left: 18px;
  margin: 0;
}

.custom-list li {
    margin-bottom: 6px;
    color: #6c7a73;
    list-style-type: disc;
}


/* ===== HAMBURGER ===== */
.menu-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
}
.menu-toggle span {
    width: 25px;
    height: 3px;
    background: #000;
    display: block;
}

/* ===== MOBILE SIDEBAR ===== */
.mobile-sidebar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 280px;
    height: 100%;
/*     background: #111; */
	background: #37461e;
    padding: 60px 20px;
    transition: 0.4s;
    z-index: 10000;
}
.mobile-sidebar.active {
    right: 0;
}

/* ===== CLOSE BUTTON ===== */
.menu-close {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
}

/* ===== MOBILE MENU ===== */
.mobile-menu {
    list-style: none;
    padding: 0;
}
.mobile-menu li {
    margin-bottom: 15px;
}
.mobile-menu li a {
    color: #fff !important;
    text-decoration: none;
    font-size: 18px;
}

/* ===== OVERLAY ===== */
.menu-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 9999;
}
.menu-overlay.active {
    opacity: 1;
    visibility: visible;
}



.menucontainer .menutop {
	display: flex;
    gap: 8px;
}
/* header.fixed ul li a {
    color: #ffffff;
} */
/* ===== RESPONSIVE ===== */
@media (max-width: 991px){

    .desktop-menu {
        display: none;
    }

    .menu-toggle {
        display: flex;
    }
	.menucontainer {
    position: relative;
    float: right;
    display: none !important;
}
}

/* .mobile-sidebar {
    position: fixed;
    top: 0;
    right: -300px;
    width: 280px;
    height: 100%;
    background: #111;
    transition: 0.3s ease;
    z-index: 9999;
}

.mobile-sidebar.active {
    right: 0;
} */

.menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    display: none;
}

.menu-overlay.active {
    display: block;
}
section.lens-we-bring {
    padding: 50px;
    background: #F3E8DB;
}

