@import url("../font/gully.css");

.banner-section {
  position: relative;
  width: 100%;
  /* height: 100vh; */
  background: url("../img/banner/home_a-ezgif.com-optiwebp.webp");
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  padding-top: 80px;
  padding-bottom: 20px;
}

.banner-section-website {
  position: relative;
  width: 100%;
  /* height: 100vh; */
  background: url("../img/banner/website_banner-ezgif.com-optiwebp.webp");
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  padding-top: 80px;
  padding-bottom: 20px;
}
.banner-section-app {
  position: relative;
  width: 100%;
  /* height: 100vh; */
  background: url("../img/banner/app_banner-ezgif.com-optiwebp.webp");
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  padding-top: 80px;
  padding-bottom: 20px;
}
.banner-section-portfolio {
  position: relative;
  width: 100%;
  /* height: 100vh; */
  background: url("../img/banner/portfolio_banner-ezgif.com-optiwebp.webp");
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  padding-top: 80px;
  padding-bottom: 20px;
  /* padding-top: 193px; */
  /* padding-bottom: 90px; */
  /* padding-left: 90px; */
  /* padding-right: 90px; */
}
.banner-section-career {
  position: relative;
  width: 100%;
  /* height: 100vh; */
  background: url("../img/banner/career_banner-ezgif.com-optiwebp.webp");
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  padding-top: 80px;
  padding-bottom: 20px;
  /* padding-left: 90px; */
  /* padding-right: 90px; */
}
.banner-section-about {
  position: relative;
  width: 100%;
  /* height: 100vh; */
  background: url("../img/banner/about_banner-ezgif.com-optiwebp.webp");
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  padding-top: 80px;
  padding-bottom: 20px;
  /* padding-left: 90px;
  padding-right: 90px; */
}
.banner-section-contact {
  position: relative;
  width: 100%;
  /* height: 100vh; */
  background: url("../img/banner/contact_banner-ezgif.com-optiwebp.webp");
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  padding-top: 80px;
  padding-bottom: 20px;
  /* padding-left: 90px;
  padding-right: 90px; */
}

.banner-content {
  /* background-color: rgba(0, 0, 0, 0.5);  */
  padding: 170px 80px 120px 80px;

  /* border-radius: 15px; */
  /* max-width: 700px; */
}

.banner-heading {
  font-family: "gully";
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
}

.banner-subtext {
  font-family: "opensans";
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 88px;
}

.padding-paragraph{
  /* padding-left: 160px;
  padding-right: 160px; */
}

 .explorebtn {
  font-size: 16px;
  padding: 12px 20px;
  margin: 0 10px;
  /* transition: 0.3s; */
  border-radius: 12px;
}

 .first-button {
  background-color: #fff;
  /* border-color: #0066ff; */
  color: #1F4B99;
  font-weight: 600;
}

.second-button{
  background-color: #1F4B99;
  color: white;
  font-weight: 600;
}

.second-button:hover{
  /* background-color: #004dcc; */
  color: white;
}

a{
  text-decoration: none;
  
}

/* ===========================
   Innovate Section
=========================== */
.two-halves-section {
  width: 100%;
  padding: 60px 32px;
  /* background-color: #f8f9fa; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.two-halves-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  /* max-width: 1200px; */
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

/* Left Half */
.left-half {
  flex: 1;
  /* min-width: 300px; */
}

.section-heading {
  font-family: "gully";
  font-size: 54px;
  font-weight: 600;
  color: #1F4B99;
  margin-bottom: 39px;
}

.left-content {
  display: flex;
  align-items: flex-start;
}

.blue-line {
  /* width: 8px;
  background-color: #4F84C1;
  margin-right: 20px;
  border-radius: 3px; */
  /* height: auto; */
}

.text-content {
  /* font-family: "opensans";
  font-size: 18px;
  color: #333;
  line-height: 1.6; */
  border-left: 8px solid #4F84C1;
  /* border-radius: 4px; */
  padding-left: 22px;
 
}

.top-text {
  font-family: "gully";
  color: #696969;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 40px;
  max-width: 654px;
  
}

.bottom-text {
  /* font-family: "gully"; */
  color: #636363;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.span-tag{
  color: #1F4B99;
  font-weight: 700;
}

/* Right Half */
.right-half {
  flex: 1;
  min-width: 300px;
  display: flex;
  justify-content: center;
}

.section-image {
  width: 100%;
  /* max-width: 500px; */
  height: auto;
  border-radius: 40px;
  object-fit: cover;
  /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); */
}

/* ===========================
   Responsive Design
=========================== */
@media (max-width: 992px) {
  .two-halves-container {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }

  .left-content {
    flex-direction: column;
    align-items: center;
  }

  .blue-line {
    height: 4px;
    width: 60px;
    margin-bottom: 20px;
  }

  .text-content {
    text-align: center;
  }

  .section-heading {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 0px;
  }

  .top-text {
    font-size: 30px;
    line-height: 40px;
    
  }
  
  .bottom-text {
    font-size: 20px;
    line-height: 32px;
  }
}

@media (max-width: 768px) {
  .section-heading {
    font-size: 40px;
    line-height: normal;
  }
  .top-text {
    font-size: 24px;
    line-height: 30px;
    
  }
  .bottom-text {
    font-size: 16px;
    line-height: 24px;
  }
  .text-content {
    border-left: 0px solid #4F84C1;
    padding-left: 0px;
   
  }
  
}

@media (max-width: 576px) {
  .section-heading {
    font-size: 30px;
    /* line-height: 30px; */
  }
  .top-text {
    font-size: 20px;
    line-height: 26px;
    
  }
  .bottom-text {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
  }
}


/* ===========================
   Technology Section
=========================== */
.technology-section {
  width: 100%;
  padding: 58px 32px;
  /* background-color: #f0f4f9; */
  text-align: left;
}

/* Heading */
.technology-heading {
  font-family: "gully";
  font-size: 44px;
  font-weight: 600;
  color: #1F4B99;
  margin-bottom: 20px;
  text-align: left;
  line-height: 60px;
  max-width: 924px;
}

/* Container  */
.technology-container {
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
  justify-content: space-between;
  /* align-items: stretch; */
}

/* ===========================
   Left Section 
=========================== */
.technology-left {
  flex: 1 1 30%;
  min-width: 280px;
  display: flex;
  align-items: center;
}

.tech-card {
  background-color: rgba(31, 75, 153, 0.75);
  padding: 29px;
  border-radius: 20px;
  /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); */
  min-height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.tech-card-text {
  font-family: "opensans";
  font-size: 20px;
  line-height: 36px;
  color: #fff;
  font-weight: 600;
  /* max-width: 324px; */
  /* text-align: justify; */
}

/* ===========================
   Right Section 
=========================== */
.technology-right {
  flex: 1 1 65%;
  min-width: 320px;
}

.tech-image-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-start;
  align-items: center;
}

.tech-img {
  /* width: calc(33.333% - 10px);
  height: 150px; */
  width: 200px;
  height: auto;
  object-fit: cover;
  /* border-radius: 15px; */
  /* transition: transform 0.3s ease-in-out;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); */
}

.tech-img:hover {
  /* transform: scale(1.05); */
}

/* ===========================
   Responsive Styles
=========================== */
@media (max-width: 992px) {
  .technology-container {
    flex-direction: column;
    align-items: center;
    gap: 0px;
  }

  .technology-left {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .tech-image-gallery {
    justify-content: center;
  }

  .tech-img {
    width: calc(50% - 10px);
    height: auto;
  }

  .technology-heading {
    font-size: 40px;
    margin-bottom: 20px;
    line-height: 44px;
    max-width: 924px;
  }
}

@media (max-width: 576px) {
  
  .technology-heading {
    font-size: 2rem;
    text-align: center;
    line-height: 37px;
  }
  .tech-card-text {
    font-size: 18px;
    line-height: 32px;
  }
}

/* transforming section */

/* Background Styling */
.services-section {
  position: relative;
  background-color: #1F4B99;
  /* padding: 56px 20px 56px 39px; */
  color: white;
  text-align: left;
  overflow: hidden;
}

/* Hologram Image */
.hologram-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* opacity: 0.3; */
  z-index: 0;
}

.hologram-img {
  width: 929px;
  height: auto;
  max-width: 90%;
}

/* Content Styles */
.container {
  position: relative;
  z-index: 2;
}

.main-heading {
  font-size: 44px;
  font-weight: 600;
  line-height: 60px;
  max-width: 900px;
  font-family: "gully";
}

.sub-heading {
  font-family: "gully";
  font-size: 36px;
  font-weight: 600;
  line-height: 40px;
}

/* Vertical Line */
.vertical-line {
  width: 12px;
  height: 212px;
  background-color: white;
  border: #fff;
  border-radius: 80px;
}

/* Service Text */
.service-text {
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
}

/* Service Cards */
.service-card {
  /* display: flex;
  align-items: flex-start; */
  /* background: rgba(255, 255, 255, 0.15); */
  padding: 18px 12px;
  border: 1px solid #E8E8E8;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.10) 100%);
  backdrop-filter: blur(2px);
  transition: transform 0.3s ease;
  min-height: 100%;
}

.service-card-heading{
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 10px;
}

.service-card:hover {
  transform: scale(1.05);
}

.service-icon {
  width: 40px;
  height: auto;
  /* margin-right: 15px; */
}

.service-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 36px;
}

.service-description {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}

/* Right Section Image */
.right-section-img {
  width: 100%;
  max-width: 436px;
  height: auto;
  /* border-radius: 15px; */
  /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3); */
}

/* Responsive Design */

@media (max-width: 1200px) {

}

@media (max-width: 992px) {

  .services-section {
    padding: 56px 39px 56px 39px;
  }
  .main-heading {
      font-size: 40px;
      text-align: center;
      line-height: 44px;
  }

  .sub-heading {
      font-size: 30px;
      text-align: center;
  }

  .vertical-line {
    display: none;
  }

  .service-text {
    font-size: 20px;
    line-height: 30px;
  }

  .service-card {
      flex-direction: column;
      align-items: center;
      text-align: left;
  }

  .service-icon {
      margin-bottom: 10px;
  }

  .service-title {
    font-size: 20px;
    line-height: 36px;
  }
  
  .service-description {
    font-size: 16px;
    line-height: 24px;
  }

  .right-section-img {
      margin-top: 30px;
      /* display: none; */
  }
}

@media (max-width: 768px) {
  .main-heading {
    font-size: 36px;
    text-align: center;
    line-height: 44px;
  }

  .sub-heading {
    font-size: 26px;
  }

  .service-text {
    font-size: 18px;
    line-height: 30px;
  }

  .service-description {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 576px) {
  .main-heading {
    font-size: 32px;
    text-align: center;
    line-height: 37px;
  }

  .sub-heading {
    font-size: 24px;
  }

  .service-text {
    font-size: 16px;
    line-height: 24px;
  }

  .service-description {
    font-size: 14px;
    line-height: 20px;
  }
}

/* Brands Section */

/* Section Background */
.brands-section {
  /* background-color: #F7F7F7; */
  padding: 56px 39px 56px 39px;
}

/* Heading and Description */
.brand-heading {
  font-size: 44px;
  font-weight: 600;
  color: #1F4B99;
  font-family: "gully";
  line-height: 60px;
}

.brand-description {
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  color: #636363;
  max-width: 1286px;
}

/* Vertical Blue Line */
.vertical-blue-line {
  width: 8px;
  height: 72px;
  background-color: #1F4B99;
  border: #1F4B99;
  border-radius: 80px;
}

/* Brand Cards */
.brand-card {
  background-color: #D6D6D6;
  border-radius: 20px;
  overflow: hidden;
  transition: transform 0.3s ease-in-out;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 5px 5px 0px 5px;
  min-height: 100%;
}

.cards{
  /* padding-left: 149px;
  padding-right: 149px; */
}

.brand-card:hover {
  transform: translateY(-5px);
}

.brand-img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* Card Footer */
.brand-card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 20px;
  background-color: #D6D6D6;
}

.brand-name {
  font-size: 18px;
  font-weight: 600;
  color: #3A3A3A;
  line-height: 36px;
}

.brand-icon {
  width: 32px;
  height: 32px;
}

/* Responsive Adjustments */

@media (max-width: 1200px) {
  .brand-name {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 992px) {
  .vertical-blue-line {
    display: none;
  }
  .brand-heading {
    font-size: 40px;
    line-height: 44px;
  }
  .brand-description {
    font-size: 20px;
    line-height: 30px;
  }
  .cards{
    /* padding-left: 0px;
    padding-right: 0px; */
  }
}

@media (max-width: 768px) {
  .brand-heading {
      font-size: 36px;
      text-align: center;
  }

  .brand-description {
      font-size: 18px;
      text-align: center;
  }
  .cards{
    /* padding-left: 80px;
    padding-right: 80px; */
  }
}

@media (max-width: 576px) {
  .brand-heading {
    font-size: 32px;
    line-height: 37px;
    text-align: center;
  }
  .brand-description {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }
  .cards{
    /* padding-left: 10px;
    padding-right: 10px; */
  }
}

/* Accordian Section */

/* Section Background */
.uncertainty-section {
  background-color: #1F4B99; /* Blue Background */
  color: #ffffff; /* White Text */
}

/* Heading Style */
.uncertainty-heading {
  font-size: 44px;
  font-weight: 600;
  color: #fff;
  font-family: "gully";
  line-height: 60px;
  /* padding-left: 39px; */
}

/* Vertical White Line */
.vertical-white-line {
  width: 8px;
  height: 100%;
  background-color: #ffffff;
  border: #fff;
  border-radius: 8px;
  position: absolute;
  left: -20px;
  top: -10px;
  /* border-left: 8px solid #fff; */
  /* min-height: 400px; */
}

/* Accordion Styling */
.accordion-item {
  /* border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
  background-color: #e7e9fd;
  transition: box-shadow 0.3s; */
  border: 0.5px solid rgba(255,255,255,0.25) !important;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25) !important;
  background: linear-gradient(180deg, rgba(255,255,255,0.00) 0%, rgba(31,75,153,0.25) 100%) !important;
  border-radius: 16px !important;
    
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-top-left-radius: 16px !important;
    border-top-right-radius: 16px !important;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 16px !important;
  border-bottom-left-radius: 16px !important;
}

.accordian-style{
  padding-right: 42px;
}

.accordion {
  --bs-accordion-inner-border-radius: 16px;
}

.accordion-item:hover {
  /* box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2); */
}

.accordion-header .accordion-button {
  font-weight: 600;
  background-color: transparent !important;
  /* color: #002366; */
  border-radius: 16px;
border: 0.5px solid rgba(255, 255, 255, 0.25);
background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, rgba(31, 75, 153, 0.25) 100%);
box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
}
.accordion {
  --bs-accordion-bg: transparent !important;
  --bs-accordion-btn-color: #ffffff !important;
  /* --bs-accordion-active-color: #0c63e4; */
  /* --bs-accordion-active-bg: #e7f1ff; */
}
.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: url("../img/banner/accordian_arrow.png");
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}
.accordion-button:not(.collapsed)::after {
  background-image: url("../img/banner/accordian_arrow.png");
  transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button:hover {
  background-color: #d6d9ff;
}

.accordion-button:not(.collapsed) {
  color: #ffffff !important;
  background-color: var(--bs-accordion-active-bg);
  /* box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color); */
}

.accordion-body {
  /* background-color: #f0f1ff; */
  color: #fff;
}

/* Responsive Styles */
@media (max-width: 992px) {
  .vertical-white-line {
    min-height: 200px;
    display: none;
  }
  .accordian-style{
    padding-left: 42px;
  }
  .uncertainty-heading {
    font-size: 40px;
    line-height: 44px;
  }
}

@media (max-width: 768px) {
  .vertical-white-line {
    display: none;
  }

  .uncertainty-heading {
    font-size: 36px;
    line-height: 44px;
    text-align: center;
  }

  .accordion-button {
    font-size: 1rem;
  }
}
@media (max-width: 576px) {
  .uncertainty-heading {
    font-size: 32px;
    line-height: 37px;
    text-align: center;
  }
}


/* ===========================
   Website Page
=========================== */

/* Button Styling */
.btn-custom {
  background-color: #1F4B99; /* Blue color */
  color: white;
  font-size: 18px;
  font-weight: 600;
  padding: 5px 5px 5px 20px;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  transition: background 0.3s ease;
  border-radius: 80px;
border: 0.5px solid #FFF;
}

.button_logo{
  width: 38px;
  height: auto;
}

.btn-custom i {
  font-size: 18px;
}

/* Button Hover Effect */
.btn-custom:hover {
  background-color: #0F3266; /* Darker blue */
  color: white;
}

/* Responsive Text & Button Centering */
@media (max-width: 1200px) {
  .banner-heading {
    font-size: 59px;
  }
  .banner-subtext {
    font-size: 18px;
  }
  .banner-content {
    padding: 170px 75px 120px 75px;
  }
}
@media (max-width: 992px) {
  .banner-heading {
    font-size: 54px;
  }
  .banner-subtext {
    font-size: 16px;
  }
  .banner-content {
    padding: 100px 50px 100px 50px;
  }
}
@media (max-width: 768px) {
  .btn-custom {
    font-size: 16px;
    padding: 5px 16px;
  }

  .banner-heading {
    font-size: 49px;
  }
  .banner-subtext {
    font-size: 16px;
  }

  .banner-subtext-website {
    font-size: 16px;
  }
  .banner-content {
    padding: 100px 50px 100px 50px;
  }
}
@media (max-width: 575px) {
  .banner-heading {
    font-size: 45px;
  }
  .banner-subtext {
    font-size: 16px;
  }
  .banner-content {
    padding: 80px 5px 80px 5px;
  }
}
@media (max-width: 500px) {
  .banner-heading {
    font-size: 40px;
  }
  .banner-subtext {
    font-size: 16px;
  }
}
@media (max-width: 460px) {
  .banner-heading {
    font-size: 35px;
  }
  .banner-content {
    padding: 80px 10px 80px 10px;
  }
}
@media (max-width: 420px) {
  .banner-heading {
    font-size: 30px;
  }
}
@media (max-width: 400px) {
  .banner-heading {
    font-size: 25px;
  }
}

/* ===========================
   Innovate Section
=========================== */
.two-halves-section-website {
  width: 100%;
  padding: 60px 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.two-halves-container-website {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  /* max-width: 1200px; */
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

/* Left Half */
.left-half-website {
  flex: 1;
  /* min-width: 300px; */
}

.section-heading-website {
  font-family: "gully";
  font-size: 44px;
  font-weight: 600;
  color: #1F4B99;
  margin-bottom: 49px;
}

.left-content-website {
  display: flex;
  align-items: flex-start;
}

.blue-line-website {
  /* width: 8px;
  background-color: #4F84C1;
  margin-right: 20px;
  border-radius: 3px; */
  /* height: auto; */
}

.text-content-website {
  /* font-family: "opensans";
  font-size: 18px;
  color: #333;
  line-height: 1.6; */
  border-left: 8px solid #4F84C1;
  /* border-radius: 4px; */
  padding-left: 22px;
 
}


.bottom-text-website {
  /* font-family: "gully"; */
  color: #636363;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

/* Right Half */
.right-half-website {
  flex: 1;
  min-width: 300px;
  display: flex;
  justify-content: center;
}

.section-image-website {
  width: 100%;
  /* max-width: 500px; */
  height: auto;
  border-radius: 40px;
  object-fit: cover;
  /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); */
}

.section-image-empowering {
  width: 428px;
  height: auto;
}

/* ===========================
   Responsive Design
=========================== */
@media (max-width: 992px) {
  
  .two-halves-container-website {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }

  .left-content-website {
    flex-direction: column;
    align-items: center;
  }

  .blue-line-website {
    height: 4px;
    width: 60px;
    margin-bottom: 20px;
  }

  .text-content-website {
    text-align: center;
  }

  .section-heading-website {
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 0px;
  }

  .bottom-text-website {
    font-size: 20px;
    line-height: 32px;
  }
}

@media (max-width: 768px) {
  .section-heading-website {
    font-size: 36px;
    line-height: 44px;
  }
  .bottom-text-website {
    font-size: 16px;
    line-height: 24px;
  }
  .text-content-website {
    border-left: 0px solid #4F84C1;
    padding-left: 0px;
   
  }

}
@media (max-width: 576px) {
  .section-heading-website {
    font-size: 32px;
    line-height: 37px;
  }
  .bottom-text-website {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0px;
  }
}

/* ===========================
  Why Partner with Us Section
=========================== */
/* Section Background */
.partner-section {
  background-color: #1F4B99; /* Blue Background */
  /* padding: 60px 39px; */
  position: relative;
  overflow: hidden;
}

/* Hologram Image */
.hologram-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 929px;
  height: auto;
  max-width: 90%;
  z-index: 0;
}

/* Section Heading */
.partner-heading {
  color: white;
  font-size: 44px;
  font-weight: 600;
  margin-bottom: 56px;
  text-align: left;
  font-family: "gully";
}

/* Partner Cards */
.partner-card {
  padding: 15px;
  border-radius: 12px;
border: 1px solid #E8E8E8;
background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.10) 100%);
backdrop-filter: blur(2px);
transition: transform 0.3s ease;
margin-bottom: 15px;
min-height: 100%;
min-width: 100%;
}

.partner-card:hover {
  transform: scale(1.05);
}

.partner-card-heading{
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 10px;
}

.card-icon {
  width: 40px;
  height: auto;
}

.card-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 36px;
  color: #ffffff;
  /* margin-bottom: 5px; */
}

.card-text {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 24px;
  margin-bottom: 0;
}

/* Right Section Image */
.partner-image {
  width: 100%;
  height: auto;
  /* border-radius: 10px; */
  position: relative;
  z-index: 1;
}

/* Responsive Adjustments */
@media (max-width: 992px) {
  .hologram-image {
    width: 70%;
  }

  .partner-heading {
    font-size: 40px;
    text-align: center;
    line-height: 44px;
  }

  .partner-card {
    flex-direction: column;
    text-align: center;
  }

  .card-icon {
    width: 40px;
    height: 40px;
  }

  .partner-image {
    margin-top: 20px;
    display: none;
  }
}

@media (max-width: 768px) {
  .partner-heading {
    font-size: 36px;
    line-height: 44px;
  }

  .hologram-image {
    width: 90%;
  }

  .card-title {
    font-size: 18px;
    line-height: 30px;
  }
  
  .card-text {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 576px) {
  .partner-heading {
    font-size: 32px;
    line-height: 37px;
  }

  .card-title {
    font-size: 16px;
    line-height: 24px;
  }
  
  .card-text {
    font-size: 14px;
    line-height: 20px;
  }
}

/* ===========================
  Portfolio Page
=========================== */

/* Section Styling */
.best-work-section {
  padding: 60px 32px;
}

/* Section Heading */
.section-heading-portfolio {
  font-size: 44px;
  font-weight: 600;
  margin-bottom: 30px;
  color: #222;
  text-align: left;
  font-family: "gully";
  line-height: 60px;
}

/* Work Card */
.work-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* padding: 50px 30px 50px 40px; */
  border-radius: 40px;
  /* box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); */
  margin-bottom: 20px;
  position: relative;
  min-height: 100%;
}

/* Unique Background Colors for Each Card */
.bg-card1 { background: #E9EDF5; } 
.bg-card2 { background: #F5EFE9; } 
.bg-card3 { background: #F5E9F5; } 
.bg-card4 { background: #E9F2F5; } 

/* Left Section */
.work-card-text {
  flex: 1;
  /* padding-right: 15px; */
}

.work-title {
  font-size: 32px;
  font-weight: 700;
  color: #000;
  line-height: 40px;
  /* max-width: 200px; */
}

.work-category {
  font-size: 20px;
  color: #636363;
  font-weight: 600;
  line-height: 32px;
}

.work-subtitle {
  color: #3A3A3A;
  font-size: 16px;
  font-weight: 700;
  margin-top: 10px;
  line-height: 24px;
}

.work-description {
  color: #3A3A3A;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.work-tech-stack {
  font-size: 16px;
  font-weight: 700;
  color: #3A3A3A;
}

/* Right Section - Image */
.work-card-mobile {
  position: relative;
  text-align: center;
}
.work-card-laptop {
  position: relative;
  text-align: center;
}

.work-card-mobile img {
  width: 129px;
  height: auto;
}
.work-card-laptop img {
  width: 220px;
  height: auto;
}

/* Ellipse Shape Below Image */
.ellipse-shape {
  width: 149px;
  height: 10px;
  background: #D9D9D9;
  border-radius: 50%;
  margin: 10px auto 0;
}

/* Responsive Design */
@media (max-width: 1200px) {
  .work-card-mobile img {
    width: 180px;
  }
  .work-card-laptop img {
    width: 180px;
  }
}

@media (max-width: 992px) {
  .work-card {
    flex-direction: column;
    text-align: center;
  }

  .work-card-text {
    padding-right: 0;
    margin-bottom: 15px;
  }

  .work-title {
    font-size: 36px;
    font-weight: 700;
    color: #000;
    line-height: 40px;
    /* max-width: 200px; */
  }
  
  .work-category {
    font-size: 20px;
    color: #636363;
    font-weight: 600;
    line-height: 32px;
  }
  
  .work-subtitle {
    color: #3A3A3A;
    font-size: 16px;
    font-weight: 700;
    margin-top: 10px;
    line-height: 24px;
  }
  
  .work-description {
    color: #3A3A3A;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
  
  .work-tech-stack {
    font-size: 16px;
    font-weight: 700;
    color: #3A3A3A;
  }

  .work-card-mobile img {
    width: 195px;
  }
  .work-card-laptop img {
    width: 220px;
  }


  .section-heading-portfolio {
    font-size: 40px;
    line-height: 44px;
  }
}

@media (max-width: 768px) {
  .section-heading-portfolio {
    font-size: 36px;
    line-height: 44px;
    text-align: center;
  }

  /* .work-title {
    font-size: 18px;
  }

  .work-category {
    font-size: 14px;
  } */
  .work-title {
    font-size: 30px;
    line-height: 34px;
  }
  
  .work-category {
    font-size: 18px;
    line-height: 28px;
  }
  
  .work-subtitle {
    color: #3A3A3A;
    font-size: 16px;
    font-weight: 700;
    margin-top: 10px;
    line-height: 24px;
  }
  
  .work-description {
    color: #3A3A3A;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
  
  .work-tech-stack {
    font-size: 16px;
    font-weight: 700;
    color: #3A3A3A;
  }
}

@media (max-width: 576px) {
  .section-heading-portfolio {
    font-size: 32px;
    line-height: 37px;
    text-align: center;
  }
}

/* ===========================
  Careers Page
=========================== */
/* Section Styling */
.current-openings-section {
  /* padding: 60px 36px; */
}

/* Section Heading */
.section-heading-job {
  font-size: 44px;
  font-weight: 600;
  margin-bottom: 40px;
  color: #1F4B99;
  text-align: left;
  line-height: 60px;
  font-family: "gully";
}

/* Job Card */
.job-card {
  background: #fff;
  border-radius: 16px;
  /* box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); */
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  transition: transform 0.3s ease-in-out;
  /* text-align: center; */
  min-height: 100%;
}

.job-card:hover {
  transform: translateY(-5px);
}

/* Top Section (Blue Background) */
.job-card-header {
  /* background: rgba(31, 75, 153, 0.25); */
  border-radius: 16px 16px 0px 0px;
  background: rgba(31, 75, 153, 0.25);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 16px 0px 16px 10px;
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 28px;
  color: #222;
}

.job-icon {
  width: 60px;
  height: auto;
}

.job-title {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  font-family: "gully";
  line-height: 32px;
}

/* Bottom Section */
.job-card-body {
  padding: 20px;
}

.job-details {
  font-size: 16px;
  color: #000;
  font-weight: 600;
  line-height: 32px;
  /* margin-bottom: 5px; */
}

/* Apply Button */
.apply-btn {
  background: #1F4B99;
  color: #fff;
  border: none;
  padding: 8px 36px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  font-family: "gully";
  cursor: pointer;
  transition: background 0.3s ease-in-out;
  margin-top: 37px;
}

.apply-btn:hover {
  background: #0056b3;
}

/* Responsive Design */
@media (max-width: 1200px) {
  .job-card-header {
    flex-direction: column;
    text-align: center;
  }

  .job-title {
    font-size: 18px;
    line-height: 20px;
  }

  .section-heading-job {
    font-size: 40px;
    line-height: 44px;
  }

  .job-card-body {
    padding: 15px;
  }
  
  .job-details {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .section-heading-job {
    font-size: 36px;
    line-height: 44px;
    text-align: center;
  }

  .job-card {
    margin-bottom: 20px;
  }

  .job-title {
    font-size: 16px;
  }
  .job-details {
    font-size: 16px;
  }
 
}

@media (max-width: 576px) {
  .section-heading-job {
    font-size: 32px;
    line-height: 37px;
    text-align: center;
  }
}

/* ===========================
  About Page
=========================== */

/* ===========================
Core Value
============================= */

/* Section Styling */
.core-values-section {
  padding: 0px 36px 60px 36px;
}

/* Section Heading */
.section-heading-value {
  font-size: 44px;
  font-weight: 600;
  margin-bottom: 36px;
  color: #1F4B99; 
  text-align: left;
  font-family: "gully";
  line-height: 60px;
}

/* Value Card */
.value-card {
  background: rgba(79, 132, 193, 0.20);;
  border-radius: 20px;
  padding: 30px 20px 20px 20px; /* Extra padding for logo */
  position: relative;
  text-align: center;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  transition: transform 0.3s ease-in-out;
  min-height: 100%;
  height: 100%;
}

.value-card:hover {
  transform: translateY(-5px);
}

/* Circular Logo Styling */
.card-logo {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  /* border-radius: 50%; */
  /* display: flex;
  align-items: center;
  justify-content: center; */
  /* box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1); */
}

.card-logo img {
  width: 80px;
  height: auto;
}

/* Value Title */
.value-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  margin-top: 30px;
  color: #000;
}

/* Value Text */
.value-text {
  font-size: 16px;
  color: #000;
  margin-top: 10px;
  text-align: left;
  font-weight: 400;
  line-height: 32px;
}

/* Responsive Design */
@media (max-width: 992px) {
  .section-heading-value {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .value-card {
    margin-bottom: 20px;
  }

  .value-title {
    font-size: 18px;
  }

  .value-text {
    text-align: center;
  }
}

/* ===========================
experts
============================= */
/* Section Styling */
.meet-our-experts {
  padding: 20px 32px;
}

/* Section Heading */
.section-heading-experts {
  font-size: 44px;
  font-weight: 600;
  font-family: "gully";
  line-height: 60px;
  margin-bottom: 15px;
  color: #1F4B99;
}

/* Section Subtext */
.section-subtext {
  font-size: 20px;
  color: #636363;
  max-width: 1175px;
  font-weight: 400;
  line-height: 32px;
  margin: 0 auto 40px; 
}

/* Expert Images */
.expert-image {
  width: 100%;
  height: auto;
  border-radius: 12px;
  /* box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); */
}

/* Responsive Design */
@media (max-width: 768px) {
  .expert-image {
    margin-bottom: 20px;
  }
  .section-heading-experts {
    font-size: 40px;
    
  }
  .section-subtext {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .expert-image {
    margin-bottom: 20px;
  }
  .section-heading-experts {
    font-size: 35px;
   
  }
}
@media (max-width: 460px) {
  .expert-image {
    margin-bottom: 20px;
  }
  .section-heading-experts {
    font-size: 28px;
  }
  .section-subtext {
    font-size: 16px;
  }
}

/* ===========================
transform
============================= */
.padding {
  padding: 0px 32px ;
  margin-top: 38px;
  margin-bottom: 58px;
}

/* Section Styling */
.transformation-section {
  background: rgba(31, 75, 153, 0.25); 
  padding: 24px 24px 24px 71px;
  color: #1F4B99; 
  border-radius: 36px;
}

/* Heading */
.section-heading-transform {
  font-size: 44px;
  font-weight: 600;
  line-height: 60px;
  /* margin-bottom: 28px; */
  font-family: "gully";
}

/* Text */
.section-text {
  font-size: 20px;
  color: #636363;
  font-weight: 400;
  line-height: 32px;
  /* margin-bottom: 30px; */
}

/* Contact Button */
.contact-btn {
  display: inline-flex;
  align-items: center;
  background: white;
  color: #007bff;
  padding: 12px 20px;
  border-radius: 30px; /* Rounded on Both Sides */
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}

.contact-btn i {
  margin-left: 10px;
}

.contact-btn:hover {
  background: #0056b3;
  color: white;
}

/* Image */
.transformation-image {
  width: 100%;
  height: auto;
  /* max-width: 400px; */
  /* border-radius: 10px; */
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .no-gutter-space {
    text-align: center;
    --bs-gutter-x: 0
  }

  .contact-btn {
    display: inline-block;
    margin-top: 15px;
  }
  .section-heading-transform {
    font-size: 40px;
    line-height: 40px;
  }
  .section-text {
    line-height: 24px;
  }
  .transformation-section {
    padding: 24px 24px 24px 24px;
  }
  /* .row {
    --bs--gutter-x: 0
  } */
}

@media (max-width: 575px) {
  .section-heading-transform {
    font-size: 35px;
    line-height: 40px;
  }
  .section-text {
    font-size: 18px;
  }
}

@media (max-width: 460px) {
  .section-heading-transform {
    font-size: 28px;
    line-height: 35px;
  }
  .section-text {
    font-size: 16px;
  }
}

/* ===========================
   Contact Section
=========================== */
/* Contact Section Styling */
.contact-section {
  /* padding: 0px 0px 0px 36px; */
}

/* Heading */
.contact-heading {
  font-family: "gully";
  font-size: 44px;
  font-weight: 600;
  line-height: 60px;
  margin-bottom: 25px;
  color: #1F4B99;
  max-width: 1044px;
}

.contact-heading-new {
  font-family: "gully";
  font-size: 48px;
  font-weight: 600;
  line-height: 60px;
  margin-bottom: 25px;
  color: #1F4B99;
  max-width: 1044px;
}

/* Form Styling */
.contact-form .form-control,
.contact-form .form-select {
  border-radius: 8px;
  padding: 12px;
  background: rgba(105, 105, 105, 0.15);
  /* box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
   */
  color: #636363;
}

.form-width {
  max-width: 579px;
}

.form-label {
  margin-bottom: 0;
}

.label-class {
  color: #222;
  font-family: "gully";
  font-size: 20px;
  font-weight: 500;
  /* line-height: 60px; */
}

.contact-form .btn-primary {
  background: #007bff;
  border-radius: 30px;
  padding: 12px 20px;
  font-weight: 600;
  transition: 0.3s;
}

.contact-form .btn-primary:hover {
  background: #0056b3;
}

/* Grey Strip with Chat Image */
.chat-strip {
  /* background: #e0e0e0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content:center;
  align-items: center;
  position: relative;
  z-index: -999;
  min-width: 200px; */
  background: #e0e0e0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0;
  max-width: 314px;
  z-index: -999;
}
.chat-strip-new{
  background: #e0e0e0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0;
  max-width: 314px;
  z-index: -999;
}

/* Chat Image */
.chat-image {
  width: 500px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0,-50%);
  z-index: -99;
}

.send-btn {
  padding: 8px 32px;
  align-items: center;
  border-radius: 8px;
  background: #1F4B99;
  justify-content: center;
  color: white;
  transition: transform 0.3s ease-in-out;
}
.send-btn:hover {
  transform: scale(1.05);
}

/* Responsive Adjustments */
@media (max-width: 1200px) {
  .chat-image {
    width: 400px;
  }
}
@media (max-width: 992px) {
  .chat-image {
    width: 350px;
  }
  .contact-heading {
    font-size: 40px;
    line-height: 44px;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .contact-section {
    padding: 0px 10px 0px 10px;
  }
  
  .contact-heading {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (max-width: 576px) {
  .contact-heading {
    font-size: 32px;
    line-height: 37px;
  }
  .chat-image {
    width: 250px;
  }
  .label-class {
    font-size: 18px;
  }
  .chat-image {
    display: none;
  }
  .chat-strip {
    display: none;
  }
}

.gutter-remove {
  --bs-gutter-x: 0
}

/* Terms and Condition */
.terms-heading{
  font-size: 48px;
  font-family: "gully";
}

.terms-subHeading{
  font-size: 32px;
  font-family: "gully";
}

.terms-sub-subHeading{
  font-size: 24px;
  font-family: "gully";
}

.terms-questionTitle {
  font-size: 21px;
  font-family: "opensans";
}

.terms-text{
  font-size: 18px;
  font-family: "opensans";
}

.text-justify{
  text-align: justify;
}

.m-top{
  margin-top: 20px !important;
}

@media (max-width: 768px) {
  .terms-heading{
    font-size: 44px;
    font-family: "gully";
  }
  
  .terms-subHeading{
    font-size: 30px;
    font-family: "gully";
  }
  
  .terms-sub-subHeading{
    font-size: 22px;
    font-family: "gully";
  }
  
  .terms-questionTitle {
    font-size: 19px;
    font-family: "opensans";
  }
  
  .terms-text{
    font-size: 16px;
    font-family: "opensans";
  }
  
  .text-justify{
    text-align: justify;
  }
}

/* Modal on Career page */
.modal-dialog {
  max-width: 772px;
}

.modal-content {
  background: white;
  /* border-radius: 8px; */
  /* max-width: 665px; */
  width: 100%;
  padding: 54px;
}

.modal-heading {
  font-size: 39px;
  font-weight: 400;
  font-family: "gully";
  color: #2B2B2B;
}

.upload-box {
  width: 100%;
  padding: 20px;
  border: 2px dashed #EAEAF3;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
}

.upload-label {
  /* display: block; */
  font-size: 18px;
  font-weight: 400;
  color: #636363;
}

.file-size-warning {
  font-size: 12px;
  color: #D12626;
  /* margin-top: 5px; */
}

@media (max-width: 1200px) {
  .modal-dialog {
    max-width: 700px;
  }
  .modal-heading {
    font-size: 35px;
  }
  .modal-content {
    padding: 40px;
  }
}

@media (max-width: 992px) {
  .modal-dialog {
    max-width: 600px;
  }
  .modal-heading {
    font-size: 30px;
  }
  .modal-content {
    padding: 30px;
  }
  .upload-label {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .modal-dialog {
    max-width: 500px;
  }
  .modal-heading {
    font-size: 25px;
  }
  .modal-content {
    padding: 20px;
  }
}


@media (max-width: 576px) {
  /* .upload-box {
      padding: 15px;
  } */

  .modal-dialog {
    max-width: 100%;
  }
  .modal-heading {
    font-size: 20px;
  }
}





