/*-------------- Owl crousel ---------------*/

.owl-carousel .owl-item img {
  width: auto !important;
  margin: 0 auto;
  width: auto;
}

.main_para {
  font-size: 18px;
  font-weight: 400;
  font-family: 'Outfit', sans-serif;
  color:  #4B1A95;;
}
.counter_box {
    border-radius: 5px;
    background: #FFF;
    box-shadow: 5px 5px 45px 13px rgba(0, 0, 0, 0.05);
    padding: 24px;
    box-shadow: 0px 0px 2px 0px #00000040;
    margin: 1px 1px;
}
.our-services-head {
  max-width: 618px;
  display: block;
  margin: 0 auto;
}


/* --------- banner--------- */

#banner { 
    max-width: 100%;
    margin: auto;
    position: relative;
    padding: 100px 100px 0;
    background-size: 110% 110%;
    background-position: center center;
    overflow: hidden;
    animation: bannerBgZoom 12s ease-in-out infinite alternate;
}
@keyframes bannerBgZoom {
    0%   { background-size: 110% 110%; background-position: center center; }
    50%  { background-size: 120% 120%; background-position: 55% 45%; }
    100% { background-size: 110% 110%; background-position: 45% 55%; }
}
p.banner_para {
    font-family: Poppins;
    font-weight: 400;
    font-style: Regular;
    font-size: 17px;
    leading-trim: NONE;
    line-height: 30px;
    letter-spacing: 0%;
    color: #FFFFFF;
    padding: 22px 0 0;
}
.banner-rightcontent h3 {
    font-family: Poppins;
    font-weight: 400;
    font-style: Italic;
    font-size: 56px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    color: #FFFFFF;
}
.banner-btn-box1 a {
    font-family: Poppins;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #101928;
    background: #FFB100;
    border: 2px solid #FFB100;
    padding: 12px 24px;
    display: inline-block;
    transition: all 0.35s ease;
}
.banner-img {
    height: 764px;
    margin-bottom: -10px;}
.banner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner-img-float {
    animation: bannerMorph 5s ease-in-out infinite;
    transform-origin: center center;
    will-change: transform, filter;
}
@keyframes bannerMorph {
    0%   { transform: translateY(0px)    rotate(0deg)    scale(1);    filter: drop-shadow(0px 10px 20px rgba(0,0,0,0.25)); }
    25%  { transform: translateY(-14px)  rotate(1.5deg)  scale(1.03); filter: drop-shadow(0px 22px 30px rgba(0,0,0,0.18)); }
    50%  { transform: translateY(-22px)  rotate(0deg)    scale(1.05); filter: drop-shadow(0px 30px 40px rgba(0,0,0,0.12)); }
    75%  { transform: translateY(-14px)  rotate(-1.5deg) scale(1.03); filter: drop-shadow(0px 22px 30px rgba(0,0,0,0.18)); }
    100% { transform: translateY(0px)    rotate(0deg)    scale(1);    filter: drop-shadow(0px 10px 20px rgba(0,0,0,0.25)); }
}

/* --------- banner right shape animation --------- */
.banner-right-shape {
    position: relative;
    overflow: visible;
    animation: shapeFloat 4s ease-in-out infinite;
    transform-origin: center center;
}
@keyframes shapeFloat {
    0%   { transform: translateY(0px); }
    50%  { transform: translateY(-15px); }
    100% { transform: translateY(0px); }
}


.banner-btn-box2 a {
    font-family: Poppins;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #FFB100;
    padding: 12px 24px;
    border: 2px solid #FFB100;
    display: inline-block;
    transition: all 0.35s ease;
}
  .banner-btn-box1 a:hover,
  .banner-btn-box1 a:focus {
    color: #FFB100;
    background: transparent;
    transform: translateY(-3px);
    box-shadow: 0 10px 22px rgba(255, 177, 0, 0.28);
  }
  .banner-btn-box2 a:hover,
  .banner-btn-box2 a:focus {
    color: #101928;
    background: #FFB100;
    transform: translateY(-3px);
    box-shadow: 0 10px 22px rgba(255, 177, 0, 0.28);
  }
.banner-btn-box2 {
    padding-left: 34px;
}
.banner-btn-outerbox {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 44px;
}


.banner-right-shape {
    margin-top: 70px;
}
.banner-leftline-box {
    background: linear-gradient(90deg, #FFB100 0%, rgba(23, 41, 65, 0) 100%);
    height: 23px;
    max-width: 275px;
    margin-bottom: 32px;
    animation: leftLinePulse 3s ease-in-out infinite;
    transform-origin: left center;
}
@keyframes leftLinePulse {
    0%   { max-width: 275px; opacity: 1; }
    50%  { max-width: 180px; opacity: 0.6; }
    100% { max-width: 275px; opacity: 1; }
}
.banner-details span {
    font-family: Poppins;
    font-weight: 400;
    font-style: Regular;  
    font-size: 28px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #FFFFFF;
}
#banner h1{
    font-family: Poppins;
    font-weight: 700;
    font-style: Bold;
    font-size: 71px;
    leading-trim: NONE;
    line-height: 96px;
    letter-spacing: 0%;
    color: #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    padding: 32px 0;
}
#banner div.main-heading{
  width: 70%;
  margin: 0 auto;
}
#banner div.main-heading p{
padding: 0 75px;
margin-bottom: 0;
padding-bottom: 15px;
font-family: 'Poppins';
color: #ffffffcc;
}
.about-video-content{
  margin: auto;
    padding: 0px 50px;
}
.about-image img{
width: 100%;
margin: 0px 40px;
}
.about-video-image img{
width: 100%;
}
.about-video-image{
position: relative;
top: 40px;
}
.modal-new {
display: none;
position: absolute;
z-index: 1500;
left: 0;
right: 0;
top: 0px;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgba(0,0,0,0.4);
padding-right: 0 !important;
}
.modal-contents {
  background-color: #000;
  margin: auto;
  width: 100%; 
  height: 100%;
  transition: 2s;
  border-radius: 0px;
}

.close-one {
  float: right;
  font-size: 40px;
  position: absolute;
  font-weight: bold;
  cursor: pointer;
  right: 32%;
  color: #fff;
  top: 2%;
}
.about-video-image i {
position: absolute;
top: 50%;
left: 50%;
color: #FFF;
font-size: 12px;
transform: translate(-50%, -50%);
font-family: 'Font Awesome 5 Free';
font-weight: 900;
font-style: normal;
background-color: #4B1A95;
padding: 8px 12px;
border-radius: 50px;
cursor: pointer;
}
.about-video-image a {
  opacity: 1 !important;
}

/* --------------- Service ------------- */

.services-image {
  display: flex;
  align-items: center;
  justify-content: center;
}


.service-button {
  text-align: center;
}
.service-button a {
  color: #FF0889 !important;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  /* text-align: center; */
}

.dotted-line {
  position: relative;
  height: 10px;
  width: 100%;
  border-bottom: 2px dashed #666173;
  top: -25px;
}
.dotted-line::before,
.dotted-line::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  top: 4px;
}
.dotted-line::before {
  left: -5px;
}
.dotted-line::after {
  right: -5px;
}

/* --------------- About ------------- */ 
#about .box h5 {
  font-size: 20px;
  color: #353535;
  font-weight: 300;
  font-family: 'Outfit', sans-serif;
}
#about .main_heading{
color: #4B1A95;
font-family: 'Outfit';
font-weight: bold;
font-size: 24px;
}
#about p.main_para {
font-family: 'Outfit';
color: #ffffff;
font-size: 18px;
line-height: 32px;
}
#about div.slide_btn a {
font-size: 14px;
color: #ffffff;
background-color: #01BCee;
padding: 15px 28px;
border-radius: 10px;
font-family: 'Outfit';
}

div.about-img{
position: relative;
}
#about div.about-contact {
  position: absolute;
  bottom: 10%;
  display: flex;
  align-items: center;
  padding: 24px 30px;
  background:#0BDABB;
  width: 50%;
  left: -36px;

} 
#about div.about-contact a{
  font-family: 'Poppins';
  font-weight: bold;
  font-size: 22px;
  margin-left: 10px;
}
#about div.slide_btn{
margin-top: 40px;
} 
#about .main-subtext {
font-family: 'Outfit';
color: #ffffff;
font-weight: 900;
font-size: 44px;
line-height: 66px;
}
#about .box p {
  font-size: 15px;
  line-height: 22px;
  color: #7c7c7c;
  font-weight: 300;
  font-family: 'Poppins', sans-serif;
}
#about .box {
  padding: 10px 20px;
}
#about .about_icon {
  text-align: left;
}

/* --------------- latest Release ------------- */

#release .release_head p {
  color:  #4B1A95;;
}
#release .release_content img {
  width: 140px!important;
  height: 140px;
  border: 1px solid transparent;
  border-radius: 50%;
}
#release .release_content h5 {
  font-size: 18px;
  line-height: 28px;
  color: #353535;
  font-weight: 400;
  font-family: 'Outfit', sans-serif;
  text-align: center;
}
#release .release_content p {
  font-size: 13px;
  line-height: 28px;
  color: #353535;
  font-weight: 400;
  font-family: 'Outfit', sans-serif;
  text-align: center;
}
#release button.owl-prev, #release button.owl-next {
  position: absolute;
  top: 45%;
  background: unset;
  border: none;
  outline: none;
}
#release button.owl-prev i, #release button.owl-next i {
  color: #ccc;
  font-size: 25px;
}
#release button.owl-prev {
  left: -40px;
}
#release button.owl-next {
  right: -40px;
}

/* ------------ Register ---------- */

#register h3 {
  color: #fff;
  text-align: center; 
  padding: 0 32%;
  font-size: 36px;
  font-family: 'Outfit';
  font-weight: bold;  
}
.counter_box:hover .counter_icon img {
animation: flip 1s linear;
}
#register .owl-carousel .owl-stage::after{
visibility: unset !important;
}
#register {
background-color: #13121a;
padding: 9% 0px 7% 0; 
} 
#register h4 {
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 28px;
  color: #fff;
  font-weight: 300;
  font-family: 'Outfit', sans-serif;
}
#register p {
  font-size: 13px;
  line-height: 26px;
  color: #ffffff;
  font-weight: 100;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 0;
}
#register .number {
font-size: 28px;
line-height: 25px;
color: #ffffff;
font-weight: bold;
font-family: "Outfit";
text-align: center;
margin-top: 26px;
}
#register .title {
font-size: 12px;
line-height: 20px;
color: #ffffff;
font-weight: bold;
font-family: 'Outfit';
text-align: center;
width: fit-content;
margin: 0 auto;
padding: 5px 10px !important;
background-color: #4B1A95;
margin-top: 18px;
border-radius: 20px;
}

#register .counter_box {
  margin-top: 40px;
}
#register div.owl-stage-outer{
margin-top: 40px  ;
}
#register .owl-carousel::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 200px;
  background-color: #1B1825;
  top: 16px;
  display: flex;
  z-index: -1;
  border-radius: 20px;
}
#register .owl-carousel{
display: block;
position: relative;
z-index: 1;
}

/* ------------ Testimonial ---------- */

#testimonial {
  position: relative;
  padding: 8%;
  background: #101928;
}
#testimonial .owl-dots{
display: block;
text-align: center;
margin-top: 15px;

}
#testimonial .owl-dots .owl-dot.active{
  width: 10px;
  height: 10px;
  margin: 0px 5px;
  border-radius: 50px;
  background-color: #4B1A95;
  opacity: 1;
}
#testimonial .owl-dots .owl-dot{
  width: 10px;
  height: 10px;
  margin: 0px 5px;
  border-radius: 50px;
  background-color: #4B1A95;
  opacity: 0.7;
  border: none;
}

#testimonial p.desp {
  font-size: 18px;
  line-height: 24px;
  color: #7c7c7c;
  font-weight: 600;
  font-style: italic;
  font-family: 'Poppins', sans-serif;
  margin-top: 22px;
}
#testimonial h4 {
  font-size: 22px;
  line-height: 30px;
  color: #1b1b1b;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  text-align: left;
}
#testimonial .main_para{
  color: #FFF;
  font-family: Poppins;
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
#testimonial .main_heading{
  color: #FFF;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: left;

} 
.testimonial-box .seller-star i.far{
font-weight: 600;
font-size: 12px;
}
.testimonial-box .seller-star i.fas {
  color: #ffcd3c;
  font-weight: 600;
  font-size: 12px;
}
#testimonial .owl-carousel .owl-item img{
  margin: unset;
  border: 4px solid lightgray;
  border-radius: 50%;
  border-radius: 70px;}

#testimonial p.designation{
  color: #FFF;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}


.testimonial-content .main-text p {
    color: #FFFFFFCC;
    font-weight: 400;
    line-height: normal;
    font-family: Poppins;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 25px;
    letter-spacing: 0%;
}
#testimonial .owl-item:hover {
box-shadow: 4px 0px 5px #4B1A95;
transition: 0.2s;
}
#testimonial .owl-item:hover .media-body a{
    color: #FF0889;
}
#testimonial .owl-item:hover .media-body p{
color: #fff;
}
#testimonial h5.posttype-err-msg {
  color: #FFF;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

/* ------------ Author ---------- */
#appointment {
    background: #101928;
    position: relative;
    z-index: 1;
      }
#appointment .head {
  color: #FFF;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: left;
}
#appointment p.para-content {
color: #ffffff99;
font-family: 'Outfit';
font-weight: normal;
font-size: 18px;
}
#appointment .text {
    font-family: Poppins;
    font-weight: 700;
    font-style: Bold;
    font-size: 38px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: left;
    color: #FF0889;

}
#appointment h5 {
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
  font-weight: 700;
  font-family: 'Outfit';
}

#appointment input[type="text"]::placeholder, #appointment input[type="email"]::placeholder, #appointment textarea::placeholder {
color: #565366 !important;
font-size: 12px !important;
font-family: 'Outfit' !important;
}
 
#appointment input[type="text"]::placeholder {
  /* color: #fff !important; */
  color: rgba(255, 255, 255, 0.60) !important;
  font-family: Poppins;
  font-size: 18px !important;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
input.wpcf7-form-control.wpcf7-text::placeholder {
  color: rgba(255, 255, 255, 0.70);
  text-align: left;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#appointment input[type="email"]::placeholder{
  color: rgba(255, 255, 255, 0.60) !important;
  font-family: Poppins;
  font-size: 18px !important;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#appointment input[type="submit"] {
    text-align: center;
    border: 1px solid transparent;
    border-radius: 4px;
    text-transform: none;
    color: #101928;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: #FFB100;
    border-radius: unset;

}
#appointment input[type="submit"]:hover{
color: #4B1A95;
background-color: #ffffff;
}
#appointment textarea {
  border: none;
  width: 100%;
  font-size: 16px;
  padding: 10px 10px;
  margin: 0 0 12px 0;
  background-color: #252232;
  border-radius: 10px;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.10);
    border-radius: unset;
    color: rgba(255, 255, 255, 0.60);
font-family: Poppins;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal; 
}
#appointment input[type="text"] ,#appointment input[type="number"] ,#appointment input[type="email"] {
  border: none;
  width: 100% !important;
  font-size: 16px !important;
  padding: 10px 10px !important;
  margin: 0 28px 26px 0 !important;
  height: auto;
  float: left;
  background-color: #252232;
  border-radius: 10px;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.10);
background: rgba(255, 255, 255, 0.10);
border-radius: unset;

}
#appointment input[type="number"] ,#appointment input[type="email"], #appointment input[type=tel] {
  border: none;
  width: 100% !important;
  font-size: 16px !important;
  padding: 10px 10px !important;
  margin: 0 28px 26px 0 !important;
  height: auto;
  float: left;
  border-radius: 10px;
  background-color: #252232;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.10);
background: rgba(255, 255, 255, 0.10);
border-radius: unset;

}
input.wpcf7-form-control.wpcf7-tel.wpcf7-text.wpcf7-validates-as-tel::placeholder {
  color: rgba(255, 255, 255, 0.60) !important;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: unset;
}
.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"]{
  border: none;
  width: 100% !important;
  font-size: 16px !important;
  padding: 10px 10px !important;
  margin: 0 28px 26px 0 !important;
  height: auto;
  float: left;
  border-radius: 10px;
  background-color: #252232;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.10);
background: rgba(255, 255, 255, 0.10);
color: rgba(255, 255, 255, 0.60);
font-family: Poppins;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
border-radius: unset;

}
#appointment input[type="text"]::placeholder ,#appointment input[type="number"]::placeholder ,#appointment input[type="email"]::placeholder , #appointment textarea::placeholder {
  font-size: 16px;
  line-height: 18px;
  color: #ccc;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  
}


/* ------------ Our Blogs ---------- */

#our_blogs h5 {
    font-family: Poppins;
    font-weight: 500;
    font-style: Medium;
    font-size: 30px;
    leading-trim: NONE;
    line-height: 42px;
    letter-spacing: 0%;
    color: #101928;
}
#our_blogs .owl-item:hover .blog-title h5 {
color: #4B1A95;
}
#our_blogs h2 {
    font-family: Poppins;
    font-weight: 700;
    font-style: Bold;
    font-size: 38px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #FF0889;
}
#our_blogs p.blog-subheading{
  color: #717171;
  text-align: center;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 29px;
}
#our_blogs .blog-title p {
  color: #101928B2;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 187.5% */
  margin-bottom: 32px;

} 
#our_blogs .blog-box{
margin-bottom: 18px;
}

#our_blogs .blog-information a{
     background: #FFB100;
    /* box-shadow: 5px 20px 14px 0px rgba(75, 26, 149, 0.14); */
    padding: 12px 28px;
    font-family: Poppins;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #101928;
}
#our_blogs .blog-information a:hover{
color: #4B1A95;
background-color: #fff;
}
#our_blogs .owl-carousel .owl-item img{
height: 247px;
border-radius: 20px;
}

#teams .owl-item:hover .our-team-image img  {
box-shadow: 0px 0px 8px #4B1A95;
border-radius: 50%;
transform: rotateY(180deg);
transition: 0.8s;
}
#teams .owl-item:hover .our-team-box a{
color: #01BCee;
}


/* ----------- Newsletter --------------- */
section#shadow-host-companion {
  padding: 0;
}

#newsletter .news-btn a {
color: #ffffff;
background-color: #4B1A95;
padding: 10px 15px;
border-radius: 10px;
font-family: 'Outfit';
}
#newsletter .news-btn a:hover{
color: #01BCee;
background-color: #fff;
}
#newsletter .news-btn {
margin-top: 20px;
} 
#newsletter h3.main-right {
color: #ffffff;
font-family: 'Outfit';
font-size: 22px;
font-weight: 700;
line-height: 32px;
}
#newsletter .newsletter_form form input[type=submit]{
    color: #101928;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    background: #FFF;
    padding: 9px 52px;
    /* position: absolute; */
    margin-left: 18px;
    height: 45px;
} 

.campanies-logos-box {
    padding: 24px 0;
}
.campanies-logos-box {
    padding: 24px 0;
}
#newsletter .newsletter_form form input[type=submit]:hover{
  color: #393939;
  background-color: #fff;
}
#newsletter .newsletter_form form input[type=text]{
    border-radius: unset;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.12);
    padding: 12px 24px;
    height: 45px;
    color: #fff;
}
#newsletter h3.left-head {
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 31px;
}
#newsletter .newsletter-content .small-head {
    font-family: Poppins;
    font-weight: 700;
    font-style: Bold;
    font-size: 38px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #FF0889;
}

#newsletter .newsletter-content input[type="email"] {
  max-width: 75%;
  border:1px solid #fff;
  display: block;
  margin: 15px auto;
  margin-bottom: 0;
}
#newsletter .newsletter-content input[type="email"]::placeholder
{
font-family: Poppins;
font-weight: 400;
font-style: Regular;
font-size: 16px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;
text-align: center;
color: #FFFFFF;
}
#newsletter .newsletter-content input[type="submit"] {
  font-size: 16px;
  letter-spacing: 2px;
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  background: #000;
  margin: 0 auto;
  display: block;
  padding: 5px 25px;
  border-radius: 4px;
}
#newsletter .newsletter-content {
  max-width: 750px;
  display: block;
  margin: 0 auto;
}
#newsletter div.wpcf7 .ajax-loader {
  display: none;
}


/* Copyright */
/* Gallery modal styles are in all-pages.css */

/* --------- Case Studies --------- */
#case-studies {
    padding: 80px 0;
    background: #f9fafb;
}

.case-studies-head {
    margin-bottom: 60px;
}

/* ── Case Study Card ── */
.case-study-card {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.07);
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.07);
    transition: all 0.35s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.case-study-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 48px rgba(255, 8, 137, 0.14);
    border-color: rgba(255, 8, 137, 0.15);
}

/* ── Image Block ── */
.cs-image {
    position: relative;
    overflow: hidden;
    height: 230px;
    flex-shrink: 0;
}

.cs-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.55s ease;
}

.case-study-card:hover .cs-image img {
    transform: scale(1.07);
}

.cs-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, rgba(255, 8, 137, 0.12), rgba(11, 218, 187, 0.12));
    opacity: 0;
    transition: opacity 0.4s ease;
}

.case-study-card:hover .cs-overlay {
    opacity: 1;
}

/* ── Content Block ── */
.cs-content {
    padding: 24px 24px 22px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    border-top: 3px solid transparent;
    background: linear-gradient(#fff, #fff) padding-box,
                linear-gradient(90deg, #FF0889, #0BDABB) border-box;
}

/* ── Title row ── */
.cs-title-wrap {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 10px;
}

.cs-title {
    font-family: 'Outfit', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #101928;
    margin: 0;
    line-height: 1.4;
}

.cs-title a {
    color: #101928;
    text-decoration: none;
    transition: color 0.3s ease;
}

.cs-title a:hover {
    color: #FF0889;
}

.cs-title-divider {
    width: 40px;
    height: 3px;
    background: linear-gradient(90deg, #FF0889, #0BDABB);
    border-radius: 2px;
}

/* ── Excerpt ── */
.cs-excerpt {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 1.75;
    color: #717171;
    margin-bottom: 16px;
    flex-grow: 1;
}

/* ── Meta / Category ── */
.cs-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
}

.cs-category {
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    font-weight: 600;
    color: #FF0889;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    background: rgba(255, 8, 137, 0.08);
    padding: 4px 12px;
    border-radius: 50px;
    border: 1px solid rgba(255, 8, 137, 0.15);
}

/* ── CTA Link ── */
.cs-link {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #FF0889;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 10px 20px;
    border-radius: 50px;
    border: 2px solid #FF0889;
    align-self: flex-start;
    transition: all 0.3s ease;
    margin-top: auto;
}

.cs-link i {
    font-size: 12px;
    transition: transform 0.3s ease;
}

.cs-link:hover {
    background: #FF0889;
    color: #fff !important;
}

.cs-link:hover i {
    transform: translateX(4px);
}

/* Style the close button */
.close {
  color: #4B1A95;
  float: right;
  font-size: 28px !important;
  font-weight: bold;
  text-align: end;
  margin-right: 5px;
  text-shadow: none !important;
}

.close:hover,
.close:focus {
  color: #4B1A95 !important;
  text-decoration: none;
  cursor: pointer;
  opacity: 1;
}





