@font-face {
  font-family: "Raleway-Regular";
  src: url(../fonts/Raleway-Regular.ttf);
}
@font-face {
  font-family: "Raleway-Medium";
  src: url(../fonts/Raleway-Medium.ttf);
}

@font-face {
  font-family: "Raleway-Bold";
  src: url(../fonts/Raleway-Bold.ttf);
}
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
p {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
title {
  text-transform: capitalize;
}
html {
  scroll-behavior: smooth;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
img {
  max-width: 100%;
}
a {
  text-decoration: none !important;
}
body {
  font-family: "Raleway-Regular";
  line-height: unset;
}
.top-header {
  padding: 7px 0;
}
.logo img {
  max-width: 125px;
}
.navigation ul li {
  margin: 0 25px;
}
.navigation ul li a {
  font-size: 17px;
  color: #1b1464;
}
.make-appointment a {
  background: #c2eaf8;
  color: #1b1464;
  padding: 10px 25px;
  border-radius: 25px;
  font-weight: 600;
}
.banner {
  background: #e0f3fa;
  position: relative;
  height: 600px;
}
.banner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/round2.png);
  background-repeat: no-repeat !important;
  background-size: 100% !important;
  width: 175px;
  height: 300px;
  opacity: 0.3;
}
.banner:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 350px;
  bottom: 0;
  background: url(../img/dotted.png);
  background-repeat: repeat !important;
  background-size: cover !important;
  width: 196px;
  height: 140px;
  opacity: 0.4;
}
.banner-content {
  height: 100%;
}
.banner-content .content {
  max-width: 450px;
}
.banner-image {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  height: 500px;
}
.banner-content .content h1 {
  font-size: 50px;
  line-height: 60px;
  font-family: "Raleway-Medium";
}
.banner-content .content p {
  font-size: 17px;
  line-height: 25px;
  padding: 15px 0 25px 0;
  text-align: justify;
}
.banner-content .content a {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: center;
  padding: 10px 25px;
  background: #1b1464;
  display: inline-block;
  color: #fff;
  border-radius: 25px;
}
.services {
  padding: 100px 0;
}
.services h2 {
  font-family: "Raleway-Bold";
  font-size: 45px;
  color: #1b1464;
  text-align: center;
}
.services p {
  font-size: 17px;
  font-family: "Raleway-Medium";
  color: #1e1a46;
  text-align: center;
}
.services .block {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background-size: cover !important;
  height: 425px;
  background-position: center !important;
  background-repeat: no-repeat !important;
  border-radius: 25px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
  margin: 15px;
  overflow: hidden;
}
.services .block:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  border-radius: 25px;
  background: linear-gradient(
    to top,
    rgb(16 13 13 / 75%) 0,
    rgba(0, 0, 0, 0) 100%
  ) !important;
}
.services .content {
  padding: 25px;
  position: absolute;
  top: calc(100% - 100px);
  width: 100%;
  text-align: center;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.services .block h3 {
  font-size: 25px;
  color: #fff;
  margin-bottom: 15px;
}
.services .block p {
  font-size: 17px;
  color: #fff;
  margin-bottom: 15px;
}
.services .block a {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: center;
  padding: 10px 25px;
  background: #1b1464;
  display: inline-block;
  color: #fff;
  border-radius: 25px;
  transition: all 0.3s ease;
}

.services .block:hover .content {
  top: 25%;
  bottom: 0;
  right: 0;
  left: 0;
}
.home-info-img {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  height: 100%;
}
.home-info h2 {
  font-size: 45px;
  color: #1b1464;
  padding-bottom: 15px;
  font-family: "Raleway-Bold";
}
.home-info p {
  font-size: 17px;
  line-height: 25px;
  color: #555;
  padding-bottom: 15px;
  max-width: 500px;
  text-align: justify;
}
.home-info .content {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 75px;
}
.why-choose {
  padding: 0 0 75px 0;
  background: #e3f0f5;
}
.why-choose .why-logo {
  display: flex;
  justify-content: center;
}
.why-choose .why-logo img {
  max-width: 350px;
  margin: auto;
}
.why-choose h2 {
  font-size: 25px;
  padding: 25px 0 0 0;
  text-align: center;
}

.why-choose .block img {
  max-width: 75px;
}
.why-choose .block {
  background: linear-gradient(
    to top,
    rgb(23 108 201 / 17%) 0,
    rgba(0, 0, 0, 0) 100%
  ) !important;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px,
    rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 200px;
  margin: 7px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.why-choose .block p {
  font-size: 19px;
  color: #555;
  margin-top: 25px;
  font-weight: 600;
}
.why-choose .choose-list {
  max-width: 1100px;
  margin: auto;
}

.testimonial-list {
  padding: 125px 0;
  background: #fafafa;
  position: relative;
}
.testimonial-list:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 100px;
  bottom: 0;
  background: url(../img/dotted.png);
  background-repeat: repeat !important;
  background-size: cover !important;
  width: 196px;
  height: 140px;
  opacity: 0.4;
}

.testimonial {
  max-width: 900px;
  margin: auto;
}
.testimonial .content {
  font-size: 19px;
  color: #1b1464;
  position: relative;
}
.testimonial .content p {
  position: relative;
  z-index: 1;
  padding: 75px;
  text-align: justify;
}
.testimonial .content:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/quotes.png);
  width: 125px;
  height: 125px;
  background-size: 100% !important;
  background-repeat: no-repeat !important;
  opacity: 0.5;
}
.testimonial .icon {
  width: 75px;
  height: 75px;
  border-radius: 50%;
}
.testimonial .icon img {
  width: 75px;
  height: 75px;
  border-radius: 50%;
}
.home-about {
  background-size: cover !important;
  background-position: center !important;
  background-image: url(../img/connect.jpg);
  min-height: 500px;
  padding: 100px 0;
}
.about-content {
  background: #fff;
  padding: 50px;
}

.home-about h2 {
  font-family: "Raleway-Bold";
  font-size: 45px;
  color: #1b1464;
  margin-bottom: 15px;
}
.home-about p {
  font-size: 17px;
  line-height: 25px;
  color: #555;
  padding-bottom: 15px;
  text-align: justify;
}
.need {
  padding: 75px 0;
  background: #e0f3fa;
}
.need h3 {
  font-size: 45px;
  color: #222;
  padding-bottom: 15px;
}
.need p {
  font-size: 17px;
  line-height: 25px;
  color: #555;
  padding-bottom: 15px;
  text-align: justify;
  max-width: 650px;
}
.need .cta a {
  font-size: 17px;
  letter-spacing: 1px;
  text-align: center;
  padding: 10px 25px;
  background: #1b1464;
  display: inline-block;
  color: #fff;
  border-radius: 25px;
}
.need .cta p {
  padding-bottom: 0;
}
.need .cta img {
  max-width: 21px;
}

footer {
  background: #1b1464;
  position: relative;
  overflow: hidden;
}
footer:before {
  content: "";
  position: absolute;
  background-image: url(../img/round.png);
  bottom: 0;
  left: 0;
  background-size: 100% !important;
  background-repeat: no-repeat !important;
  height: 200px;
  width: 200px;
  opacity: 0.25;
}

.top-footer {
  padding: 75px 0 50px 0;
  border-bottom: 1px solid #6c4410;
}
.f-logo {
  margin-bottom: 15px;
}

.f-logo img {
  max-width: 100%;
}
.top-footer p,
.top-footer a {
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  color: #fff;
}
.top-footer .info {
  margin-top: 10px;
  display: flex;
  align-items: center;
}
.top-footer .info .ic {
  padding-right: 15px;
}

footer h2 {
  font-size: 19px;
  color: #fff;
  margin-bottom: 15px;
  font-weight: 600;
  letter-spacing: 1px;
}
.f-nav li {
  margin-bottom: 5px;
}
.f-nav li a {
  font-size: 14px;
  color: #fff;
}
.info .ic img {
  filter: invert(1);
}

footer .map {
  margin-top: 10px;
  display: block;
}
footer .map img {
  max-width: 150px;
}
.footer-bottom {
  padding: 25px 0;
}
.footer-bottom p,
.footer-bottom h3,
.footer-bottom a {
  color: #fff;

  font-size: 14px;
}
.f-links .world {
  background: #8e1b1d;
  padding: 10px 25px;
  font-size: 17px;
  color: #f68b24;
  margin: 15px 0;
  display: inline-block;
}
.f-social li {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  background: #176cc9;
  border-radius: 50%;
}
.f-social li img {
  filter: invert(1);
  max-width: 17px;
}
footer .ic img {
  max-width: 17px;
}

.case-study {
  padding: 100px 0;
}
.case-study h2 {
  font-family: "Raleway-Bold";
  font-size: 45px;
  color: #1b1464;
  text-align: center;
}
.case-study h3 {
  font-size: 17px;
  font-family: "Raleway-Medium";
  color: #1e1a46;
  text-align: center;
}
.case-study .block {
  margin: 15px;
}
.case-study .image-block {
  background-size: cover !important;
  background-position: center !important;
  position: relative;
  height: 350px;
  border-radius: 25px;
  margin-bottom: 30px;
}
.case-study h4 {
  font-family: "Raleway-Medium";
  font-size: 27px;
  color: #1b1464;
  padding-bottom: 10px;
}
.case-study p {
  font-size: 17px;
  line-height: 27px;
  color: 222;
  text-align: justify;
}
.expert {
  padding: 100px 0;
}
.expert h2 {
  font-family: "Raleway-Bold";
  font-size: 45px;
  color: #1b1464;
  text-align: center;
}
.expert h3 {
  font-size: 17px;
  font-family: "Raleway-Medium";
  color: #1e1a46;
  text-align: center;
}
.expert .block {
  margin: 15px;
  overflow: hidden;
}
.expert .image-block {
  background-size: cover !important;
  background-position: center !important;
  position: relative;
  height: 350px;
  border-radius: 25px;
  margin-bottom: 30px;
  overflow: hidden;
}
.expert h4 {
  font-family: "Raleway-Medium";
  font-size: 27px;
  color: #1b1464;
  padding-bottom: 10px;
}
.expert p {
  font-size: 17px;
  line-height: 27px;
  color: 222;
}

.team-social {
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  text-align: center;
  background: rgba(1, 10, 68, 0.5);
  padding: 15px;
  border-radius: 25px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  display: none;
}

.team-social li {
  display: inline-block;
  margin: 0 10px;
}

.team-social li a img {
  max-width: 19px;
  filter: invert(1);
}

.expert .block:hover .team-social {
  bottom: 0;
}
.accordion-item {
  border: 0 !important;
}
.accordion-button {
  border-bottom: 1px solid #ccc !important;
}
.accordion-button:not(.collapsed) {
  background: transparent;
  border: 0 !important;
  outline: 0 !important;
}
.accordion-button:focus {
  outline: 0 !important;
  box-shadow: unset !important;
}
.testimonial.owl-theme .owl-nav {
  position: absolute;
  right: 0;
  bottom: 50px;
  display: flex;
}

.testimonial.owl-theme .owl-nav .owl-prev {
  background: url(../img/testimonial-scroll-left.png) !important;
  height: 45px;
  width: 45px;
  display: inherit;
  text-indent: -9999px;
  white-space: nowrap;
  position: relative;
  background-size: 100% !important;
  background-repeat: no-repeat !important;
}
.testimonial.owl-theme .owl-nav .owl-next {
  background: url(../img/testimonial-scroll-right.png) !important;
  height: 45px;
  width: 45px;
  display: inherit;
  text-indent: -9999px;
  white-space: nowrap;
  background-size: 100% !important;
  background-repeat: no-repeat !important;
}
.inner-banner {
  height: 400px;
}
.inner-banner .banner-image {
  height: 300px;
}
.about-content-sec {
  padding: 75px 0;
}
.about-content-sec p {
  font-size: 19px;
  line-height: 31px;
  text-align: center;
}
.about-content-sec p span {
  font-family: "Raleway-Bold";
}
.vision {
  background: #effbff;
  position: relative;
}
.vision:after {
  content: "";
  position: absolute;
  left: 47%;
  right: 0;
  top: 0;
  bottom: 0;
  clip-path: polygon(10% 0, 100% 0%, 100% 100%, 0% 100%);
  background: #306cb4;
}
.vision-left {
  text-align: right;
}
.vision .block {
  padding: 100px;
}
.vision h2 {
  font-family: "Raleway-Bold";
  font-size: 35px;
}
.vision p {
  font-size: 19px;
  line-height: 31px;
}
.vision img {
  max-width: 75px;
  padding: 0 0 25px 0;
}
.vision .vision-block {
  position: relative;
  z-index: 9;
}
.vision-right {
  color: #fff;
}
.vision-right img {
  filter: invert(1);
}
.core-value {
  padding: 75px 0;
}
.core-value .block {
  width: 20%;
}
.core-value .block .content {
  background: linear-gradient(
    to top,
    rgb(211 206 206 / 17%) 0,
    rgba(0, 0, 0, 0) 100%
  ) !important;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px,
    rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 25px 10px;
  min-height: 290px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  text-align: center;
  margin: 5px;
}
.core-value h2 {
  font-size: 45px;
  margin-bottom: 50px;
  font-family: "Raleway-Bold";
  text-align: center;
}
.core-value h3 {
  font-size: 19px;
  padding: 15px 0 10px 0;
  font-family: "Raleway-Bold";
}
.core-value p {
  font-size: 19px;
  line-height: 31px;
}
.core-value img {
  max-width: 60px;
}

.key-industries {
  padding: 75px 0;
  background: #effbff;
}
.key-industries h2 {
  font-size: 45px;
  margin-bottom: 50px;
  font-family: "Raleway-Bold";
  text-align: center;
}
.key-industries .block {
  margin: 10px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  overflow: hidden;
}
.key-industries .image {
  background-size: cover !important;
  background-position: center !important;
  height: 125px;
}
.key-industries p {
  font-size: 19px;
  color: #fff;
  background: #306cb4;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
  padding: 25px;
  font-family: "Raleway-Bold";
}
.core-services {
  padding: 75px 0 0 0;
  position: relative;
}
.core-services:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: -15px;
  background: url(../img/dotted.png);
  background-repeat: repeat !important;
  width: 150px;
  height: 100px;
  opacity: 0.4;
}
.core-services .content:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background: url(../img/round1.png);
  background-repeat: no-repeat !important;
  background-size: 100% !important;
  width: 100px;
  height: 200px;
  opacity: 0.15;
}
.core-services .service-list .content {
  padding: 10px 50px;
}
.core-services h2 {
  font-family: "Raleway-Bold";
  font-size: 30px;
}
.core-services ul {
  margin: 0 25px;
}
.core-services ul li {
  margin-bottom: 15px;
  position: relative;
  font-size: 17px;
  line-height: 25px;
  text-align: justify;
}
.core-services ul li span {
  font-family: "Raleway-Bold";
}
.core-services ul li:before {
  content: "";
  position: absolute;
  left: -20px;
  top: 45%;
  width: 5px;
  height: 5px;
  background: #333;
  border-radius: 50%;
}
.core-services p {
  font-size: 16px;
  line-height: 27px;
  color: 222;
  text-align: justify;
  padding: 15px 15px 15px 0;
}

.one-color .content {
  background: #effbff;
}
.core-services .image-block {
  height: 100%;
  background-size: cover !important;
  background-position: center !important;
  min-height: 525px;
  position: relative;
}
.core-services .ct1 {
  background: #00adea;
  height: 100%;
  width: 25px;
  position: absolute;
  right: 0;
  top: 0;
}
.core-services .ct2 {
  background: #176cc9;
  height: 100%;
  width: 25px;
  left: 0;
  position: absolute;
}
.core-services .content {
  position: relative;
  height: 100%;
  min-height: 525px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.core-services .icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #ededff;
  margin: 25px 35px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
}
.core-services .icon img {
  padding: 20px;
}
.two-color .content {
  background: #f2f9ff;
}
.two-color .ct2 {
  right: 0;
  left: unset;
}

.two-color .ct1 {
  left: 0;
  right: unset;
}

.two-color .content:before {
  right: unset;
  background: url(../img/round2.png);
  left: 0;
}
.contact {
  padding: 75px 0;
}
.contact input {
  background: #eee;
  padding: 15px;
  border-radius: 25px;
  border: 0;
  width: 100%;
}
.contact textarea {
  background: #eee;
  height: 100px;
  border-radius: 25px;
  border: 0;
  width: 100%;
  padding: 15px;
}
.contact .form-group {
  margin: 10px;
}
.contact form {
  max-width: 900px;
  margin: auto;
}
.contact h2 {
  text-align: center;
  font-size: 45px;
  margin-bottom: 15px;
  font-family: "Raleway-Bold";
}
.contact p {
  font-size: 17px;
  text-align: center;
}
.contact label {
  padding: 15px;
}

.contact-sec {
  padding: 0 0 25px 0;
  position: relative;
}
.contact-sec:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #cadcef;
  top: 75px;
}
.contact-detail {
  position: relative;
  z-index: 1;
}
.contact-detail .list {
  padding: 25px;
}
.contact-detail h3 {
  font-size: 21px;
  color: #000;
  font-family: "Raleway-Bold";
  margin: 25px 0 15px 0;
  text-align: center;
}
.contact-detail .call-us a,
.contact-detail .list p {
  font-size: 19px;
  line-height: 31px;
  color: #444;
  text-align: center;
}
.contact-detail .list p a {
  color: #444;
}

.contact-detail .icon {
  background: #f7f7f7;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
  position: relative;
  overflow: hidden;
  animation: pulse-animation 2s infinite;
}
.contact-detail .icon img {
  max-width: 60px;
}
.core-btn button {
  font-size: 17px;
  letter-spacing: 1px;
  text-align: center;
  padding: 10px 25px;
  background: #1b1464;
  display: inline-block;
  color: #fff;
  border-radius: 25px;
}
.footer-p {
  padding: 25px 0;
  padding-left: 0;
}
.f-social li a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.need {
  padding: 35px 0;
}
.hamburger-menu {
  position: fixed;
  top: 30px;
  right: 50px;
  width: 35px;
  height: 50px;
  display: none;
  z-index: 999999;
}
.hamburger-menu span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #333;
  border-radius: 10px;
  opacity: 1;
  left: 0;
  transition: 0.25s ease-in-out;
}

.hamburger-menu span:nth-child(1) {
  top: 3px;
}

.hamburger-menu span:nth-child(2),
.hamburger-menu span:nth-child(3) {
  top: 14px;
}

.hamburger-menu span:nth-child(4) {
  top: 25px;
}

.hamburger-menu.open span:nth-child(1) {
  top: 18px;
  width: 0;
  left: 50%;
}

.hamburger-menu.open span:nth-child(2) {
  transform: rotate(45deg);
}

.hamburger-menu.open span:nth-child(3) {
  transform: rotate(-45deg);
}

.hamburger-menu.open span:nth-child(4) {
  top: 18px;
  width: 0;
  left: 50%;
}
.case-study-detail {
  padding: 50px 0;
}
.case-study-block .block {
  margin-bottom: 50px;
  margin: 15px;
}

.case-study-block a {
  font-size: 17px;
  letter-spacing: 1px;
  text-align: center;
  padding: 10px 25px;
  background: #1b1464;
  display: inline-block;
  color: #fff;
  border-radius: 25px;
  margin-top: 25px;
}
.case-study-detail .client .block .content {
  background: linear-gradient(
    to top,
    rgb(211 206 206 / 17%) 0,
    rgba(0, 0, 0, 0) 100%
  ) !important;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px,
    rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 25px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  text-align: center;
  margin: 5px auto;
}

.case-study-detail .client .block .content h2 {
  font-size: 45px;
  margin-bottom: 50px;
  font-family: "Raleway-Bold";
  text-align: center;
}
.case-study-detail .client .block .content h3 {
  font-size: 19px;
  padding: 15px 0 10px 0;
  font-family: "Raleway-Bold";
}
.case-study-detail .client .block .content p {
  font-size: 19px;
  line-height: 31px;
}
.case-study-detail .client .block img {
  max-width: 60px;
}

.case-study-detail ul li {
  margin-bottom: 15px;
  position: relative;
  font-size: 17px;
  line-height: 25px;
}

.case-study-detail ul li span {
  font-family: "Raleway-Bold";
  display: block;
}
.whatsapp {
  width: 60px;
  height: 60px;
  position: fixed;
  bottom: 5%;
  right: 2%;
  z-index: 9999;
}
.whatsapp a {
  display: flex;
  align-items: center;
  border: 5px solid #ffff;
  border-radius: 50%;
}
.whatsapp img {
  width: 100%;
}

.wave {
  width: 60px;
  height: 60px;
  background: #fff;
  animation: sonarWave 2s linear infinite;
  opacity: 0;
  z-index: -1;
  pointer-events: none;
  position: absolute;
  border-radius: 50%;
}
@keyframes sonarWave {
  from {
    opacity: 0.4;
  }
  to {
    transform: scale(3);
    opacity: 0;
  }
}

.unboxed-page {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 75px 0;
  background: #fafafa;
  color: #111;
}

.unboxed-card {
  width: 100%;
}
.unboxed-page .ux-content {
  margin: 50px;
}

.unboxed-card img {
  display: block;
  margin: 0 auto 24px auto;
  height: auto;
  border-radius: 50%;
}

.unboxed-card h2 {
  font-size: 17px;
  font-family: "Raleway-Medium";
  color: #1e1a46;
}

.unboxed-card h3 {
  font-family: "Raleway-Bold";
  font-size: 45px;
  color: #1b1464;
}

.unboxed-card p {
  font-size: 17px;
  line-height: 27px;
  color: 222;
  text-align: justify;
  margin-bottom: 25px;
}
.unboxed-card p span {
  font-weight: 700;
}

.workshop-container {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 30px;
  flex-wrap: nowrap;
  max-width: 1000px;
}

.workshop-box {
  background: #ffffff;
  border-radius: 14px;
  padding: 20px 25px;
  width: 250px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  animation: fadeInUp 0.8s ease;
  text-align: center;
  border-top: 4px solid #007bff;
}

.workshop-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.workshop-box i {
  font-size: 34px;
  color: #007bff;
  margin-bottom: 12px;
  transition: color 0.3s ease;
}

.workshop-box:hover i {
  color: #0056b3;
}
.workshop-box .highlight {
  font-size: 45px;
  line-height: 35px;
}
.workshop-box h2 {
  font-size: 20px;
  margin: 10px 0 12px 0;
  color: #1a1a1a;
  letter-spacing: 0.5px;
}

.workshop-box p {
  font-size: 16px;
  color: #333;
  line-height: 1.5;
  text-align: center;
}

.highlight {
  font-size: 22px;
  font-weight: bold;
  color: #007bff;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 900px) {
  .workshop-container {
    flex-wrap: wrap;
  }
  .workshop-box {
    width: 100%;
    max-width: 320px;
  }
  .unboxed-card h3 {
    font-size: 25px;
  }
  .unboxed-page .ux-content {
    margin: 50px 15px;
  }
}
