/*------------------------------------------------------------------
[Master Stylesheet]

Project:  Artelligence
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Table of contents]

1. Body
2. Header
3. Banner Section
4. About Us Section
5. Services Section
6. Choose us Section
7. Case study Section
8. Testimonials Section
9. Partner Section
10. FAQ's Section
11. Footer Section
*/

/* @import url("https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700&family=Ubuntu:wght@300;400;500;700&display=swap"); */

@import url("https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400..700;1,400..700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playwrite+US+Modern:wght@100..400&display=swap");

:root {
  --e-global-color-primary: #262626;
  --e-global-color-secondary: #2be0f7;
  --e-global-color-text: #787878;
  --e-global-color-accent: #2293aa;
  --e-global-color-white: #ffffff;
  --e-global-color-very-dark-grayish-blue: #3e454a;
  --e-global-color-very-dark-blue: #042237;
  --e-global-color-dark-blue: #052b45;
  --e-global-color-very-blue: #03263e;
  --e-global-color-very-dark-mostly-black-blue: #02162d;
  --e-global-color-dark-cyan: #2397ae;
  --e-global-color-light-black: #2e2e2e;
  --e-gradient-1: #02162d;
  --e-gradient-2: #36e0f7;
  /* --main-font: "Manrope", sans-serif; */
  --main-font: "Montserrat", sans-serif;
  /* --main-font-Ubuntu: "Ubuntu", sans-serif; */
  --main-font-Ubuntu: "Playwrite US Modern", cursive;

  --main-font-FontAwesome: "FontAwesome";
}

/* body {
  font-family: var(--main-font-Ubuntu);
} */

.h1,
h1 {
  font-size: 66px;
  line-height: 72px;
  font-weight: 700;
}
.h2,
h2 {
  font-size: 46px;
  line-height: 52px;
  font-weight: 700;
  color: var(--e-global-color-primary);
}
.h3,
h3 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  color: var(--e-global-color-primary);
}
.h4,
h4 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  color: var(--e-global-color-primary);
}
.h5,
h5 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  text-transform: uppercase;
  color: #0d3954;
}
.h6,
h6 {
  font-size: 22px;
  line-height: 55px;
  font-weight: 400;
  color: var(--e-global-color-primary);
}
p {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  font-family: var(--main-font);
  color: var(--e-global-color-text);
}
.text-size-18 {
  font-size: 18px;
  line-height: 30px;
}
.text-size-16 {
  font-size: 16px;
  line-height: 22px;
}

/* Home Page Style */

.banner_outer {
  background: url("../images/banner-background.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.banner_outer .header {
  padding: 0 280px 0 265px;
}
.banner_outer .banner-sideshape {
  position: absolute;
  left: -38px;
  top: -14px;
}

.navbar-collapse ul {
  align-items: center;
  display: inherit;
}
.navbar-nav .nav-item a {
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  font-family: var(--main-font);
  color: var(--e-global-color-white) !important;
  margin-top: -6px;
}
.navbar-nav .nav-item a:hover {
  color: var(--e-global-color-secondary) !important;
  background-color: transparent;
}
.navbar-nav .active > a {
  color: var(--e-global-color-secondary) !important;
}
.navbar-nav .nav-item .lets_talk {
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  font-family: var(--main-font);
  padding: 4px 2px 4px 42px;
  text-align: center;
  display: inline-block;
  border-radius: 30px 30px 30px 0;
  color: var(--e-global-color-white) !important;
  background-image: linear-gradient(
    to right,
    var(--e-gradient-1) 0%,
    var(--e-gradient-2) 100%
  );
}
.navbar-nav .nav-item .lets_talk:hover {
  color: var(--e-global-color-white) !important;
  background-image: linear-gradient(
    to right,
    var(--e-gradient-1) 0%,
    var(--e-gradient-2) 100%
  );
}
.navbar-nav .nav-item .lets_talk:hover .circle {
  background-color: var(--e-global-color-very-dark-blue);
}
.navbar-nav .nav-item .lets_talk:hover .circle:before {
  color: var(--e-global-color-white);
}
.navbar-nav .nav-item .circle {
  background: var(--e-global-color-white);
  border-radius: 100px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  margin: 0 3px 0 12px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
.navbar-nav .nav-item .circle:before {
  font-size: 18px;
  padding-top: 2px;
  font-family: var(--main-font-FontAwesome);
  transition: all 0.3s ease;
  color: var(--e-global-color-dark-blue);
}
.navbar-brand {
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.navbar {
  position: relative;
  padding: 42px 0;
  z-index: 1;
}
.navbar-nav li {
  margin: 0 12px;
}
.navbar-nav li:first-child {
  margin-left: 0;
}
.navbar-nav li:last-child {
  margin-right: 0px;
  padding-right: 0;
  margin-left: 31px;
}
.navbar-nav .dropdown {
  margin: 0 15px 0 20px;
}
.navbar-nav .nav-item .dropdown-item {
  color: var(--e-global-color-black) !important;
  transition: all 0.3s ease-in-out;
}
.navbar-nav .nav-item .dropdown-item:hover {
  color: var(--e-global-color-white) !important;
  background-color: var(--e-global-color-accent) !important;
  transition: all 0.3s ease-in-out;
  border-radius: 3px 3px 0 0;
}
.navbar-nav .drop-down-pages .active > a {
  color: var(--e-global-color-white) !important;
  background-color: var(--e-global-color-accent) !important;
}
.navbar-collapse .drop-down-pages {
  text-align: left;
  margin-left: 0;
}
.navbar-nav .dropdown-menu {
  background-color: var(--e-global-color-white);
  position: absolute;
  left: -20px;
  top: 38px;
  padding: 0;
  border: none;
  box-shadow: 1px 1px 30px rgb(0 0 0 / 20%);
}
.navbar-nav .drop-down-pages li {
  margin: 0;
}
.navbar-nav .drop-down-pages .nav-item a {
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  font-family: var(--main-font);
  padding: 12px 20px;
  margin-top: 0;
}
.navbar-expand-lg .drop-down-pages .nav-link {
  padding-left: 0;
}
.navbar-nav .drop-down-pages li:last-child {
  margin-left: 0;
}
.banner-section {
  position: relative;
  padding: 152px 266px 290px;
  overflow: hidden;
}
.banner-section .banner_content h1 {
  margin-bottom: 13px;
  padding-right: 32px;
}
.banner-section .banner_content p {
  padding-right: 160px;
  margin-bottom: 27px;
}
.banner-section .banner_content .lets_talk {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  font-family: var(--main-font);
  padding: 4px 2px 4px 42px;
  text-align: center;
  display: inline-block;
  border-radius: 30px 30px 30px 0;
  color: var(--e-global-color-white) !important;
  transition: all 0.3s ease-in-out;
  background-image: linear-gradient(
    to right,
    var(--e-gradient-1) 0%,
    var(--e-gradient-2) 100%
  );
}
.banner-section .banner_content .lets_talk:hover {
  color: var(--e-global-color-white);
  background-image: linear-gradient(
    to right,
    #052b45 0%,
    #052b45 51%,
    #052b45 100%
  );
}
.banner-section .banner_content .circle {
  background: var(--e-global-color-white);
  border-radius: 100px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  margin: 0 3px 0 12px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
.banner-section .banner_content .lets_talk:hover .circle {
  background-color: var(--e-global-color-very-dark-blue);
}
.banner-section .banner_content .lets_talk:hover .circle:before {
  color: var(--e-global-color-white);
}
.banner-section .banner_content .circle:before {
  font-size: 18px;
  padding-top: 2px;
  font-family: var(--main-font-FontAwesome);
  transition: all 0.3s ease;
  color: var(--e-global-color-dark-blue);
}
.banner-section .banner_content .button1 {
  margin-right: 10px;
}
.banner-section .banner_content .banner-button {
  position: relative;
  z-index: 1;
}
.banner-section .banner-sideshape2 {
  position: absolute;
  left: -2px;
  bottom: -20px;
  z-index: 0;
}
.banner-section .banner_wrapper {
  position: relative;
}
.banner-section .banner_wrapper .banner-image {
  position: absolute;
  top: -116px;
  left: -210px;
}

/* About us */

.about-section {
  padding: 160px 0 172px;
}
.about-section .about_wrapper {
  position: relative;
}
.about-section .about_wrapper .about-image1 {
  position: absolute;
  left: -30px;
  top: -30px;
}
.about-section .about_wrapper .about-image2 {
  position: absolute;
  right: -22px;
  top: 322px;
}
.about-section .about_content {
  padding-left: 55px;
}
.about-section .about_content h2 {
  margin: 0 -10px 18px 0;
}
.about-section .about_content p {
  margin: 0 -10px 16px 0;
}
.about-section .about_content .about-lowercontent .image {
  float: left;
  padding-top: 8px;
}
.about-section .about_content .about-lowercontent .content {
  padding-left: 83px;
}
.about-section .about_content .about-lowercontent h4 {
  margin-bottom: 3px;
}
.about-section .about_content .about-lowercontent p {
  margin-bottom: 14px;
}
.about-section .about_content .about-lowercontent .text {
  margin-bottom: 35px;
}
.about-section .about_content .read_more {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  font-family: var(--main-font);
  padding: 4px 2px 4px 42px;
  text-align: center;
  display: inline-block;
  border-radius: 30px 30px 30px 0;
  color: var(--e-global-color-white) !important;
  transition: all 0.3s ease-in-out;
  background-image: linear-gradient(
    to right,
    var(--e-gradient-1) 0%,
    var(--e-gradient-2) 100%
  );
}
.about-section .about_content .read_more:hover {
  color: var(--e-global-color-white);
  background-image: linear-gradient(
    to right,
    #052b45 0%,
    #052b45 51%,
    #052b45 100%
  );
}
.about-section .about_content .circle {
  background: var(--e-global-color-white);
  border-radius: 100px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  margin: 0 3px 0 12px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
.about-section .about_content .circle:before {
  font-size: 18px;
  padding-top: 2px;
  font-family: var(--main-font-FontAwesome);
  transition: all 0.3s ease;
  color: var(--e-global-color-dark-blue);
}

/* Services */

.service-section {
  background-color: #eafcfe;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 0;
}
.service-section .service-image {
  position: absolute;
  left: -106px;
  top: 26px;
}
.service-section .service_content {
  padding-top: 120px;
}
.service-section .service_content h2 {
  padding-right: 86px;
  margin-bottom: 15px;
}
.service-section .service_content p {
  padding-right: 30px;
  margin-bottom: 35px;
}
.service-section .service_content .read_more {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  font-family: var(--main-font);
  padding: 4px 2px 4px 42px;
  text-align: center;
  display: inline-block;
  border-radius: 30px 30px 30px 0;
  color: var(--e-global-color-white) !important;
  transition: all 0.3s ease-in-out;
  background-image: linear-gradient(
    to right,
    var(--e-gradient-1) 0%,
    var(--e-gradient-2) 100%
  );
}
.service-section .service_content .read_more:hover {
  color: var(--e-global-color-white);
  background-image: linear-gradient(
    to right,
    #052b45 0%,
    #052b45 51%,
    #052b45 100%
  );
}
.service-section .service_content .circle {
  background: var(--e-global-color-white);
  border-radius: 100px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  margin: 0 3px 0 12px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
.service-section .service_content .circle:before {
  font-size: 18px;
  padding-top: 2px;
  font-family: var(--main-font-FontAwesome);
  transition: all 0.3s ease;
  color: var(--e-global-color-dark-blue);
}
.service-section .service_contentbox .service-box {
  background: var(--e-global-color-white);
  border-radius: 30px;
  padding: 35px 15px;
  text-align: center;
  margin-bottom: 10px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  border-bottom: 2px solid #249cb3;
  width: 100%;
}
.service-section .service_contentbox .service-box:hover {
  background-image: linear-gradient(
    to right,
    #082e45 0%,
    #17677e 51%,
    #249cb3 100%
  );
  border-bottom: 2px solid #249cb3;
  transform: translateY(-5px);
}
.service-section .service_contentbox .service-box:hover h4 {
  color: var(--e-global-color-white);
}
.service-section .service_contentbox .service-box:hover p {
  color: var(--e-global-color-white);
}
.service-section .service_contentbox .service-box figure {
  background: #eafcfe;
  border-radius: 100px;
  height: 120px;
  width: 120px;
  line-height: 120px;
  text-align: center;
  margin-bottom: 20px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
.service-section .service_contentbox .service-box figure:hover {
  transform: translateY(-5px);
}
.service-section .service_contentbox .service-box .read_more {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  font-family: var(--main-font);
  color: #0d3954;
  text-transform: uppercase;
}
.service-section .service_contentbox .box-top {
  padding-top: 30px;
}

/* Why choose us */

.choose-section {
  background: url("../images/choose-background.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 147px 0 160px;
}
.choose-section .choose-sideshape {
  position: absolute;
  right: 0;
  top: 0;
}
.choose-section .choose_wrapper {
  position: relative;
}
.choose-section .choose_wrapper .choose-image {
  position: absolute;
  top: -281px;
  left: -230px;
}
.choose-section .choose_content {
  padding-left: 70px;
}
.choose-section .choose_content h5 {
  margin-bottom: 6px;
}
.choose-section .choose_content h2 {
  margin-bottom: 16px;
}
.choose-section .choose_content p {
  margin-bottom: 15px;
}
.choose-section .choose_content .text {
  font-weight: 500;
  margin-bottom: 13px;
}
.choose-section .choose_content .text1 {
  margin-bottom: 33px;
}
.choose-section .choose_content ul li .circle {
  background-image: linear-gradient(
    to right,
    #082e45 0%,
    #17677e 51%,
    #249cb3 100%
  );
  border-radius: 100px;
  height: 25px;
  width: 25px;
  line-height: 25px;
  text-align: center;
  margin-right: 12px;
  margin-left: 0;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
.choose-section .choose_content ul li .circle:before {
  font-size: 14px;
  padding-top: 2px;
  font-family: var(--main-font-FontAwesome);
  transition: all 0.3s ease;
  color: var(--e-global-color-white);
}
.choose-section .choose_content .read_more {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  font-family: var(--main-font);
  padding: 4px 2px 4px 42px;
  text-align: center;
  display: inline-block;
  border-radius: 30px 30px 30px 0;
  color: var(--e-global-color-white) !important;
  transition: all 0.3s ease-in-out;
  background-image: linear-gradient(
    to right,
    var(--e-gradient-1) 0%,
    var(--e-gradient-2) 100%
  );
  position: relative;
  z-index: 1;
}
.choose-section .choose_content .read_more:hover {
  color: var(--e-global-color-white);
  background-image: linear-gradient(
    to right,
    #052b45 0%,
    #052b45 51%,
    #052b45 100%
  );
}
.choose-section .choose_content .circle {
  background: var(--e-global-color-white);
  border-radius: 100px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  margin: 0 3px 0 12px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
.choose-section .choose_content .read_more:hover .circle {
  background-color: var(--e-global-color-very-dark-blue);
}
.choose-section .choose_content .read_more:hover .circle:before {
  color: var(--e-global-color-white);
}
.choose-section .choose_content .circle:before {
  font-size: 18px;
  padding-top: 2px;
  font-family: var(--main-font-FontAwesome);
  transition: all 0.3s ease;
  color: var(--e-global-color-dark-blue);
}
.choose-section .choose-sideshape2 {
  position: absolute;
  right: 0;
  bottom: 0;
}

/* Case Study */

.study-section {
  padding: 130px 0 140px;
}
.study-section .study_content {
  text-align: center;
}
.study-section .study_content h5 {
  margin-bottom: 10px;
}
.study-section .study_content h2 {
  margin-bottom: 34px;
}
.study-section .case-box {
  margin-bottom: 30px;
}
.study-section .overlay:hover figure {
  border-radius: 30px;
  opacity: 1;
  background-image: linear-gradient(to right, #06243b 0%, #36e0f7 100%);
}
.study-section .overlay:hover img {
  opacity: 0.4;
}
.study-section .case-box .image {
  position: relative;
}
.study-section .case-box .content {
  position: absolute;
  padding: 0 50px 0 30px;
  margin-top: -196px;
}
.study-section .case-box .content h4 {
  margin-bottom: 18px;
}
.study-section .case-box .content span {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  font-family: var(--main-font);
  border-radius: 20px;
  background-color: #3a4853;
  padding: 5px 18px;
  text-align: center;
  display: inline-block;
  margin-bottom: 14px;
}
.study-section .case-box .circle {
  background-image: linear-gradient(
    to right,
    #0f4a61 0%,
    #1d7d94 51%,
    #28a8bf 100%
  );
  border-radius: 100px;
  height: 45px;
  width: 45px;
  line-height: 45px;
  margin-left: -2px;
  text-align: center;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
.study-section .case-box:hover .circle {
  background-image: linear-gradient(
    to right,
    #ffffff 0%,
    #ffffff 51%,
    #ffffff 100%
  );
}
.study-section .case-box:hover .circle:before {
  color: var(--e-global-color-secondary);
}
.study-section .case-box .circle:before {
  font-size: 18px;
  padding-top: 2px;
  font-family: var(--main-font-FontAwesome);
  transition: all 0.3s ease;
  color: var(--e-global-color-white);
}
.study-section .lower-images {
  margin-bottom: 28px;
}
.study-section .button {
  text-align: center;
}
.study-section .view_all {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  font-family: var(--main-font);
  padding: 6px 2px 6px 52px;
  text-align: center;
  display: inline-block;
  border-radius: 30px 30px 30px 0;
  color: var(--e-global-color-white) !important;
  transition: all 0.3s ease-in-out;
  background-image: linear-gradient(
    to right,
    var(--e-gradient-1) 0%,
    var(--e-gradient-2) 100%
  );
}
.study-section .view_all:hover {
  color: var(--e-global-color-white);
  background-image: linear-gradient(
    to right,
    #052b45 0%,
    #052b45 51%,
    #052b45 100%
  );
}
.study-section .circle {
  background: var(--e-global-color-white);
  border-radius: 100px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  margin: 0 3px 0 20px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
.study-section .circle:before {
  font-size: 18px;
  padding-top: 2px;
  font-family: var(--main-font-FontAwesome);
  transition: all 0.3s ease;
  color: var(--e-global-color-dark-blue);
}

/* Testimonial */

.testimonial-section {
  background-color: #eafcfe;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 109px 0 112px;
  position: relative;
  overflow: hidden;
}
.testimonial-section .testimonial-sideimage {
  position: absolute;
  right: -106px;
  top: -32px;
}
.testimonial-section .heading {
  text-align: center;
}
.testimonial-section h2 {
  margin-bottom: 38px;
}
.testimonial-section p {
  font-size: 22px;
  line-height: 35px;
  font-weight: 400;
  margin-bottom: 14px;
  color: var(--e-global-color-light-black);
}
.testimonial-section .testimonial_content h5 {
  margin-bottom: 4px;
}
.testimonial-section .testimonial_content .text-size-18 {
  font-weight: 700;
  margin-bottom: 4px;
  color: var(--e-global-color-secondary);
}
.testimonial-section .testimonial_content span {
  font-weight: 400;
  font-family: var(--main-font);
  color: var(--e-global-color-text);
  display: block;
}
.testimonial-section .testimonial_content .content-box .testimonial-image {
  position: absolute;
  top: 50px;
  left: -150px;
}
.testimonial-section .testimonial_content .content-box .box {
  background-image: linear-gradient(
    to right,
    #082e45 0%,
    #17677e 51%,
    #249cb3 100%
  );
  border-radius: 100px;
  height: 64px;
  width: 64px;
  padding-top: 17px;
  text-align: center;
  display: inline-block;
  border: 1px solid transparent;
  position: relative;
  top: -136px;
  left: -330px;
}
.testimonial-section .testimonial_content .content-box {
  border: 1px solid var(--e-global-color-white);
  border-bottom: 2px solid #249cb3;
  background: var(--e-global-color-white);
  border-radius: 35px;
  padding: 62px 68px 5px 143px;
  width: 74%;
  position: relative;
  margin-left: 218px;
  text-align: left;
  margin-bottom: 68px;
}
.testimonial-section .testimonial_content .content-box .circle {
  border-radius: 100px;
  height: 97px;
  width: 97px;
  line-height: 97px;
  text-align: center;
  display: inline-block;
  background: var(--e-global-color-secondary);
  position: absolute;
  top: -45px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#carouselExampleControls {
  text-align: center;
  display: inline-block;
  border-radius: 100px;
  color: var(--e-global-color-white) !important;
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 1;
}
#carouselExampleControls .carousel-control-prev {
  position: relative;
  left: -33px;
  top: 184px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  color: var(--e-global-color-white);
  opacity: 1;
  border: 1px solid #404e60;
  background: var(--e-global-color-very-dark-mostly-black-blue);
  padding: 0 10px;
  font-weight: bold;
  border-radius: 100px;
  display: inline-block;
}
#carouselExampleControls .carousel-control-next {
  position: relative;
  right: -28px;
  top: 110px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  color: var(--e-global-color-white);
  opacity: 1;
  border: 1px solid #404e60;
  background: var(--e-global-color-very-dark-mostly-black-blue);
  padding: 0 10px;
  font-weight: bold;
  border-radius: 100px;
  display: inline-block;
}
#carouselExampleControls .carousel-control-prev:hover,
#carouselExampleControls .carousel-control-next:hover {
  background-image: linear-gradient(
    to right,
    #082e45 0%,
    #17677e 51%,
    #249cb3 100%
  );
  color: var(--e-global-color-white);
}
.testimonial-section .pagination-outer {
  position: absolute;
  right: 0;
  top: 0;
}
.testimonial-section .partner-section {
  text-align: center;
  position: relative;
}
.testimonial-section .partner-section .partner img {
  transition: all 0.3s ease-in-out;
}
.testimonial-section .partner-section .partner img:hover {
  filter: brightness(0.2);
  transform: translateY(-5px);
}
.testimonial-section .partner-section .partner li {
  display: inline-block;
  margin: 0 40px;
}
.testimonial-section .partner-section .partner li:first-child {
  margin-left: -4px;
}
.testimonial-section .partner-section .partner li:last-child {
  margin-right: 0;
}

/* FAQ / Need*/

.faq-section {
  padding: 182px 0 142px;
  position: relative;
}
.faq-section .accordion-card {
  box-shadow: 1px 1px 70px rgba(95 208 243 / 21%);
  background: var(--e-global-color-white);
  width: 100%;
  border-radius: 25px;
  margin-bottom: 16px;
  padding: 0 20px;
  margin-left: 10px;
}
.faq-section .accordian-inner p {
  font-weight: 400;
  border-left: 3px solid var(--e-global-color-secondary);
  padding-left: 12px;
}
.faq-section .accordian-inner .card-header {
  padding: 0;
  margin-bottom: 0;
  background: none;
  border: none;
}
.faq-section .accordian-inner .card-body {
  padding: 0px 18px 38px;
  margin: 0 -18px;
  border-bottom: 2px solid #249cb3;
  border-radius: 15px;
}
.faq-section .accordion-card a.btn.btn-link:focus {
  outline: none;
  box-shadow: none;
}
.faq-section .accordian-inner .accordion-card i {
  position: absolute;
  right: 20px;
  margin: -6px 0;
}
.faq-section .accordian-inner .accordion-card .btn {
  padding: 18px 0px 14px;
  text-decoration: none;
  text-align: left;
  display: block;
}
.faq-section .faq_content h5 {
  margin-bottom: 10px;
}
.faq-section .faq_content h2 {
  margin-bottom: 37px;
}
.faq-section .faq_content p {
  margin-bottom: 33px;
}
.faq-section .faq_content h4 {
  font-weight: 500;
  /* margin-bottom: 16px; */
  display: inline-block;
}
.faq-section .faq_content .text-size-16 {
  margin-bottom: 22px;
}
.faq-section .accordion-card a.btn.btn-link {
  position: relative;
}
.faq-section .accordion-card .btn-link:before {
  content: "\f068";
  position: absolute;
  text-align: center;
  right: 0px;
  top: 16%;
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-family: var(--main-font-FontAwesome);
  display: inline-block;
  vertical-align: middle;
  background-image: linear-gradient(
    to right,
    var(--e-gradient-1) 0%,
    var(--e-gradient-2) 100%
  );
  color: var(--e-global-color-white);
  font-size: 18px;
  border-radius: 100px;
}
.faq-section .accordion-card .collapsed:before {
  content: "\2b";
  width: 48px;
  height: 48px;
  line-height: 48px;
  background-image: linear-gradient(
    to right,
    var(--e-gradient-1) 0%,
    var(--e-gradient-2) 100%
  );
  color: var(--e-global-color-white);
  border-radius: 100px;
  text-align: center;
}
.faq-section .faq_content a {
  font-size: 18px;
  line-height: 18px;
  color: var(--e-global-color-white);
}

.faq-section .need-section {
  padding-left: 45px;
  margin-top: -20px;
}
.faq-section .need_content .faq-image {
  position: absolute;
  right: -20px;
  top: -24px;
  z-index: -1;
}
.faq-section .need_content h2 {
  text-align: center;
  margin-bottom: 26px;
}
.faq-section .need_content p {
  padding: 0 20px;
  margin-bottom: 30px;
}
.faq-section .need_content {
  box-shadow: 1px 1px 57px rgb(95 208 243 / 15%);
  border-radius: 25px 25px 35px 35px;
  width: 100%;
  padding: 53px 30px 60px;
  background-color: var(--e-global-color-white);
  border: 1px solid white;
  border-bottom: 2px solid #249cb3;
  transition: all 0.3s ease-in-out;
  text-align: center;
  position: relative;
}
.form_style::placeholder {
  color: var(--e-global-color-text);
}
.faq-section .need_content input {
  font-family: var(--main-font);
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  box-shadow: 1px 1px 57px rgba(95 208 243 / 7%);
  background-color: var(--e-global-color-white);
  color: var(--e-global-color-text);
  border: 1px solid #dae7fb;
  border-radius: 10px;
  padding: 14px 22px;
  margin-bottom: 17px;
  width: 100%;
  overflow: visible;
  outline: none;
}
.faq-section .need_content textarea {
  font-family: var(--main-font);
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  box-shadow: 1px 1px 57px rgba(95 208 243 / 7%);
  background-color: var(--e-global-color-white);
  color: var(--e-global-color-text);
  border: 1px solid #dae7fb;
  border-radius: 10px;
  padding: 14px 22px;
  width: 100%;
  height: 130px;
  margin-bottom: 34px;
  resize: none;
  outline: none;
  overflow: auto;
}
.faq-section .need_content .submit_now {
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  font-family: var(--main-font);
  padding: 4px 4px 4px 36px;
  text-align: center;
  display: inline-block;
  border-radius: 30px 30px 30px 0;
  color: var(--e-global-color-white);
  transition: all 0.3s ease-in-out;
  border: 0px solid #082e45;
  background-image: linear-gradient(
    to right,
    var(--e-gradient-1) 0%,
    var(--e-gradient-2) 100%
  );
}
.faq-section .need_content .submit_now:hover {
  color: var(--e-global-color-white);
  background-image: linear-gradient(
    to right,
    #052b45 0%,
    #052b45 51%,
    #052b45 100%
  );
}
.faq-section .need_content .circle {
  background: var(--e-global-color-white);
  border-radius: 100px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  margin: 0 3px 0 12px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
.faq-section .need_content .circle:before {
  font-size: 18px;
  padding-top: 2px;
  font-family: var(--main-font-FontAwesome);
  transition: all 0.3s ease;
  color: var(--e-global-color-dark-blue);
}

/* Footer */

.footer-section {
  background: url(../images/footer-background.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  position: relative;
  /* overflow: hidden; */
}
.footer-section .footer-logo {
  margin-bottom: 8px;
  position: relative;
  top: -14px;
}
.footer-section .footer-sideshape {
  position: absolute;
  left: -16px;
  top: -14px;
}
.footer-section .middle-portion {
  padding-bottom: 80px;
}
.footer-section .middle-portion .footer-text {
  margin-bottom: 16px;
  line-height: 30px;
}
.footer-section .middle-portion .heading {
  margin-bottom: 18px;
}
.footer-section .middle-portion .social-icons .circle {
  display: inline-block;
}
.footer-section .middle-portion .social-icons i {
  background: #02122a;
  border-radius: 100px;
  border: 1px solid #404e60;
  height: 45px;
  width: 45px;
  line-height: 45px;
  text-align: center;
  margin: 0 2px;
  transition: all 0.3s ease-in-out;
}
.footer-section .middle-portion .social-icons li:first-child {
  margin-left: 0;
}
.footer-section .middle-portion .social-icons li:last-child {
  margin-right: 0;
}
.footer-section .middle-portion .social-icons i:hover {
  background-image: linear-gradient(
    to right,
    var(--e-gradient-1) 0%,
    var(--e-gradient-2) 100%
  );
  border: 1px solid #17677e;
  transform: translateY(-5px);
  color: var(--e-global-color-white);
}
.footer-section .middle-portion .social-icons a {
  color: var(--e-global-color-white);
}
.footer-section .middle-portion .list-pd {
  padding-left: 14px;
}
.footer-section .middle-portion .links .text-size-16 {
  position: relative;
  margin-left: 15px;
  font-weight: 400;
  top: 2px;
  font-family: var(--main-font);
  color: var(--e-global-color-white);
}
.footer-section .middle-portion .links li {
  margin-bottom: 8px;
}
.footer-section .middle-portion .icon .text-size-16 {
  color: var(--e-global-color-white);
}
.footer-section .middle-portion .icon {
  padding-right: 20px;
  margin-left: -30px;
}
.footer-section .middle-portion .icon li {
  margin-bottom: 10px;
}
.footer-section .middle-portion .links li i {
  font-size: 12px;
  transition: all 0.3s ease;
  color: var(--e-global-color-white);
}
.footer-section .middle-portion ul li:hover i,
.footer-section .middle-portion ul li:hover {
  color: var(--e-global-color-secondary);
}
.footer-section .middle-portion ul li:hover .text,
.footer-section .middle-portion ul li:hover {
  color: var(--e-global-color-secondary);
}
.footer-section .middle-portion .icon .footer-location {
  color: var(--e-global-color-secondary);
  position: absolute;
  line-height: 16px;
  font-size: 16px;
  left: -12px;
  margin-top: 3px;
  transition: all 0.3s ease-in-out;
}
.footer-section .middle-portion .icon .footer-location:hover {
  transform: translateY(-5px);
}
.footer-section .middle-portion .icon li {
  padding-left: 34px;
  margin-bottom: 14px;
}
.footer-section .copyright {
  text-align: center;
  padding: 20px 0px;
  color: var(--e-global-color-white);
  border-top: 1px solid #2b465e;
}
.footer-section .copyright p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  font-family: var(--main-font);
}
.footer-section .footer-image {
  position: absolute;
  right: 90px;
  bottom: 64px;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.footer-section .footer-image:hover {
  transform: translateY(-5px);
}
#fixed-form-container {
  position: fixed;
  bottom: 6px;
  right: 0;
  width: 25%;
  text-align: center;
  margin: 0;
  z-index: 1;
}
#fixed-form-container .body {
  border: 1px solid var(--e-global-color-secondary);
  box-shadow: 1px 1px 57px rgb(95 208 243 / 30%);
  border-radius: 30px;
  width: 60%;
  padding: 20px 20px 30px;
  background-color: var(--e-global-color-white);
  text-align: center;
  position: relative;
  left: 110px;
  top: -215px;
  display: none;
}
#fixed-form-container .body input {
  font-family: var(--main-font);
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  box-shadow: 1px 1px 57px rgb(95 208 243 / 7%);
  background-color: var(--e-global-color-white);
  color: var(--e-global-color-text);
  border: 1px solid #dae7fb;
  border-radius: 10px;
  padding: 4px 14px;
  margin-bottom: 17px;
  width: 100%;
  overflow: visible;
  outline: none;
}
#fixed-form-container .body textarea {
  font-family: var(--main-font);
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  box-shadow: 1px 1px 57px rgb(95 208 243 / 7%);
  background-color: var(--e-global-color-white);
  color: var(--e-global-color-text);
  border: 1px solid #dae7fb;
  border-radius: 10px;
  padding: 4px 14px;
  width: 100%;
  height: 118px;
  margin-bottom: 8px;
  resize: none;
  outline: none;
  overflow: auto;
}
#fixed-form-container .body .submit_now {
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  font-family: var(--main-font);
  padding: 12px 25px;
  text-align: center;
  display: inline-block;
  border-radius: 30px 30px 30px 0;
  color: var(--e-global-color-white);
  transition: all 0.3s ease-in-out;
  border: 0px solid #082e45;
  background-image: linear-gradient(
    to right,
    var(--e-gradient-1) 0%,
    var(--e-gradient-2) 100%
  );
}
#fixed-form-container .body .submit_now:hover {
  color: var(--e-global-color-white);
  background-image: linear-gradient(
    to right,
    #052b45 0%,
    #052b45 51%,
    #052b45 100%
  );
}

/* Projects Page */

.sub-banner {
  background: url("../images/sub-bannerbackgroung.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.sub-banner .header {
  padding: 0 280px 0 265px;
}
.sub-banner .banner-section {
  padding: 95px 0 172px;
  overflow: hidden;
}
.sub-banner .sub-bannersideshape {
  position: absolute;
  left: -38px;
  top: -14px;
}
.sub-banner .banner-section .banner_content p {
  padding-right: 60px;
  margin-bottom: 27px;
}
.sub-banner .banner-section .banner_content .box {
  background-color: var(--e-global-color-very-blue);
  color: var(--e-global-color-white);
  padding: 12px 35px;
  text-align: center;
  display: inline-block;
  border-radius: 30px 30px 30px 0;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  position: relative;
}
.sub-banner .banner-section .banner_content .box i:before {
  font-size: 14px;
  font-family: var(--main-font-FontAwesome);
  transition: all 0.3s ease;
  color: var(--e-global-color-white);
}
.sub-banner .banner-section .banner_content .box .first {
  margin-left: 16px;
}
.sub-banner .banner-section .banner_content .box .second {
  margin-right: 10px;
}
.sub-banner .banner-section .banner_content .box span {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  font-family: var(--main-font);
  display: inline-block;
}
.sub-banner .banner-section .banner_content .box .box_span {
  color: var(--e-global-color-secondary);
}
.sub-banner .banner-section .banner_content h1 {
  padding-right: 0;
}
.sub-banner .banner-section .sub-bannersideshape2 {
  position: absolute;
  left: -32px;
  bottom: -20px;
  z-index: 0;
}
.sub-banner .banner-section .banner_wrapper {
  position: relative;
}
.sub-banner .banner-section .banner_wrapper .sub-bannerimage {
  position: absolute;
  bottom: -360px;
  right: -396px;
}

/* About Page */

.aboutpage-section {
  padding: 162px 0 146px;
}
.aboutpage-section .aboutpage_wrapper {
  position: relative;
}
.aboutpage-section .aboutpage_wrapper .aboutpage-image {
  position: absolute;
  top: -30px;
  left: 14px;
}
.aboutpage-section .aboutpage_wrapper .aboutpage-image2 {
  position: absolute;
  left: -14px;
  top: 424px;
  z-index: -1;
}
.aboutpage-section .aboutpage_content {
  padding-left: 70px;
}
.aboutpage-section .aboutpage_content h5 {
  margin-bottom: 6px;
}
.aboutpage-section .aboutpage_content h2 {
  margin: 0 -20px 16px 0;
}
.aboutpage-section .aboutpage_content p {
  margin: 0 -20px 15px 0;
}
.aboutpage-section .aboutpage_content .text {
  font-weight: 500;
  margin-bottom: 10px;
  color: var(--e-global-color-primary);
}
.aboutpage-section .aboutpage_content .text1 {
  margin-bottom: 33px;
}
.aboutpage-section .aboutpage_content ul li .circle {
  background-image: linear-gradient(
    to right,
    var(--e-gradient-1) 0%,
    var(--e-gradient-2) 100%
  );
  border-radius: 100px;
  height: 25px;
  width: 25px;
  line-height: 25px;
  text-align: center;
  margin: 0 12px 0 0;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
.aboutpage-section .aboutpage_content ul li .circle:before {
  font-size: 14px;
  padding-top: 2px;
  font-family: var(--main-font-FontAwesome);
  transition: all 0.3s ease;
  color: var(--e-global-color-white);
}
.aboutpage-section .aboutpage_content .read_more {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  font-family: var(--main-font);
  padding: 4px 2px 4px 42px;
  text-align: center;
  display: inline-block;
  border-radius: 30px 30px 30px 0;
  color: var(--e-global-color-white) !important;
  transition: all 0.3s ease-in-out;
  background-image: linear-gradient(
    to right,
    var(--e-gradient-1) 0%,
    var(--e-gradient-2) 100%
  );
}
.aboutpage-section .aboutpage_content .read_more:hover {
  color: var(--e-global-color-white);
  background-image: linear-gradient(
    to right,
    #052b45 0%,
    #052b45 51%,
    #052b45 100%
  );
}
.aboutpage-section .aboutpage_content .circle {
  background: var(--e-global-color-white);
  border-radius: 100px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  margin: 0 3px 0 12px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
.aboutpage-section .aboutpage_content .circle:before {
  font-size: 18px;
  padding-top: 2px;
  font-family: var(--main-font-FontAwesome);
  transition: all 0.3s ease;
  color: var(--e-global-color-dark-blue);
}

/* Counter */

.counter-section {
  background-color: #eafcfe;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 130px 0 160px;
}
.counter-section .counter-sideimage {
  position: absolute;
  left: -108px;
  top: -34px;
}
.counter-section .counter-box {
  background: var(--e-global-color-white);
  border-radius: 30px;
  padding: 35px 40px;
  text-align: center;
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
  border-bottom: 2px solid #249cb3;
}
.counter-section .counter-box:hover {
  transform: translateY(-5px);
}
.counter-section .counter-box figure {
  background: #eafcfe;
  border-radius: 100px;
  height: 120px;
  width: 120px;
  line-height: 120px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  margin: 0 auto 15px;
}
.counter-section .counter-box figure:hover {
  transform: translateY(-5px);
}
.counter-section .counter-box h3 {
  display: inline-block;
}
.counter-section .counter-box .plus {
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  color: var(--e-global-color-primary);
}
.counter-section .counter-box .text-size-16 {
  display: block;
}
.videosection {
  text-align: center;
  margin-top: -358px;
}
.faqneed-section {
  padding: 162px 0 142px;
  position: relative;
}

/* FAQ Page */

.accordian-section {
  padding: 133px 0;
  position: relative;
}
.accordian-section .accordian_content {
  text-align: center;
}
.accordian-section .accordion-card {
  box-shadow: 1px 1px 70px rgba(95 208 243 / 21%);
  background: var(--e-global-color-white);
  width: 100%;
  border-radius: 15px;
  margin-bottom: 16px;
  padding: 0 20px;
}
.accordian-section .accordian-inner .card-header {
  padding: 0;
  margin-bottom: 0;
  background: none;
  border: none;
}
.accordian-section .accordian-inner .card-body {
  padding: 0px 25px 38px;
  margin: 0 -22px;
  border-bottom: 2px solid #249cb3;
  border-radius: 15px;
}
.accordian-section .accordion-card a.btn.btn-link:focus {
  outline: none;
  box-shadow: none;
}
.accordian-section .accordian-inner .accordion-card i {
  position: absolute;
  right: 20px;
  margin: -6px 0;
}
.accordian-section .accordion-card a.btn.btn-link {
  position: relative;
}
.accordian-section .accordian-inner .accordion-card .btn {
  padding: 18px 0px 16px;
  text-decoration: none;
  text-align: left;
  display: block;
}
.accordian-section .accordian_content h5 {
  margin-bottom: 10px;
}
.accordian-section .accordian_content h2 {
  margin-bottom: 40px;
}
.accordian-section .accordian-inner p {
  font-weight: 400;
  border-left: 3px solid var(--e-global-color-secondary);
  padding-left: 16px;
}
.accordian-section .accordian-inner h4 {
  font-weight: 500;
  display: inline-block;
  margin-bottom: 0;
}
.accordian-section .accordian-inner a {
  font-size: 18px;
  line-height: 18px;
  color: var(--e-global-color-white);
}
.accordian-section .accordion-card .btn-link:before {
  content: "\f068";
  position: absolute;
  text-align: center;
  right: -2px;
  top: 16%;
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-family: var(--main-font-FontAwesome);
  display: inline-block;
  vertical-align: middle;
  background-image: linear-gradient(
    to right,
    var(--e-gradient-1) 0%,
    var(--e-gradient-2) 100%
  );
  color: #ffffff;
  font-size: 18px;
  border-radius: 100px;
}
.accordian-section .accordion-card .collapsed:before {
  content: "\2b";
  width: 48px;
  height: 48px;
  line-height: 48px;
  background-image: linear-gradient(
    to right,
    var(--e-gradient-1) 0%,
    var(--e-gradient-2) 100%
  );
  color: #ffffff;
  border-radius: 100px;
  text-align: center;
}

/* Team Page */

.team-section {
  background-color: #eafcfe;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 134px 0 108px;
}
.team-section .team-sideimage {
  position: absolute;
  left: -108px;
  top: 264px;
}
.team-section .team_content {
  text-align: center;
}
.team-section .team_content h2 {
  margin-bottom: 38px;
}
.team-section .team-box {
  position: relative;
  text-align: center;
  margin-bottom: 33px;
  padding-bottom: 35px;
  background-color: var(--e-global-color-white);
  border-radius: 30px;
  transition: all 0.3s ease-in-out;
  border-bottom: 2px solid #249cb3;
}
.team-section .team-box figure {
  margin-bottom: 25px;
}
.team-section .team-box h4 {
  margin-bottom: 2px;
}
.team-section .team-box span {
  display: block;
  margin-bottom: 16px;
}
.team-section .team-box li {
  display: inline-block;
}
.team-section .team-box i {
  background-image: linear-gradient(
    to right,
    var(--e-gradient-1) 0%,
    var(--e-gradient-2) 100%
  );
  border-radius: 100px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  margin: 0 3px;
  border: 1px solid var(--e-global-color-secondary);
  transition: all 0.3s ease-in-out;
}
.team-section .team-box li:hover {
  transform: translateY(-5px);
}
.team-section .team-box li:first-child {
  margin-left: 0;
}
.team-section .team-box li:last-child {
  margin-right: 0;
}
.team-section .team-box li a {
  color: var(--e-global-color-white);
}
.team-section .team-box:hover i {
  background-image: linear-gradient(
    to right,
    #042237 0%,
    #042237 51%,
    #042237 100%
  );
  border: 1px solid #17677e;
}

/* Service Page */

.provide-section {
  background-color: #eafcfe;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 134px 0 124px;
}
.provide-section .team-sideimage {
  position: absolute;
  left: -110px;
  top: 148px;
}
.provide-section .provide_content {
  text-align: center;
}
.provide-section .provide_content h2 {
  margin-bottom: 35px;
  padding: 0 90px;
}
.provide-section .service_contentbox .service-box {
  background: var(--e-global-color-white);
  border-radius: 30px;
  padding: 40px 35px;
  margin-bottom: 27px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  border-bottom: 2px solid #249cb3;
}
.provide-section .service_contentbox .service-box h4 {
  display: inline-block;
  margin-bottom: 6px;
}
.provide-section .service_contentbox .service-box p {
  margin-bottom: 22px;
}
.provide-section .service_contentbox .service-box .box-content {
  position: relative;
  padding-left: 16px;
  display: inline-block;
  width: 74%;
}
.provide-section .service_contentbox .service-box figure {
  background: #eafcfe;
  border-radius: 100px;
  height: 120px;
  width: 120px;
  line-height: 120px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.provide-section .service_contentbox .service-box:hover {
  background-image: linear-gradient(
    to right,
    #082e45 0%,
    #17677e 51%,
    #249cb3 100%
  );
  border-bottom: 2px solid #249cb3;
  transform: translateY(-5px);
}
.provide-section .service_contentbox .service-box:hover h4 {
  color: var(--e-global-color-white);
}
.provide-section .service_contentbox .service-box:hover p {
  color: var(--e-global-color-white);
}
.provide-section .service_contentbox .service-box .box-image {
  float: left;
  width: 26%;
}
.provide-section .service_contentbox .service-box figure:hover {
  transform: translateY(-5px);
}
.provide-section .service_contentbox .service-box .read_more {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  font-family: var(--main-font);
  color: var(--e-global-color-secondary);
  text-transform: uppercase;
}

/* Contact Page Style */

.contact-section {
  padding: 146px 0 112px;
  position: relative;
}
.contact-section .contact_content h2 {
  margin-bottom: 30px;
}
.contact-section .contact_content h5 {
  margin-bottom: 10px;
}
.contact-section .contact-box {
  box-shadow: 1px 1px 57px rgb(95 208 243 / 15%);
  background: var(--e-global-color-white);
  border-radius: 20px;
  padding: 31px 35px 31px 33px;
  margin-bottom: 28px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  border-right: 2px solid #249cb3;
  width: 83%;
}
.contact-section .contact-box .box-image {
  float: left;
  width: 26%;
}
.contact-section .contact-box figure {
  background-image: linear-gradient(
    to right,
    #0b3950 0%,
    #197188 51%,
    #26a2b9 100%
  );
  border-radius: 100px;
  height: 110px;
  width: 110px;
  line-height: 110px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.contact-section .contact-box figure:hover {
  transform: translateY(-5px);
}
.contact-section .contact-box .box-content {
  position: relative;
  padding-left: 32px;
  margin-top: 14px;
  display: inline-block;
  width: 74%;
}
.contact-section .contact-box h4 {
  font-weight: 700;
  margin-bottom: 14px;
}
.contact-section .contact-box .heading {
  margin-bottom: 11px;
}
.contact-section .contact-box p {
  margin-top: -10px;
  margin-bottom: 4px;
}
.contact-section .contact-box .box-content a {
  color: var(--e-global-color-text);
  transition: all 0.3s ease-in-out;
}
.contact-section .contact-box .box-content a:hover {
  color: var(--e-global-color-secondary);
}
.contact-section .need-section {
  margin-top: -32px;
  margin-left: -38px;
}
.contact-section .need_content .faq-image {
  position: absolute;
  right: -20px;
  top: -24px;
  z-index: -1;
}
.contact-section .need_content h2 {
  text-align: center;
  margin-bottom: 26px;
}
.contact-section .need_content p {
  padding: 0 20px;
  margin-bottom: 30px;
}
.contact-section .need_content {
  box-shadow: 1px 1px 57px rgb(95 208 243 / 15%);
  border-radius: 25px 25px 35px 35px;
  width: 85%;
  margin-top: 50px;
  padding: 50px 30px 60px;
  background-color: var(--e-global-color-white);
  border: 1px solid white;
  border-bottom: 2px solid #249cb3;
  transition: all 0.3s ease-in-out;
  text-align: center;
  position: relative;
}
.form_style::placeholder {
  color: var(--e-global-color-text);
}
.contact-section .need_content input {
  font-family: var(--main-font);
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  box-shadow: 1px 1px 57px rgba(95 208 243 / 7%);
  background-color: var(--e-global-color-white);
  color: var(--e-global-color-text);
  border: 1px solid #dae7fb;
  border-radius: 10px;
  padding: 14px 18px;
  margin-bottom: 17px;
  width: 100%;
  overflow: visible;
  outline: none;
}
.contact-section .need_content textarea {
  font-family: var(--main-font);
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  box-shadow: 1px 1px 57px rgba(95 208 243 / 7%);
  background-color: var(--e-global-color-white);
  color: var(--e-global-color-text);
  border: 1px solid #dae7fb;
  border-radius: 10px;
  padding: 14px 18px;
  width: 100%;
  height: 130px;
  margin-bottom: 34px;
  resize: none;
  outline: none;
  overflow: auto;
}
.contact-section .need_content .submit_now {
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  font-family: var(--main-font);
  padding: 4px 4px 4px 36px;
  text-align: center;
  display: inline-block;
  border-radius: 30px 30px 30px 0;
  color: var(--e-global-color-white);
  transition: all 0.3s ease-in-out;
  border: 0px solid #082e45;
  background-image: linear-gradient(
    to right,
    var(--e-gradient-1) 0%,
    var(--e-gradient-2) 100%
  );
}
.contact-section .need_content .submit_now:hover {
  color: var(--e-global-color-white);
  background-image: linear-gradient(
    to right,
    #052b45 0%,
    #052b45 51%,
    #052b45 100%
  );
}
.contact-section .need_content .circle {
  background: var(--e-global-color-white);
  border-radius: 100px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  margin: 0 3px 0 12px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
.contact-section .need_content .circle:before {
  font-size: 18px;
  padding-top: 2px;
  font-family: var(--main-font-FontAwesome);
  transition: all 0.3s ease;
  color: var(--e-global-color-dark-blue);
}
.contact_map_section {
  overflow: hidden;
  margin-bottom: -5px;
}
.contact_map_section iframe:hover {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}

/* Tab content visibility */
.counter-section .aboutpage_content[id$="-content"],
.counter-section .aboutpage_content[id="diff"] {
  display: none !important;
}

.counter-section .aboutpage_content[id$="-content"].active,
.counter-section .aboutpage_content[id="diff"].active {
  display: block !important;
}

/* Tab button styles */
.abt-content.active {
  background-image: linear-gradient(
    to right,
    var(--e-gradient-1) 0%,
    var(--e-gradient-2) 100%
  );
  color: #fff !important;
}
.abt-content {
  width: 100%;
  cursor: pointer;
  padding: 10px 20px;
  border: none;
  background: #cae2e5;
  margin-bottom: 12px;
  color: #333;
  margin-right: 10px;
  border-radius: 5px;
  transition: background 0.3s, color 0.3s;
}

/* Clients and Partners Section */
.clients-partners-section {
  background-color: #f8f9fa;
  padding: 80px 0;
}

.clients-partners_content h2 {
  color: var(--e-global-color-primary);
  margin-bottom: 20px;
}

.clients-partners_content p {
  color: var(--e-global-color-text);
  max-width: 600px;
  margin: 0 auto;
}

/* Slider Container */
.slider-container {
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
}

.slider-btn {
  background: linear-gradient(
    to right,
    var(--e-gradient-1) 0%,
    var(--e-gradient-2) 100%
  );
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
  flex-shrink: 0;
}

.slider-btn:hover {
  background: linear-gradient(to right, #052b45 0%, #052b45 100%);
  transform: scale(1.1);
}

.clients-slider,
.partners-slider {
  display: flex;
  overflow: hidden;
  scroll-behavior: smooth;
  gap: 30px;
  padding: 20px 0;
  flex: 1;
  position: relative;
}

.clients-slider::-webkit-scrollbar,
.partners-slider::-webkit-scrollbar {
  display: none; /* WebKit */
}

.slider-track {
  display: flex;
  gap: 30px;
  transition: transform 0.5s ease;
}

.client-item,
.partner-item {
  flex: 0 0 auto;
  width: 150px;
  height: 100px;
  background: white;
  border-radius: 10px;
  padding: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #e9ecef;
}

.client-item:hover,
.partner-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.client-item img,
.partner-item img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  /* filter: grayscale(100%); */
  transition: filter 0.3s ease;
}

.client-item:hover img,
.partner-item:hover img {
  filter: grayscale(0%);
}

/* Manual navigation styles */
.slider-container .clients-slider,
.slider-container .partners-slider {
  overflow: hidden;
}

/* Remove auto-scroll for manual control */
.clients-slider .slider-track,
.partners-slider .slider-track {
  animation: none;
}

/* Mobile responsive */
@media (max-width: 768px) {
  .clients-partners-section {
    padding: 60px 0;
  }

  .client-item,
  .partner-item {
    width: 120px;
    height: 80px;
    padding: 10px;
  }

  .slider-btn {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }

  .slider-container {
    gap: 10px;
  }
}

/* Service Details Pages */
.service-hero-section {
  background-color: #f8f9fa;
  padding: 80px 0;
}

.service-hero-content .service-icon {
  width: 80px;
  height: 80px;
  background: white;
  border-radius: 15px;
  padding: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.service-hero-content .service-icon img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.service-title {
  color: var(--e-global-color-primary);
  margin: 20px 0 15px 0;
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
}

.service-description {
  color: var(--e-global-color-text);
  margin-bottom: 0;
}

.service-hero-image {
  text-align: center;
}

.service-hero-image img {
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.service-overview-section {
  padding: 80px 0;
  background-color: white;
}

.service-overview-content h2 {
  color: var(--e-global-color-primary);
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 700;
}

.service-overview-content p {
  color: var(--e-global-color-text);
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.service-details-section {
  padding-top: 6px;
  background-color: #f8f9fa;
}

.service-subsection {
  margin-bottom: 60px;
}

.service-subsection.even {
  background: white;
  padding: 50px 0;
  border-radius: 15px;
  margin: 0 -15px 60px -15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.subsection-header {
  text-align: center;
  margin-bottom: 40px;
}

.subsection-number {
  display: inline-block;
  width: 60px;
  height: 60px;
  background: linear-gradient(
    to right,
    var(--e-gradient-1) 0%,
    var(--e-gradient-2) 100%
  );
  color: white;
  border-radius: 50%;
  line-height: 60px;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

.subsection-title {
  color: var(--e-global-color-primary);
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
}

.subsection-subtitle {
  color: var(--e-global-color-secondary);
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
  font-style: italic;
}

.subsection-description {
  color: var(--e-global-color-text);
  max-width: 800px;
  margin: 0 auto;
}

.capabilities-section,
.outcomes-section {
  padding: 30px;
  background: white;
  border-radius: 15px;
  /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05); */
  height: 100%;
}

.capabilities-section h4,
.outcomes-section h4 {
  color: var(--e-global-color-primary);
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--e-global-color-secondary);
}

.capabilities-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.capability-item {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}

.capability-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.capability-item h5 {
  color: var(--e-global-color-primary);
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}

.capability-item p {
  color: var(--e-global-color-text);
  margin: 0;
  line-height: 24px;
}

.outcomes-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.outcome-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
  padding: 15px;
  background: #f8f9fa;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.outcome-item:hover {
  background: #e9ecef;
  transform: translateX(5px);
}

.outcome-item i {
  color: var(--e-global-color-secondary);
  font-size: 16px;
  margin-right: 12px;
  margin-top: 2px;
  flex-shrink: 0;
}

.outcome-item span {
  color: var(--e-global-color-text);
  font-size: 16px;
  line-height: 24px;
}

.subsection-divider {
  border: none;
  height: 2px;
  background: linear-gradient(
    to right,
    transparent 0%,
    var(--e-global-color-secondary) 50%,
    transparent 100%
  );
  margin: 60px 0;
}

.service-cta-section {
  background: linear-gradient(
    135deg,
    var(--e-global-color-very-dark-blue) 0%,
    var(--e-global-color-dark-blue) 100%
  );
  padding: 80px 0;
  color: white;
}

.cta-content h3 {
  color: white;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
}

.cta-content p {
  color: #e9ecef;
  font-size: 18px;
  margin-bottom: 30px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.btn-cta {
  display: inline-block;
  background: linear-gradient(
    to right,
    var(--e-gradient-1) 0%,
    var(--e-gradient-2) 100%
  );
  color: white;
  padding: 15px 40px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.btn-cta:hover {
  background: transparent;
  border-color: var(--e-global-color-secondary);
  color: var(--e-global-color-secondary);
  transform: translateY(-2px);
}

/* Mobile responsive for service details */
@media (max-width: 768px) {
  .service-title {
    font-size: 32px;
    line-height: 40px;
  }

  .subsection-title {
    font-size: 24px;
  }

  .service-hero-section,
  .service-overview-section,
  .service-details-section,
  .service-cta-section {
    padding: 60px 0;
  }

  .capabilities-section,
  .outcomes-section {
    margin-bottom: 30px;
  }

  .service-subsection.even {
    margin: 0 0 40px 0;
    padding: 30px 15px;
  }
}

/* Projects Page Styles */
.projects-hero-section {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  padding: 100px 0;
  position: relative;
  overflow: hidden;
  min-height: 600px;
  display: flex;
  align-items: center;
}

.projects-hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="hexagon" width="20" height="20" patternUnits="userSpaceOnUse"><polygon points="10,2 18,7 18,13 10,18 2,13 2,7" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23hexagon)" /></svg>');
  opacity: 0.6;
}

.projects-hero-section::after {
  content: "";
  position: absolute;
  top: -50%;
  right: -10%;
  width: 300px;
  height: 300px;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.1) 0%,
    transparent 70%
  );
  border-radius: 50%;
  animation: float 8s ease-in-out infinite;
}

.projects-hero-content {
  position: relative;
  z-index: 2;
}

.projects-hero-content h2 {
  color: white;
  font-size: 56px;
  font-weight: 800;
  margin-bottom: 40px;
  text-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  letter-spacing: -0.5px;
  line-height: 1.1;
}

.stats-container {
  display: flex;
  gap: 50px;
  margin-bottom: 50px;
  position: relative;
}

.stat-item {
  text-align: center;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  padding: 30px 25px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.stat-item:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.stat-number {
  font-size: 52px;
  font-weight: 800;
  color: white;
  line-height: 1;
  margin-bottom: 12px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  background: linear-gradient(45deg, #ffffff, #f0f8ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.stat-label {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.3;
  font-weight: 500;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.network-graphic {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.1) 0%,
    transparent 70%
  );
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.network-node {
  position: absolute;
  width: 18px;
  height: 18px;
  background: linear-gradient(45deg, #4fc3f7, #29b6f6);
  border-radius: 50%;
  animation: pulse 3s infinite;
  box-shadow: 0 0 15px rgba(79, 195, 247, 0.6);
  border: 2px solid rgba(255, 255, 255, 0.3);
}

.network-node.central {
  width: 32px;
  height: 32px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(45deg, #ff6b6b, #ee5a52);
  z-index: 10;
  box-shadow: 0 0 25px rgba(255, 107, 107, 0.8);
  border: 3px solid rgba(255, 255, 255, 0.4);
}

.network-node.node-1 {
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
}
.network-node.node-2 {
  top: 35%;
  right: 15%;
}
.network-node.node-3 {
  top: 65%;
  right: 15%;
}
.network-node.node-4 {
  bottom: 20%;
  left: 50%;
  transform: translateX(-50%);
}
.network-node.node-5 {
  top: 65%;
  left: 15%;
}
.network-node.node-6 {
  top: 35%;
  left: 15%;
}
.network-node.node-7 {
  top: 25%;
  left: 25%;
}
.network-node.node-8 {
  top: 75%;
  right: 25%;
}

/* Network connections */
.network-graphic::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 180px;
  height: 180px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: rotate 25s linear infinite;
}

.network-graphic::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120px;
  height: 120px;
  border: 1px dashed rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: rotate 15s linear infinite reverse;
}

@keyframes pulse {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
    box-shadow: 0 0 15px rgba(79, 195, 247, 0.6);
  }
  50% {
    opacity: 0.7;
    transform: scale(1.3);
    box-shadow: 0 0 25px rgba(79, 195, 247, 0.9);
  }
}

@keyframes rotate {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-30px) rotate(180deg);
  }
}

.projects-hero-action {
  position: relative;
  z-index: 2;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(15px);
  padding: 40px 30px;
  border-radius: 25px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.projects-hero-action h3 {
  color: white;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 35px;
  line-height: 1.3;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.btn-explore {
  background: linear-gradient(45deg, #ff6b6b, #ee5a52);
  color: white;
  padding: 18px 45px;
  border-radius: 35px;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 8px 25px rgba(255, 107, 107, 0.4);
  border: 2px solid rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.btn-explore:hover {
  transform: translateY(-5px) scale(1.05);
  box-shadow: 0 15px 35px rgba(255, 107, 107, 0.6);
  color: white;
  text-decoration: none;
  background: linear-gradient(45deg, #ff5252, #f44336);
}

/* Projects Filter Section */
.projects-filter-section {
  background: white;
  padding: 60px 0 40px;
  border-bottom: 1px solid #e9ecef;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.projects-filter-section.scrolled {
  padding: 20px 0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}
.filter-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.filter-left {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.filter-left h4 {
  color: var(--e-global-color-primary);
  font-size: 24px;
  font-weight: 600;
  margin: 0;
}

.filter-buttons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.filter-btn {
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  color: var(--e-global-color-text);
  padding: 10px 20px;
  border-radius: 25px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 14px;
}

.filter-btn.active,
.filter-btn:hover {
  background: #4285f4;
  color: white;
  border-color: #4285f4;
}

.search-box {
  position: relative;
  display: flex;
  align-items: center;
}

.search-box i {
  position: absolute;
  left: 15px;
  color: #999;
  font-size: 16px;
  z-index: 2;
}

.search-box input {
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 25px;
  padding: 12px 20px 12px 45px;
  width: 300px;
  font-size: 14px;
  outline: none;
  transition: all 0.3s ease;
}

.search-box input:focus {
  border-color: #4285f4;
  box-shadow: 0 0 0 3px rgba(66, 133, 244, 0.1);
}

/* Full-width search box */
.search-box-fullwidth {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.search-box-fullwidth i {
  position: absolute;
  left: 25px;
  color: #999;
  font-size: 18px;
  z-index: 2;
}

.search-box-fullwidth input {
  background: #f8f9fa;
  border: 2px solid #e9ecef;
  border-radius: 50px;
  padding: 18px 30px 18px 60px;
  width: 100%;
  font-size: 16px;
  outline: none;
  transition: all 0.3s ease;
}

.search-box-fullwidth input:focus {
  border-color: #4285f4;
  box-shadow: 0 0 0 4px rgba(66, 133, 244, 0.1);
  background: #fff;
}

.search-box-fullwidth input::placeholder {
  color: #999;
}

/* Projects Grid */
.projects-grid-section {
  background: #f8f9fa;
  padding: 60px 0;
}

.projects-category {
  margin-bottom: 80px;
}

.category-title {
  color: var(--e-global-color-primary);
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  padding-bottom: 20px;
  animation: fadeInDown 0.6s ease-out;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.category-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(45deg, #4285f4, #34a853);
  border-radius: 2px;
  animation: expandWidth 0.8s ease-out 0.3s backwards;
}

@keyframes expandWidth {
  from {
    width: 0;
  }
  to {
    width: 80px;
  }
}

.project-item {
  margin-bottom: 30px;
  transition: opacity 0.3s ease, transform 0.3s ease;
  opacity: 1;
}

.project-item.hidden {
  display: none;
  opacity: 0;
  transform: scale(0.95);
  height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.project-card {
  background: white;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.project-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(45deg, #4285f4, #34a853);
}

.project-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.project-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #f8f9fa, #e9ecef);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

.project-card:hover .project-icon {
  background: linear-gradient(135deg, #4285f4, #34a853);
}

.project-icon img {
  max-width: 60%;
  max-height: 60%;
  object-fit: contain;
  filter: grayscale(1);
  transition: all 0.3s ease;
}

.project-card h4 {
  color: var(--e-global-color-primary);
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.3;
}
a.mb-0.text-white.ft-16 {
  font-size: 14px;
  font-family: "Montserrat";
}
.project-scope {
  color: var(--e-global-color-secondary);
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
  font-style: italic;
}

.outcome-label {
  color: var(--e-global-color-primary);
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.outcome-text {
  color: #28a745;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 1.4;
}

.project-details ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.project-details li {
  color: var(--e-global-color-text);
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 8px;
  padding-left: 20px;
  position: relative;
}

.project-details li::before {
  content: "•";
  color: #4285f4;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 0;
}

/* CTA Section */
.projects-cta-section {
  background: linear-gradient(
    135deg,
    var(--e-global-color-very-dark-blue) 0%,
    var(--e-global-color-dark-blue) 100%
  );
  padding: 80px 0;
  text-align: center;
}

.projects-cta-content h3 {
  color: white;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 30px;
}

.btn-talk {
  background: linear-gradient(45deg, #4285f4, #34a853);
  color: white;
  padding: 15px 40px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  display: inline-block;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.btn-talk:hover {
  background: transparent;
  border-color: #4285f4;
  color: #4285f4;
  transform: translateY(-2px);
  text-decoration: none;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .projects-hero-section {
    padding: 60px 0;
    min-height: 500px;
  }

  .projects-hero-content h2 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 30px;
  }

  .stats-container {
    justify-content: center;
    gap: 20px;
    flex-direction: column;
    align-items: center;
  }

  .stat-item {
    padding: 20px;
    min-width: 200px;
  }

  .stat-number {
    font-size: 42px;
  }

  .projects-hero-action {
    padding: 30px 20px;
    margin-top: 30px;
  }

  .projects-hero-action h3 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 25px;
  }

  .btn-explore {
    padding: 15px 35px;
    font-size: 16px;
  }

  .network-graphic {
    width: 180px;
    height: 180px;
  }

  .network-graphic::before {
    width: 140px;
    height: 140px;
  }

  .network-graphic::after {
    width: 100px;
    height: 100px;
  }

  .filter-header {
    flex-direction: column;
    align-items: stretch;
  }

  .filter-left {
    justify-content: center;
  }

  .search-box input {
    width: 100%;
  }

  .category-title {
    font-size: 28px;
  }

  .project-card {
    padding: 20px;
  }

  .projects-hero-section,
  .projects-filter-section,
  .projects-grid-section {
    padding: 40px 0;
  }

  .network-graphic {
    width: 150px;
    height: 150px;
  }

  .network-graphic::before {
    width: 120px;
    height: 120px;
  }
}

/* Back to Top Button */
.back-to-top-btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background: linear-gradient(
    45deg,
    var(--e-global-color-primary),
    var(--e-global-color-secondary)
  );
  color: white;
  border: none;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 1000;
  box-shadow: 0 4px 15px rgba(66, 133, 244, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}

.back-to-top-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(66, 133, 244, 0.4);
  background: linear-gradient(
    45deg,
    var(--e-global-color-secondary),
    var(--e-global-color-primary)
  );
}

.back-to-top-btn.show {
  opacity: 1;
  visibility: visible;
}

.back-to-top-btn i {
  transition: transform 0.2s ease;
}

.back-to-top-btn:hover i {
  transform: translateY(-2px);
}

/* Mobile responsive for back to top button */
@media (max-width: 768px) {
  .back-to-top-btn {
    width: 45px;
    height: 45px;
    bottom: 20px;
    right: 20px;
    font-size: 16px;
  }
}
