html {
  scroll-behavior: smooth;
  line-height: 1;
  overflow-y: scroll;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  height: 100%;
}

a:hover,
a:hover,
a:focus {
  color: #fff;
}

a {
  text-decoration: none !important;
}

button:focus {
  outline: 0 none !important;
}

ul {
  padding: 0;
}

ul li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #061822;
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 26px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 22px;
}

h6 {
  font-size: 20px;
}

img {
  max-width: 100%;
}

body {
  margin: 0;
  padding: 0;
  top: 0;
  overflow-x: hidden;
}

* {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

.btn-check:focus+.btn,
.btn:focus {
  box-shadow: none !important;
}

.form-control:focus {
  box-shadow: none !important;
}

/*----------header css---------*/
header {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 10px;
}
body .common_btn {
  background: linear-gradient(94.49deg, #8A72FB 1.28%, #5742BF 99.01%);
  border: none;
  padding: 8px 30px;
  border-radius: 6px;
  color: #fff;
  font-size: 14px;
  font-family: 'Haas Grot Disp 55 Roman';
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 1;
}

body .common_btn:hover {
  background: transparent;
  color: #5742BF !important;
  border-radius: 6px;
  border: none;
  /* use gradient border via pseudo-element */
}

body .common_btn:hover::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 6px;
  padding: 2px; /* border thickness */
  background: linear-gradient(94.49deg, #8A72FB 1.28%, #5742BF 99.01%);
  -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}

body .navbar-light .navbar-nav .nav-link {
  color: #121212;
  font-family: 'Haas Grot Disp 55 Roman';
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 14px;
  letter-spacing: 0.3px;
  padding:0 5px;
}
body .navbar-light .navbar-nav .nav-item {
  padding: 0px 12px;
  position: relative;
}

section.banner{
  background: url(../images/banner-bg.png) no-repeat;
  background-size:cover;
  background-position: center;
  padding:60px 0;
}
section.banner h1 {
  font-family: 'Haas Grot Disp 55 Roman';
  font-weight: 400;
  font-style: normal;
  font-size: 60px;
  line-height: 70px;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
}
section.banner .gredient {
  font-style: italic;
}
.gredient {
  background: linear-gradient(90deg, #9B69F3 0%, #D257D9 18.27%, #DE9267 44.71%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; /* for modern browsers */
  color: transparent;
  /* font-style: italic; */
}
.description{
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal; /* "Regular" maps to normal */
  font-size: 18px;
  line-height: 31px;
  letter-spacing: 0px;
  text-align: center;
}
header .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
  color: #5742BF !important;
}
header .nav-link{
  position: relative;
}
header .nav-link.active:after {
  content: '';
  background: #5742BF;
  height: 3px;
  width: 100%;
  line-height: normal;
  position: absolute;
  top: -25px;
  left: 0;
}
.common-heading{
  font-weight: 500;
  font-style: normal; /* "55 Roman" is not valid CSS → replaced with normal */
  font-size: 42px;
  line-height: 66px;
  letter-spacing: 0;
  text-align: center;
  font-family: 'Haas Grot Disp 55 Roman';
}
.about-block h3, p{text-align: left !important;}
img.img-1 {
  display: block;
  text-align: right;
  float: right;
  width: 195px;
  position: absolute;
  right: 20px;
  bottom: 0;
}
body .common_btn img {
  margin-left: 10px;
}
body .common_btn:hover img.white {
  display: none;
}
img.hideblue {
  display: none;
}
body .common_btn:hover img.hideblue {display:inline-block;}
section.about-block {
  background: linear-gradient(181deg, rgb(133 110 246 / 0%) 0%, rgb(133 110 245 / 5%) 100%);
  padding: 40px 0;
}
section.accordian-wrapper .common-heading {
    text-align: left;
}
section.accordian-wrapper {
  padding: 40px 0 60px;
}
section.service-slider .center-slider .slick-slide{
  transform: scale(0.8);
  transition: all 0.4s ease-in-out;
}

section.service-slider .center-slider .slick-current.slick-active{
  transform: scale(1.1);
}

section.accordian-wrapper .accordion-button:not(.collapsed) {
  box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
  background: linear-gradient(90.35deg, rgba(255, 204, 0, 0.09) 0%, rgba(215, 110, 173, 0.138) 49.61%, rgba(138, 114, 251, 0.12) 100%);
  color: #121212 !important;
  font-family: 'Haas Grot Disp 55 Roman';
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  line-height: 14px;
  letter-spacing: 0.3px;
}
section.accordian-wrapper .accordion-button:focus {
  z-index: 3;
  border-color: transparent;
  outline: 0;
  box-shadow: none !important;
}
section.accordian-wrapper .accordion-item {
  background-color: transparent !important;
  border: none !important;
}
section.accordian-wrapper .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
section.accordian-wrapper .accordion-collapse {
  background-color: #141025;
  margin-bottom: 10px;
  border-radius: 0 0 12px 12px;
}
section.accordian-wrapper button.accordion-button.collapsed{
  box-shadow:none !important;
  background: linear-gradient(90.35deg, rgba(255, 204, 0, 0.09) 0%, rgba(215, 110, 173, 0.138) 49.61%, rgba(138, 114, 251, 0.12) 100%);
  color: #121212 !important;
  font-family: 'Haas Grot Disp 55 Roman';
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  line-height: 14px;
  letter-spacing: 0.3px;
  margin-bottom: 20px;
  border-radius: 10px;
  border: none;
  padding:25px !important;
}
section.accordian-wrapper .accordion-collapse img {
  width: 80%;
  height: 250px;
  border-radius: 10px;
  object-fit: cover;
  margin: 0 auto;
}
section.accordian-wrapper .accordion-collapse h4 {
  font-weight: 500;
  font-style: normal;
  font-size: 26px;
  line-height: normal;
  letter-spacing: 0;
  text-align: left;
  font-family: 'Haas Grot Disp 55 Roman';
  color: #fff;
}
section.accordian-wrapper .accordion-collapse p {
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0;
  text-align: left;
  font-family: 'Lato';
  color: #fff;
  line-height: 26px;
  width: 90%;
}
section.accordian-wrapper .accordion-body {
  padding: 20px 20px 40px;
}
section.accordian-wrapper .accordion-item.active button.accordion-button {
  background: #141025;
  color: #fff !important;
  border-radius: 10px 10px 0 0;
  padding:25px !important;
}
body .navbar-light .navbar-nav .nav-link:hover{
 color: #5742BF !important; 
}
body .navbar-light .navbar-nav .nav-link:hover:after {
  content: '';
  background: #5742BF !important;
  height: 3px;
  width: 100%;
  position: absolute;
  top: -25px;
  left: 0;
}
section.banner .description {
  text-align: center !important;
}
.tabs-services .nav-tabs .nav-link {
  background: linear-gradient(116.46deg, #F7F6FF 0.76%, #FFFFFF 100.61%);
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0;
  color: #333333;
  font-family: 'Haas Grot Disp 55 Roman';
  border: none;
  border-radius: 12px;
  padding:10px;
  min-width: 180px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.tabs-services .nav-item {
  margin: 10px 0;
  width: 18%;
}
button#support-tab {
  min-width: 400px;
}
button#micro-tab {
  position: relative;
  left: 74px;
}
button#automation-tab {
  position: relative;
  left: 150px;
}
.tabs-services .nav-link.active {
  background: linear-gradient(116.46deg, #F7F6FF 0.76%, #FFFFFF 100.61%);
  box-shadow: 2px 3px 21.7px 0px #8B8B8B40;
  color: #6938EF !important;
}
.tabs-services .tab-content {
  background: linear-gradient(90.35deg, rgba(255, 204, 0, 0.09) 0%, rgba(215, 110, 173, 0.138) 49.61%, rgba(138, 114, 251, 0.12) 100%);
  border: none !important;
  border-radius: 12px;
}
.tabs-services #myTab {
    border: none;
}
.tabs-services .tab-content img {
  border-radius: 12px;
}
.tabs-services .tab-content h4 {
  font-weight: 500;
  font-style: normal;
  font-size: 30px;
  line-height: 28px;
  letter-spacing: 0;
  color: #333333;
  font-family: 'Haas Grot Disp 55 Roman';
  text-align: left;
}
.tabs-services .tab-content p {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0px;
}
body .common_btn i {
  margin-left: 8px;
}
.tabs-services .tab-content {
  margin: 30px 0;
}

.deliver-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70vh;
  overflow: hidden;
  background: url(../images/creator.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.deliver-left h2 {
  font-weight: 500;
  font-style: normal;
  font-size: 42px;
  letter-spacing: 0;
  text-align: left;
  font-family: 'Haas Grot Disp 55 Roman';
  margin: 0;
}
.deliver-left p {
  font-size: 18px;
  line-height: normal !important;
  letter-spacing: 0;
  text-align: left !important;
  font-family: 'Lato';
  line-height: 30px !important;
  color: #333333;
}
section.bg-blue.bgblue-cta {
  padding: 40px 0 !important;
  background: #141025;
  margin-top: 60px;
  position: relative;
  overflow: hidden;
}
section.bg-blue.bgblue-cta .common-heading {
  color: #fff;
  position: relative;
  z-index: 9;
  top:-10px;
}
section.bg-blue.bgblue-cta img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
section.bg-blue.bgblue-cta .light-img {
  bottom: inherit;
  top: -20px;
}
section.bg-blue.bgblue-cta ul {
  display: flex;
  flex-wrap: wrap;
  padding: 60px 0;
  justify-content: center;
}
/* Left side */
.deliver-left {
  width: 40%;
  padding: 60px;
  background: #fff;
  position: relative;
  z-index: 2;
}

.deliver-left h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
}




/* Right side */
.deliver-right {
  width: 60%;
  /* background: #0b0516; */
  position: relative;
}

.swiper {
  height: 100%;
}

section.deliver-section .swiper-slide {
  display: flex !important;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 80px 125px;
  text-align: left;
}

.slide-content {
  max-width: 600px;
  margin-left:30px;
  position: relative;
}
.slide-number {
  font-size: 40px;
  opacity: 0.5;
  position: absolute;
  top: -22px;
  left: -54px;
  color: #fff;
}
.swiper-pagination-bullet-active{background-color: #fff !important;}
.swiper-pagination-bullet{background: #fff !important;}
.slide-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
}

.slide-text {
  font-size: 15px;
  line-height: 1.6;
  color: #ccc;
}

/* Pagination */
.swiper-pagination {
  bottom: 40px !important;
}
.swiper-pagination-bullet {
  background: #fff;
  opacity: 0.5;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #ff6a9f;
}
.slide-title {
  margin-bottom: 15px;
  font-family: 'Haas Grot Disp 55 Roman';
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  line-height: 14px;
  letter-spacing: 0.3px;
  color: #fff;
}
section.bg-blue {
  background: #141025;
  /* margin-top: 60px; */
  padding:40px 0;
  position: relative;
  overflow: hidden;
}
section.bg-blue .common-heading {
  color: #fff;
  position: relative;
  z-index: 9;
}
.cta-section .btn.common_btn:hover {
    color: #fff !important;
    border: 1px solid #fff;
}
body .cta-section .common_btn:hover::before{
  background: transparent !important;
}

section.bg-blue ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
section.bg-blue ul li {
  background: #FFFFFF1A;
  backdrop-filter: blur(44px);
  margin-bottom: 15px;
  width: 40%;
  margin-right: 15px;
  border-radius: 5px;
  padding: 15px;
  font-family: 'Haas Grot Disp 55 Roman';
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.3px;
  color: #fff;
}
section.bg-blue img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}



.why-section {
  text-align: center;
  padding: 60px 40px;
  max-width: 1200px;
  margin: auto;
}

.why-section h2 {
  margin-bottom: 15px;
  font-weight: 500;
  font-style: normal;
  font-size: 42px;
  line-height: 66px;
  letter-spacing: 0;
  text-align: center;
  font-family: 'Haas Grot Disp 55 Roman';
}
.why-section h2 span {
  background: linear-gradient(90deg, #9b69f3, #d257d9, #de9267);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.why-section p {
  font-size: 16px;
  max-width: 800px;
  margin: auto;
  line-height: 1.6;
  font-family: 'Haas Grot Disp 55 Roman';
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.3px;
  color: #222;
  text-align: center !important;
}
.why-slider {
  margin-top: 25px;
}

.why-card {
  background: #fff;
  border-radius: 16px;
  padding: 30px 20px;
  text-align: left;
  box-shadow: 0px 2px 10px rgba(0,0,0,0.06);
  transition: all 0.3s ease;
  margin: 0 15px;
  min-height: 285px !important;
}
.why-slider .slick-prev:before, .slick-next:before {
  color: #9b69f3 !important;
  font-size: 30px !important;
}
.why-card:hover {
  transform: translateY(-5px);
  box-shadow: 0px 5px 20px rgba(0,0,0,0.1);
}

.why-card i {
  font-size: 30px;
  margin-bottom: 15px;
  display: block;
  color: #9b69f3;
}

.why-card h3 {
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  letter-spacing: 0;
  text-align: left;
  font-family: 'Haas Grot Disp 55 Roman';
  margin: 15px 0;
}
.why-card p {
  font-size: 16px;
  line-height: 1.6;
  font-family: 'Haas Grot Disp 55 Roman';
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.3px;
  color: #222;
  text-align: left !important;
}
/* Slick Custom Arrows */
.why-card .slick-prev:before, .slick-next:before {
  color: #9b69f3;
  font-size: 30px;
}

.why-card .slick-prev {
  left: -40px;
}

.why-card .slick-next {
  right: -40px;
}


.cta-section .container{
  background: #0b0516;
  border-radius: 16px;
  text-align: center;
  padding: 30px;
  position: relative;
  overflow: hidden;
}
.cta-section{
  position: relative;
}
/* Decorative gradient line */


.cta-section h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.4;
}

.cta-section h2 span {
  background: linear-gradient(90deg, #9b69f3, #d257d9, #de9267);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cta-section p {
  font-size: 16px;
  color: #ccc;
  margin-bottom: 30px;
  line-height: 1.6;
  font-family: 'Haas Grot Disp 55 Roman';
  text-align: center !important;
  width: 70%;
  margin: 0 auto 20px;
}

.cta-btn {
  display: inline-block;
  padding: 12px 28px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(90deg, #6a11cb, #2575fc);
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.cta-btn:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}
.cta-section h2 {
  font-weight: 500;
  font-style: normal;
  font-size: 42px;
  line-height: normal;
  letter-spacing: 0;
  text-align: center;
  font-family: 'Haas Grot Disp 55 Roman';
  color: #fff;
}
.heading-1 {
  text-align: left;
  color: #fff;
  padding-left: 150px;
  z-index:9;
}
.heading-2 {
  text-align: right;
  color: #fff;
  padding-right: 150px;
  position: relative;
  z-index:9;
}
.heading-1:after {
  content: "";
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(177deg, #9b69f342, #a7a0a717, #de926700);
  width: 100%;
}
.heading-2:after {
  content: "";
  position: absolute;
  top: 30px;
  right: -56px;
  height: 2px;
  background: linear-gradient(177deg, #9b69f30f, #a7a0a717, #9b69f361);
  width: 100%;
  z-index: 1;
}


/* Tabs Wrapper */
.tabs-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 40px;
}

.tab-scroll {
  display: flex;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  scroll-behavior: smooth;
  flex: 1;
}

.tab-scroll::-webkit-scrollbar {
  display: none;
}

.tab-btn {
  flex: 0 0 auto;
  padding: 12px 24px;
  border: none;
  border-radius: 8px;
  margin: 0 5px;
  font-size: 16px;
  cursor: pointer;
  background: transparent;
  transition: all 0.3s ease;
  font-family: 'Haas Grot Disp 55 Roman';
  font-weight: 500;
}
section.section {
  padding: 60px 0;
}
.section .tab-btn.active {
  background: #fff;
  color: #000;
  box-shadow: 0px 4px 17.1px 0px #B1B1B140;
  border: 1px solid #8A72FB33;
  outline: 0;
}
/* Arrows */
.section .arrow {
  background: #9b69f3;
  color: #fff;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
  margin: 0 8px;
  font-size: 18px;
  transition: 0.3s;
  left: 30px;
  position: relative;
}
button.arrow.right {
  left: inherit;
  right: 30px;
  opacity: 1 !important;
  z-index: 9;
}
section.blog-card {
  padding-bottom: 40px;
}
.section .arrow:hover {
  opacity: 0.8;
}

/* Tab Content */
.section .tab-content {
  display: none;
  animation: fadeIn 0.4s ease-in-out;
}

.section .tab-content.active {
  display: block;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

/* AWS Content Tree */
.aws-wrapper {
  margin-top: 20px;
}

.aws-title {
  font-weight: bold;
  margin-bottom: 20px;
}

.aws-boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

.aws-item {
  padding: 12px 20px;
  background: #f7f7f7;
  border-radius: 8px;
  font-size: 14px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}
#tabScroll {
  background: linear-gradient(90.35deg, rgba(255, 204, 0, 0.09) 0%, rgba(215, 110, 173, 0.138) 49.61%, rgba(138, 114, 251, 0.12) 100%);
  padding: 10px;
  border-radius: 10px;
}
.section .tab-btn.active {
  background: #fff;
  color: #000;
}
section.blog-card .common-heading {
  text-align: left;
}
section.blog-card  .card {
  border: none;
  padding: 0;
}
section.blog-card .card img {
  border-radius: 10px;
}
section.blog-card .card h4 {
  font-size: 18px;
  cursor: pointer;
  background: transparent;
  transition: all 0.3s ease;
  font-family: 'Haas Grot Disp 55 Roman';
  font-weight: 500;
  margin: 10px 0;
  text-align: left;
}
section.blog-card .card p {
  font-size: 15px;
  color: #000;
  line-height: 1.6;
  font-family: 'Haas Grot Disp 55 Roman';
  text-align: left;
}

footer {
  background: #141025 ;
  color: #ccc;
  padding: 50px 0 20px;
}
footer h5, footer h4 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 15px;
}
footer p, footer a {
  font-size: 14px;
  line-height: 1.7;
  color: #bbb;
  text-decoration: none;
  font-size: 15px;
  line-height: 1.6;
  font-family: 'Haas Grot Disp 55 Roman';
}
footer a:hover {
  color: #fff;
}
.social-icons a {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgb(255 255 255 / 0%);
  color: #fff;
  font-size: 16px;
  transition: 0.3s;
  border: 1.12px solid #ffffff24;
}
.social-icons a:hover {
  background: #9b69f3;
}
.rating span {
  color: gold;
  font-size: 16px;
}
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  margin-top: 30px;
  padding-top: 15px;
  text-align: center;
  font-size: 13px;
  color: #aaa;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
  display: flex;
  justify-content: start;
  margin: 0;
}
.list-unstyled li a {
  color: #fff;
  font-family: 'Haas Grot Disp 55 Roman';
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 14px;
  letter-spacing: 0.3px;
  padding: 0 70px 0 0;
}
footer h3 {
  color: #fff;
  font-family: 'Haas Grot Disp 55 Roman';
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 14px;
  letter-spacing: 0.3px;
  margin-top: 40px;
  text-align: left;
}
footer a.d-block.my-3 {
  text-align: left;
}
.skills-bg .title {
  text-align: left !important;
}
.contactus {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
ul.contactus li {
  width: 50%;
}
ul.contactus li p span {
  color: #fff!important;
  display: inline-block;
  margin-right: 14px;
  opacity: 70%;
}
ul.contactus li p i{color: yellow;}

header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 1030;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}
/* Show dropdown on hover */
header .navbar .dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0; /* removes Bootstrap default offset */
}

header .dropdown-menu {
  border-radius: 8px;
  padding: 10px 0;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  top: 20px;
}
header .dropdown-item:hover {
  background: #f8f9fa;
}
header .dropdown-toggle::after{border: none !important;}
header .dropdown-item{
  color: #121212;
    font-family: 'Haas Grot Disp 55 Roman';
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 14px;
    letter-spacing: 0.3px;
    padding: 10px;
}
header .dropdown-item:hover{
  background-color:transparent;
  color: #5742BF !important;
}
.swiper {
  width: 100%;
  height: 500px; /* 👈 must give a height */
}
section.banner img {
  display: block;
  margin-top: 20px;
  width:100%;
}
.navbar-light .navbar-brand img {
  width: 150px;
}
section.service-banner {
  padding: 3rem 0;
}
section.service-banner h2 {
  font-family: 'Haas Grot Disp 55 Roman';
  font-weight: 500;
  font-style: normal;
  font-size: 50px;
  line-height: 60px;
  letter-spacing: 0;
}
section.service-banner h2 span {
  background: linear-gradient(
    180deg,
    #9B69F3 5.77%,
    #D257D9 31.73%,
    #DE9267 52.88%
  );
  -webkit-background-clip: text; /* for Chrome, Safari */
  -webkit-text-fill-color: transparent;
  background-clip: text; /* for Firefox */
  color: transparent; /* fallback */
}
section.service-banner p{
  font-family: 'Lato', sans-serif;
  font-weight: 400;         /* Regular */
  font-style: normal;       /* 'Regular' means normal */
  font-size: 16px;
  line-height: 26px;        /* custom line height */
  letter-spacing: 0;        /* no extra spacing */
}
section.service-banner img {
  width: auto;
}
.service-heading{
  font-family: 'Haas Grot Disp 55 Roman';
  font-weight: 400;       /* 45 Light → use 300 or 400 depending on available font */
  font-style: normal;     /* Regular/Light is normal, not italic */
  font-size: 36px;
  line-height: 46px;      /* Figma "line-height" */
  letter-spacing: 0;      /* no extra spacing */
  text-align: center;
  color: #fff;
  position: relative;
}
.service-heading span.collon-1 {
  position: relative;
  left: -229px;
}
.service-heading span.collon-2 {
  position: relative;
  right: -230px;
}
.service-heading span img {
  width: 80px;
  position: inherit;
  margin: 0 20px;
}
.service-grid {
  background: url(../images/servicegrid.png) no-repeat;
  background-position: center;
  padding:4rem 0;
}
section.grid-section h3 {
  font-family: 'Haas Grot Disp 55 Roman';
  font-weight: 500;
  font-style: normal;
  font-size: 40px;
  line-height: 56px;
  letter-spacing: 0;
  text-align: left;
}
section.grid-section h3 span {
  background: linear-gradient(
  180deg,
  #9B69F3 5.77%,
  #D257D9 31.73%,
  #DE9267 52.88%
);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
section.grid-section ul {
  padding: 0;
  margin: 0;
}
section.grid-section ul li {
  box-shadow: 0px 0px 40px 0px #0000001A;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
}

section.grid-section ul {
  padding: 20px;
  margin: 0;
  height: 500px;
  overflow-y: auto; /* scroll only when needed */
}

/* Custom Scrollbar (WebKit browsers like Chrome, Edge, Safari) */
section.grid-section ul::-webkit-scrollbar {
  width: 8px;              /* scrollbar width */
}

section.grid-section ul::-webkit-scrollbar-track {
  background: transparent; /* transparent track */
}

section.grid-section ul::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2); /* semi-transparent thumb */
  border-radius: 10px;
}

section.grid-section ul::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.4); /* darker on hover */
}

/* Firefox (custom scrollbar) */
section.grid-section ul {
  scrollbar-width: thin;             /* makes it thinner */
  scrollbar-color: transparent transparent;
}
section.grid-section h4 {
  background: linear-gradient(
  180deg,
  #9B69F3 5.77%,
  #D257D9 31.73%,
  #DE9267 52.88%
);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-family: 'Haas Grot Disp 55 Roman';
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
  letter-spacing: 0;
  text-align: left;
}
section.grid-section p{
font-family: 'Haas Grot Disp 55 Roman';
font-weight: 500;
font-style: normal;
font-size: 16px;
letter-spacing: 0.3px;
color: #222;
}
section.service-banner {
  position: relative;
}

section.service-banner .shadow {
  box-shadow: none !important;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index:-1;
}
section.our-services {
  background: #141025;
  margin-top: 20px;
  padding: 40px 40px 60px;
}
section.accordian-wrapper.service-faq button.accordion-button.collapsed {
  box-shadow: none !important;
  background: transparent;
  border-bottom: 1px solid #E3E3E3;
  border-radius: 0 !important;
  padding: 20px  !important;
  margin: 5px 0 0px;
}
section.accordian-wrapper.service-faq .accordion-body {
  padding: 20px 20px 0px !important;
}
section.our-services h3 {
  font-weight: 500;
  font-style: normal;
  font-size: 46px;
  line-height: 56px;
  letter-spacing: 0;
  color: #fff;
  font-family: 'Haas Grot Disp 55 Roman';
}
section.our-services p {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0;
  text-align: right !important;
  color: #fff;
}
.service-card {
  backdrop-filter: blur(115.49767303466797px);
  background-color: #55427a;
  padding: 20px;
  border-radius: 15px;
  margin-top: 20px;
  text-align: left !important;
  min-height: 415px;
}
body .service-card p{
  text-align: left !important;
}
section.our-services h5{
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0;
  color: #fff;
  margin-top:10px;
}
section.service-slider .card {
  margin: 0;
  border: none;
  box-shadow: 0px 3px 54px 0px #00000012;
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
  min-height: 285px;
  z-index: 999 !important;
  width:100%;
}

section.service-slider .card h4 {
  font-weight: 500;
  font-style: normal;
  font-size: 26px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  margin: 10px 0;
  font-family: 'Haas Grot Disp 55 Roman';
}
section.service-slider .slick-slide {
  transition: transform 0.5s ease;
  z-index: 9999;
  position: relative;
}

section.service-slider .slick-center {
  transform: scale(1.1); /* zoom in center slide */
  z-index: 2; /* keep above other slides */
}
section.service-slider .slick-slide.slick-current.slick-active.slick-center {
  /* background: linear-gradient(182.24deg, #4868C2 1.88%, #141025 146.96%);
  border-radius: 20px;
  padding: 25px; */
  transform: scale(1);
  transition: transform 0.5s ease;
  z-index: 2;
}

section.service-slider {
  padding: 40px 0 0;
}
section.service-slider h2 {
  font-family: 'Haas Grot Disp 55 Roman';
  font-weight: 500;
  font-style: normal;
  font-size: 40px;
  line-height: 56px;
  letter-spacing: 0;
}
section.service-slider h2 span{
  background: linear-gradient(180deg, #9B69F3 5.77%, #D257D9 31.73%, #DE9267 52.88%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
section.service-slider p {
  font-family: 'Haas Grot Disp 55 Roman';
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0.3px;
  color: #222;
  text-align: center !important;
}



/* section.service-slider .slick-slide {
  transition: transform 0.5s ease;
  width: 326px !important;
} */

section.service-slider .slick-list.draggable {
  padding: 60px 0 20px !important;
}
section.service-slider .slick-slide.slick-current.slick-active.slick-center:after {
  background: linear-gradient(182.24deg, #4868C2 1.88%, #141025 146.96%);
  border-radius: 20px;
  padding: 25px;
  transform: scale(1);
  transition: transform 0.5s ease;
  content: '';
  width: 100%;
  height: 370px;
  position: absolute;
  top: -60px;
  left: -44px;
  z-index: -1;
  min-width: 320px;
}
section.service-slider .slick-slide.slick-current.slick-active.slick-center .card {
  min-height: 300px;
  top: -28px;
}
section.service-slider .slick-slide.slick-current.slick-active.slick-center .card img {
  min-height: 160px;
  object-fit: cover;
  border-radius: 8px;
}
section.service-cta .container{
  background: url(../images/bggrid.png) no-repeat;
  padding:60px;
  border-radius:20px;
  margin:60px auto;
  background-size: cover;
}
section.service-cta h4 {
  font-weight: 500;
  font-style: normal;
  font-size: 46px;
  line-height: 56px;
  letter-spacing: 0;
  color: #fff;
  font-family: 'Haas Grot Disp 55 Roman';
}
section.service-cta p {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0;
  text-align: center !important;
  color: #fff;
}
section.service-cta a {
  font-family: "Haas Grot Disp R Trial", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  color: #00161F;
  background: #fff;
  padding: 15px;
  display: inline-block;
  margin-top: 20px;
  border-radius: 5px;
}
section.accordian-wrapper.service-faq .common-heading {
  text-align: center;
  margin-bottom: 30px;
}
section.accordian-wrapper.service-faq .accordion-item.active button.accordion-button {
  background: #fff;
  color: #000!important;
  border-radius: 10px 10px 0 0;
}
section.accordian-wrapper.service-faq .accordion-collapse {
  background-color: #fff;
  margin-bottom: 10px;
  border-radius: 0 0 12px 12px;
}
section.accordian-wrapper.service-faq .accordion-collapse p {
 width:100%;
  color: #333;
}



.why-slider-wrapper {
  position: relative;
  padding: 40px 0;
}

.why-slider-wrapper .progress-bar {
  position: absolute;
  left: 0;
  height: 4px;
  width: 0;
  background: linear-gradient(90deg, #9B69F3, #D257D9, #DE9267);
  transition: width 0.4s ease;
  border-radius: 40px;
}

.why-slider-wrapper .progress-bar.top {
  top: -12px;
}

.why-slider-wrapper .progress-bar.bottom {
  bottom: 0;
}
.why-slider-wrapper .slick-next:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
.why-slider-wrapper .slick-prev:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(
    226deg);
}
.why-slider-wrapper .slick-next {
  right: -30px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, #6a5af9, #8a72fb) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
.why-slider-wrapper .slick-prev {
  right: -25px;
  right: -50px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, #6a5af9, #8a72fb) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}


section.service-banner.cloud-banner {
  padding-bottom: 6rem;
}
.banner-card {
  box-shadow: 0px 0px 40px 0px #0000001A;
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  min-height: 130px;
}
.banner-card h4 {
  background: linear-gradient(180deg, #9B69F3 5.77%, #D257D9 31.73%, #DE9267 52.88%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-family: 'Haas Grot Disp 55 Roman';
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0;
  font-size: 18px;
  text-align: center;
}
.banner-card p{
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0;
  text-align: center !important;
  color: #333333;
}
section.banner-items {
  position: relative;
  top: -50px;
}
section.blue-card .container {
  background: #141025;
  border-radius: 20px;
  padding: 40px;
}
section.blue-card .container h3 {
  font-family: 'Haas Grot Disp 55 Roman';
  font-weight: 500;
  font-style: normal;
  font-size: 40px;
  line-height: 60px;
  letter-spacing: 0;
  color: #fff;
}
section.blue-card .container h3 span{
  background: linear-gradient(180deg, #9B69F3 5.77%, #D257D9 31.73%, #DE9267 52.88%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
section.blue-card .container .text-center p {
  color: #fff;
  text-align: center !important;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}
section.blue-card .card {
  box-shadow: 0px 0px 40px 0px #0000001A;
  background: #fff;
  padding:20px;
  border-radius:12px !important;
}
section.blue-card .card img {
  width: 50px;
}
section.blue-card .card  h4 {
  color: #5742BF;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  margin-top: 10px;
  text-align: left;
}
.container.thank-wrapper {
    padding: 50px 0;
}
section.blue-card .card p{
  color: #333;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}






.horizontal-tabs .tab {
  float: left;
  width: 30%;
}

.horizontal-tabs .tab button {
  display: block;
  background-color: transparent;
  padding: 20px;
  width: 90%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 18px;
  margin: 0;
  border-radius: 4px;
  font-family: 'Haas Grot Disp 55 Roman';
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0;
  color: #333;
}

.horizontal-tabs .tab button:hover {
  background-color: transparent;
  color: #9B69F3;
}

.horizontal-tabs .tab button.active {
  background-color: transparent;
  color: #9B69F3;
}

.horizontal-tabs .tabcontent {
  float: left;
  width: 70%;
}
section.horizontal-tabs {
  padding: 60px 0;
}
section.horizontal-tabs h3 {
  font-family: 'Haas Grot Disp 55 Roman';
  font-weight: 500;
  font-style: normal;
  font-size: 40px;
  line-height: 60px;
  letter-spacing: 0;
  color: #333;
  text-align: left;
}
img.hero-logo {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
section.horizontal-tabs h3 span{
  background: linear-gradient(180deg, #9B69F3 5.77%, #D257D9 31.73%, #DE9267 52.88%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
section.horizontal-tabs p{
  color: #333;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}
.content-data {
  display: flex;
  align-items: center;
}
.content-data img {
  width: 100%;
  min-width: 300px;
  margin-right: 20px;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
}
section.bgtsbs-section {
  background: #141025;
  padding: 40px;
}
section.bgtsbs-section .nav-tabs {
  border-bottom: none;
}
section.bgtsbs-section .nav-tabs .nav-link.active {
  background: transparent;
  border: none;
  color: #fff;
  font-family: 'Haas Grot Disp 55 Roman';
  font-weight: 500;
  font-style: normal;
  border-bottom: 1px solid #D257D9 !important;
}

section.bgtsbs-section .nav-link:hover{
  border:none !important;
  border-bottom: 1px solid #D257D9 !important;
  color:#fff !important;
}
section.bgtsbs-section ul li {
  list-style: none;
  width: 33%;
}
section.bgtsbs-section .tab-content {
  padding-top: 40px;
}
section.bgtsbs-section .nav-tabs .nav-link {
  padding: 10px 0;
  border: none;
  display: inline-block;
  color: #686868;
  border-bottom: 1px solid #686868;
}
section.bgtsbs-section .tab-content p {
  color: #fff;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}
section.bgtsbs-section .tab-content .accordion-item {
  background: transparent;
}
section.bgtsbs-section .accordion-button {
  background-color: transparent !important;
  border-bottom: 1px solid #cccccc69 !important;
  padding: 10px 0px !important;
  font-family: 'Haas Grot Disp 55 Roman';
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0;
  color: #fff !important;
}
section.bgtsbs-section .accordion-button span {
  border: 0.72px solid #E0E0E0;
  padding: 5px 15px;
  background: #fff;
  color: #333;
  border-radius: 30px;
  display: inline-block;
  margin-right: 20px;
}
section.bgtsbs-section .accordion-button:focus {
  box-shadow: none !important;
}
section.bgtsbs-section .accordion-button::after{
  display:none !important;
}
section.bgtsbs-section .accordion-body p{
  color: #fff;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  opacity:50%;
}

  section.cloud-slider {
    padding: 60px 0 0;
}
section.cloud-slider h3 {
  font-family: 'Haas Grot Disp 55 Roman';
  font-weight: 500;
  font-style: normal;
  font-size: 40px;
  line-height: 60px;
  letter-spacing: 0;
  color: #333;
  text-align: center;
  margin-bottom:20px;
}
section.cloud-slider h3 span {
  background: linear-gradient(180deg, #9B69F3 5.77%, #D257D9 31.73%, #DE9267 52.88%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.contentCard {
  background: #fff;
  border: 1px solid #ccc;
  padding: 20px;
  border-radius: 20px;
}
.contentCard .slick-slide {
  padding: 0 10px; /* space between slides */
}

.my-slider .slick-slide {
  margin: 0 15px; /* 15px gap between items */
}
.my-slider .slick-list {
  margin: 0 -15px; /* adjust so alignment is correct */
}
.my-slider .slick-slide img {
  display: block;
  border-radius: 10px;
}
.slideCard {
  position: relative;
}
.slideCard h5 {
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-family: 'Haas Grot Disp 55 Roman';
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  letter-spacing: 0;
  color: #fff;
}
.contentCard h4 {
  font-family: 'Haas Grot Disp 55 Roman';
  font-weight: 500;
  letter-spacing: 0;
  color: #333;
  font-size: 22px;
}
.contentCard p {
  font-size: 15px;
  margin: 0;
}
.margin30{
  margin-top:100px !important;
}
.margin50{
  margin-top:140px !important;
}
.my-slider .slick-next {
  right: 0;
  top: 50px;
}
.my-slider .slick-prev:before {
  content: '←';
  color: #9b69f3;
  font-size: 33px;
}
.my-slider .slick-prev {
  left: inherit;
  right: 48px !important;
  opacity: 1;
  top: 38px;
  transform: inherit !important;
  color: #9b69f3;
}

section.card-wrapper h3 {
  font-family: 'Haas Grot Disp 55 Roman';
  font-weight: 500;
  font-style: normal;
  font-size: 40px;
  line-height: 60px;
  letter-spacing: 0;
  color: #333;
  text-align: center;
  margin-bottom: 20px;
}
section.card-wrapper h3 span{
  background: linear-gradient(180deg, #9B69F3 5.77%, #D257D9 31.73%, #DE9267 52.88%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

section.card-wrapper .card img {
  position: absolute;
  right: 0;
  top: 0;
}
section.card-wrapper .carditem {
  position: relative;
  background: url(../images/Subtract.png) no-repeat;
  padding: 8px;
  /* box-shadow: 0px 0px 40px 0px #0000001A; */
  border-radius: 10px;
  background-size: contain;
}
section.card-wrapper {
  padding: 40px 0;
  background: #f3f2f2;
  margin-top:30px;
}
section.card-wrapper .carditem img {
  position: absolute;
  right: 20px;
  top: 5px;
}

section.card-wrapper .carditem h5 {
  font-family: 'Haas Grot Disp 55 Roman';
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: #333;
  position: relative;
  top: 80px;
}
section.card-wrapper .carditem p {
  margin-top: 80px;
  font-size: 14px;
}
.bgtsbs-section .accordion-item{border:none;}
/*--------responsive css------*/
@media (min-width: 1366px) and (max-width: 1440px) {
  section.bg-blue.bgblue-cta .light-img {
    bottom: inherit;
    top: -25px;
  }
  section.cta-section .common-heading {
    font-size: 48px;
}
}

@media (max-width: 767px) {
  #commonModal .modal-dialog.modal-dialog-centered.modal-xl {
    width: 100% !important;
    max-width: 100%;
  }
  .module-content .right {
    width: 100%;
}
.left-heading {
  width: 100%;
}
  .bgtsbs-section .tab-content>.active {
    display: block;
    padding: 0;
}
.margin50 {
  margin-top: 0 !important;
}
  section.service-banner h2 {
    font-size: 34px;
    line-height: 44px;
}
body .margin50 {
  margin-top: 0 !important;
}
body .margin30 {
  margin-top: 0!important;
}
section.cloud-slider h3 {
  font-size: 30px;
  line-height: 40px;
}
section.card-wrapper h3 {
  font-size: 30px;
  line-height: 50px;
}
section.card-wrapper .carditem {
  margin-top: 20px;
}
section.accordian-wrapper .accordion-button {
  line-height: 30px !important;
  font-size: 15px !important;
}
body .contentCard.mt-5 {
  margin: 0 !important;
}
.banner-card {
  border-radius: 10px;
  min-height: 160px;
  margin-bottom: 10px;
}
section.blue-card .container h3 {
  font-size: 30px;
  line-height: 40px;;
}
section.blue-card .container {
    padding: 20px;
}
section.blue-card .card {
  margin-bottom: 20px;
}
section.horizontal-tabs h3 {
  font-size: 30px;
  line-height: 40px;
}
.horizontal-tabs .tab {
  float: none;
  width: 100%;
}
.horizontal-tabs .tabcontent {
  float: none;
  width: 100%;
}
.content-data {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
section.bgtsbs-section {
  padding: 20px;
}
section.bgtsbs-section ul li {
  list-style: none;
  width: 100%;
}
section.bgtsbs-section .nav-tabs .nav-link{display: block;}
  section.service-banner img {
    margin-top: 30px;
}
section.bg-blue span img {
  position: inherit;
  width: 38px;
}
.BgCta ul{
  padding-top:10px !important;
}
.BgCta ul li{margin-right:0 !important;}
  body .navbar-light .navbar-nav .nav-link {
    padding: 10px 0;
}
section.grid-section ul {
  padding: 0;
}
section.our-services h3 {
  font-size: 30px;
  line-height: 40px;
}
section.our-services {
  padding: 20px;
}
section.our-services p {
  text-align: left!important;
}
/* section.service-slider .card {
  width: 200px;
} */
section.service-slider .slick-slide {
  transition: transform 0.5s ease;
  width: 226px !important;
}
section.service-slider .slick-slide.slick-current.slick-active.slick-center:after {
  width: 260px;
}
section.service-cta .container {
  padding: 20px;
  margin: 0px auto;
}
section.accordian-wrapper .accordion-button {
  line-height: 30px !important;
}
section.service-cta h4 {
  font-size: 24px;
  line-height: 38px;
}
header .nav-link.active:after{display:none;}
section.banner h1 {
  font-size: 30px;
  line-height: 40px;
}
section.banner img {
  margin: 20px 0;
}
.description {
  font-size: 16px;
  line-height: 30px;
}
.common-heading {
  font-size: 30px;
  line-height: 50px;
}
.list-unstyled li a {
  padding: 0 10px 0 0;
}
.tabs-services #myTab {
  border: none;
  display: flex;
  flex-wrap: nowrap !important;
  overflow-x: scroll;
  overflow-y: hidden;
}
.tabs-services .nav-tabs .nav-link {
  min-width: 270px;
}
.deliver-right {
  width: 100%;
  background: #0b0516;
  position: relative;
}
.swiper-slide {
  display: flex !important;
  padding: 20px;
  align-items: center;
}
.tabs-services .nav-item {
  margin: 0;
  width:auto;
}
.tabs-services .tab-content h4 {
  margin: 10px 0;
}
img.img-1{display:none;}
img.img-2 {
  margin-top: 20px;
}
section.accordian-wrapper .accordion-collapse img {
  width: 100%;
  margin: 0 auto 20px;
}
section.accordian-wrapper .accordion-collapse p {
  font-size: 16px;
  line-height: 30px;
}
.deliver-left {
  width: 100%;
  padding: 20px;
}
.deliver-section {
  display: block;
  height: auto;
}
.slide-title {
  font-size: 20px;
  line-height: 25px;
}
.slide-number {
  font-size: 26px;
  opacity: 0.5;
  position: absolute;
  top: -8px;
  left: -36px;
  color: #fff;
}
section.bg-blue ul li {
  width: 100%;
  font-size: 14px;
  line-height: 20px;
}
img.light-img {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: inherit !important;
  top: -40px;
}
section.bg-blue img {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
}
.heading-1 {
  padding-left: 0;
}
.heading-2 {
  padding-right: 0;
}
section.bg-blue ul {
  padding: 60px 0 0;
}
  .navbar-nav.me-auto.mb-2.mb-lg-0.mx-5.px-5 {
    padding: 0 !important;
    margin: 0 !important;
  }

  #navbarSupportedContent {
    padding: 30px 0;
  }

  header {
    padding: 5px 0;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  }

  header .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none !important;
  }

  .navbar-toggler {
    border: 1px solid #000000ad !important;
  }
  section.bg-blue.bgblue-cta .light-img {
    display: none;
}
section.bg-blue.bgblue-cta ul {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0;
  justify-content: center;
}
section.bg-blue.bgblue-cta ul li {
  margin-right: 0;
}
.why-slider-wrapper {
  padding: 10px 0;
}
.cta-section .common-heading {
  font-size: 20px;
  line-height: 50px;
}
}




/*Date 25/11/2025 start*/
.hero-content i {
  font-style: italic;
  display: inline-block;
  padding: 0 .08em;
  background: linear-gradient(90deg, #b76bff 0%, #ff8da3 35%, #ffb56b 70%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  text-shadow: 0 1px 0 rgba(0,0,0,0.02);
}
.hero {
  position: relative;
  text-align: center;
  background: linear-gradient(135deg, #fff1d7, #e8d0ff, #dff3ff);
  overflow: hidden;
  padding: 60px 0 0;
}

.hero h1 {
  font-size: 52px;
  font-weight: 400;
  line-height: 1.2;
  font-family: "HaasGrot Disp 55 Rm Trial", sans-serif;
}
@media(max-width:768px){
.hero h1 {
  font-size: 35px;
}
body .navbar-light .navbar-nav .nav-link {
    text-align: left!important;
}
.thank-wrapper {
    min-height: inherit!important;
}
.hero {
  padding: 60px 20px 0;
}
}
.highlight-purple {
  color: #8b5cf6;
}

.hero p {
  max-width: 720px;
  margin: 20px auto;
  font-size: 16px;
  opacity: 0.9;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 26px;
  align-items: center;
  text-align: center !important;
  justify-content: center;
}

.cta-btn {
  background: linear-gradient(90deg, #8A72FB 0%, #5742BF 100%);
  color: #fff;
  padding: 10px 33px;
  text-decoration: none;
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: inline-block;
}

/* IMAGE FRONT LAYER */
.hero-img-wrapper {
  position: relative;
  z-index: 5;
  width: 100%;
}

.hero-img {
  width: 430px;
  position: relative;
}
.ribbon {
  position: absolute;
  bottom: 280px;
  left: -30%;
  width: 160%;
  transform: rotate(-9deg);
  background: linear-gradient(90deg, #ffcc66, #d76aff, #66ccff);
  padding: 20px 0;
  overflow: hidden;
  z-index: 1;
}

#marquee {
  display: flex;
  white-space: nowrap;
  animation: scroll-left 10s linear infinite;
}

#marquee span {
  display: flex;
  align-items: center;
  margin-right: 50px;
  font-size: 22px;
  font-weight: 400;
  font-family: "HaasGrot Disp R 55 Rm Trial";
}

#marquee img {
  margin-right: 10px;
}

@keyframes scroll-left {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* SECTION BACKGROUND */
.job-ready-section {
  background:#141025;
  padding: 50px 0;
}

/* CONTAINER */
.job-containers {
  width: 90%;
  max-width: 1140px;
  margin: auto;
  display: flex;
  gap: 50px;
}

/* LEFT SIDE */
.job-left {
  flex: 1;
  color: #fff;
}

.job-left h2 {
  font-size: 42px;
  font-weight: 500 !important;
  margin-bottom: 20px;
  font-family: "HaasGrot Disp R 55 Rm Trial";
}

.job-left p {
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  opacity: 0.9;
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 28px;
}

.job-left h4 {
  font-size: 18px;
  margin: 25px 0;
  font-weight: 700;
  font-family: 'Lato', sans-serif;
  color: #fff;
}

/* LIST */
.job-list {
  list-style: none;
  padding: 0;
  margin: 0 0 35px 0;
}

.job-list li {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 14px 0;
  border-bottom: 1px solid #363636;
  font-size: 18px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: #fff;
}

.job-list li span {
  font-size: 20px;
  opacity: 0.8;
  font-weight: 500;
}

/* BUTTON */
.job-btn {
  display: inline-block;
  text-decoration: none;
  margin-top: 10px;
  background: linear-gradient(90deg, #8A72FB 0%, #5742BF 100%);
  color: #fff;
  padding: 10px 33px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 14px;
  font-family: "HaasGrot Disp 55 Rm Trial";
  letter-spacing: 1px;
}

/* RIGHT SIDE IMAGE */
.job-right {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}

.job-right img {
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .job-containers {
      flex-direction: column;
      
  }
  
  .job-right img {
      width: 100%;
  }

  .job-left {
      text-align: left;
  }
}
.fancy-heading {
  font-size: 48px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.2;
}

.fancy-heading span {
  background: linear-gradient(90deg, #c86bff, #ff8ca8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
}
.cloudtrix-tabs-sec {
  padding: 60px 0;
  background: #121023;
  color: #fff;
}

/* TAB BUTTONS */
.tab-buttons {
  display: flex;
  gap: 15px;
  margin-bottom: 40px;
}

.tab-btn {
  padding: 12px 25px;
  border: none;
  background: #2a2442;
  color: #fff;
  font-size: 16px;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s;
}

.tab-btn.active {
  background: linear-gradient(90deg, #6d45e1, #b867ff);
}

/* TAB CONTENT */
/* .tab-content {
  display: none;
  animation: fade 0.4s ease;
} */

.tab-content.active {
  display: block;
}

@keyframes fade {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

/* EXISTING DESIGN CSS (same as old) */
.custom-container {
  width: 90%;
  max-width: 1140px;
  margin: auto;
}

/* TOP ROW */
.top-row {
  display: flex;
  justify-content: space-between;
  gap: 60px;
}

.left-heading h2 {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.3;
}

.left-heading h2 span {
  background: linear-gradient(90deg, #cb6af6, #f498af);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.right-para p {
  max-width: 500px;
  line-height: 1.6;
  font-size: 17px;
}

/* FEATURES ROW */
.features-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 50px;
  max-width: 1140px;
}

.features-left {
  width: 50%;
  display: flex;
  flex-direction: column;
}

.feature-box {
  padding: 20px;
  border-radius: 10px;
  font-weight: 500;
}

.feature-box.white {
  color: #2a2343;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  font-family: "HaasGrot Disp R 55 Rm Trial";
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 600 !important;
}
.right {
  width: 50%;
}
.features-right {
  width: 50%;
}

.img-wrap {
  position: relative;
}

.img-wrap img {
  width: 100%;
  border-radius: 10px;
}

.img-overlay-text {
  position: absolute;
  bottom: 0;
  padding: 20px;
  background: linear-gradient(to top, rgba(0,0,0,0.75), transparent);
  width: 100%;
  border-radius: 0 0 10px 10px;
}

/* TAB3 */
.why-title {
  font-size: 40px;
}

.why-list li {
  font-size: 20px;
  margin-bottom: 10px;
}

.cloudtrix-compare-sec {
  padding: 70px 0 50px;
  font-family: "Inter", sans-serif;
}

/* GLOBAL CONTAINER */
.custom-container {
  width: 90%;
  max-width: 1140px;
  margin: 0 auto;
}

/* TOP ROW */
.top-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
  margin-bottom: 60px;
  max-width:1140px;
}

/* HEADING LEFT */
.left-heading h2 {
  color: #000;
  font-size: 42px;
  font-weight: 500 !important;
  font-family: "HaasGrot Disp R 55 Rm Trial";
  margin: 0;
}

.left-heading h2 span {
  background: linear-gradient(90deg, #cb6af6, #f498af);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  font-weight: 500;
}

/* PARAGRAPH RIGHT */
.right-para p {
  line-height: 26px;
  color: #000;
  max-width: 520px;
  margin: 0;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
}



/* FEATURES + IMAGE ROW */
.features-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 50px;
}

/* LEFT FEATURE BOXES */
.features-left {
  width: 50%;
}

.feature-box {
     padding: 32px 28px;
  border-radius: 10px;
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 500;
  color: #1a1733;
}

.feature-box.purple {
  background: linear-gradient(90deg, #8A72FB, #5742BF);
  color: #fff;
  font-weight: 500 !important;
  font-family: "HaasGrot Disp R 55 Rm Trial";
  font-size: 20px;
  letter-spacing: 1px;
}

.feature-box.white {
  background: #ffffff;
  color: #2a2343;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

/* RIGHT IMAGE AREA */
.features-right {
  width: 50%;
}

.img-wrap {
  position: relative;
}

.img-wrap img {
  width: 100%;
  border-radius: 12px;
}

/* Overlay text on the image bottom */
.img-overlay-text {
  position: absolute;
  /* color: #fff; */
  /* line-height: 26px; */
  /* font-size: 16px; */
  color: #fff;
  font-family: 'Lato', sans-serif;
  padding: 20px;
  text-align: left;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 10px;
}


/* MOBILE RESPONSIVE */
@media(max-width: 991px) {
  .module-content .right {
    width: 100%;
}
.left-heading {
  width: 100%;
}
  .top-row,
  .features-row {
      flex-direction: column;
      text-align: center;
  }

  .left-heading h2 {
      font-size: 38px;
  }

  .right-para p {
      max-width: 100%;
  }

  .features-left,
  .features-right {
      width: 100%;
  }

  .feature-box {
      text-align: center;
  }

  .img-overlay-text {
      font-size: 15px;
  }
}

.skill-card h3 {
  font-family: "HaasGrot Disp R 55 Rm Trial";
  font-size: 20px;
}
.skill-card p {
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  line-height: 24px;
}

/*slider css*/
/* Background */
.custom-slider-section {
  background: #141025;
  padding: 60px 20px;
}

.mySlider {
  padding-bottom: 70px;
}

/* Cards */
.card-box {
  background: #fff;
  padding: 30px;
  border-radius: 16px;
  min-height: 330px;
  text-align: center;
  box-shadow: 0 2px 14px rgba(255,255,255,0.05);
}

.card-box h3 {
  font-size: 20px;
  margin-bottom: 12px;
  font-weight: 600;
}

.card-box p {
  color: #555;
}

/* Icon */
.card-box .icon img {
  width: 60px;
  margin-bottom: 20px;
}

/* Navigation Buttons */
.slider-nav {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.custom-btn {
  width: 40px;
  height: 40px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  cursor: pointer;
  border: 1px solid #ddd;
  transition: 0.3s;
}

.custom-btn:hover {
  background: #8A72FB;
  color: #fff;
  border-color: #8A72FB;
}
.feature-box {
      padding: 15px 20px;
      margin-bottom: 10px;
      cursor: pointer;
      border-radius: 8px;
      transition: all 0.3s ease;
      color: #000;
      background: #fff;
  }

  .feature-box.purple {
      color: #fff;
      background: linear-gradient(90deg, #8A72FB, #5742BF);
  }

  .feature-box.active {
      color: #fff;
      background: linear-gradient(90deg, #8A72FB, #5742BF);
  }

  .features-left .feature-box.white {
      background: #fff;
      color: #000;
  }

  .features-left .feature-box.active.white {
      background: linear-gradient(90deg, #8A72FB, #5742BF);
      color: #fff;
  }

  .img-wrap {
      position: relative;
      width: 100%;
      min-height: 350px;
      border-radius: 10px;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
  }

  .img-overlay-text {
      position: absolute;
      color: #fff;
      padding: 20px;
      text-align: left;
      font-size: 16px;
      line-height: 1.5;
      border-radius: 10px;
  }
  .skills-outer {
  width: 100%;
  background: url('img/Mask_group1.png') no-repeat center center/cover;
  padding: 0 0 60px;
  color: #fff !important;
}

.skills-bg {
  display: flex;
  align-items: center;
  padding: 60px 7% 0 8%;
  color: #fff;
}

.skills-content {
  width: 55%;
  padding-left: 50px;
  color: #fff;
}

.title {
  margin-bottom: 15px;
  color: #fff;
  width: 85%;
  font-size: 42px;
  font-weight: 500 !important;
  font-family: "HaasGrot Disp R 55 Rm Trial";
}

.subtitle {
  line-height: 26px;
  font-size: 16px;
  color: #fff;
  font-family: 'Lato', sans-serif;
}

/* SLIDER FIX */
.slider-container {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.slider-row {
  display: flex;
  transition: 0.45s ease;
  width: max-content;
}
@media(max-width:768px){
.slider-row{
  display:none;
}
}
/* 🔥 FIX → Always 3 cards per row */
.skill-card {
  flex: 0 0 calc(100vw / 3); /* 3 cards exactly per row */
  max-width: calc(100vw / 3);
  box-sizing: border-box;
  padding: 20px;
  text-align: left;
  color: #fff;
}

.skill-card img {
  width: 100%;
  border-radius: 12px;
  margin-bottom: 12px;
}
@media(max-width:768px){
.skill-card img {
  height: 200px;
}
}
.skill-card h3,
.skill-card p {
  color: #fff;
}

.dots {
  text-align: center;
  margin-top: 15px;
}

.dot {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #777;
  display: inline-block;
  margin: 0 5px;
  cursor: pointer;
}

.active-dot {
  background: #fff;
  width: 25px;
  border-radius: 8px;
}

@media(max-width: 900px) {
  .skill-card {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media(max-width: 600px) {
  .skills-bg {
    flex-direction: column;
    text-align: center;
  }

  .skills-content {
    width: 100%;
    padding: 0;
  }

  .title {
    width: 100%;
    text-align: center;
  }

  .skill-card {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.modules-section {
padding: 60px 0 80px;
}

.container {
width: 90%;
margin: auto;
text-align: center;
}

.main-title {
color:#000;
text-align:center;
  font-size: 42px;
  font-weight: 500 !important;
  font-family: "HaasGrot Disp R 55 Rm Trial";
}

.main-title span {
background: linear-gradient(90deg, #a855f7, #ec4899);
-webkit-background-clip: text;
color: transparent;
}
section.exact-slider h2.main-title{
color:#fff;
}
.center-btn {
  margin-top: 20px;
}
.center-btns {
  text-align: center;
  margin-top: 20px;
}
.sub-text {
  max-width: 800px;
  margin: 15px auto 40px;
  font-size: 18px;
  color: #000;
  line-height: 26px;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  text-align: center !important;
}

.modules-grid {
display: grid;
grid-template-columns: repeat(6, 1fr);
gap: 25px;
justify-items: center;
margin-bottom: 60px;
}

.module-btn {
  width: 160px;
  padding: 18px 0;
  border-radius: 12px;
  border: none;
  font-size: 20px;
  background: linear-gradient(196deg, #ffffff 0%, #f4f1ff 100%);
  font-weight: 600;
  letter-spacing: 1px;
  font-family: "HaasGrot Disp 55 Rm Trial";
  box-shadow: 0 6px 16px rgba(0,0,0,0.08);
  transition: 0.3s;
  cursor: pointer;
}

.module-btn.active {
color: #7b3aed;
background: #f8f5ff;
}

.module-btn:hover {
transform: translateY(-3px);
}

/* CONTENT AREA */
.module-content {
display: flex;
align-items: center;
justify-content: space-between;
gap: 40px;
margin-top: 20px;
}

.module-content .left {
width: 50%;
text-align: left;
}

#module-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 15px;
  font-family: "HaasGrot Disp R 55 Rm Trial";
  color: #000;
}

#module-desc {
  /* font-size: 18px; */
  color: #333;
  line-height: 1.7;
  margin-bottom: 25px;
  line-height: 26px;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
}
a.enroll-btn:hover {
  color: #fff !important;
}
.enroll-btn {
  background: linear-gradient(90deg, #8a72fb, #5742BF);
  padding: 10px 33px;
  border-radius: 8px;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  box-shadow: 0 6px 18px rgba(99,102,241,0.3);
  font-family: "HaasGrot Disp 55 Rm Trial";
  letter-spacing: 1px;
}

/* IMAGE SIDE */
.module-content .right img {
width: 100%;
max-width: 500px;
border-radius: 14px;
}
@media(max-width:768px){
.modules-grid {
grid-template-columns: repeat(2, 1fr);
}
.module-content .left {
  width: 100%;
}
.right {
  margin-top: 20px;
}
.form-card {
  width: 100%!important;
}
.content-right h2 {
  text-align: left;
}
.content-right {
  text-align: left;
}
.module-content {
  display: block;
}
}
/* Background */
.exact-slider {
  background: #141025;
  padding: 50px 0 50px;
  font-family: "Inter", sans-serif;
}
section.exact-slider p.sub-text {
  color: #fff;
}
/* Card Content Layout - All inner card styling */
.exact-slide-content {
  background: #ffffff;
  border-radius: 20px;
  padding: 40px 28px;
  min-height: 350px;
  text-align: center;
  box-shadow: 0 8px 35px rgba(0,0,0,0.12);

  /* Flexbox for content alignment inside the card */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height: 90%; 
}

/* Icon, Title, Description styles */
.exact-icon img {
  width: 60px;
  height: 60px;
  margin-bottom: 18px;
  object-fit: contain;
}
.exact-slide-content h3 { font-size: 20px; font-weight: 700; color: #1d1d1d; line-height: 1.35; margin-bottom: 14px; }
.exact-slide-content p {
  /* font-size: 15px; */
  color: #333;
  /* line-height: 1.55; */
  text-align: center !important;
  line-height: 26px;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
}

/* Slider bottom spacing */
.exactSwiper {
  max-width: 1140px;
}

/* Bottom Center Wrapper and Arrows (kept same) */
.exact-line-wrap {
  display: flex;
  justify-content: center;
  gap: 25px;
  margin-top: 20px;
}
.exact-line { width: 37%; height: 1px; background: rgba(255, 255, 255, 0.28); }
.exact-arrow {
  width: 46px!important; height: 46px!important; border-radius: 50%; background: #fff; border: 1px solid #dfdfdf;
  display: flex; justify-content: center; align-items: center; color: #000!important; font-size: 18px;
  cursor: pointer; transition: .3s; position: static !important;
}
.exact-arrow:hover { background: #8A72FB; color: #ffffff!important; border-color: #8A72FB; }
.swiper-button-prev::after, .swiper-button-next::after { display: none !important; }


/* ======================================= */
/* !!! EQUAL WIDTH FIX (MANUAL WIDTH) !!! */
/* ======================================= */
/* We set the width in CSS to strictly enforce 33.333% and use the breakpoint */


/* ======================================= */

.section-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  padding: 80px 7%;
  background: linear-gradient(135deg, #faf7ff, #f1efff);
  font-family: "Inter", sans-serif;
}

/* LEFT FORM CARD */
.form-card {
  background: #141025;
  /* width: 80%; */
  padding: 40px 35px;
  border-radius: 16px;
  color: #fff;
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}
a.right-btn:hover {
  color: #fff !important;
}
.form-card h2 {
  font-size: 25px;
  margin-bottom: 25px;
  font-weight: 400;
  color: #fff;
}

.form-row {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
}

.form-card input,
.form-card select,
.form-card textarea {
  width: 100%;
  padding: 14px 16px;
  border: none;
  border-radius: 8px;
  background: #fff;
  font-size: 14px;
  color: #333;
  outline: none;
}

.form-card textarea {
  height: 110px;
  resize: none;
  margin-bottom: 20px;
}

.submit-btn {
  width: 100%;
  padding: 15px;
  border: none;
  /* background: linear-gradient(90deg, #8A72FB, #7151f2); */
  color: #fff;
  background: linear-gradient(90deg, #8A72FB, #5742BF);
  font-size: 14px;
  border-radius: 10px;
  cursor: pointer;
  font-family: "HaasGrot Disp 55 Rm Trial";
  letter-spacing: 1px;
  transition: 0.3s;
}

.submit-btn:hover {
  opacity: 0.9;
}

/* RIGHT CONTENT */
.content-right h2 {
  font-size: 36px;
  font-weight: 700;
  color: #1c1c1c;
  margin-bottom: 20px;
  line-height: 1.3;
  text-align:left;
}

.content-right p {
  font-size: 16px;
  line-height: 26px;
  color: #333;
  margin-bottom: 25px;
  max-width: 520px;
  font-family: 'Lato', sans-serif;
}

.right-btn {
  display: inline-block;
  background: linear-gradient(90deg, #8A72FB, #5742BF);
  padding: 10px 33px;
  color: #fff;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: 0.3s;
  font-family: "HaasGrot Disp 55 Rm Trial";
  letter-spacing: 1px;
}

.right-btn:hover {
  opacity: 0.85;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .section-wrapper {
      flex-direction: column;
      text-align: center;
  }
  .content-right p {
      margin: 0 auto 20px;
  }
}
.skills-outer .swiper.skillsSwiper {
  padding-bottom: 40px;
}
.skills-outer .swiper-pagination {
  bottom: -4px !important;
}

.skills-outer .swiper {
  width: 100%;
  height: auto;
}
.skills-outer .swiper-pagination-bullet {
  width: 15px;
  height: 6px;
  border-radius: 10px;
}
.swiper.courseSwiper {
  margin-bottom: 60px;
}
button.cta-btn {
    font-family: "HaasGrot Disp 55 Rm Trial";
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 500;
}


/*model css*/


.modal-wrap {
    display: flex;
    gap: 30px;
}

select.form-control {
    font-family: "HaasGrot Disp R 55 Rm Trial";
    letter-spacing: 1px;
}

.modal-left {
    flex: 1;
}

.modal-right {
    flex: 1;
    padding-right: 20px;
}

.modal-right input,
.modal-right select,
.modal-right textarea {
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
}

.modal-right input:focus,
.modal-right select:focus,
.modal-right textarea:focus {
    box-shadow: none;
    border-bottom: 1px solid #000;
}

.modal-header {
    border-bottom: none;
    justify-content: flex-end;
}

.modal-content {
    border-radius: 10px;
}

.modal-footer {
    border-top: none;
    justify-content: flex-start;
}
.modal-right h2 {
    font-family: "HaasGrot Disp R 55 Rm Trial";
    font-size: 28px;
    font-weight: 500;
    color: #000;
}
form#consultForm input::placeholder {
    font-family: "HaasGrot Disp R 55 Rm Trial";
    letter-spacing: 1px;
}
form#consultForm button {
    background: linear-gradient(90deg, #8A72FB 0%, #5742BF 100%);
    color: #fff;
    padding: 10px 33px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 14px;
    font-family: "HaasGrot Disp 55 Rm Trial";
    letter-spacing: 1px;
    border: none;
    width: 23% !important;
}

@media(max-width:768px){
    .modal-wrap {
        flex-direction: column;
    }
    form#consultForm button {
    width: 40% !important;
}
.modal-right h2 {
    font-size: 25px;
}
}

.thank-wrapper {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.thank-wrapper img {
    width: 400px;
    max-width: 60%;
}
.social-icons.mt-4 {
    display: flex;
    justify-content: center;
}
.social-icons a {
    font-size: 20px;
    margin: 0 5px;
    color: #555;
    text-decoration: none;
}
.social-icons a:hover {
    color: #000;
}
.container.thank-wrapper h1 {
    font-family: "HaasGrot Disp 55 Rm Trial", sans-serif;
    letter-spacing: 1px;
}
.container.thank-wrapper p{
  text-align:center!important;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  color: #000;
}
.social-icons.mt-4 i {
    color: #000;
}
button.cta-btn:hover {
    color: #5742BF !important;
    background: transparent;
}
#commonModal .modal-dialog.modal-dialog-centered.modal-xl {
  width: 80% !important;
  max-width: 80%;
}
.modal-right h2 {
  color: #000;
  font-size: 30px;
}  
#commonModal .modal-header {
  padding: 0;
  border: none;
}
#commonModal .modal-body {
  padding-top: 0;
}
#commonModal button.btn-close {
  margin-top: 10px !important;
  margin-right: 10px !important;
}
#commonModal button.btn.btn-success {
  background: linear-gradient(94.49deg, #8A72FB 1.28%, #5742BF 99.01%);
  border: none;
  padding: 8px 30px;
  border-radius: 6px;
  color: #fff;
  font-size: 14px;
  font-family: 'Haas Grot Disp 55 Roman';
  transition: all 0.3s 
ease-in-out;
  position: relative;
  z-index: 1;
  width: 100% !important;
  margin: 10px 0;
}
section.privacy-policy {
  padding: 60px 0;
}
section.privacy-policy h2 {
  text-align: left;
}

.social-icons a:hover {
  background: #8068ef;
  color: #fff !important;
}
.social-icons a:hover i{
  color: #fff !important;
}
.mail-success{
  opacity:0;
}

.header-contact {
  border-bottom: 1px solid #cccccc54;
  padding: 5px;
}
.header-contact .container {
  display: flex;
  justify-content: end;
}
.header-contact .btn.call-btn {
  background: linear-gradient(94.49deg, #8A72FB 1.28%, #5742BF 99.01%);
  border: none;
  padding: 8px 10px;
  border-radius: 6px;
  color: #fff;
  font-size: 14px;
  font-family: 'Haas Grot Disp 55 Roman';
  transition: all 0.3s 
ease-in-out;
  position: relative;
  z-index: 1;

}
.header-contact .btn{
  margin-right: 10px;
}
.header-contact .btn i{
  margin-right:5px;
}
.btn.whatsapp-btn:hover{
  background-color: rgb(37, 211, 102);
  color: #fff;
}
.btn.email-btn:hover{
  background-color: rgba(19, 163, 235, 0.88);
  color: #fff;
}
.btn.whatsapp-btn {
  background-color: rgb(37, 211, 102);
  font-size: 16px;
  font-weight: 500;
  padding: 14px 20px;
  border: none;
  padding: 8px 10px;
  border-radius: 6px;
  color: #fff;
  font-size: 14px;
  font-family: 'Haas Grot Disp 55 Roman';
  transition: all 0.3s 
ease-in-out;
  position: relative;
  z-index: 1;
}
.btn.email-btn{
  background-color: rgba(19, 163, 235, 0.88);
  font-size: 16px;
  font-weight: 500;
  padding: 14px 20px;
  border: none;
  padding: 8px 10px;
  border-radius: 6px;
  color: #fff;
  font-size: 14px;
  font-family: 'Haas Grot Disp 55 Roman';
  transition: all 0.3s 
ease-in-out;
  position: relative;
  z-index: 1;
}
header.sticky .header-contact {
  display: none;
}

.section-wrapper .form-card .col-md-6 input {
  border-radius: 10px;
}
.section-wrapper .form-card .col-md-6 {
  margin-bottom: 10px;
  border-radius: 10px;
}
.section-wrapper .form-card .col-md-12 select {
  border-radius: 10px;
}
.section-wrapper .form-card .col-md-6 select {
  border-radius: 10px;
}
.section-wrapper .form-card .col-md-12 textarea {
  border-radius: 10px;
}

.section-wrapper  .form-card {
  background: #141025;
  width: 90%;
  padding: 40px 35px;
  border-radius: 16px;
  color: #fff;
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}
.section-wrapper .content-right {
  width: 100%;
}