h1,
h2,
h3,
h4,
h5,
h6 {
  /*  font-family: 'Noto Sans', sans-serif; */
  font-family: 'Poppins', sans-serif;
}

@font-face {
  font-family: 'Poppins';
  src: url('../../Poppins/Poppins-Regular.ttf') format('truetype');
}

body {
  font-family: 'Poppins', sans-serif;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
div pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
figure,
header,
nav,
section,
article,
aside,
footer,
figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;

}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
  /*  font-family: 'SpaceGrotesk', sans-serif !important; */
  /*  font-family: 'Noto Sans', sans-serif; */
  font-family: 'Poppins', sans-serif;
}

header,
nav,
section,
article,
aside,
footer,
hgroup {
  display: block;
  font-family: 'Poppins', sans-serif;
}

* {
  box-sizing: border-box;
}

html,
body {
  /* font-family: 'SpaceGrotesk', sans-serif !important; */
  /* font-family: 'Noto Sans', sans-serif; */
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  background-color: #fff;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;

}


h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;

}

p {
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
  color: #2a2a2a;
  font-family: 'Poppins', sans-serif;
  /* font-family: 'Noto Sans', sans-serif; */
}

img {
  width: 100%;
  overflow: hidden;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: #fff;
  font-family: 'Poppins', sans-serif;
}

::selection {}

::-moz-selection {}

@media (max-width: 991px) {

  html,
  body {
    overflow-x: hidden;
  }

  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }

  .mobile-bottom-fix {
    margin-bottom: 30px;
  }

  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

.caption h1 {
  font-size: 4.1rem;
  color: white;
}

.main-button {
  position: relative;
  text-decoration: none;
  color: rgb(247, 244, 244);
  font-weight: 500;
  padding-bottom: 5px;
  background: none;
  font-size: 17px;
  justify-content: left;
  text-align: left;
  transition: color 0.3s ease, padding-bottom 0.3s ease;
  cursor: pointer;
}

.main-button::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  /* background-color: #f50505; */
  transition: width 0.4s linear;
}

/* Hover state for border animation */
.main-button:hover::after {
  width: 100%;
}

button {
  border: none;

}

.align-left {
  display: block;
  text-align: left;
  margin-left: 20px;
  margin-top: 10px;

}

/* .main-button-red {
  font-size: 13px;
  color: #fff;
  background-color: #aa070d;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 22px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all .3s;
 cursor: pointer;
} */
.main-button-red1 {
  font-size: 13px;
  transition: all .3s;
  cursor: pointer;
  position: relative;
  display: inline-block;
  padding: 12px 30px;
  text-transform: uppercase;
  font-weight: 500;
}

.main-button-red1::after {
  content: '→';
  color: rgba(7, 7, 77, 0.945);
  font-size: 15px;
  margin-left: 10px;

}


.main-button-red button {
  font-size: 13px;
  color: #fff;
  background-color: #aa070d;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 22px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all .3s;
  cursor: pointer;
}

.main-button-red button:hover {
  opacity: 0.9;
  background-color: rgba(7, 7, 77, 0.945);
}

.main-button-yellow {
  font-size: 13px;
  transition: all .3s;
  cursor: pointer;
  position: relative;
  display: inline-block;
  padding: 12px 30px;
  text-transform: uppercase;
  font-weight: 500;
}

.main-button-yellow::after {
  content: '→';
  color: rgba(7, 7, 77, 0.945);
  font-size: 15px;
  margin-left: 10px;
}

/* .section-heading h2 {

  margin-top: 0px;
  margin-bottom: 50px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(250, 250, 250, 0.15);


  text-transform: uppercase;
  color: #fff;
  font-size: 30px;

  font-weight: 400;
  line-height: 1.45;
} */

/* .container {
  max-width: 1200px;
} */
/* 
---------------------------------------------
header
--------------------------------------------- 
*/

.sub-header {
  background-color: black;

  position: relative;
  z-index: 1111;

}


.sub-header .left-content ul li {
  color: #ffffff;
  padding: 8px 20px;
  display: inline-block;
  align-items: center;
  font-size: 13px;
}

.sub-header .left-content ul li i {
  margin-right: 10px;
  /* Adjust the margin as needed */
}

.left-content {
  text-align: left;
}

.sub-header .right-icons {
  text-align: right;
  padding: 8px 0px;
}

.sub-header .right-icons ul li {
  display: inline-block;
  margin-left: 15px;
}

.sub-header .right-icons ul li a {
  color: #fff;
  font-size: 14px;
  transition: all .3s;
}

.sub-header .right-icons ul li a:hover {
  color: #f5a425;
}

.sub-header .left-content p em {
  font-style: normal;
  color: #f5a425;
}

.background-header {
  background-color: #fff !important;
  height: 80px !important;
  position: fixed !important;
  top: 0 !important;
  left: 0;
  right: 0;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15) !important;
}

.background-header .main-nav .nav li a {
  color: #1e1e1e !important;
}

.background-header .logo,
.background-header .main-nav .nav li a {
  color: #000 !important;
}

.background-header .main-nav .nav li:hover a {
  color: #2c3b9b !important;
}

.background-header .nav li a.active {
  color: #2c3b9b !important;
}

.header-area {
  /* background-color: black; */
  position: sticky;
  /*  border-bottom: 1px solid #eeeded; */
  /* box-shadow: 0 1px 3px rgba(0, 96, 59, .1); */
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;


}

.header-area .main-nav {

  background: transparent;
  transition: all 0.3s ease-in-out;
  display: contents;

}

.header-area .main-nav .logo {
  line-height: 100px;
  color: #070707;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  float: left;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.background-header .main-nav .logo {
  line-height: 75px;
}

.background-header .nav {
  margin-top: 20px !important;
}

.header-area .main-nav .nav {
  /* float: right; */
  justify-content: center;
  margin-top: 30px;
  margin-right: 0px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;

}

.header-area .main-nav .nav li {
  padding-left: 15px;
  padding-right: 15px;


}

.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 500;
  font-size: 15px;
  position: relative;
  color: #000;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  /* height: 20px; */
  line-height: 40px;
  border: transparent;
  letter-spacing: 1px;
  text-align: center;
}

.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
  color: #003bfd !important;
  font-weight: 500;
}

.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
  color: #003bfd !important;
  opacity: 1;
}

.header-area .main-nav .nav li.has-sub {
  position: relative;
  padding-right: 15px;
}

.header-area .main-nav .nav li.has-sub:after {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 18px;
  color: #fff;
  position: absolute;
  right: 0;
  display: none;
  top: 5px;
}

.background-header .main-nav .nav li.has-sub:after {
  color: #1e1e1e;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu {
  position: absolute;
  width: 200px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  top: 40px;
  opacity: 0;
  transition: all .3s;
  transform: translateY(+2em);
  visibility: hidden;
  z-index: -1;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li a {
  opacity: 1;
  display: block;
  background: #fff;
  color: #000 !important;
  /*  padding-left: 20px; */
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  font-size: 13px;
  font-weight: 400;
  border-bottom: 1px solid #dbd8d8;
}

.header-area .main-nav .nav li.has-sub ul li a:hover {
  background: #fff;
  color: #003bfd !important;
  padding-left: 25px;
}

.header-area .main-nav .nav li.has-sub ul li a:hover:before {
  width: 3px;
}

.header-area .main-nav .nav li.has-sub:hover ul.sub-menu {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 15px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}

.background-header .main-nav .menu-trigger {
  top: 23px;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #000;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;

  left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #000;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: red;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #000;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #000;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #1e1e1e;
}

/* .header-area.header-sticky {
  min-height: 80px;
}
 */
.header-area .nav {
  margin-top: 30px;
}

.header-area.header-sticky .nav li a.active {
  color: #471fca;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 7px;
    padding-right: 7px;
  }

  .header-area .main-nav:before {
    display: none;
  }
}

@media (max-width: 991px) {
  .header-area .main-nav .nav {
    display: none;
    flex-direction: column;
    /* background-color: #fff; */
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  .header-area .main-nav .nav.open {
    display: flex;
  }

  .header-area .main-nav .nav li {
    width: 100%;
    text-align: center;
    /*   padding: 5px 0; */
  }

  .header-area .main-nav .nav li a {
    color: #000;
    border-bottom: 1px solid #eee;
  }

  .header-area .main-nav .menu-trigger {
    display: block;
  }

  .header-area .main-nav {
    overflow: hidden;
  }

  .header-area {
    /* background-color: white; */
    padding: 0px 15px;
    height: 100px;
    box-shadow: none;
    text-align: center;
  }

  .header-area .main-nav .logo {
    color: #1e1e1e;
  }

  /*  .logo img {
    width: 200px;
    height: 100px;
  } */
  .header-area .container {
    padding: 0px;
  }

  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }

  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }

  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }

  .header-area.header-sticky .nav {
    margin-top: 70px !important;
  }

  .header-area .main-nav .nav li {
    width: 100%;
    background: #fafafa !important;
    /* border-bottom: 1px solid #efecec; */
    padding-left: 0px !important;
    color: #000;
    padding-right: 0px !important;
  }

  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;


  }

  .header-area .main-nav .nav li a:hover {
    background: #000 !important;
    color: #003bfd !important;
  }

  .header-area .main-nav .nav li.has-sub ul.sub-menu {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
    transition: all 0s;
  }

  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }

  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }

  .header-area .main-nav .nav li.has-sub ul.sub-menu {
    height: auto;
  }

  .header-area .main-nav .nav li.has-sub:after {
    color: #3B566E;
    right: 30px;
    font-size: 14px;
    top: 15px;
  }

  .header-area .main-nav .nav li.submenu:hover ul,
  .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
}

@media (min-width: 993px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
}


/* 
---------------------------------------------
banner
--------------------------------------------- 
*/
.main-banner {
  position: relative;

  height: auto;
  width: 100%;
  overflow: hidden;

}

.bg-video img {
  width: 100%;
  /* Ensure the image takes full width */
  max-width: 100%;
  /* Ensure the image doesn't exceed its original width */
  height: 600px;
  /* Default height for larger screens */
  object-fit: inherit;
  /* Cover the entire container while maintaining aspect ratio */

}

.bg-video {
  width: 100%;
  height: auto;
  /* Allow the height to adjust accordingly to maintain aspect ratio */
}

.images-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
}

.main-banner .caption {
  position: absolute;
  /* Position the caption relative to its parent container */
  top: 15%;

  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  color: #fff;
  padding: 50px;
  gap: 10px;

  z-index: 1;
}

.main-banner .left-content h1 {
  font-family: 60px;
  text-transform: uppercase;
  font-weight: 600;

}

.main-banner .right-content p {
  font-family: 15px;
  color: #fff;
  font-weight: 400;

}

.main-banner .caption .banner-button {
  margin-top: 40px;
  max-width: 200px;
}

.main-banner .caption .banner-button a {
  color: #ffffff !important;
  border: 1px solid white;
  background: transparent;
  font-weight: 500;
  padding: 10px 20px;
  transition: background-color 0.7s ease, color 0.7s ease;
  /* Smooth transition */
}

.main-banner .caption .banner-button a:hover {
  background-color: rgb(16, 148, 107);
  /* New background color on hover */
  color: #000000;
  border: none;
  /* Optional: Change text color on hover */
}

@media screen and (max-width: 991.98px) {
  .main-banner .caption {
    display: flex;
    justify-content: space-between;
    align-items: end;
    align-self: flex-end;
    flex-wrap: wrap;
    color: #fff;
    padding: 10px;
    gap: 10px;
  }
}

@media (max-width: 600px) {
  .main-banner .caption {
    display: flex;
    justify-content: space-between;
    align-items: end;
    align-self: flex-end;
    flex-wrap: wrap;
    color: #fff;
    padding: 10px;
    gap: 10px;
  }

  .main-banner .caption h1 {
    font-size: 35px;
    margin-top: 30px;
    margin-bottom: 10px;
    text-align: left;
  }

  .main-banner .caption .right-content {
    font-size: 15px;
    width: 90% !important;
    text-align: left;
  }

  .main-banner .caption .right-content p {

    text-align: left;
  }


}

/*
---------------------------------------------
services
---------------------------------------------
*/

.services {
  /*  margin-top: -135px; */
  position: relative;
  margin-top: 60px;
  width: 100%;
}

/* .services .item {
  background-image: url(../images/service-item-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 20px;
  text-align: center;
  color: #fff;
   height: 310px;
  padding: 40px 20px;
 
  
}
 */
.item {
  border: 1px solid;
  height: 310px;
  padding: 40px 20px;
  text-align: center;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
}

.services .item .icon {
  max-width: 60px;
  margin: 0 auto;
}

.services .item h4 {
  margin-top: 25px;
  color: black;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
}

.services .down-content p {
  color: black;
  font-size: 14px;
}

.services .owl-nav {
  display: inline-block !important;
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-25px);
}

.services .owl-nav .owl-prev {
  margin-right: 10px;
  outline: none;
  position: absolute;
  left: -80px;
}

.services .owl-nav .owl-prev span,
.services .owl-nav .owl-next span {
  opacity: 0;
}

.services .owl-nav .owl-prev:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #1e1e1e;
  font-size: 25px;
  font-weight: 700;
  content: '\f104';
  background-color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
}

.services .owl-nav .owl-prev {
  opacity: 1;
  transition: all .5s;
}

.services .owl-nav .owl-prev:hover {
  opacity: 0.9;
}

.services .owl-nav .owl-next {
  opacity: 1;
  transition: all .5s;
}

.services .owl-nav .owl-next:hover {
  opacity: 0.9;
}

.services .owl-nav .owl-next {
  margin-left: 10px;
  outline: none;
  position: absolute;
  right: -85px;
}

.services .owl-nav .owl-next:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #1e1e1e;
  font-size: 25px;
  font-weight: 700;
  content: '\f105';
  background-color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
}


/*
---------------------------------------------
upcoming meetings
---------------------------------------------
*/

section.upcoming-meetings {

  padding-top: 70px;

  background: #000;
}

section.upcoming-meeting-client {

  padding-top: 70px;
  padding-bottom: 50px;
  /* background: #eaecf0; */
  /* background: #EDF2FA; */
  background: #f3f9ff;
}

/* section.upcoming-meetings .section-heading {
  text-align: center;
  color: white;
}

section.upcoming-meetings .section-heading p {
  text-align: start;
  color: white;
  font-size: 17px;
  z-index: 1;

} */

.affortable-design p {
  text-align: start;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 17px;
  color: #9c9b9b;
}

.affortable-design h2 {
  text-align: start;
  color: white;

}

.client-heading {
  text-align: start;
}

.client-heading h2 {
  text-align: start;
  font-size: 40px;
  padding-bottom: 20px;
}

.client-heading p {
  font-size: 16px;
  padding-bottom: 10px;
}

section.upcoming-meetings .categories {
  background-color: #fff;
  border-radius: 20px;
  padding: 40px;
  margin-right: 45px;
  text-align: left;
}

section.upcoming-meetings .categories h4 {
  font-size: 18px;
  font-weight: 600;
  color: #1f272b;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

section.upcoming-meetings .categories ul li {
  display: inline-block;
  margin-bottom: 15px;

}

section.upcoming-meetings .categories ul li a {
  font-size: 15px;
  color: #1f272b;
  font-weight: 500;
  transition: all .3s;
}

section.upcoming-meetings .categories ul li a:hover {
  color: #a12c2f;
}

section.upcoming-meetings .categories .main-button-red {
  border-top: 1px solid #eee;
  padding-top: 30px;
  margin-top: 15px;
}

section.upcoming-meetings .categories .main-button-red a {
  width: 100%;
  text-align: center;
}

.meeting-item {
  margin-bottom: 30px;
}

.meeting-item .thumb {
  position: relative;
}

.meeting-item .thumb img {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  height: 206px;
}

.meeting-item .thumb .price {
  position: absolute;
  left: 20px;
  top: 20px;
}

.meeting-item .thumb .price span {
  font-size: 16px;
  color: #1f272b;
  font-weight: 600;
  background-color: rgba(250, 250, 250, 0.9);
  padding: 7px 12px;
  border-radius: 10px;
}

.meeting-item .down-content {
  background-color: #fff;
  padding: 30px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.meeting-item .down-content .date {
  float: left;
  text-align: center;
  display: inline-block;
  margin-right: 20px;
}

.meeting-item .down-content .date h6 {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  color: #a12c2f;
}

.meeting-item .down-content .date span {
  display: block;
  color: #1f272b;
  font-size: 22px;
  margin-top: 7px;
}

.meeting-item .down-content h4 {
  font-size: 18px;
  color: #1f272b;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 15px;
}

.meeting-item .down-content p {
  margin-left: 50px;
  color: #1f272b;
  font-size: 14px;
}



/*
---------------------------------------------
apply now
---------------------------------------------
*/

section.apply-now {
  /* background-image: url(../images/apply-bg.jpg); 
   background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
   */
  /*   padding: 80px 0px; */
  /*  background: linear-gradient(360deg, #ECF8F8, #E7F7F7) */
  background-image: url(../images/ice-climb-new1.png);
  background-position: 160%;
  background-size: contain;
  background-repeat: no-repeat;
  /*   background: -webkit-linear-gradient(146deg, #499dfd 3.03%, #2678f5 27.62%, #6628c5 76.39%, #5b0bb1 112.44%) !important;
  background: -o-linear-gradient(146deg, #499dfd 3.03%, #2678f5 27.62%, #6628c5 76.39%, #5b0bb1 112.44%) !important;
  background: linear-gradient(304deg, #499dfd 3.03%, #2678f5 27.62%, #6628c5 76.39%, #5b0bb1 112.44%) !important; */
}

.apply-image-container {
  padding: 80px 0px;
}

section.apply-now .item {
  /*   background-color: red; */
  box-shadow: 0;
  padding: 40px;
  margin-bottom: 30px;
  background-color: white;
  box-shadow:
    0 3px 4px rgba(0, 0, 0, 0.15),
    /* bottom shadow */
    0 -3px 4px rgba(0, 0, 0, 0.15),
    /* top shadow */
    3px 0 4px rgba(0, 0, 0, 0.15),
    /* right shadow */
    -3px 0 4px rgba(0, 0, 0, 0.15);
  /* left shadow */

}

.apply-now h2 {
  color: rgb(7, 7, 7);
}

section.apply-now .item h3 {

  text-transform: uppercase;
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 20px;
}

section.apply-now .item p {
  color: rgb(5, 5, 5) !important;
  margin-bottom: 20px;
}

/* Default Styles */
.web-acc-heading {
  font-size: 21px !important;
  font-weight: normal !important;
}

.accordions-new {
  border-radius: 20px;
  padding: 0px 80px 0 0;
}

/* .accordions {
  padding: 0px 40px;
}
 */
.accordions .accordion,
.accordions-new .accordion {
  position: relative;
  border-bottom: 1px solid #ddd;
  /* So that pseudo-element can be positioned correctly */
}

.accordions .last-accordion,
.accordions-new .last-accordion {
  border-bottom: none;
  /* Remove border for last accordion */
}

/* Accordion Header Styles */
.accordion-head {
  padding: 30px 10px;
  color: rgb(7, 7, 7);
  cursor: pointer;
  display: flex;
  text-align: left;
  transition: color 400ms ease-in-out;
  justify-content: space-between;
}

.accortion_short {
  font-size: 22px !important;

}

.accordion-head span {
  font-size: 20px;
  font-weight: 500;
}

.accordions-new .accordion .accordion-head span {
  font-size: 20px;
  font-weight: 500;
}

/* Add pseudo-element for bottom border */
.accordion::after {
  content: '';
  /* Needed for pseudo-element */
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  /* Border height */
  background-color: #040404;
  /* Border color */
  transition: width 400ms ease-in-out;
  /* Smooth transition on hover */
}

/* On Hover, expand the border */
.accordion:hover::after {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .accordion-head {

    font-size: 20px;


    text-transform: capitalize !important;
  }

  /* .accordions {
    margin-left: -30px;
  } */
}

.accordion-head i {
  font-size: 15px;
}

.accordion-head .icon {
  float: right;
  margin-left: 10px;
  transition: transform 200ms ease-in-out;
}

.accordion-head.is-open {

  border-bottom: none;
}

.accordion-head.is-open .icon {
  transform: rotate(45deg);
}

.accordion-body {
  padding: 0 !important;
}

.accordion-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 300ms ease-in-out;
}

.accordion-body.open {
  overflow: hidden;
}

.accordion-body>.content {
  padding: 20px 10px;
  padding-top: 0;
}

@media (max-width:766px) {
  .apply-image-container {
    background-image: none;
    background-color: white;
  }

  .apply-image-container {
    padding: 30px 0px;
  }
}

.kt-acc-con .accordion .accordion-head h5 {
  font-size: 20px;
  font-weight: 500;

}

/* 
---------------------------------------------
courses
--------------------------------------------- 
*/

section.our-courses {
  background-image: url(../images/meetings-bg.jpg);
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 140px;
  padding-bottom: 130px;
}

.our-courses .item .down-content {
  background-color: #fff;
}

.our-courses .item .down-content h4 {
  padding: 25px;
  font-size: 18px;
  color: #1f272b;
  text-align: center;
  border-bottom: 1px solid #eee;
}

.our-courses .item .down-content .info {
  padding: 25px;
}

.our-courses .item .down-content .info ul li {
  display: inline-block;
  margin-right: 1px;
}

.our-courses .item .down-content .info ul li i {
  color: #f5a425;
  font-size: 14px;
}

.our-courses .item .down-content .info span {
  color: #a12c2f;
  font-size: 15px;
  font-weight: 600;
  text-align: right;
  display: inline-block;
  width: 100%;
}

.our-courses .owl-nav {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-45px);
}

.our-courses .owl-dots {
  display: inline-block;
  text-align: center;
  width: 100%;
  margin-top: 40px;
}

.dot {
  font-size: 10px;
}

.our-courses .owl-dots .owl-dot {
  transition: all .5s;
  width: 7px;
  height: 7px;
  background-color: #fff;
  margin: 0px 5px;
  border-radius: 50%;
  outline: none;
}

.our-courses .owl-dots .active {
  width: 24px;
  height: 8px;
  border-radius: 4px;
}

.our-courses .owl-nav .owl-prev {
  margin-right: 10px;
  outline: none;
  position: absolute;
  left: -80px;
}

.our-courses .owl-nav .owl-prev span,
.our-courses .owl-nav .owl-next span {
  opacity: 0;
}

.our-courses .owl-nav .owl-prev:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #1e1e1e;
  font-size: 25px;
  font-weight: 700;
  content: '\f104';
  background-color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
}

.our-courses .owl-nav .owl-prev {
  opacity: 1;
  transition: all .5s;
}

.our-courses .owl-nav .owl-prev:hover {
  opacity: 0.9;
}

.our-courses .owl-nav .owl-next {
  opacity: 1;
  transition: all .5s;
}

.our-courses .owl-nav .owl-next:hover {
  opacity: 0.9;
}

.our-courses .owl-nav .owl-next {
  margin-left: 10px;
  outline: none;
  position: absolute;
  right: -85px;
}

.our-courses .owl-nav .owl-next:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #1e1e1e;
  font-size: 25px;
  font-weight: 700;
  content: '\f105';
  background-color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
}


/*
---------------------------------------------
our facts
---------------------------------------------
*/

.careers-section {
  padding: 20px;
}


.careers-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 20px;
  background-image: url(../banners/KT-Career-banner.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 450px;
  text-align: left;
  /* Align text to the left */
}

.careers-content {

  padding: 20px;
  border-radius: 10px;
  max-width: 600px;
  width: 100%;
}

.careers-content h1 {
  font-size: 2em;
  color: #ffffff;
  /* Dark text color */
  margin-bottom: 20px;
}

.careers-content p {
  font-size: 1.2em;
  color: #ffffff;
  /* Medium text color */
  margin-bottom: 20px;
}

.careers-content .service-links {
  background-color: white;
  max-width: 200px;
  padding: 10px 20px;
  /*  font-family: 'Noto Sans', sans-serif; */
  font-family: 'Poppins', sans-serif;
}


/* Responsive Styles */
@media (max-width: 768px) {
  .careers-container {
    padding: 15px;
  }

  .careers-content h1 {
    font-size: 1.8em;
  }

  .careers-content p {
    font-size: 1em;
  }
}

@media (max-width: 480px) {
  .careers-content {
    padding: 15px;
  }

  .careers-content h1 {
    font-size: 1.5em;
  }

  .careers-content p {
    font-size: 0.9em;
  }
}

/* 
---------------------------------------------
contact us
--------------------------------------------- 
*/

section.contact-us {
  /* background-image: url(../images/meetings-bg.jpg);
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover; */
  padding: 100px 0px;
  background: #000;
}

.submit-btn-ct {
  padding: 10px 15px;
  border-radius: 5px;
  background: #7b83ed;
  color: #fff;
}

section.contact-us #contact {

  border-radius: 20px;
  padding: 40px;
}

section.contact-us #contact h2 {
  text-transform: uppercase;
  color: #1f272b;
  border-bottom: 1px solid #eee;
  margin-bottom: 40px;
  padding-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
}

section.contact-us #contact input {
  width: 100%;
  height: 40px;
  border-radius: 20px;
  /* background-color: #f7f7f7; */
  outline: none;
  border: none;
  box-shadow: none;
  font-size: 13px;
  font-weight: 500;
  color: #7a7a7a;
  padding: 0px 15px;
  margin-bottom: 30px;
}

section.contact-us #contact textarea {
  width: 100%;
  min-height: 140px;
  max-height: 180px;
  border-radius: 20px;
  background-color: #f7f7f7;
  outline: none;
  border: none;
  box-shadow: none;
  font-size: 13px;
  font-weight: 500;
  color: #7a7a7a;
  padding: 15px;
  margin-bottom: 30px;
}

section.contact-us #contact button {
  font-size: 13px;
  color: #fff;
  background-color: #a12c2f;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 22px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all .3s;
  border: none;
  outline: none;
}

section.contact-us #contact button:hover {
  opacity: 0.9;
}

section.contact-us .right-info {
  background-color: #a12c2f;
  border-radius: 20px;
  padding: 40px;
}

section.contact-us .right-info ul li {
  display: inline-block;
  border-bottom: 1px solid rgba(250, 250, 250, 0.15);
  margin-bottom: 30px;
  padding-bottom: 30px;
}

section.contact-us .right-info ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

section.contact-us .right-info ul li h6 {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
}

section.contact-us .right-info ul li span {
  display: block;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
}

.footer {
  text-align: center;

  border-top: 1px solid rgba(250, 250, 250, 0.15);
  padding: 50px 0px;
}

.footer p {
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
}

.footer p a {
  color: #f5a425;
}


/*
---------------------------------------------
heading page
---------------------------------------------
*/
/*end */

/* Responsive styles */

/*
---------------------------------------------
upcoming meetings page
---------------------------------------------
*/

section.meetings-page {
  background-image: url(../images/meetings-page-bg.jpg);
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 140px;
  padding-bottom: 0px;
}

section.meetings-page .filters {
  text-align: center;
  margin-bottom: 60px;
}

section.meetings-page .filters li {
  font-size: 13px;
  color: #a12c2f;
  background-color: #fff;
  padding: 11px 30px;
  display: inline-block;
  border-radius: 22px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all .3s;
  cursor: pointer;
  margin: 0px 3px;
}

section.meetings-page .filters ul li.active,
section.meetings-page .filters ul li:hover {
  background-color: #a12c2f;
  color: #fff;
}

section.meetings-page .pagination {
  text-align: center;
  width: 100%;
  margin-top: 30px;
  display: inline-block;
}

section.meetings-page .pagination ul li {
  display: inline-block;
}

section.meetings-page .pagination ul li a {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 10px;
  color: #1f272b;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  font-weight: 600;
  font-size: 15px;
  transition: all .3s;
}

section.meetings-page .main-button-red {
  text-align: center;
}

section.meetings-page .main-button-red a {
  padding: 12px 60px;
  text-align: center;
  margin-top: 30px;
}

section.meetings-page .pagination ul li.active a,
section.meetings-page .pagination ul li a:hover {
  background-color: #a12c2f;
  color: #fff;
}

.meeting-single-item .thumb {
  position: relative;
}

.meeting-single-item .thumb img {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}

.meeting-single-item .thumb .price {
  position: absolute;
  left: 20px;
  top: 20px;
}

.meeting-single-item .thumb .price span {
  font-size: 16px;
  color: #1f272b;
  font-weight: 600;
  background-color: rgba(250, 250, 250, 0.9);
  padding: 7px 12px;
  border-radius: 10px;
}

.meeting-single-item .down-content {
  background-color: #fff;
  padding: 40px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.meeting-single-item .thumb .date {
  position: absolute;
  background-color: rgba(250, 250, 250, 0.9);
  width: 80px;
  height: 80px;
  text-align: center;
  padding: 15px 0px;
  border-radius: 10px;
  right: 20px;
  top: 20px;
}

.meeting-single-item .thumb .date h6 {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  color: #a12c2f;
}

.meeting-single-item .thumb .date span {
  display: block;
  color: #1f272b;
  font-size: 22px;
  margin-top: 7px;
}

.meeting-single-item .down-content h4 {
  font-size: 22px;
  color: #1f272b;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 15px;
}

.meeting-single-item .down-content h5 {
  font-size: 18px;
  color: #1f272b;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 15px;
}

.meeting-single-item .down-content p {
  color: #1f272b;
  font-size: 14px;
}

.meeting-single-item .down-content p.description {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #eee;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #eee;
}

.meeting-single-item .down-content .share {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #eee;
}

.meeting-single-item .down-content .share h5 {
  float: left;
  margin-right: 10px;
  margin-bottom: 0px;
}

.meeting-single-item .down-content .share ul li {
  display: inline;
}

.meeting-single-item .down-content .share ul li a {
  font-size: 14px;
  color: #1f272b;
  transition: all .3s;
}

.meeting-single-item .down-content .share ul li a:hover {
  color: #f5a425;
}

/* Meeting item column */
.templatemo-item-col {
  width: 31%;
}

@media (max-width: 992px) {
  .templatemo-item-col {
    width: 45%;
  }

  .sub-header {
    display: none;
  }
}

@media (max-width: 767px) {
  .templatemo-item-col {
    width: 100%;
  }
}

/* 
---------------------------------------------
responsive
--------------------------------------------- 
*/

@media (max-width: 1300px) {
  .services .owl-nav .owl-next {
    right: -30px;
  }

  .services .owl-nav .owl-prev {
    left: -25px;
  }

  .our-courses .owl-nav .owl-next {
    right: -30px;
  }

  .our-courses .owl-nav .owl-prev {
    left: -25px;
  }
}

@media (max-width: 1200px) {
  .services .owl-nav .owl-next {
    right: -70px;
  }

  .services .owl-nav .owl-prev {
    left: -65px;
  }

  .our-courses .owl-nav .owl-next {
    right: -70px;
  }

  .our-courses .owl-nav .owl-prev {
    left: -65px;
  }
}

@media (max-width: 1085px) {
  .services .owl-nav .owl-next {
    right: -30px;
  }

  .services .owl-nav .owl-prev {
    left: -25px;
  }

  .our-courses .owl-nav .owl-next {
    right: -30px;
  }

  .our-courses .owl-nav .owl-prev {
    left: -25px;
  }
}

@media (max-width: 1005px) {
  .services .owl-nav .owl-next {
    display: none;
  }

  .services .owl-nav .owl-prev {
    display: none;
  }

  .our-courses .owl-nav .owl-next {
    display: none;
  }

  .our-courses .owl-nav .owl-prev {
    display: none;
  }
}

@media (max-width: 992px) {
  /*  .main-banner {
    position: relative;
    height: 400px; 
   
  } */

  .main-banner .caption {
    top: 10%;
  }

  /*  .main-banner .caption h2 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 22px;
  } */

  .main-banner .caption .main-button-red {
    margin-top: 15px;
  }

  .services {
    margin-top: 60px;
  }

  section.upcoming-meetings {
    padding-top: 40px;
  }

  section.upcoming-meetings .categories {
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .accordions {
    margin-left: 0px;
  }

  .new-students {
    margin-top: 15px;
  }

  section.our-facts .video {
    margin-left: 0px;
    margin-top: 15px;
  }

  section.contact-us #contact {
    margin-bottom: 30px;
  }

}

/* Add responsive styles for smaller screens */
/* @media screen and (max-width: 767px) {
  .main-banner .caption h2 {
    font-size: 24px; 
  }

  .main-banner .caption p {
    font-size: 12px; 
    max-width: 100%; 
  }
}
 */
@media (max-width: 767px) {

  .sub-header .left-content {
    display: none;
  }

  .sub-header .right-icons {
    text-align: center;
  }

  .main-nav .nav .sub-menu {
    display: none;
  }

  .header-area .main-nav .nav li ul.sub-menu li a {
    color: #1f272b;

  }

}

.footer {
  /* background-color: #081229; */
  background: #f3f1f159;
  /* background: #F0F8FF; */
  padding: 40px 0px 0px 0px;
}

.footer-widget {
  margin-bottom: 30px;
}

.footer-widget h3 {
  color: #000;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 15px;
  text-align: left;
}

.footer-widget p {
  color: #000;
  text-align: left;
  padding-top: 10px;
}

.footer-widget ul {
  list-style-type: none;
  padding: 0;
}

.footer-widget ul li {
  margin-bottom: 10px;
  text-align: left;
  font-size: 15px;
}

.footer-widget ul li i {
  margin-right: 10px;
  color: #333;

}

.footer-widget ul li a {
  color: #333;
  text-decoration: none;
}

.footer-widget ul li a:hover {
  text-decoration: underline;
}

.social-icons {
  list-style-type: none;
  padding: 0;
  display: flex;
  justify-content: flex-start;
}

.social-icons li {
  margin-right: 10px;
}

.social-icons li a {
  color: #333;
  font-size: 15px;
  text-decoration: none;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;

  transition: all 0.3s ease;
}

.social-icons li a:hover {

  color: #060505 !important;
  border-color: #333;
}

.footer-bottom {
  max-width: 600px;
  margin: 0 auto;
  padding: 10px;
  /* background: #081229; */

}

.footer-bottom p {
  margin-bottom: 0;
  text-align: center;
  color: #333;
  margin: 20px 0;
  text-transform: capitalize;
}

@media screen and (max-width: 768px) {
  .footer-widget {
    text-align: center;
    border-bottom: 1px solid;
  }

  .footer-widget ul {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    /* justify-content: space-evenly; */
  }

  .footer-widget ul li {
    text-align: left !important;
    padding: 10px;
  }

  .social-icons {
    justify-content: center;
  }
}

@media screen and (max-width: 576px) {
  .footer-widget {
    text-align: center;
  }
}

/*about section*/
.about-section {
  /* margin-top: 80px; */
  padding: 60px 0;
  /* background: linear-gradient(225deg, #090f61 50%, #FC1E00 50%); */
  /*  background-image: url(../banners/home-banner-2.jpg);
  background-position: center;
  background-repeat: no-repeat;
  object-fit: contain;
 */
  /* background: #0c1427; */
}

.about-section-new {
  position: relative;

  padding: 50px 0;
}

.about-container {

  border-radius: 10px;


  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap-reverse;
  align-items: center;
}

.about-img img {
  max-width: 100%;
  height: auto;
}

.about-content i {
  text-align: start !important;
  font-size: 3rem;

}

.about-content {
  padding: 20px;

}

.about-heading {}

.about-heading h2 {
  font-size: 30px;
  text-align: left;
  color: white;

  margin-bottom: 40px;

}

.about-content p {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 20px;
  text-align: start;


}

.key-module-red {
  /* background: #000; */
  padding-top: 50px;
  padding-bottom: 80px;
}

.about-content .abut-btn {
  margin-top: 20px;
  padding: 8px 20px;
  text-align: left;
  color: white;
  background: linear-gradient(70deg, #003bfd, #00cebc);
}


.ab-key .key-module h3 {
  font-size: 20px !important;

  font-weight: bolder;
}

.ab-key .key-module p {
  font-size: 15px !important;

}

.ab-key .key-module {
  /* border: 1px solid #cc1111; */
  /* border-image: linear-gradient(140deg, rgb(245, 244, 244) 40%, #cc1111);
  border-image-slice: 1;
  background: hsla(0, 0%, 100%, 0.228); */
  padding: 15px !important;
}

/* Responsive Styles */
@media (max-width: 992px) {
  .about-section {
    margin-top: 0;
    padding: 30px 0;
  }

  .about-img img {
    height: auto;
  }

  .about-content {
    padding: 20px 0px;
  }

  .about-content h2 {
    font-size: 30px;
  }

  .about-content p {
    font-size: 15px;

  }
}

.key-module-bg {
  /* background: #02081c; */
  padding: 50px 0;
}

.key-module-bg h2 {
  color: #000;
}

.key-modules-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 50px;
}

.key-modules-container h5 {
  padding: 15px 0 0 0;
  font-weight: 600;
}

.key-module {
  display: flex;
  flex-direction: column;
  flex: 1 1 calc(33.333% - 20px);
  margin-top: 20px;
  /* background: white;*/
  /*   border-bottom: 1px solid #e9ecef;  */
  border-bottom: 2px solid;
  /* border-radius: 5px; */
  padding: 20px;
  /* -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, .08);
  box-shadow: 0 10px 15px rgba(0, 0, 0, .08); */
  text-align: start;
  transition: transform 0.8s ease, background-color 0.8s ease, color 0.8s ease;
}

.key-image-container {
  position: relative;
  width: 70px;
  /* Set a fixed width to contain the images */
  height: 70px;
  /* Set a fixed height to contain the images */
}

.ser-he h2,
.ser-he p {
  text-align: left;
  color: #fff;
}

.ser-he h2 {
  font-size: 32px;
}

.static-image,
.animated-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease;
}

/* .animated-image {
  opacity: 0;
}

.key-module:hover .static-image {
  opacity: 0;
}

.key-module:hover .animated-image {
  opacity: 1;
} */

.key-module .module-content {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.key-module h5 {
  margin-top: 20px;
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 20px;
  color: #000;
}

.key-module p {
  margin-top: 10px;
  /* color: #fff; */
}

.key-module .module-content p {
  flex-grow: 1;
  margin: 0;
}

.keyFeatures-wrap button {
  outline: none;
  border: none;
}

.about-key-image {
  width: 100%;
  height: 100%;
}

.about-key-image img {
  max-width: 100px;
  height: auto;
  padding-bottom: 10px;
}

/* .key-module:hover h4,
.key-module:hover p,
.key-module:hover .explore-texts,
.key-module:hover .arrows {
  color: rgb(5, 5, 5);
} */


@media (min-width: 992px) {
  .explore-button {
    margin-top: auto;
    align-self: self-start;
    position: relative;
    padding-left: 10px;
    display: flex;
    align-items: center;
    text-decoration: none;
    overflow: hidden;
    background: transparent !important;

  }

  .explore-texts {
    position: relative;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    font-weight: 500;
    width: 0;
    color: #00a798;
    transition: width 1s cubic-bezier(0.25, 0.1, 0.25, 1);
  }

  .explore-arrow {
    position: relative;
    display: inline-block;
    width: 0;
    height: 100%;
    transition: width 1s cubic-bezier(0.25, 0.1, 0.25, 1);
    background-color: transparent;
  }

  .explore-arrow::after {
    content: "→";
    /* or your desired arrow symbol */
    font-size: 26px;
    position: absolute;
    right: 0;
    opacity: 0;
    transition: opacity 0.5s ease, right 0.5s ease;
  }

  .key-module:hover .explore-texts,
  .slider-card:hover .explore-texts {
    width: 100%;
  }

  .key-module:hover .explore-arrow,
  .slider-card:hover .explore-arrow {
    width: 100%;
  }

  .key-module:hover .explore-arrow::after,
  .slider-card:hover .explore-arrow::after {
    opacity: 1;
    right: 0;
  }
}

.explore-button {
  margin-top: auto;
  align-self: self-start;
  position: relative;
  padding-left: 10px;
  display: flex;
  align-items: center;

  text-decoration: none;
  overflow: hidden;
  background: transparent !important;

}

.explore-texts {
  /* background: -webkit-linear-gradient(135deg, red, blue); */
  /*  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
  color: #000;
}

.arrows {
  position: relative;
  display: inline-block;
  margin-left: 10px;
  font-size: 2em;
  padding-top: 3px;
  font-weight: 900;
  color: #0e18c9;
  /*  transition: color 0.3s ease; */
}


@media (max-width: 991px) {
  .key-module {
    flex-basis: calc(50% - 20px);
  }

  .subscribe-btnbox {
    margin-top: 30px;
    justify-content: flex-start !important;
  }
}

@media (max-width: 767px) {
  .key-module {
    flex-basis: calc(50% - 20px);
  }

  .key-module-red {
    /* background: #000; */
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (max-width: 575px) {
  .key-module {
    flex-basis: 100%;
    padding: 10px 0 !important;
  }

  .conclusion {
    margin-top: 50px !important;
  }

  .conclusion .fist-conclusion-content {
    text-align: start;
    border-right: 2px solid rgb(7, 7, 7);
    padding: 10px 0px !important;
  }

  .conclusion .second-conclusion-content {
    text-align: start;
    padding: 10px 0px !important;
  }
}

/*testimonila*/
/* .testimonial-section {
  position: relative;
  padding: 80px 0;
} */
/*

.testimonial-img img {
  max-width: 100%; 
  width: 400px;
  height: 400px; 
}
@media screen and (max-width: 768px) {
  .testimonial-img {
    margin-bottom: 20px; 
  }

  
} */
/*benifits*/

.benefit-cards {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 50px;
  padding-bottom: 50px !important;
}

.benefit-card {
  width: calc(25% - 30px);
  max-width: 300px;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
  overflow: hidden;
}

.benefit-card:hover {
  transform: translateY(-5px);
}

.benefit-icon {
  width: 100%;
  height: 150px;
  background-color: #f8f8f8;
  display: flex;
  justify-content: center;
  align-items: center;
}

.benefit-icon img {
  max-width: 80%;
  max-height: 80%;
}

.benefit-content {
  padding: 20px;
  text-align: center;
}

.benefit-content h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.h44 {
  font-size: 18px;
}

.benefit-content p {
  font-size: 15px;
  color: #080808;
}

@media (max-width: 992px) {
  .benefit-card {
    width: calc(33.33% - 30px);
  }

  .flrr {
    flex-direction: column-reverse !important;
  }
}

@media (max-width: 768px) {
  .benefit-card {
    width: calc(50% - 30px);
  }
}

@media (max-width: 576px) {
  .benefit-card {
    width: calc(100% - 30px);
  }

}

.colour-blue {
  color: #2C0069;
  padding-bottom: 10px;
}

.benefit-inside {
  padding: 20px;
}


/*start*/

.benefit-image {
  background-color: white;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.benefit-image img {
  width: 150px;
  height: 150px;

}

.team-conetent {
  padding-top: 30px;
  padding-bottom: 20px;
  color: white !important;
}

.team-conetent p {

  color: white !important;
  padding-top: 10px;
}

.benefit-card2 {
  background-color: #1C1B40;
}

.benefit-card2 i {
  margin-top: 10px;
  color: red;
  background-color: white;
  padding: 10px;
}

/*end*/

/* CSS for hover effect on larger screens */
.header-area .nav .has-sub:hover .sub-menu {
  display: block;
}

/* CSS for submenu visibility on small screens */
.header-area.menu-open .nav .has-sub .sub-menu {
  display: none;
}

.header-area.menu-open .nav .has-sub.open .sub-menu {
  display: block;
}

@media (min-width: 993px) and (max-width: 1200px) {
  .sub-header .left-content ul li {
    color: #ffffff;
    padding: 8px 10px !important;
    display: inline-block;
    align-items: center;
    font-size: 13px;
  }
}

/* .gallery .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  width: 100%;
  max-width: 1280px;
  margin-top: 60px;
 
}

.desktop-container {
  position: relative;
  width: calc(33.333% - 30px);
  overflow: hidden;
  margin-bottom: 20px; 
}

.desktop {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
  object-fit: cover;
}

.website-images {
  position: absolute;
  top: 0; 
  left: 13px; 
  width: 95%;
  height: 70%;
  overflow: hidden; 
  z-index: 0;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.8);
}

.website-images img {
  width: 100%;
  height: auto;
  z-index: -1;
}

@keyframes scroll {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}

.auto-scroll {
  height: 50%;
  animation: scroll 10s linear infinite; 
}


@media (max-width: 992px) {
  .desktop-container {
    width: calc(50% - 20px); 
  }
}

@media (max-width: 768px) {
  .desktop-container {
    width: 100%; 
  }
}
 */
.gallery .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  width: 100%;
  max-width: 1300px;
  margin-top: 60px;
}

.gallery-item {
  width: calc(33.333% - 30px);
  display: flex;
  position: relative;
  margin-bottom: 80px;
}

.pdf-item {
  text-align: center;
  margin: 10px;
}

.pdf-item iframe {
  width: 100%;
  /* Adjust width as needed */
  max-width: 600px;
  /* Adjust to fit your design */

  height: 200px;
  /* Adjust height as needed */
  border: 1px solid #ccc;
}

.pdf-item button {
  margin-top: 10px;
  padding: 5px 10px;
  border: none;
  background-color: #007bff;
  color: white;
  cursor: pointer;
  border-radius: 5px;
}

.pdf-item button:hover {
  background-color: #0056b3;
}


/* Responsive Styles */
@media screen and (max-width:992px) {
  .gallery-item {
    width: calc(50% - 20px);
  }
}

@media screen and (max-width: 480px) {
  .gallery-item {
    width: calc(100% - 20px);
  }
}


.slides {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  /* Adjust as needed */
  height: 100%;
  /* Adjust as needed */
  box-sizing: border-box;
  box-shadow:
    0 3px 4px rgba(0, 0, 0, 0.15),
    /* bottom shadow */
    0 -3px 4px rgba(0, 0, 0, 0.15),
    /* top shadow */
    3px 0 4px rgba(0, 0, 0, 0.15),
    /* right shadow */
    -3px 0 4px rgba(0, 0, 0, 0.15);
  /* left shadow */


  padding: 20px;
  /* Adjust as needed */
}

.slides h3 {
  margin-top: 20px;
}

.slides p {
  margin-top: 10px;
  margin-bottom: 20px;
}

.explore-link {
  position: relative;
  display: flex;
  align-items: center;
  text-decoration: none;
  overflow: hidden;
}

.arrow {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  /* Adjust as needed for spacing */
}

.explore-text {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  font-weight: 500;
  width: 0;
  /*   transition: width 0.5s ease; */
  transition: width 1s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.slides:hover .explore-text {
  width: 100%;
  color: #7038C5;
}

.arrow {
  font-size: 1.8em;
  /* Increase the size of the arrow */
  font-weight: 500;
  color: #7038C5 !important;
}

.services .slick-prev {
  margin-top: -50px !important;
}

.services .slick-next {
  margin-top: -50px !important;
}

/*start section*/
.start-section {
  padding: 50px 0;
  background-color: #392D6B;
}

.start-section p {
  color: white;
}

.start-section h2 {
  color: white;
  margin-bottom: 10px;
}

.get-start {
  margin-top: 50px;
}

.start-btn {

  color: black;
  padding: 10px 20px;
  background-color: white;
}

.careers-section .service-links {
  text-align: left;
}

.about-section .about-container .about-content button {


  font-weight: 500;
  text-decoration: underline;
  text-align: start;
  text-decoration-color: black;
  text-underline-position: below;
  background: none;
}

/*service banner*/
.service-link-banner {
  border: 1px solid;
  background: white;
  max-width: 170px;
  padding: 10px 20px;

}



.services-over {
  position: relative;
  padding: 50px 10px;
  background: #F7F7FC;
}

.services-over h2 {
  margin-bottom: 20px;
  text-align: start;
  padding-left: 20px;

}

/*info section*/
.info-section {

  background: #000;

  padding-top: 70px;
  padding-bottom: 90px;
}

.info-card-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;

  gap: 20px;

}

.info-section .info-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1 1 calc(50% - 20px);
  /* Ensures two cards fit in a row with a gap */
  box-sizing: border-box;
  position: relative;
  /* Needed for the bottom border animation */
  overflow: hidden;
  padding: 20px;
  /* To hide the growing border initially */
}

.info-section .info-card .info-card-box {

  height: 100%;
  /* padding: 1.875rem 8.75rem 1.8rem 1.87rem; */
  color: #fff;
  text-align: start;
  flex: 1;
  border-bottom: 1px solid #555;
  position: relative;
  /* To prevent the border from spilling out of the card */
  transition: all 0.3s ease;
  /* Smooth transition for other effects */
}

.info-section .info-card .info-card-box h3 {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.8125rem;
  margin-bottom: 20px;
  color: #fff;
}

.info-section .info-card .info-card-box p {
  color: #fff;
  font-size: 16px;
  padding-bottom: 30px;
}

/* Hover Effect: Add a bottom border */
.info-section .info-card:hover .info-card-box {
  border-bottom: transparent;
  /* Change color and thickness */
}

.info-icon {
  width: 100%;
  text-align: left;
  margin-bottom: 20px;
}

.info-icon img {
  width: 80px;

}

.info-section .info-card .info-card-box::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background: linear-gradient(45deg, rgba(232, 149, 77, 0.808), #00cebc);
  transition: width 0.6s ease;
  /* Smooth width change */
}

.software .info-card .info-card-box::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1.5px;
  background: linear-gradient(45deg, #003bfd, #00cebc);
  transition: width 0.6s ease;
  /* Smooth width change */
}

.info-section .info-card:hover .info-card-box::after {
  width: 100%;
  /* Expand to full width on hover */
}

/*infocard second*/


.info-card-with-icon-inner {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.75rem;

}

.info-card-with-icon-inner .info-card-item {
  flex: 0 0 25%;

  max-width: 25%;
  padding: 0 .75rem;
  margin: 0 0 1.5rem;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
}

.info-card-with-icon-inner .info-card-item .card-with-icon-box {
  /* border: 1.5px solid; */
  /* border-image: linear-gradient(140deg, #f5c753, #00c7bf);
  border-image-slice: 1; */
  border-radius: 20px;
  background-color: #ffffff;
  border: 1.3px solid #f5c753;
  box-shadow: 0 6px 12px rgba(0, 79, 113, .08);

  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  text-align: start;
  color: #14142b;
  flex: 1;
}

.soft .info-card-item .card-with-icon-box {
  border: 1.2px solid #003bfd !important;
}

.card-with-icon-box p {
  padding-top: 15px;
}

.info-card-heading {

  text-align: left;
  font-size: 33px;
}

.info-card-description {

  text-align: left;
  color: #fff;
  font-size: 15px;
}

/* .info-card-with-icon-inner .info-card-item .card-with-icon-box .card-icon {
  margin: 0 0 .625rem;
} */

.card-icon img {
  max-width: 60px;
  margin-bottom: 20px;
}

/* .section-heading {
  color: #fff;
  font-size: 30px;
  text-align: start;
  font-weight: normal;
  padding: 40px 0;
} */

.section-description {
  color: #fff;
  font-size: 15px;
  text-align: start;
  font-weight: normal;
  padding: 0px 0;
}

/* Responsive Styles */
@media (max-width: 767.98px) {
  .info-card-with-icon-inner .info-card-item {
    flex: 1 1 100% !important;
    /* Makes the cards stack vertically on smaller screens */
    max-width: 100% !important;
  }
}

@media (max-width: 1200px) {
  .info-card-with-icon-inner .info-card-item {
    flex: 1 1 50%;
    /* Makes the cards stack vertically on smaller screens */
    max-width: 50%;
  }
}

/* webdevelopment */



.web-section {
  margin-top: 80px;
  padding: 60px 0;
  background: linear-gradient(315deg, #E41F07 0%, #35126A 60%);

}

.web-section h2 {
  color: black;
}


.web-container {
  background-color: white;

  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-wrap: wrap-reverse;
  align-items: center;

}

.s-p {
  padding-right: 5px;
}

.image-container-web {
  max-width: 100%;
  height: 2;
  clip-path: polygon(25% 0, 100% 0, 75% 100%, 0 100%);

  /* Ensures image covers the area without distortion */
}




/* Basic breadcrumb styling */
.breadcrumb {
  text-align: left;
  font-size: 13px;
  background: #000000;

  padding: 10px 0;

}

.breadcrumb a {
  text-decoration: none;
  color: #fff;

  cursor: pointer;
}

.breadcrumb span {
  color: #fff;
  font-weight: normal;
}

/* Separator styling */
.breadcrumb a::after {
  content: " ➻  ";
  margin: 0 5px;
}

.breadcrumb a:last-child::after {
  content: "";
}

.breadcrumb a:hover {
  text-decoration: underline;
}

/* Responsive Styles */
@media (max-width: 992px) {
  .web-section {
    margin-top: 0;
    padding: 30px 0;
  }

  .image-container img {
    height: auto;
  }


  .info-card-with-icon-inner .info-card-item {
    flex: 0 0 50%;

    max-width: 50%;

  }


}


/*benifit slider*/
.benefit-slider-section {
  position: relative;
  padding: 80px 10px;

  /* background: #FFF7EC; */
}



.benifit-description {
  font-size: 18px;
  padding: 0;
  text-align: left;

}

.slider-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;

  transition: transform 0.8s ease, background-color 0.8s ease, color 0.8s ease;
  position: relative;
  border: 1px solid;
  border-image: linear-gradient(140deg, #cf9009, #00c7bf);
  border-image-slice: 1;
}

.soft .slider-card {

  border: 1px solid;
  border-image: linear-gradient(140deg, #003bfd, #00c7bf);
  border-image-slice: 1;
}

.digital .slider-card {

  border: 1px solid;
  border-image: linear-gradient(140deg, #00c7bf, #cf9009);
  border-image-slice: 1;
}

.blog_card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;

  background-color: #ffffff;
  transition: transform 0.8s ease, background-color 0.8s ease, color 0.8s ease;
  position: relative;
  /*  border: 1px solid;
  border-image: linear-gradient(140deg, #cf9009, #00c7bf);
  border-image-slice: 1; */
}

.blog_content {
  padding: 10px 20px;
  text-align: left;
}

.blog_card .card-image {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;

}

.blog_card .card-description {
  display: flex;
  align-items: center;
  color: #555;
}

.blog_card .card-description span {
  font-size: 13px;
  padding-left: 10px;
  color: #000;
}

.blog_heading {
  font-size: 20px;
  font-weight: 600;
}

.slider-card .h-hide {
  position: absolute;
  bottom: 40px;
  padding-left: 20px;
  font-size: 20px;
  opacity: 1;
  /* Initially hidden */
  transition: opacity 0.8s ease;
}

/* Heading style */
.card-heading {
  font-size: 20px;
  font-weight: normal;
  margin: 10px 0;
}

/* Initially hide description with opacity and position */
.c-conetnt {
  opacity: 0;
  transform: translateY(20px);

  transition: opacity 0.8s ease-out, transform 0.8s ease-out;

}

/* Show description only for active card */
.slider-card.active .c-conetnt {
  opacity: 1;
  transform: translateY(0);

}

.slider-card:hover .c-conetnt {
  opacity: 1;
  transform: translateY(0);

}

.slider-image img {
  width: 50px !important;

}

/* Active card styling */
.slider-card.active,
.slider-card:hover {
  background: linear-gradient(-30deg, #cf9009, #f4f7ff) !important;
}

.soft .slider-card.active,
.soft .slider-card:hover {
  background: linear-gradient(-30deg, #003bfd, #f4f7ff) !important;
}

.digital .slider-card.active,
.digital .slider-card:hover {
  background: linear-gradient(-30deg, #00c7bf, #f4f7ff) !important;
}

.slider-card.active .h-hide,
.slider-card:hover .h-hide {
  opacity: 0;

}

/* Custom arrows */
.custom-arrows {
  text-align: center;

}

.custom-arrow {
  background: transparent;
  border: none;
  font-size: 24px;
  cursor: pointer;
  margin: 0 10px;
}

.service-links {
  margin-top: 20px;

  text-align: center;
}

.service-links a {
  font-size: 16px;
  color: #007BFF;
  text-decoration: none;
}

.service-links a:hover {
  text-decoration: underline;
}

/* Custom buttons for exploring */
.explore-button {
  display: inline-flex;
  align-items: center;
  background-color: #007BFF;
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  margin-top: 15px;
}

.explore-button:hover {
  background-color: #0056b3;
}

.explore-texts {
  margin-right: 8px;
}

.arrows {
  font-size: 16px;
}

.custom-arrows {
  text-align: center;

}

.custom-arrow {
  background: transparent;
  border: none;
  font-size: 24px;
  cursor: pointer;
  margin: 0 10px;
}

.service-links {
  margin-top: 20px;
  text-align: center;
}

.service-links a {
  font-size: 16px;
  color: #007BFF;
  text-decoration: none;
}

.service-links a:hover {
  text-decoration: underline;
}

.tab-section {
  position: relative;
  /*   margin-top: 80px; */
  padding: 50px 10px;
  background: #fcf7f4;
  /* background-color: #D8E5FB; */
}




.tab-container {
  margin: 0 auto;

  padding-top: 60px;
}

.cloud-tab {
  border-radius: 5px;
  /*  background: -webkit-linear-gradient(359.7deg, #773cce .28%, #392D6B 99.78%);
  background: -o-linear-gradient(359.7deg, #773cce .28%, #392D6B 99.78%);
  background: linear-gradient(90.3deg, #773cce .28%, #392D6B 99.78%); */
  background: #ffffff;

  border: 1px solid;
  border-image: linear-gradient(140deg, #cf9009, #00c7bf);
  border-image-slice: 1;
}

.tab-headers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  font-size: 1.12rem;

}

.tab-link {
  flex: 1;
  padding: 10px 20px;


  border: none;
  cursor: pointer;
  transition: background-color 0.3s;
}

.tab-link.active {
  /*  background: -webkit-linear-gradient(359.7deg, #773cce .28%, #3a70ef 99.78%);
  background: -o-linear-gradient(359.7deg, #773cce .28%, #3a70ef 99.78%);
  background: linear-gradient(90.3deg, #773cce .28%, #3a70ef 99.78%); */
  color: #ffffff;
  background: linear-gradient(140deg, #cf9009, #00c7bf);

  border-bottom: 3px solid white;
}

.soft-tab .tab-link.active {
  /*  background: -webkit-linear-gradient(359.7deg, #773cce .28%, #3a70ef 99.78%);
  background: -o-linear-gradient(359.7deg, #773cce .28%, #3a70ef 99.78%);
  background: linear-gradient(90.3deg, #773cce .28%, #3a70ef 99.78%); */
  color: #ffffff;
  background: linear-gradient(140deg, #007BFF, #00c7bf);

  border-bottom: 3px solid white;
}

.tab-content {
  display: none;
  padding: 2.5rem 1.875rem;
  color: #fcfcfc;
  position: relative;

  font-size: 1.20rem;
  text-align: left;

}

.tab-content p {

  color: #000;

  margin-bottom: 10px;
}

.tab-content.active {
  display: block;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .tab-link {
    flex: 1 1 48%;
    margin: 2px;
  }
}

@media (max-width: 480px) {
  .tab-link {
    flex: 1 1 100%;
    margin: 2px 0;
  }
}

/*technologies section*/
.technologies-section {
  padding: 50px 20px;
  background: #080808;
}

.technologies-section h2,
.technologies-section p {
  color: white;
  font-weight: 500;
  text-align: start;
}

.technologies-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 30px;
}

.technologies-view {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  /* justify-content: center; */
}

.tech-image-view {
  flex: 1 1 calc(10% - 20px);
  max-width: calc(10% - 20px);

  background: white;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.tech-image-view img {
  max-width: 150px;
  height: auto;
  padding: 20px;
  display: block;
}

/* Responsive Styles */
@media (max-width: 1200px) {
  .tech-image-view {
    flex: 1 1 calc(25% - 20px);
    /* 3 images per row with gap */
    max-width: calc(25% - 20px);
    /* 3 images per row with gap */
  }
}

@media (max-width: 600px) {
  .tech-image-view {
    flex: 1 1 calc(33.33% - 20px);
    /* 2 images per row with gap */
    max-width: calc(33.33% - 20px);
    /* 2 images per row with gap */
  }
}


/*newletter*/
.news-letter {
  position: relative;
  margin-top: 40px;

}

.news-letter-container {
  background: #090922 !important;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

.news-letter-container p {
  text-align: left;
  color: white;
  padding-top: 10px;
}

.news-letter-container h4 {
  text-align: left;
  color: white;
  font-weight: 700;
}

.news-letter-container h4::first-letter {
  font-size: 3rem;
  font-weight: 700;
}

.news-letter-container a {
  padding: 10px 20px;
  color: rgb(43, 5, 104);
  font-weight: 700;
  background: white;
}

.subscribe-btnbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;

}

/*conclusion*/
.conclusion {
  position: relative;
  margin-top: 70px;
}

.conclusion .fist-conclusion-content {
  text-align: start;
  border-right: 2px solid rgb(7, 7, 7);
  padding: 10px 20px;
}

.conclusion-heading {
  text-align: start;
}

.conclusion .second-conclusion-content {
  text-align: start;
  padding: 10px 20px;

}

.conclusion .second-conclusion-content .conclusion-link {
  padding: 10px 20px;
  background-color: white;
  border: 1px solid;
  color: rgb(8, 8, 8);
  position: relative;
  top: 30px;
}

@media (max-width: 991.98px) {
  .conclusion .fist-conclusion-content {
    border-right: none;
  }

  .kt-acc-section {

    background: linear-gradient(to top, #ffffff 75%, #000 25%) !important;
  }
}

/*service section banner*/
.service-banner {
  width: 100%;
  height: auto;

}

.service-banner-content {
  max-width: 600px;
  padding: 50px 10px;
  margin-left: 30px;
  color: white;
  text-align: left;
}



.service-banner-content h1 {
  /* font-size: 50px; */
  padding-bottom: 20px;
  color: white;
}

.service-banner-content p {


  color: white;
}

.service-banner-content .service-line,
.how-banner-content .service-line {
  max-width: 300px;
  height: 5px;

  margin: 20px auto;
  /* background: linear-gradient(to right, red 50%, rgb(3, 3, 165) 50%); */
  opacity: 1;
}

@media (max-width: 768px) {
  .service-banner-content h1 {
    font-size: 40px;
    padding: 20px 0 40px;
    font-weight: 700;
  }

  .service-banner-content p {
    font-size: 16px;
    padding-bottom: 10px;
    font-weight: 700;
  }

  .service-banner-content {
    margin-left: 0 !important;
  }
}

@media (max-width: 500px) {
  .service-banner-content h1 {
    font-size: 35px;

    font-weight: 700;

  }

  .service-banner-content p {
    font-size: 35px;
    font-size: 16px;
    font-weight: 700;


  }

}

/**/
.we-work-section {
  padding: 20px 0;

  /* Padding around the entire section */
}


.how-we-work-content {
  text-align: start;
  margin-bottom: 20px;
}


.how-we-work-images {
  text-align: center;
}


.how-we-work-images img {
  max-width: 100%;
  height: auto;
  max-height: 400px;
}

.wrap-reverse {
  flex-wrap: wrap-reverse !important;

}

.how-we-work-content ul {
  list-style: none;
  padding-left: 0;
}

.we-work-section-one {

  margin: 70px 0 0 0;

  padding: 10px;
}

.we-work-section-one .col-lg-6 {
  background: #392D6B;
  color: white;
}

.how-we-work-content h2,
.how-we-work-content p {
  padding-bottom: 10px;
  color: white;
}

.how-we-work-content {
  padding: 20px 10px;
}

.how-we-work-content li {
  position: relative;
  padding-left: 25px;
  padding-top: 10px;
}

.how-we-work-content li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  color: rgb(7, 192, 53);
}


.we-work-section-one {
  margin-bottom: 30px;
}

.how-banner-content {
  padding: 40px 10px 0px 10px;
  max-width: 800px;
  margin: 0 auto;
}

/*new*/
.banner-background {
  background: linear-gradient(315deg, #E41F07 0%, #35126A 64%)
}

.filter-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /* Center align the buttons horizontally */
  max-width: 800px;
  padding: 40px 0;
  margin: 0 auto;
}

.filter-buttons button {
  border: 1px solid;
  border-radius: 30px;
  background: #FC1E00;
  font-weight: 600;
  color: white;
  padding: 10px 20px;
  margin-top: 20px;
  margin-right: 10px;
  /* Add spacing between buttons */
}

.filter-buttons button.active {
  background: #000EDE;
  /* Change background color when active */
}

/*how we work section*/

/**/
.we-work-section {
  position: relative;

}

/*blog*/
.blog-main-container {
  display: flex;
  flex-wrap: wrap;

}

.img-container img {
  width: 60px;
}

/*blog*/
/* BlogSection.css */
.blog-section {
  max-width: 1200px;
  text-align: start;
  padding: 60px 20px;
}

.blog-list {
  display: flex;
  flex-wrap: wrap;
}

.blog-heading {
  padding: 30px 10px;
  text-transform: uppercase;
}

.blog-post {
  display: flex;
  align-items: start;
  width: 100%;
  margin-bottom: 20px;
  background-color: #f9f9f9;
  border-radius: 5px;
  padding: 20px;
}

.blog-btn {
  background: red;
  color: white;
  padding: 10px 25px;
  font-weight: 600;

}

.blog-image {
  flex: 0 0 auto;
  margin-right: 30px;
}

.blog-image img {
  width: 150px;
  height: auto;
  border-radius: 5px;
}

.blog-details {
  flex: 1;
}

.blog-post h3 {
  margin-top: 0;
}

.post-date {
  font-style: italic;
  color: #666;
}

.excerpt {
  color: #333;
}

/* Media query for responsiveness */
@media (max-width: 768px) {
  .blog-post {
    width: 100%;
    flex-direction: column;
  }

  .blog-image {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .blog-image img {
    width: 100%;
  }

  .web-img img {
    width: 90%;
    max-height: 500px;
    /* object-fit:fill; */
  }

}

.webSlider-heading h2 {
  font-size: 2.1rem;
  padding-bottom: 20px;
}

.webSlider-heading {
  margin: 0 auto;
}

.webSlider-heading p {
  padding-top: 10px;
  padding-bottom: 60px;
  font-size: 17px;
}

.web-img img {
  width: 100%;
  height: auto;
  /* object-fit:fill; */
}

/*career*/
.top-container-career {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  padding: 60px 0;
  color: #000;
}

.top-container-career h2 {
  font-size: 50px;
  padding-bottom: 20px;
}

.top-container-career p {
  padding-bottom: 20px;
  color: #000;
}

.career-full-container {
  margin: 0 auto;
  max-width: 800px;
}

.career-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 20px;
  padding: 20px;
}

.job {
  display: flex;
  flex-direction: column;
  background-color: white;
  border: 1px solid #e9ecef;
  border-radius: 5px;
  padding: 20px;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.15);
  margin-top: 40px;
}

.close-job {
  text-align: start;
  color: red;
}

.job-content {
  flex-grow: 1;
}

.job-content h4 {
  color: #000EDE;
  text-transform: uppercase;
  padding-bottom: 20px;
}

.close-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.apply-btn {
  background: none;
  color: rgb(5, 80, 38);
  font-weight: 600;
}

.top-career-image {
  max-width: 900px;
  height: auto;
  margin: 0 auto;
  padding-bottom: 20px;
}

.top-career-image img {}

.apply-form-container {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.form-container {
  max-width: 600px;
  justify-content: center;
  margin: 0 auto;
  align-items: center;
}

.apply-form {
  background-color: #fff;
  padding: 20px;
  max-width: 80%;
  width: 400px;
  border-radius: 5px;
  position: relative;
}

.apply-btn-portal {
  background-color: red;
  color: white;
  padding: 10px 20px;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.career-portal {
  position: relative;
  margin: 150px 0;
}

.portal-content h2 {
  font-size: 50px;
  color: #000;
  padding-bottom: 10px;
}

.portal-content p {
  font-size: 20px;
  padding-bottom: 20px;
  color: #fff;
}

@media (max-width: 1024px) {

  .top-container-career h2,
  .portal-content h2 {
    font-size: 40px;
  }
}

@media (max-width: 768px) {
  .career-container {
    grid-template-columns: 1fr;
  }

  .top-container-career h2,
  .portal-content h2 {
    font-size: 30px;
  }

  .image-container img {
    height: 270px;
    width: 100%;
  }
}

@media (max-width: 600px) {

  .top-container-career h2,
  .portal-content h2 {
    font-size: 24px;
  }

  .image-container img {
    height: 250px;
    width: 100%;
  }

  .custom-banner .custom-banner-content h1 {
    font-size: 1.8em !important;
  }
}

.apply-form form input {
  border: 1px solid red;
}

/*about page*/

.custom-banner {
  background-image: url('../banners/s-bg.webp');
  background-size: cover;
  background-position: center;
  height: 600px;

  padding: 60px 0 0 0;
}

.custom-banner-1 {
  /* background-image: url('../banners/web-new-bg.webp'); */
  background: #000000;
  background-size: cover;
  background-position: center;
  /* height: 450px; */
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;

  padding-top: 40px;
  padding-bottom: 40px;

}

.custom-banner-2 {
  background-image: url('../banners/s-bg.webp');
  background-size: cover;
  background-position: center;
  padding-top: 80px;
  padding-bottom: 40px;
}

.custom-banner-3 {
  background-image: url('../banners/s-bg.webp');
  background-size: cover;
  background-position: center;
  padding-top: 80px;
  padding-bottom: 40px;
}

.custom-banner .custom-banner-content,
.custom-banner-1 .custom-banner-content,
.custom-banner-2 .custom-banner-content,
.custom-banner-3 .custom-banner-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  color: #fff;
  padding: 50px;
  gap: 10px;
}


.left-content {
  width: 65%;
  text-align: left;

}

.right-content {
  width: 35%;
  text-align: left;


}

.custom-banner .custom-banner-content h1,
.custom-banner-1 .custom-banner-content h1,
.custom-banner-2 .custom-banner-content h1,
.custom-banner-3 .custom-banner-content h1 {
  font-size: 50px;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
}

.custom-banner .custom-banner-content p,
.custom-banner-1 .custom-banner-content p,
.custom-banner-2 .custom-banner-content p,
.custom-banner-3 .custom-banner-content p {
  font-size: 15px;
  color: white;
  line-height: 1.5;

  padding-bottom: 10px;
}

@media (max-width: 600px) {
  .info-card-with-icon-inner {
    gap: 20px !important;
  }

  .web-development-container {
    padding: 40px 0 !important;
  }

  .second-about-mask-image {
    position: relative;
    overflow: hidden;
    display: flex;
    height: 350px !important;
    width: 350px !important;
    justify-content: center;
    align-items: center;
  }
}

.page-title h2 {
  font-size: 35px;
  text-align: center;
  font-weight: 500;
  padding-bottom: 20px;
}

.page-title {
  margin: 0 0 2.5rem;
  color: #14142b;
  max-width: 800px;
  margin: 0 auto;
}

.web-content a {
  text-align: left;
  display: flex;
  padding-top: 20px;
  font-weight: 600;

}

.web-content .abt-orange {
  color: #000;
  margin-left: 5px;
}

/* 
.orange-line {
  height: 50px;
  width: 60px;
  background: #d1a40d;
} */
.custom-banner-content a {
  font-weight: 600;
  padding-top: 15px;
}

.abt-orange {
  background: #d1a40d;
  padding: 5px 10px;
  font-weight: 500;
  font-size: 16px;
  color: white;
}

.abt-btn {
  background: #00a798;
  padding: 4px 9px;
  font-weight: 500;
  color: white;

}


.web-2-hide {
  display: none;
}

@media (max-width:991.98px) {

  .custom-banner .custom-banner-content,
  .custom-banner-1 .custom-banner-content,
  .custom-banner-2 .custom-banner-content,
  .custom-banner-3 .custom-banner-content {
    display: flex;
    justify-content: space-between;
    align-items: end;
    align-self: flex-end;
    flex-wrap: wrap;
    color: #fff;
    padding: 20px;
    gap: 10px;
  }

  .custom-banner .custom-banner-content h1,
  .custom-banner-1 .custom-banner-content h1,
  .custom-banner-2 .custom-banner-content h1,
  .custom-banner-3 .custom-banner-content h1 {
    font-size: 45px;
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 30px;
  }

  .left-content {
    width: 100%;
    text-align: left;
    margin-right: auto;
  }

  .right-content {
    width: 60%;
    text-align: left;
    margin-left: auto;

  }

  .custom-banner-1 {
    padding-top: 80px;


  }

  .image-container-web {
    max-width: 80%;
  }

  .second-about-mask-image {
    position: relative;
    overflow: hidden;
    display: flex;
    height: 500px;
    width: 500px;
    justify-content: center;
    align-items: center;
  }

  /* .custom-banner .custom-banner-content .col-md-5,
  .custom-banner-1 .custom-banner-content .col-md-5,
  .custom-banner-2 .custom-banner-content .col-md-5,
  .custom-banner-3 .custom-banner-content .col-md-5 {
    justify-content: end;
  } */




  .web-2-hide {
    display: block;
    margin: 0 auto 30px auto;
  }

  .apply-now {
    background-image: none !important;

  }

  .animation-home-about-orange,
  .animation-round-bg,
  .animation-home-about {
    display: none !important;
  }


  .web-1-hide {
    display: none;
  }



}

@media (max-width: 760px) {

  .custom-banner,
  .custom-banner-1,
  .custom-banner-2,
  .custom-banner-3 {
    padding-top: 140px;
    padding-bottom: 50px;
  }

  .custom-banner .custom-banner-content,
  .custom-banner-1 .custom-banner-content,
  .custom-banner-2 .custom-banner-content,
  .custom-banner-3 .custom-banner-content {
    padding: 0;
  }

  .custom-banner .custom-banner-content h1,
  .custom-banner-1 .custom-banner-content h1,
  .custom-banner-2 .custom-banner-content h1,
  .custom-banner-3 .custom-banner-content h1 {
    font-size: 33px;
    color: white;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 30px;
  }

  .right-content {
    width: 80%;
    text-align: left;
    font-size: 15px;

  }

  .image-container-web {
    max-width: 100%;
  }
}

.abt-why-choose {
  position: relative;
  /* background: #FFF7EC; */
  padding: 50px 0 0px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.abt-why-choose .abt-content {
  max-width: 800px;
  margin: 0 auto;
}

.b-red {
  background: #003bfd !important;
}

.abt-why-choose .abt-content h2,
.abt-why-choose .abt-content p {
  color: #fff;
}

/*abt card*/
.abt-card-container {
  display: flex;
  flex-wrap: wrap;
}

.abt-card {
  flex: 1;
  margin: 40px 10px 0px 10px;
  padding: 20px;
  border: 1px solid;
  border-image: linear-gradient(140deg, #f5c753, #1b23b5);
  border-image-slice: 1;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.abt-card img {
  width: 70px;
}

.abt-card h3,
.abt-card p {
  padding-top: 10px;
}

/* Responsive Styles */
@media (max-width: 768px) {



  .abt-card {
    flex-basis: calc(50% - 20px);
  }
}

@media (max-width: 576px) {
  .abt-card {
    flex-basis: calc(100% - 20px);
  }

}


.abt-count-section {
  position: relative;
  /* background: #fff; */


}

.abt-section-heading {
  font-size: 18px;
  color: white;
  padding-top: 40px;

}



.abt-count-section {
  /*  padding: 40px 0; */
  margin: 80px 0 30px 0;
  /*  background-color: #fff; */
}

/* Flexbox container for the row */
.abt-count-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

/* Flexbox settings for count-container to handle layout */
.count-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;

  width: 100%;
}

/* Style for individual count items */
.count-item {
  flex: 1 1 calc(25% - 20px);
  /* Default: 4 items per row with gap considered */


  text-align: center;
  box-sizing: border-box;
}

/* Adjust for smaller screens (2 items per row) */
@media (max-width: 768px) {
  .count-item {
    flex: 1 1 calc(50% - 20px);
    /* 2 items per row on medium screens */
  }

  .abt-count-section {

    padding: 0px 15px 30px 15px;

  }


}

@media (max-width:600px) {
  .count-item p {
    font-size: 14px;
    font-weight: bolder;

  }

  .abt-count-section {
    margin-top: 50px !important;
    padding: 0px 15px 30px 15px;

  }

  .patnr-btn {
    padding-left: 0 !important;
  }

  .count-item h3 {
    font-size: 3rem;
    color: #000;
    margin-bottom: 10px;
  }

  .abt-count-section {
    padding: 0px 0px 30px 5px;

  }

  .count-item span {
    font-size: 2rem;

  }

  .count-item {


    text-align: left;
    box-sizing: border-box;

  }
}

/* Additional styling for the count display */
.count-item p {
  font-size: 15px;
  font-weight: 500;

}

.count-item h3 {
  font-size: 3.5rem;
  color: #000;
  margin-bottom: 10px;
}

.count-item span {
  font-size: 3rem;

}

/*Fixed bacground */
.fixed-bacground-section {
  position: relative;

}

.fixed-background-1 {

  height: 100%;
  background-image: url('../banners/get-01.webp');
  background-size: cover;
  background-attachment: fixed;
  background-position: 80% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fixed-background-2 {

  height: 100%;
  background-image: url('../banners/get-02.webp');
  background-size: cover;
  background-attachment: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fixed-background-3 {

  height: 100%;
  background-image: url('../banners/get-03.webp');
  background-size: cover;
  background-attachment: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fixed-background-4 {

  height: 100%;
  background-image: url('../banners/get-04.webp');
  background-size: cover;
  background-attachment: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fixed-background-5 {

  height: 100%;
  background-image: url('../banners/get-05.webp');
  background-size: cover;
  background-attachment: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
}


.fixed-background-content {

  background: rgba(0, 0, 0, 0.6);
  padding: 70px 20px;
  width: 100%;

  height: auto;
  overflow-y: auto;
  max-height: 100%;
  z-index: 1;
}

.fixed-background-content-inside {
  max-width: 800px;
  margin: 0 auto;
}

.fixed-background-content h2,
.fixed-background-content p {
  margin-bottom: 15px;
  color: white;
}

.btn-learn {
  color: white;
  padding: 10px 20px;
  font-weight: 500;
  max-width: 150px;
  background: rgb(10, 10, 70);
  box-shadow: rgba(0, 0, 0, .05);
  display: block;
  background: linear-gradient(70deg, #e27547 -10%, #faa357);
  border: 0;

  /* text-align: left; */
  /* Align the text within the button to the left */
}

.btn-learn-software {
  color: black;
  padding: 4px 9px;
  font-weight: 500;
  font-size: 15px;
  margin-left: 5px;
  box-shadow: rgba(0, 0, 0, .05);
  display: block;
  /* background: linear-gradient(70deg, , #00cebc); */
  border: 0;
  background: #003bfd;
  /* text-align: left; */
  /* Align the text within the button to the left */
}


/* @media (min-width: 992px) {
  .btn-learn:hover {
    color: red;
  }
} */


/* btn-learn span {
  margin-left: 6px;
}
 */
.fixed-background-content-inside .benift-btn {
  padding: 10px 20px;
  background: white;
  margin-top: 10px;
}

/**/
.kumbha-items-section {
  padding: 70px 0;
  display: flex;
  justify-content: center;
  text-align: -webkit-center;
  align-items: center;
  /* Vertically center if necessary */
}


.item-section {
  display: flex;
  flex-direction: column;

  justify-content: center;
  align-items: center;
  /* Horizontally center the content */
  max-width: 700px;
  text-align: center;
  /* Center text inside the section */
}

.item-text {
  margin-bottom: 20px;
}

.item-text h2 {
  margin-bottom: 30px;
  font-size: 40px;
}

.item-button {
  margin-top: 20px;
}

.item-button a {
  padding: 10px 20px;
  background: linear-gradient(70deg, #003bfd, #00cebc);
  color: white;
  text-decoration: none;

}

.item-button a:hover {
  background-color: #0056b3;
}

.home-about-section {
  padding: 50px 0px;
  background: white;

  box-shadow: 0px 4px 6px rgba(163, 159, 159, 0.2);
  /* Adjust the values to your liking */
}

.home-about-heading {
  margin-bottom: 30px;
}

.home-about-heading h2 {
  text-align: left;
  margin-bottom: 20px;
  color: rgb(7, 7, 7);
}

.home-about-heading p {
  text-align: left;
  color: #0a0a0a;
}

.home-about-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 20px;
  z-index: 1;

  padding: 10px;
}


.home-about-container {
  display: flex;
  flex-wrap: wrap;

  align-items: center;

}

.home-about-container-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  position: relative;
}

.home-about-container-logo .image-wrapper {
  position: relative;
  max-width: 100%;
}

.home-about-container-logo img.main-image {
  width: 100%;
  height: auto;
  clip-path: polygon(25% 0, 100% 0, 75% 100%, 0 100%);
  display: block;
}

.home-about-container-logo img.glass-frame {
  position: absolute;
  right: 0%;
  bottom: 0;
  transform: translate(-5%, 40%);
  width: 45%;
  z-index: 2;
}

.home-about-container-inside .p_t {
  color: #fff;
  display: block;
  padding-left: 20px;
  background: #000EDE;
  padding: 7px 10px;
  font-size: 14px;
  font-weight: 600;
  max-width: 100px;
  margin: 0 20px 20px;

  -webkit-clip-path: polygon(0 10px, 12px 0, 100% 0, 100% 100%, 100% 100%, 100% 100%, 0 100%, 0 100%);
  clip-path: polygon(0 10px, 12px 0, 100% 0, 100% 100%, 100% 100%, 100% 100%, 0 100%, 0 100%);

}

.home-about-container-inside {
  flex: 1;

  z-index: 1;
}

.home-about-container-inside h2 {
  text-align: left;
  margin-bottom: 15px;
  font-size: 32px;
  padding: 0 20px;
}

.platform-affordable-design h2 {
  text-align: left;
  margin-bottom: 15px;
  font-size: 32px;
}

.patnr-btn {
  display: flex;
  align-items: center;
  padding-left: 30px;
  font-size: 18px;
  margin-top: 20px;
  color: #000;
  text-align: left;
  text-decoration: none;
  /* Optional: remove underline */
  position: relative;
}

.patnr-btn::after {
  content: '→';
  /* Arrow symbol */
  font-size: 23px;
  font-weight: bold;
  /* Adjust the size of the arrow */
  margin-left: 10px;
  /* Space between text and arrow */
  opacity: 1;
  color: #ec9109;
  /* Arrow is always visible */
  transform: translateX(0);
  /* Arrow in normal position */
  transition: background-color 0.3s ease;
  /* Smooth background transition */
  padding: 0px 6px;
  /* Space around the arrow for the background */
  border-radius: 50%;
  /* Optional: rounded corners for the background */
  background-color: transparent;
  /* Initially no background */
}

.patnr-btn:hover::after {
  background-color: #ec9109;
  color: white;

}

.patnr-btn:hover {

  color: #ec9109;

}

.home-about-container-inside p {
  text-align: left;

  padding: 0 20px;
}

@media (max-width: 991.98px) {

  .home-about-container {
    flex-direction: column;
    text-align: center;
    padding: 10px 0;
  }

  .home-about-container {

    align-items: start;

  }

  .patnr-btn::after {
    background-color: #ec9109;
    color: white;

  }

  .home-about-container-logo {
    margin-bottom: 20px;
  }

  .home-about-container-inside {

    margin-top: 30px;

  }

  .kt-acc-con {
    margin-top: 40px;
  }

  .home-about-container-logo img {
    max-height: 100%;
    max-width: 100%;
    height: auto;
    text-align: left;
  }

  .home-about-container-inside {
    padding: 0;
  }




  .acc-image-container {
    text-align: center;
    width: 80% !important;
    height: auto;
    display: flex;
    justify-self: center;
  }
}

@media (max-width: 767px) {
  .platform-affordable-design {
    margin-bottom: 30px !important;
  }

  .item-section {
    text-align: left;
    align-items: start;
  }

  .kt-acc-con h2 {
    margin-bottom: 40px;
  }

  .Home_Card_right_content {
    border-bottom: none !important;
  }

  .home-about-container {
    display: block;

    gap: 20px;

    padding: 0px 15px !important;
  }

  .home-about-container-logo {
    max-width: 100%;
    max-height: 100%;
    margin: 10px 10px 60px;
  }

  /*  .home-about-container-logo img {
    width: 300px;
    height: 300px;

  } */

  .home-about-container-logo img {

    padding: 10px;
  }



  .kt-acc-container {
    gap: 70px;
  }



  .kt-acc-container .accordions {
    padding: 0px !important;
  }
}

.kt-acc-section {
  padding: 130px 0 70px 0;
  background: linear-gradient(to right, #ffffff 70%, #000 30%);
}

.kt-acc-section h2,
.kt-acc-con h2 {
  position: relative;

  text-align: left;

  font-size: 33px;
}

.chsing-section-heading h2,
.item-text h2 {
  font-size: 33px;
}

.kt-acc-container {
  /* margin-top: 40px; */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap-reverse;

}


.acc-image-container {
  text-align: center;
  width: 100%;
  height: 100%;
}

.img-fluid {
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Optional: Add extra spacing to keep everything balanced */
.b_know_btn {
  color: white;
  text-align: end;
  cursor: pointer;
}

.b_know_btn a {
  color: white;
  background: transparent;
}

.b_know_btn i {
  margin-left: 5px;
  border: 1px solid #fff;
  padding: 8px;
  border-radius: 50%;
  color: rgb(195, 90, 9);
  background: transparent;
}

.gradient-text {
  background: -webkit-linear-gradient(50deg, #003bfd 20%, #000 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gradient-text1 {
  background: -webkit-linear-gradient(50deg, #003bfd 20%, #ffffff 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.platform {
  padding: 150px 0px;

  background: #eaecf0;
}

.platform-affordable-design {
  text-align: left;
}

/* .platform {
  padding: 100px 0;
  background-color: #f9f9f9;
}
 */

.platform-affordable-design {
  display: flex;
  flex-direction: column;
  justify-content: center;


}


.platform-affordable-design p {
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
  max-width: 500px;
}

.platforms-solutions {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 30px;
  /*  padding-left: 40px; */
  /* padding: 0 40px; */
}

.platforms-solutions-card-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;

  padding: 5px;
}

.platforms-solutions-card-1,
.platforms-solutions-card-2 {
  width: 100%;
  padding: 30px 20px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-align: left;
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.platforms-solutions-card-1 img,
.platforms-solutions-card-2 img {
  width: 50px;
  height: 50px;
  margin-bottom: 30px;
  display: flex;
  justify-self: end;
}

.platforms-solutions-card-1-child h3,
.platforms-solutions-card-2-child h3 {
  font-size: 16px;
  color: #000;
  font-weight: bolder;
  margin-bottom: 10px;
}

.platforms-solutions-card-1-child p,
.platforms-solutions-card-2-child p {
  font-size: 14px;
  color: #171717;
  line-height: 1.5;
}

.platforms-solutions-card-1:hover,
.platforms-solutions-card-2:hover {
  transform: translateY(-5px);
}

.bg-hover-g-1:hover {
  background: linear-gradient(45deg, #003bfd, #00cebc);
}

.bg-hover-g-2:hover {
  background: linear-gradient(70deg, #d1a40d, #00a798);
}

.bg-hover-g-3:hover {
  background: linear-gradient(45deg, #e27547, rgba(232, 149, 77, 0.808));
}

.bg-hover-g-4:hover {
  background: linear-gradient(45deg, #e27547, #00cebc);
}

.g-c-b {
  background: -webkit-linear-gradient(50deg, #00a798 20%, #ffffff 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.red-g {
  background: -webkit-linear-gradient(50deg, #FF0000 20%, #ffffff 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.o-c-b {
  background: -webkit-linear-gradient(50deg, #f5c753, #000 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.o-c-b-w {
  background: -webkit-linear-gradient(50deg, #f5c753, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.o-c-b-w-b {
  background: -webkit-linear-gradient(50deg, #00a798, #000 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.abt-btn-b {
  color: black;
  margin-left: 5px;
  font-size: 15px;
  background: #00a798;
  padding: 4px 10px;
}


.ob-btn {
  background: linear-gradient(45deg, #e27547, rgba(232, 149, 77, 0.808)) !important;
  color: #ffffff;
  padding: 10px 20px;
}

.ob-btn:hover {

  color: #ffffff;

}

.m-f {
  margin-bottom: 30px;
}

@media (min-width: 1300px) {
  .platforms-solutions {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 30px;

  }
}

/* Media Queries for Responsiveness */

@media (max-width: 991.98px) {


  .platform-affordable-design {
    margin-bottom: 60px;
  }

  .platforms-solutions {
    margin-top: 30px;
  }

  .b_know_btn {
    text-align: left !important;
    margin-top: 30px;
  }

  /* .platforms-solutions-card-1,
  .platforms-solutions-card-2 {
    width: 100%;
    padding: 15px;
  } */

  .platforms-solutions-card-1 img,
  .platforms-solutions-card-2 img {
    width: 50px;
    height: 50px;
  }

  .platforms-solutions {
    padding: 0 !important;
  }

  .Home_Card_right {
    margin-bottom: 30px;
  }

  .Home_Card_right_image {
    max-width: 50% !important;
    flex: 0 0 50% !important;
    transition: transform 0.3s ease-in-out;
    /* Smooth scale transition */
  }

  .Home_Card_right_image img {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
    transition: transform 0.3s ease-in-out;
    /* Smooth scale transition */
  }

  .Home_Card_right_content {
    max-width: 50% !important;
    flex: 0 0 50% !important;
    align-content: center;
    padding: 0 15px;

  }
}

/* @media (max-width: 768px) {
  .platform-affordable-design h2 {
    font-size: 1.8rem;
    text-align: center;
  }

  .platforms-solutions {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .platforms-solutions-card-wrapper {
    display: flex !important;
    flex-direction: row;
    justify-content: space-between !important;
  }

  .platforms-solutions-card-2 {
    width: 50%;
    padding: 10px;
  }

  .platforms-solutions-card-1 {
    width: 50% !important;
  }

  .platforms-solutions-card-1 img,
  .platforms-solutions-card-2 img {
    width: 50px;

  }
} */
.container {
  padding: 0 15px !important;
}

@media (max-width: 767.98px) {
  .platforms-solutions-card-wrapper {
    flex-direction: row !important;
  }

  .platforms-solutions {
    display: block !important;
  }

  .platform {
    padding: 50px 0px !important;
    background: #eaecf0;
  }

  .home-about-container-inside p {
    text-align: left;
    padding: 0 !important;
  }

  .accordions-new {
    border-radius: 20px;
    padding: 0px 0px !important;
  }

  .home-about-container-inside h2 {
    text-align: left;
    font-size: 33px;
    margin-bottom: 15px;
    padding: 0 0px !important;
  }

  .m-r-f {
    position: relative;
    top: 0px !important;
  }

  .kt-acc-container {
    gap: 0px !important;
  }

  .kt-acc-con {
    padding: 10px !important;
  }

  .m-f {
    margin-right: 15px;
    margin-bottom: 0 !important;
  }

  .plat-box-2 {
    left: 30px !important;
    order: 2;
    width: 60px !important;
    height: 60px !important;
  }

  .plat-box-1 {
    top: 20%;
    left: 10% !important;
    width: 60px !important;
    height: 60px !important;
  }

  .or-2 {
    order: 1;
  }

  .m-w-r-1 {
    display: flex;
    flex-wrap: wrap-reverse;
  }

  .platforms-solutions-card-1 img,
  .platforms-solutions-card-2 img {
    width: 30px;
    height: 30px;
    margin-bottom: 10px;

  }

  .platforms-solutions-card-1,
  .platforms-solutions-card-2 {
    width: 50%;
    padding: 10px;
  }

  .acc-image-container {
    text-align: center;
    width: 100% !important;
    height: 100%;
    display: flex;
    justify-self: center;
  }

  .kt-acc-section {
    padding: 70px 0 50px 0 !important;
    background: linear-gradient(to top, #ffffff 80%, #000 20%) !important;
  }
}

.m-r-f {
  position: relative;
  top: 130px;
}

.plat-box-1 {
  position: relative;
  left: 25%;
  width: 100px;
  /* Set the width of the box */
  height: 100px;
  /* Set the height of the box */
  padding: 20px;
  /* Add padding inside the box */
  background-color: #b5d2f2;
  /* Set a background color */
  border: 1px solid #6c94c2;
  /* Add a border around the box */
  border-radius: 15px;
  /* Round the corners */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  /* Add a subtle shadow */
  display: flex;
  /* Optional: Flexbox to align children inside the box */
  justify-content: center;
  /* Optional: Horizontally center content */
  align-items: center;
  /* Optional: Vertically center content */
  transition: all 0.6s ease;
  transform: rotate(40deg);
  margin-top: 40px;
  animation: rotateAnimation 7s linear infinite;
  /* Optional: Smooth transition for hover effects */
}

.plat-box-2 {
  position: relative;
  left: -25%;
  width: 100px;
  top: -50px;
  height: 100px;

  padding: 20px;

  background-color: #fff;
  /* Set a background color */
  border: 1px solid #fff;
  /* Add a border around the box */
  border-radius: 15px;
  /* Round the corners */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  /* Add a subtle shadow */
  display: flex;
  /* Optional: Flexbox to align children inside the box */
  justify-content: center;
  /* Optional: Horizontally center content */
  align-items: center;
  /* Optional: Vertically center content */
  transition: all 0.6s ease;
  transform: rotate(40deg);
  animation: rotateAnimation 7s linear infinite;
  /* Optional: Smooth transition for hover effects */
}

.plat-box-1:hover,
.plat-box-2:hover {

  transform: rotate(70deg);

}

@keyframes rotateAnimation {
  0% {
    transform: rotate(0deg);
    /* Start rotation at 0deg */
  }

  100% {
    transform: rotate(360deg);
    /* Complete 360 degrees rotation */
  }
}

/* 
.HomeDigital_home_digital__H5rQz .HomeDigital_top_right_bg__gfNzK:before {
  right: -15%;
  left: auto;
  top: -30rem;
}

.round-bg:before {
  content: "";
  width: 730px;
  height: 730px;
  background: #0075fd;
  background: radial-gradient(circle, #0075fd 0, rgba(56, 60, 69, 0) 70%);
  opacity: .17;
  position: absolute;
  top: -11.1111111111rem;
  left: -5.5555555556rem;
  z-index: 1;
  pointer-events: none;
  display: block;
  animation: zoom 14s infinite;
  transition: .4s ease-in-out;
} */

/* .ProductLinkCard_box_wrap__g8aPu.ProductLinkCard_colmbox2__vxvh8:after {
  background: linear-gradient(45deg, #00a798, #d1a40d)
} */

/* .ProductLinkCard_box_wrap__g8aPu.ProductLinkCard_colmbox3__RRBDE {
  pointer-events: all
} */
/* 
.ProductLinkCard_box_wrap__g8aPu.ProductLinkCard_colmbox3__RRBDE:after {
  background: linear-gradient(45deg, #e27547, rgba(232, 149, 77, .808))
}
 */
.custom-clip {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 75%, 80% 100%, 0 100%, 0 60%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 75%, 80% 100%, 0 100%, 0 60%);
}

.position-relative {
  position: relative !important;
  overflow-x: clip;

}

/* Common styles for both animations */
.animation-home-about {
  content: "";
  width: 730px;
  height: 730px;
  background: #0075fd;
  background: radial-gradient(circle, #0075fd 0, rgba(56, 60, 69, 0) 70%);
  opacity: .17;
  position: absolute;
  z-index: 1;
  pointer-events: none;
  display: block;
  animation: zoom 14s infinite;
  transition: .4s ease-in-out;
}


.animation-home-about-orange {
  content: "";
  width: 730px;
  height: 730px;
  background: #cf9009;
  background: radial-gradient(circle, #cf9009 0, rgba(56, 60, 69, 0) 70%);
  opacity: .17;
  position: absolute;
  z-index: 1;
  pointer-events: none;
  display: block;
  animation: zoom 14s infinite;
  transition: .4s ease-in-out;
}

.animation-home-about-green {
  content: "";
  width: 730px;
  height: 730px;
  background: #00cebc;
  background: radial-gradient(circle, #00cebc 0, rgba(56, 60, 69, 0) 70%);
  opacity: .17;
  position: absolute;
  z-index: 1;
  pointer-events: none;
  display: block;
  animation: zoom 14s infinite;
  transition: .4s ease-in-out;
}

/* Top-Right Position */
.top-right {
  top: -25rem;
  right: -15rem;
  z-index: 0;
}

.pointer {
  cursor: pointer;
  text-decoration: underline;
  color: #fff;
  font-size: 16px;
  text-align: left;
}

.pointer:hover {
  color: #000EDE;
}

.bottom-left-2 {
  top: 11rem;
  left: -15rem;
  z-index: 0;
}

/* Basic styling */
.input-group {
  position: relative;
  margin-bottom: 40px;
}

.input {
  width: 100%;
  padding: 10px;
  padding-left: 10px;
  padding-top: 16px;
  font-size: 16px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #ccc;
  border-radius: 4px;
  background-color: #dfdfdf;
  transition: all 0.2s ease;
}

.input:focus {
  outline: none;
  border-color: #d1ad0e;
}

/* Label styling */
label {
  position: absolute;
  top: 16px;
  left: 10px;
  font-size: 16px;
  color: #666;
  pointer-events: none;
  transition: all 0.2s ease;
}

.input:focus+label,
.input:not(:focus):valid+label {
  top: 0;
  left: 10px;
  font-size: 12px;
  color: #007bff;
}

.float {
  top: 0;
  left: 10px;
  font-size: 12px;
  color: #007bff;
}

.error {
  border-color: red;
}

.error-message {
  color: red;
  font-size: 12px;
  margin-top: 5px;
}

.top-right-2 {
  top: -18rem;
  right: -15rem;
  z-index: 0;
}

.top-right-web {
  top: -15rem;
  right: -15rem;
  z-index: 0;
}

.ce-center {
  top: 25rem;
  left: -11rem;
  z-index: 0;
}

.bottom-left-3 {
  top: 15rem;
  left: -13rem;
  z-index: 0;
}

.top-center {
  top: -15rem;
  right: 5rem;
  z-index: 0;
}

/* Bottom-Left Position */
.bottom-left {
  top: 0rem;
  left: -15rem;
  z-index: 0;
}

.top-benefit {
  top: -20rem;
  right: -15rem;
  z-index: 0;
}

.bottom-benefit {
  top: 1rem;
  left: -15rem;

}


@keyframes zoom {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(0.8);
  }

  100% {
    transform: scale(1);
  }
}

.chsing-section {
  padding: 60px 0;
  background: #000;
}

.update-ching-card {

  position: relative;
  display: block;
  overflow: hidden;
  max-width: 702px;
  height: auto;
  /* Allow height to adjust based on content */
  z-index: 1;
  margin-bottom: 1.5rem;
  /* Ensure spacing if multiple cards exist */
}

.update-ching-figure-wrap {
  position: relative;
  width: 100%;
  padding-bottom: 65.2421652422%;
  /* Aspect ratio for the image */
  margin-bottom: 20px;
}

.update-ching-figure-wrap img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.update-ching-content {
  position: absolute;
  bottom: 7%;
  margin-left: 20px;
  max-width: 400px;
  color: white;
  padding: 20px;

  background: hsla(0, 0%, 100%, 0.3);
  text-align: left;
}

.update-ching-content p {
  color: white;
}

.update-ching-card h3 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.update-ching-card p {
  font-size: 1rem;
  line-height: 1.6;
}

/* Home Card Styles */
.Home_Card_right {
  position: relative;
  display: flex;

  justify-content: space-between;
  margin-left: auto;
  z-index: 1;
  /* padding: 25px 0; */
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
  flex-direction: row-reverse;
  transition: all 0.3s ease-in-out;
  /* Smooth transition for all effects */
}

.Home_Card_right_image {
  max-width: 38%;
  flex: 0 0 38%;
  transition: transform 0.3s ease-in-out;
  /* Smooth scale transition */
}

.Home_Card_right_image img {
  height: 110px;
  width: 100%;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
  /* Smooth scale transition */
}

/* Scale the image smoothly when hovering over Home_Card_right */
.Home_Card_right:hover .Home_Card_right_image img {
  transform: scale(1.1);
  /* Scale the image to 1.1x */
}

/* Home_Card_right_content styles */
.Home_Card_right_content {
  max-width: 62%;
  flex: 0 0 62%;
  justify-content: space-evenly;
  /* margin-left: 20px; */
  text-align: left;
  position: relative;
  border-bottom: 1px solid hsla(0, 0%, 100%, .17);
}

/* Pseudo-element to animate bottom border width */
.Home_Card_right_content::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  /* Start with 0% width */
  height: 1px;
  background: linear-gradient(45deg, #003bfd, #fff);
  transition: width 0.5s ease-in-out;
  /* Animate the width on hover */
}

/* When hovering over Home_Card_right, increase the bottom border width of the content */
.Home_Card_right:hover .Home_Card_right_content::after {
  width: 100%;
  /* Expand to full width on hover */
}

.Home_Card_right_content h4 {
  font-size: 14px;
  margin-bottom: 0.75rem;
  color: #00b195;
}

.Home_Card_right_content p {
  font-size: 17px;
  line-height: 1.6;
  color: #ffffff;
}

.chsing-section-heading {
  margin-bottom: 60px;
  text-align: left !important;
}

/* Media Queries */
@media (max-width: 600px) {
  .Home_Card_right {

    align-items: center;
    margin-bottom: 1.5rem;
  }

  .Home_Card_right_content p {
    font-size: 14px;
    line-height: 1.6;
    padding-bottom: 10px;
    color: #ffffff;
  }

  .Home_Card_right_image img {
    height: auto;
    max-width: 100%;
  }

  .Home_Card_right_content {

    padding-left: 0;
    padding-right: 0;
  }

  .update-ching-card {
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .Home_Card_right {
    margin-bottom: 2.6666666667rem;
    padding: 0;
    border-bottom: 0;
    flex-direction: inherit;
    max-width: 505px;
    justify-content: flex-end;
  }

  .kt-acc-con {
    padding: 0 70px 0 0;
  }



  .Home_Card_right_image img {
    height: auto;
    max-width: 100%;
    padding-left: 10px;
  }

  /* 
  .kt-acc-container .accordions .accordion {
    padding-top: -30px;
  }
 */
  .kt-acc-con {
    position: relative;
    top: -50px;
  }

  .kt-acc-section h2 {
    position: relative;
    padding-bottom: 40px;
  }

  .Home_Card_right_image {
    max-width: 38%;
    flex: 0 0 38%;
  }

  .Home_Card_right_content {
    max-width: 62%;
    flex: 0 0 62%;
    margin-left: 20px;
  }
}

@media (max-width: 992px) {

  /* Show the plus symbol only on small screens */
  .footer-widget h3 .plus-symbol {
    display: inline-block;
    padding-right: 20px;
  }

  /* Footer Styles */
  .footer-widget h3 {

    display: flex;
    justify-content: space-between;
    /* Aligns text and the plus symbol */
    align-items: center;
    /* Centers the content vertically */
  }

  .footer-widget h3 .plus-symbol {
    display: block !important;
    /* Hide the plus symbol by default */
    font-size: 20px;
    /* Make the symbol large enough */
  }

  .footer-widget ul {
    max-height: 0;
    overflow: hidden;

    transition: max-height 0.3s ease-out;
  }

  .footer-widget ul.active {
    max-height: 1000px;
  }

  .footer-widget h3 {
    font-size: 16px;
  }
}

@media (min-width: 769px) {

  /* Hide the plus symbol on larger screens */
  .footer-widget h3 .plus-symbol {
    display: none;
  }
}

.second-about-mask-image {
  position: relative;
  overflow: hidden;
  display: flex;
  height: 400px;
  max-width: 414px;
  justify-content: center;
  align-items: center;
}

.second-about-mask-image img {
  position: absolute;
  height: 100%;
  width: 100%;
  inset: 0px;
  object-fit: cover;
  /* Ensures image fills the container */
  color: transparent;
}

/* Mask Effect */
.second-about-mask-image::after {
  content: "";
  background-image: url(../banners/k-mask.png);
  /* Adjust path accordingly */
  position: absolute;
  inset: 0;
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  /* Ensures the mask doesn’t block interaction with the image */
}

.features-courseProject .key-module {
  border-bottom: 1px solid #555;
  /* color: #fff; */
}

.features-courseProject .key-module .module-content p {
  color: #fff;
  margin-top: 10px;
}


.o_blue_white {
  background: -webkit-linear-gradient(50deg, #1e53ff, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* .ky-b p {
  color: white !important;
} */

.abt-btn-blue {
  padding: 4px 9px;
  font-weight: 500;
  color: white;
  background: linear-gradient(60deg, #003bfd)
}

.ap-accordion-heading {
  font-size: 38px;
  text-align: left;
  padding-bottom: 20px;
}

.ap-accordion-description {
  font-size: 18px;
  text-align: left;
}

.l-t {
  margin-top: 50px;
}

.grow_heading {
  margin: 0 auto;
  color: #fff;
  margin-bottom: 30px;
}

.does-work {
  background: #041b25;
  padding: 80px 0;
}

.overflow-hidden {
  overflow: hidden !important;
}

.highlight_num {
  font-size: 3.8888888889rem;
  background: -webkit-linear-gradient(90deg, #d1a40d, #00cebc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gglr {
  background: -webkit-linear-gradient(-180deg, #fff, #00cebc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.does_wrapper {
  position: relative;
  max-height: 500px;
  padding-top: 30px;
  /* Adjust this based on your design */
  overflow-y: auto !important;
}

.does_wrapper::-webkit-scrollbar {
  width: 0px;
  /* Hides the scrollbar */
}

.does_wrapper {
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
  scrollbar-width: none;
  /* For Firefox */
}

.position-relative {
  position: relative !important;
}

.how_does_heading {
  font-size: 14rem;
  /* Reduced font size */
  color: #fff;
  opacity: .04;
  position: absolute;
  top: -40px;
  /* Adjusted the position */
  left: 50%;
  transform: translateX(-50%);
  writing-mode: vertical-lr;
  -webkit-text-orientation: upright;
  text-orientation: upright;
  pointer-events: none;
  white-space: nowrap;
  /* Prevents text from wrapping */
  letter-spacing: -55px;
  /* Reduces the space between letters (negative value) */
}

.how_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1120px;
  margin: auto;
  position: relative;
}

.z_how_number_wrapper {
  max-width: 400px;
  padding: 15px;
  border-bottom: 1px solid #555;
  margin-bottom: 50px;
  min-width: 300px;

}

.z_how_number_wrapper div {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.z_how_number_wrapper h3 {
  font-size: 1.5rem;
  margin-bottom: 25px;
  color: #fff;
}

.z_how_number_wrapper p {
  font-size: 1rem;
  color: #fff;
  opacity: 0.7;
  padding-bottom: 20px;
}

.z_how_number:nth-child(2n) {
  justify-items: end;
  text-align: left;
}

.z_how_number:nth-child(2n+1) {
  text-align: right;
}

/* Media Query for Small Screens (Mobile) */
@media (max-width: 1000px) {
  .how_does_heading {
    font-size: 6rem;
    top: -30px;
    display: none;
  }

  .z_how_number_wrapper {
    border: none !important;
  }

  .how_container {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
  }

  .does_wrapper {
    position: relative;
    max-height: 500px;
    padding-top: 30px;
    /* Ensure horizontal scrolling */
    overflow-y: hidden !important;
    overflow-x: scroll !important;

  }

  .z_how_number_wrapper {
    width: 360px !important;
    min-width: 300px;
    margin-bottom: 0px;
  }

  /* Adjust text alignment for odd and even children */
  .z_how_number:nth-child(2n) {
    justify-items: end;
    text-align: left;
  }

  .z_how_number:nth-child(2n+1) {
    text-align: left;
  }
}



/*blog*/
.h1 {
  font-size: 2.2222222222rem
}

@media(min-width: 1200px) {
  .h1 {
    font-size: 3.5555555556rem
  }
}

@media(min-width: 1600px) {
  .h1 {
    font-size: 4.4444444444rem
  }
}

.h2 {
  font-size: 1.6666666667rem
}

@media(min-width: 992px) {
  .h2 {
    font-size: 1.8888888889rem
  }
}

@media(min-width: 1200px) {
  .h2 {
    font-size: 2.2222222222rem
  }
}

.h3 {
  font-size: 1.5555555556rem
}

@media(min-width: 1200px) {
  .h3 {
    font-size: 2.5rem
  }
}

.h4 {
  font-size: 1.3333333333rem
}

@media(min-width: 992px) {
  .h4 {
    font-size: 1.6666666667rem
  }
}

@media(min-width: 1200px) {
  .h4 {
    font-size: 2.2222222222rem
  }
}

.h5 {
  font-size: 1rem
}

@media(min-width: 768px) {
  .h5 {
    font-size: 1.3333333333rem
  }
}

@media(min-width: 1200px) {
  .h5 {
    font-size: 1.6666666667rem
  }
}

.h6 {
  font-size: .8888888889rem
}

.ttl-120 {
  font-size: 2.2222222222rem
}

@media(min-width: 992px) {
  .ttl-120 {
    font-size: 2.5rem
  }
}

@media(min-width: 1200px) {
  .ttl-120 {
    font-size: 3.5555555556rem
  }
}

@media(min-width: 1600px) {
  .ttl-120 {
    font-size: 6.6666666667rem
  }
}

.ttl-60 {
  font-size: 2.2222222222rem
}

@media(min-width: 992px) {
  .ttl-60 {
    font-size: 2.5rem
  }
}

@media(min-width: 1200px) {
  .ttl-60 {
    font-size: 3.5555555556rem
  }
}

@media(min-width: 1600px) {
  .ttl-60 {
    font-size: 3.3333333333rem
  }
}

.ttl-50 {
  font-size: 1.6666666667rem
}

@media(min-width: 992px) {
  .ttl-50 {
    font-size: 1.8888888889rem
  }
}

@media(min-width: 1200px) {
  .ttl-50 {
    font-size: 2.7777777778rem
  }
}

@media(min-width: 1600px) {
  .ttl-50 {
    font-size: 2.7777777778rem
  }
}

.ttl-30 {
  font-size: 1.3333333333rem
}

@media(min-width: 992px) {
  .ttl-30 {
    font-size: 1.8888888889rem
  }
}

@media(min-width: 1200px) {
  .ttl-30 {
    font-size: 2.2222222222rem
  }
}

@media(min-width: 1600px) {
  .ttl-30 {
    font-size: 1.6666666667rem
  }
}

.ttl-19 {
  font-size: 1.5555555556rem
}

@media(min-width: 992px) {
  .ttl-19 {
    font-size: 1.9444444444rem
  }
}

@media(min-width: 1200px) {
  .ttl-19 {
    font-size: 1.0555555556rem
  }
}

.fs-13 {
  font-size: 1rem
}

@media(min-width: 768px) {
  .fs-13 {
    font-size: 1.0555555556rem
  }
}

@media(min-width: 1200px) {
  .fs-13 {
    font-size: .7222222222rem
  }
}

.fs-17 {
  font-size: 1rem
}

@media(min-width: 1200px) {
  .fs-17 {
    font-size: .9444444444rem
  }
}

.fs-18 {
  font-size: 1rem
}

.fs-20 {
  font-size: .7777777778rem
}

@media(min-width: 768px) {
  .fs-20 {
    font-size: 1.1111111111rem
  }
}

@media(min-width: 1200px) {
  .fs-20 {
    font-size: 1.1111111111rem
  }
}

.fs-24 {
  font-size: .8888888889rem
}

@media(min-width: 768px) {
  .fs-24 {
    font-size: 1.3333333333rem
  }
}

/* Blog Banner Section */
.blog-banner {
  background-color: #f2f2f2;
  /* Light background for the banner */
  padding: 60px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.blog-banner-content {
  text-align: center;
  max-width: 900px;
  /* Limit the width of the content */
  padding: 20px;
}

.blog-banner h1 {
  font-size: 3rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
  line-height: 1.2;
}

.blog-banner p {
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 20px;
  line-height: 1.6;
}

/* Responsive styles */
@media (max-width: 768px) {
  .blog-banner h1 {
    font-size: 2.5rem;
  }

  .blog-banner p {
    font-size: 1rem;
  }

  .blog-banner {
    padding: 40px 15px;
    /* Adjust padding on smaller screens */
  }
}

@media (max-width: 480px) {
  .blog-banner h1 {
    font-size: 2rem;
  }

  .blog-banner p {
    font-size: 0.9rem;
  }

  .blog-banner {
    padding: 30px 10px;
    /* Adjust padding for extra small screens */
  }
}




.home-about-bg {
  position: absolute;
  left: 350px;
  padding-top: 350px;
  rotate: 20deg;
}

.home-about-bg img {
  max-width: 270px;

}

.bg-er {
  width: 100%;
  left: 0;
  position: absolute;
}

.bg-er img {
  width: 400px;
}

/*heading style*/
.web-development-container,
.web {
  padding: 70px 0 100px 0;
}

/* .web-development-container .web-heading {
  max-width: 750px;
} */

.web-development-container .web-heading h2 {
  font-size: 38px;
  /* line-height: 1.45; */
  color: #000;
  padding-bottom: 90px;
  text-align: start;
}

.web .home-about-container-inside h2 {
  font-size: 38px;
  /* line-height: 1.45; */
  color: #000;

  text-align: start;
}

.b-heading-container {
  align-items: center;
  justify-content: space-between;
}

.info-card-section .info-card-heading {
  padding-bottom: 80px;
}

.info-card-section h2,
.benefit-slider-section .benefit-heading h2,
.b-heading-container h2,
.section-heading h2 {
  text-align: start;
  font-size: 38px;
  font-weight: 400;
}

.info-card-section p {
  text-align: start;


}

.b-heading-container {
  padding-bottom: 70px;
}

.info-card-section {
  padding: 80px 0;
  background: #fcf7f4;
}

.grow_heading h2 {
  font-size: 38px;
}

.web-development-container .web-content .p-20 {
  font-size: 20px;
  font-weight: 500;
  text-align: start;

  padding-bottom: 20px;
}

.web-development-container .web-content p {
  text-align: start;
}

.info-section .section-heading {
  justify-content: space-between;
  padding-bottom: 60px;
}

.info-section .section-heading h2 {
  font-size: 40px;
  font-weight: 500;
  color: #fff;

  text-align: left;
}

.info-section .section-heading p {

  font-weight: 500;
  color: #fff;

  text-align: left;
}

.info-section .info-card h3 {
  font-size: 28px;
  font-weight: 500;
  color: #333;
}

.web-heading-green {
  margin: auto;

}

.web-heading-green h2 {
  text-align: center;
  font-size: 38px;
  padding-bottom: 30px;
}

.project-bg-black {

  position: relative;

  padding-top: 50px;
  padding-bottom: 50px;

}

.section-1 {
  padding: 80px 10px !important;
}

@media (max-width: 991.98px) {
  .section-1 {
    padding: 60px 0px 50px 0px !important;
  }

  .platform {
    padding: 100px 0px;
  }

  .web-development-container .web-heading h2,
  .b-heading-container {

    padding-bottom: 30px;
  }

  .info-section .section-heading h2 {
    padding-bottom: 30px;
  }

  .b-heading-container h2 {
    padding-bottom: 20px;
  }

  .p-i-3 {
    padding-top: 30px;
  }

  .content-w {
    padding-bottom: 30px !important;
  }

}

.abt-why-choose h2,
.ab-h h2 {
  font-size: 38px;
}

.conclusion h2 {
  text-align: start;
  font-size: 35px;
}

.item-text h2 {
  font-size: 38px;
}

@media (min-width:768px) {

  .w-container,
  .ac-space {
    justify-content: space-between;
  }

  .ac-space,
  .ac.bnefit {
    align-items: center;
  }
}

@media (max-width: 767.98px) {


  .web-development-container .web-heading h2,
  .info-card-section .info-card-heading h2,
  .web .home-about-container-inside h2,
  .page-title h2,
  .ap-accordion-heading,
  .b-heading-container h2 {
    font-size: 33px !important;
    padding-bottom: 20px;
    text-align: start;
  }

  .grow_heading h2 {
    font-size: 33px !important;
    padding-bottom: 20px;
    margin-bottom: 0;
    text-align: start;
  }

  .does_wrapper {
    padding-top: 0px !important;
  }

  .page-title p {

    text-align: start;
  }

  .item-text h2 {
    font-size: 33px;
  }

  .benefit-heading h2 {
    font-size: 33px !important;
    padding-bottom: 20px;
  }

  .abt-why-choose h2 {
    font-size: 33px;
  }

  .info-card-section .info-card-heading {
    padding-bottom: 30px;
  }

  .b-heading-container {
    padding-bottom: 20px;
  }

  .info-section .section-heading h2,
  .conclusion-heading {

    font-size: 33px;
  }

  .info-card-section,
  .benefit-slider-section,
  .does-work {
    padding: 50px 0;
  }

  .web {
    padding-bottom: 50px !important;
  }

  .info-section .section-heading p,
  .info-card-section .info-card-heading p {

    padding-top: 0px;
  }

  .info-section {

    background: #000;

    padding-top: 60px;
    padding-bottom: 80px;
  }

  .tab-content {
    padding: 20px 15px;
  }

  .web-heading-green h2 {
    text-align: start;
    font-size: 30px;
  }

  .info-section .info-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1 1 calc(100%);
    /* Ensures two cards fit in a row with a gap */
    box-sizing: border-box;
    position: relative;
    /* Needed for the bottom border animation */
    overflow: hidden;
    padding: 20px;
    /* To hide the growing border initially */
  }
}



.privacy-content {

  margin: 0 auto;
  padding: 50px 20px;
  text-align: left;
  color: #333;
}

.privacy-content h2 {
  color: #00a798;
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 1.5rem;
  font-weight: 600;
}

.privacy-content ul {
  margin-left: 20px;
  margin-bottom: 20px;
}

.privacy-content li {
  margin-bottom: 10px;
}

.privacy-content ul {
  list-style: none;
  /* Remove default bullets */
  padding-left: 0;
}

.privacy-content li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
}

.privacy-content li::before {
  content: '🗸';
  /* Unicode tick mark */
  position: absolute;
  left: 0;
  top: 2px;
  color: #00a798;
  /* Optional: Use brand color */
  font-size: 1rem;
}

.privacy-content hr {
  border: 0;
  height: 1px;
  background: #ddd;
  margin: 30px 0;
}

.privacy-content a {
  color: #007bff;
  text-decoration: none;
}

.privacy-content a:hover {
  text-decoration: underline;
}


div:where(.swal2-container) div:where(.swal2-popup) {
  display: none;
  position: relative;

  box-sizing: border-box;
  grid-template-columns: minmax(0, 100%);
  width: var(--swal2-width);
  max-width: 90%;
  padding: var(--swal2-padding);
  border: var(--swal2-border);
  border-radius: var(--swal2-border-radius);
  background: var(--swal2-background);
  color: var(--swal2-color);
  font-family: inherit;
  font-size: 14px !important;
  container-name: swal2-popup;
}