@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

.hero-container h6,
.hero-container h2,
.case-study-hero h3,
.font h6,
.discover-img-text p,
.system-and-technical-section h6,
.italic-text,
.featured-container h6,
.featured-container h2,
.footer-section h3,
.case-study-hero h2,
.inner-padding-section h2,
.about-hero-cotainer h3,
.three-box-container h2,
.design-boxes h2,
.text-overlay h2,
.care-boxes h2,
.four-box-container h1,
.design-box h1,
.inner-box h1,
.visual-snaps-section h1,
.right-section h2,
.footer-right h2 {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: normal;
}
.links,
.featured-container p,
.case-study-hero-infobox h6,
.inner-padding-section p,
.inner-padding-section ul li,
.disclaimer-text,
.three-box-container p,
.saas-text,
.case-study-btn {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.box h6,
.system-and-technical-section p,
.system-and-technical-section li {
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.logo,
.hero-container p,
.design-box .text-1,
.hero-btn,
.overlay-content .subtitle,
.overlay-content .label,
.text-overlay p,
.inner-box p,
.right-section p,
.footer-right p,
.footer-text,
.small-heading ,
.footer-copy p{
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
.nav-ul li a,
.design-box p,
.nav-ul-footer li a,
.footer-img-icon li a,
.right-sec-link li a,
.footer-nav li a,
.contact-number,
.contact-email {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

body {
  background-color: #383838;
}

.custom-container {
  max-width: 1920px;
  width: 80%;
}
.logo {
  text-decoration: none;
  color: #ffffff;
  font-size: 17px;
  display: inline-block;
  width: 230px;
}

.nav-ul {
  margin: 0;
  padding: 20px 0 0;
}
.nav-ul li {
  list-style: none;
  float: left;
  padding-left: 50px;
}
.nav-ul li a {
  position: relative;
  text-decoration: none;
  color: #a2a2a2;
  font-size: 16px;
  padding-bottom: 5px;
  font-weight: 500;
  transition: 0.5s all ease-in-out;
}
.nav-ul li a.active {
  font-weight: 600;
}
.nav-ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background: #a2a2a2;
  transition: 0.15s all ease-in-out;
}
.nav-ul li a:hover::after {
  width: 100%;
}
.nav-ul li:last-child a::after{ content: ''; display: none;}
.orange-color1 {
  color: #ff9900;
  font-size: 14px;
}
.care-boxes h2 span {
  color: #ff9900;
}
.orange-color2 {
  color: #ff9900;
  font-size: 20px;
}
.hero-container h6 {
  color: #464947;
  font-size: 24px;
  margin-bottom: 15px;
}
.hero-container h2 {
  font-size: 64px;
  font-weight: regular;
  margin-bottom: 25px;
  color: rgba(125, 125, 125, 1);
}
.hero-container p {
  font-size: 18px;
  color: rgba(168, 168, 168, 1);
  font-weight: 300;
  margin-bottom: 40px;
}
.about-hero-cotainer p {
  font-weight: 400;
}
.hero-container p span {
  font-weight: 500;
}
.hero-container .hero-btn {
  display: inline-block;
  text-decoration: none;
  padding: 15px 30px 8px;
  border-radius: 25px;
  font-size: 16px;
  font-weight: 600;
  background: linear-gradient(#ff9900, #ff7b00);
  margin-top: 52px;
  box-shadow: 0px 1px 3px #00000057;
}
.hero-container .hero-btn:hover,
.hero-container .hero-btn.active {
  color: rgba(44, 44, 44, 1);
  font-weight: 400;
}
.hero-text {
  position: relative;
  z-index: 999;
  width: 100%;
}

.hero-container {
  padding-top: 130px;
  padding-bottom: 130px;
/* min-height: 100vh; */
}
.header-section {
  padding: 20px 20px 30px;
}
.hero-section{

}

.clr {
  background-color: #007bff;
  border-radius: 20px;
  padding: 2px 4px;
  font-size: 7px;
}

.design-sec {
  padding: 50px 35px 60px;
  background-color: #2c2c2c;
}
.design-box p {
  color: #7d7d7d;
}
.lead-container {
  padding: 120px 0;
}
.lead-container h1{ margin-bottom: 25px;}
.inner-box p {
  font-size: 15px;
  color: #a8a8a8;
  font-weight: 300;
}

.design-comp-container {
  padding: 55px 0;
}
.design-comp-container h1 {
  margin-bottom: 29px;
  position: relative;
  z-index: 99;
}
.design-comp-container p {
  margin-bottom: 40px;
}
.our-work-row {
  padding-top: 35px;
}

.design-right-sec {
  margin-top: 240px;
}
.design-right-sec img {
  height: 310px;
}
.img-column {
  text-align: left;
  padding-top: 80px;
}
.img-column img {
  min-width: 210px;
  /* max-width: 210px; */
}
.hero-container .img-column img {
  min-width: inherit;
  max-width: inherit;
}
.fancybox__thumbs {
  display: none !important;
}
.mob-nav {
  position: absolute;
  top: 25px;
  right: 30px;
  display: block;
  width: 40px;
  display: none;
}
.mob-nav span {
  width: 100%;
  height: 1px;
  background: #fff;
  margin-bottom: 12px;
  float: left;
}
.navbar {
  float: left;
  color: white;
  padding: 0;
}
.cross-icon {
  position: absolute;
  top: 30px;
  right: 20px;
  width: 30px;
  display: none;
}
.cross-icon img {
  width: 100%;
}
.numbers-ul li {
  list-style: decimal;
}
.design-row {
  padding-top: 120px;
}
.orange-color {
  color: #90c7cd;
}
.design-boxes {
  border-radius: 20px;
  background-color: #383838;
  text-align: left;
  height: 100%;
  margin: auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
}
.design-boxes h2 {
  font-size: 28px;
  margin-bottom: 45px;
  color: #90c7cd;
  padding: 25px 25px 10px;
}
/* .design-boxes img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
} */
.design-box {
  padding: 70px 0 50px;
}
.inner-box h1 {
  font-size: 56px;
  color: #90c7cd;
}
.lead-h2 span, 
.inner-box h1 span{
  color: #ff9900;
}
.inner-box .text-1 {
  margin-bottom: 100px;
  margin-top: 28px;
}
.lead-h2 {
  color: #90c7cd;
}
.header-hero-wrap {
  position: relative;
  overflow: hidden;
  min-height: 100vh; 
}
.hero-section {
  /* min-height: 100vh; */
}

.header-hero-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  right: -570px;
  width: 2221px;
  height: 2075px;
  background: url(../images/fly-bg.png) no-repeat 0 0;
  background-size: 75%;
  z-index: -1;
}
.care-section-main {
  position: relative;
  overflow: hidden;
}

.care-section-main::before {
  content: "";
  position: absolute;
  top: -24px;
  right: -450px;
  width: 1221px;
  height: 1075px;
  background: url(../images/fly-bg-1.png) no-repeat 0 0;
  background-size: 68%;
  z-index: 1;
}

.hero-btn span {
  font-weight: 500;
  font-size: 18px;
}
.care-boxes {
  border-radius: 20px;
  background-color: #383838;
  text-align: left;
  height: 100%;
  margin: auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.footer {
  position: relative;
  overflow: hidden;
  padding: 32px 80px 140px;
  background: #272727;
}
.footer::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 360px;
  width: 520px;
  height: 180px;
  background: url(../images/footer-img.png) no-repeat 0 0;
  background-size: 80%;
  z-index: 999;
}

.care-boxes h2 {
  font-size: 32px;
  margin-bottom: 20px;
  color: #90c7cd;
}
.care-boxes img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.care-box-info{
  padding: 35px 35px 60px;
}
.care-smallest {
  padding: 70px 0;
  position: relative;
  z-index: 2;
}
.lead-h2 span {
  color: #ff9900;
}
.care-smallest .text-1 {
  margin-bottom: 100px;
  margin-top: 30px;
}

.care-smallest-sec {
  background-color: #2c2c2c;
}

.box-wrapper {
  width: 33%;
}
.visual-snaps-section {
  padding: 80px 0 140px;
  background-color: #2e2e2e;
}

.design-boxes {
  position: relative;
  border-radius: 12px;
  background: #3b3b3b;
  cursor: pointer;
}
.design-boxes img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hover-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #90c7cd;
  padding: 35px;
  opacity: 0;
  transition: 0.2s all ease-in-out;
}
.hover-wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 18%;
  width: 180px;
  height: 95px;
  background: url(../images/design-solution/hover-img.png) no-repeat 0 0;
  z-index: 9;
  background-size: 100%;
}
.hover-wrap *{
  color: #2c2c2c !important;
}
.hover-wrap h2{
  padding: 0;
  font-size: 32px;
}
.hover-wrap p{
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 14px;
  position: relative;
  z-index: 10;
}

.great-design-section {
  position: relative;
  overflow: hidden;
}
.bg-image {
  width: 100%;
  height: auto;
  display: block;
}
.text-overlay {
  position: absolute;
  top: 32%;
  left: 5%;
}
.text-overlay h2 {
  font-size: 56px;
  font-weight: 500;
  color: #ff9900;
  line-height: 1.2;
}
.text-overlay p {
  font-size: 24px;
  color: #a8a8a8;
  margin-top: 12px;
  font-weight: 300;
}
.custom-container-1 {
  max-width: 1920px;
}
.project-box {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  max-width: 382px;
  transition: all 0.3s ease-in-out;
}
.overlay-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsl(0deg 0% 0% / 50%);
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 15px;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.project-box:hover .overlay-content {
  opacity: 1;
}
.project-box:hover{box-shadow: 0px 0px 20px 3px #00000057;}

/* .overlay-content {
  width: 100%;
  display: block;
  transition: transform 0.8s ease, filter 0.2s ease;
  border-radius: 20px;
  
} */

.overlay-content .label {
  font-size: 11px;
  margin-bottom: 4px;
  color: #fff;
  font-weight: 300;
}
.overlay-content .title {
  font-size: 22px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 16px;
}
.overlay-content .subtitle {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}
.rocket {
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 45px;
  z-index: 3;
  transition: transform 0.4s ease;
}
.project-box img {
  transition: all 0.6s ease-in-out;
}
.project-box:hover img {
  transform: scale(1.08);
  filter: brightness(100%);
}
.business-img-wrap {
  border-top: 3px solid #ff9900;
}
.project-box a * {
  color: #fff;
}
.footer-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
}
.footer-left {
  flex: 1.5;
}
.logo-nav {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.footer-logo {
  display: block;
  width: 230px;
}
.footer-nav {
  list-style: none;
  display: flex;
  gap: 25px;
  padding-right: 20px;
  padding-top: 10px;
}
.footer-nav li a {
  color: #a2a2a2;
  text-decoration: none;
  font-size: 14px;
  margin-left: 12px;
  font-weight: 500;
}
.footer-nav li a:hover {
  text-decoration: underline;
}
.footer-text {
  color: #a8a8a8;
  font-size: 14px;
  line-height: 1.7;
  margin-top: 60px;
}
.footer-right {
  margin-right: 20px;
  margin-top: 12px;
  text-align: left;
  width: 25%;
}
.footer-right h2 {
  color: #a8a8a8;
  font-size: 25px;
  margin-bottom: 10px;
}

.footer-right p {
  color: #a8a8a8;
  font-size: 15px;
  margin-bottom: 30px;
}

.contact-number {
  color: #FF9900;
  font-weight: bold;
  font-size: 22px;
}

.contact-email {
  color: #FF9900;
  text-decoration: none;
  font-size: 18px;
}
.contact-email:hover {
  color: #FF9900;
}
.design-comp-section {
  position: relative;
}
.design-comp-section::before {
  content: "";
  position: absolute;
  top: 50px;
  left: -35px;
  width: 40%;
  height: 810px;
  background: url(../images/design-complexity-01.png) no-repeat 0 0;
  background-size: 100%;
}
.small-heading {
  font-size: 14px;
  font-weight: 500;
  color: #7d7d7d;
  margin-bottom: 15px;
  text-align: left;
}
.design-boxes:hover .hover-wrap,
.care-boxes:hover .hover-wrap{
  opacity: 1;
}
.design-boxes:hover, .care-boxes:hover{transform: scale(1.05); box-shadow: 0px 0px 30px 5px #00000057;}
.care-boxes .hover-wrap::after {
  background: url(../images/design-solution/hover-img2.png) no-repeat 0 0;
  background-size: 100%;
  left: 20px;
  bottom: 15px;
  height: 155px;
  width: 200px;
}
 .care-boxes .hover-wrap p{
  padding: 0;
  font-size: 14px;
  font-weight: 400;
   margin-bottom: 26px;
} 
.care-boxes .hover-wrap p {
  font-weight: 300;
}
.footer-copy{
  position: absolute;
  bottom: 10px;     /* yahan se distance control hoga, image move nahi hogi */
  left: 50%;
  z-index: 999;
  transform: translateX(-50%);
}
.footer-copy p{
  text-align: center;
  color: #A8A8A8;
  font-size: 14px;
}
.zoom-icon{
position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    background: url(./../images/zoom-icon.png) no-repeat 0 0;
    background-size: 100%;
    transform: translateX(-50%);
}




.video-wrap {
    position: relative;
    width: 100%;
    cursor: pointer;
}

#myVideo {
    object-fit: cover;
}


#videoBtn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    /* border: 3px solid white; */
    background: transparent;
    color: white;
    font-size: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s ease;
    outline: none;
    
}
/* #videoBtn:focus,
#videoBtn:active,
#videoBtn:hover {
    outline: none;
    color: white;
    background: transparent;
} */
.video-wrap.playing #videoBtn {
    /* opacity: 0;
    pointer-events: none;
    color: white; */
}


.video-wrap:hover #videoBtn {
    opacity: 1;
    pointer-events: auto;
}


.video-wrap .videoBtn{
  background: url(../images/play-btn.svg) no-repeat 0 0 !important;
  background-size: 100% !important;
}
.video-wrap.playing .videoBtn{
  background: url(../images/stop-btn.svg) no-repeat 0 0 !important;
  background-size: 100% !important;
  opacity: 0;
}
.video-wrap.playing:hover .videoBtn{
  opacity: 1;
}


.care-boxes .hover-wrap p b{ font-weight: 600; }
.who-we-are{ margin-top: 190px !important;}
.font-normal{ font-weight: 400 !important;}
@media (min-width: 1921px){
  .inner-box h1{ font-size: 60px;}
  .hero-container h2{font-size: 128px;}
  .nav-ul li a{ font-size: 18px;}
  .inner-box p{ font-size: 24px;}
  .small-heading{font-size: 24px;}
  .nav-ul li{ padding-left: 70px;}
  .logo{ width: 280px;}
  .header-section{padding: 20px 50px 30px;}
  .hero-container p { font-size: 26px;}
  .header-hero-wrap::before{background-size: 85%; right: -350px;}
  .hero-container .hero-btn{ font-size: 22px;}
  .hero-btn span{ font-size: 24px;}
  .design-boxes h2{padding: 35px 35px 10px;}
  .design-boxes .hover-wrap h2{ padding: 0;}
  .hover-wrap p{ font-size: 16px;}
  .business-img-wrap{ border-top-width: 4px;}
  .care-boxes .hover-wrap p{ font-size: 18px;}
  .footer-logo{width: 280px;}
  .footer-nav li a{ font-size: 18px;}
  .footer-right{ width: 30%;}
  .footer-right h2{font-size: 28px;}
  .footer-right p{font-size: 20px;}
  .contact-number{ font-size: 28px;}
  .contact-email{ font-size: 24px;}
  .footer::before{right: 570px;}
  .footer{padding: 32px 80px 180px;}
  .footer-text{ font-size: 18px;}
  .design-right-sec{ margin-top: 350px;}
}
@media (max-width: 1920px) {
  /* .header-hero-wrap::before{width: 140%;} */
  .three-box-container h2 {margin-bottom: 15px;}
  .three-box {margin-bottom: 50px;}
  .hero-container h2,
  .case-study-hero h2 {
    font-size: 94px;
  }
  .about-hero-cotainer h3,
  .case-study-hero h3 {
    font-size: 36px;
  }
  .hero-container p,
  .inner-padding-section p,
  .inner-padding-section ul li,
  .three-box-container p {
    font-size: 20px;
  }
  .three-box-container h2 {font-size: 28px;}
  .featured-container h2 {font-size: 42px;}
  .inner-padding-section h2 {font-size: 42px;}
  .featured-container p {font-size: 16px;}
  /* .hero-h2 br {display: none;} */
  .three-box {padding-right: 6%;}
  .footer-section .container::before {
    width: 400px;
    height: 230px;
    bottom: -10px;
    left: -120px;
    background-size: contain;
  }
  .hover-wrap{ padding: 25px;}
  .care-boxes .hover-wrap{ padding: 35px;}
  .design-boxes h2{ font-size: 26px;}
  .inner-box p br{ display: none;}
  .footer::before{ right: 14%;}
}


/* @media (max-width: 1600px) and (min-width: 1024px) {
  .header-hero-wrap {
    min-height: 85vh;
  }
}
 */


@media (max-width: 1599px) {
  .design-boxes h2{ font-size: 20px; margin-bottom: 35px;}
  .hover-wrap p{ font-size: 12px;}
  .hover-wrap h2{ margin-bottom: 15px;}
  .hover-wrap{ padding: 20px;}
  .hero-container h2, .case-study-hero h2{ font-size: 86px;}
  .design-box .text-1 br, .care-boxes p br, .hover-wrap h2 br, .design-boxes h2 br{ display: none;}
  .hero-container{ padding-top: 100px; padding-bottom: 100px;}
  .inner-box h1{ font-size: 50px;}
  .design-right-sec video{ height: 480px;}
  .text-overlay h2{ font-size: 50px;}
  .footer::before{ right: 11%;}
  .header-hero-wrap::before{ width: 1980px; right: -590px;}
}
@media (max-width: 1399px) {
  .section {
    padding: 40px 25px;
  }
  .great-design-section{ padding:0 ;}
  .featured-container h6 {
    font-size: 20px;
    margin-bottom: 50px;
  }
  .hero-container .mt-5 {
    margin-top: 0 !important;
  }
  .featured-container h2 {
    font-size: 36px;
  }
  .line-divider {
    margin: 70px 0;
  }
  .header-section {
    padding: 20px 25px 30px;
  }
  .img-column {
    text-align: center;
  }
  .case-study-infobox .box p br {
    display: none;
  }
  .nav-ul li {
    padding-left: 38px;
  }
  .four-box-container h1 {
    font-size: 36px;
  }
  .footer-section .container::before {
    bottom: -40px;
  }
  .design-container .text-1{ margin-bottom: 60px;}
  .hover-wrap p{ font-size: 11px;}
  .inner-box p br{ display: none;}
  .lead-container{ padding: 90px 0;}
  .inner-box h1{ font-size: 44px;}
  .inner-box h1 br{ display: none;}
  .footer::before{ right: 6%;}
  .footer-nav{ padding-right: 0; gap: 7px;}
  .hero-container h2, .case-study-hero h2{ font-size: 76px;}
}
@media (max-width: 1199px) {
  .hero-container {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .featured-row {
    margin-bottom: 0px;
    margin-top: 0px;
  }
  .featured-row .col-xl-8.mt-5 {
    margin-top: 0 !important;
  }
  .featured-img-container {
    padding: 0;
  }
  .case-study-infobox {
    margin-top: 64px;
  }
  .img-column {
    display: none;
  }
  .inner-padding-section ul li {
    font-size: 16px;
  }
  .case-study-section {
    padding-top: 80px;
  }
  .three-box-section {
    padding-bottom: 0;
  }
  .nav-ul li{ padding-left: 20px;}
  .hero-container h2, .case-study-hero h2{ font-size: 60px;}
  .hero-container p{ margin-bottom: 10px;}
  .inner-box h1{font-size: 38px;}
  .design-container .col-md-6{ margin-bottom: 25px;}
  .lead-container{ padding: 10px 0 60px; }
  .care-smallest .text-1{ margin-bottom: 60px;}
  .care-box-info{padding: 25px 25px 50px; }
  .care-boxes h2{ font-size: 26px;}
  .care-boxes .hover-wrap{ padding: 25px;}
  .text-overlay h2{ font-size: 40px;}
  .text-overlay p{ font-size: 20px;}
  .footer-container{ flex-direction: column;}
  .footer-left, .footer-right{ width: 100%;}
  .footer-text br{ display: none;}
  .nav-ul li a{ font-size: 14px;}
  .header-hero-wrap::before{ width: 1740px; right: -610px;}
  
}
@media (max-width: 992px) {
  .hero-container .img-column {
    display: block;
  }
  .mob-nav,.cross-icon {display: block;}
  .navbar {
    visibility: hidden;
    opacity: 0;
    transform: scale(1);
    /* transition: all 1s ease-in-out; */
    height: 0;
    /* transition-delay: 0.5s; */
  }
  .home-page .navbar.active {background: rgb(0 0 0 / 94%);}
  .navbar.active {
    display: flex;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    background: rgb(0 0 0 / 85%);
    height: 100%;
    justify-content: center;
    align-items: center;
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    height: 100%;
    z-index: 99999;
    transition: all 1s ease-in-out;
  }
  .navbar.active .nav-ul li {
    float: none;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .navbar.active .nav-ul li a {
    font-size: 16px;
    text-align: center;
    color: #fff;
    display: block;
    padding: 10px 15px;
  }

  .custom-container {width: 100%;}
  .footer-section h3 {font-size: 36px;}
  .hero-container h2,
  .case-study-hero h2 {
    font-size: 54px;
  }
  .case-study-hero h3 {font-size: 28px;}
  .case-study-section {padding-top: 90px;}
  .case-study-hero h2 {
    margin-bottom: 40px;
  }
  .case-study-hero-section .box {
    padding-right: 5%;
  }
  .inner-space {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .hero-container .hero-btn,
  .case-study-hero h6 a {
    margin-bottom: 20px;
  }
  .four-box-container h1 {
    font-size: 32px;
  }
  .three-box-container p {
    padding-right: 0;
  }
  .saas-text {font-size: 18px;}
  .footer-section h3 {font-size: 24px;}
  .footer-section h3 br {display: none;}
  .hero-container{ padding-top: 40px; padding-bottom: 40px;}
  .box-wrapper{ width: 100%; margin-bottom: 30px;}
  .logo-nav{ flex-direction: column;}
  .footer-logo{ margin-bottom: 20px;}
  .footer-text{ margin-top: 20px;}
  .footer-container{gap: 20px;}
  .footer::before{right: -90px;}
  .text-overlay h2{ font-size: 30px;}
  .text-overlay p{ font-size: 16px;}
  .section {padding: 30px 0px;}
  .header-section {padding: 20px 15px 30px;}
  .great-design-section{ padding: 0;}
  .lead-section, .care-smallest-sec, .design-comp-section{ padding-right: 15px; padding-left: 15px;}
  .footer-nav{ padding: 0;}
  .footer-right{margin-right: 0px;}
  .header-hero-wrap::before {width: 1390px;right: -500px;}
  .footer-nav li a{margin-left: 0;}
  
}

@media (max-width: 767px) {
  


  .featured-container h6 {
    margin-bottom: 0px;
  }
  .featured-container h2 {
    font-size: 34px;
  }
  .case-study-infobox {
    display: block !important;
  }
  .header-section {
    padding: 20px 20px 30px;
  }
  .inner-padding-section h2 {
    font-size: 36px;
  }

  .inner-padding-section p {
    font-size: 16px;
  }
  .inner-padding-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .hero-container .hero-btn,
  .case-study-hero h6 a {
    /* padding: 6px 15px; */
  }
  .case-study-hero h6 a {
    margin-left: 0;
    margin-top: 5px;
  }
  .case-study-hero-infobox {
    flex-wrap: wrap;
  }
  .case-study-hero-section .box {
    padding-right: 3%;
    width: 49%;
    flex: auto;
  }
  .case-study-infobox .box {
    width: 100%;
  }
  .footer-nav li {
    width: 100%;
  }
  .footer-nav {
    margin-bottom: 30px;
  }
  .footer-nav li::after {
    display: none;
  }
  .all-rights {
    padding-top: 5px;
  }
  .footer-section .container::before {
    width: 250px;
    height: 154px;
    left: -100px;
    bottom: -30px;
  }
  .footer-section h3 {
    margin-bottom: 45px;
  }
  .project-box{ max-width: 100%;}
  .project-box img{ width: 100%;}
  .footer{ padding: 30px 30px 140px;}
  .footer::before{ width: 400px; height: 130px;}
  .inner-box h1{ font-size: 32px;}
  .text-overlay{ top: 20%; }
  .text-overlay h2{ font-size: 26px;}
  .design-right-sec video{ height: auto;}
  .header-hero-wrap::before {width: 1320px;right: -540px;}
  .hero-container h2, .case-study-hero h2 {font-size: 46px;}
  .who-we-are{ margin-top: 25px !important;}
}
@media (max-width: 520px) {
  .hero-container h2 {
    font-size: 40px;
  }
  .case-study-hero-section .box {
    padding-right: 0%;
    width: 100%;
  }
  .section {
    padding: 25px 0px;
  }
  .header-section {
    padding: 25px 10px;
  }
  .mob-nav {
    right: 20px;
  }
  .text-overlay h2{ font-size: 22px;}
  .great-design-section{ padding: 0;}
  .footer-nav{ flex-direction: column;}
  .logo-nav{align-items: flex-start;}
  .footer-nav{ padding: 0;}
  .footer-nav li a{ margin-left: 0;}
  .text-overlay p{ font-size: 12px;}
  .design-right-sec{ margin-top: 50px;}
  .header-section{ padding: 15px 10px;}
  .lead-section, .care-smallest-sec{ padding: 25px 15px;}
}




/* @media (min-height: 700px) {
  .header-hero-wrap {
    min-height: 50vh;
  }
} */





/* Allow modal to scroll vertically */
.fancybox__slide {
  overflow-y: auto !important;
}

/* Make the content container scrollable */
.fancybox__content {
  max-height: 90vh !important;
  overflow-y: auto !important;
}

/* Prevent Fancybox from forcing image to fit */
.fancybox__image {
  width: auto !important;
  height: auto !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: contain !important;
}












/* GALLERY GRID */
.gallery {
  /* display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 12px; */
}

.gallery a {
  display: block;
}

.gallery img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s;
}

.gallery img:hover {
  transform: scale(1.03);
}

/* MODAL */
.modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  justify-content: center;
  align-items: center;
  padding: 20px;
  overflow-y: auto; /* scroll inside modal */
}

.modal-content {
  max-width: 90%;
  max-height: 90%;
  width: auto;
  background-color: transparent;
}

.modal-content img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(255,255,255,0.3);
  animation: fadeIn 0.4s ease;
}

/* CLOSE BUTTON */
.close {
  position: fixed;
  top: 25px;
  right: 35px;
  color: white;
  font-size: 40px;
  cursor: pointer;
  font-weight: bold;
  z-index: 10000;
}

/* NAV ARROWS */
.arrow {
  position: fixed;
  top: 50%;
  font-size: 45px;
  color: white;
  cursor: pointer;
  z-index: 10000;
  user-select: none;
}

.prev { left: 40px; }
.next { right: 40px; }

.arrow:hover,
.close:hover {
  color: #ccc;
}

/* ANIMATION */
@keyframes fadeIn {
  from { opacity: 0; transform: scale(0.95); }
  to { opacity: 1; transform: scale(1); }
}