/*
    Theme Name: tissertechnologies
    */


    @font-face {
        font-family: 'general-sans-med';
        src: url('./assets/general-sans/GeneralSans-Medium.otf') format('truetype');
        font-weight: 400 500 600 700 800 900;
        font-style: normal;
    }

    @font-face {
        font-family: 'general-sans';
        src: url('./assets/general-sans/GeneralSans-Regular.otf') format('truetype');
        font-weight: 400 500 600 700 800 900;
        font-style: normal;
    }

    
    @font-face {
        font-family: 'soul-daisy';
        src: url('./assets/soul-daisy/SoulDaisy.otf') format('truetype');
        font-weight: 600 700 800 900;
        font-style: normal;
    }


    .aligncenter {
        display: block;
        margin-right: auto;
        margin-left: auto;
    }

    .alignleft {
        display: inline;
        float: left;
        margin-right: 1.5em;
    }

    .alignright {
        display: inline;
        float: right;
        margin-left: 1.5em;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
          font-family: "Plus Jakarta Sans", sans-serif !important;
        --RedColor: #17a76b;
        --BlueColor: #0c498a;
        --TextColor: #6b6a6a;
        --LightBg: #f5f5f5;
    }
    p, a, li{
        font-family: "Inter Tight", sans-serif !important;
    }

    a {
        transition-duration: 0.3s;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        padding: 0px;
        margin: 0px;
        color: #000000;
    }

    button {
        transition-duration: 0.4s;
    }

    .container {
        max-width: 1240px !important;
    }

    p {
        color: var(--TextColor);
        font-size: 16px;
        line-height: 28px;
    }


    ::selection {
        background: #f55609;
        color: #fff;
    }

    ::-moz-selection {
        background: #f55609;
        color: #fff;
    }

    ::-webkit-scrollbar {
        width: 4px;
    }

    ::-webkit-scrollbar-track {
        border-radius: 0px;
    }

    ::-webkit-scrollbar-thumb {
        border-radius: 0px;
        background-color: #e5e5e5;
        -webkit-transition: all 0.6s;
        -moz-transition: all 0.6s;
        -o-transition: all 0.6s;
        transition: all 0.6s;
    }

    ::-webkit-scrollbar-thumb:hover {
        background-color: #e5e5e5;
    }

html, body {
  cursor: none !important;
scroll-behavior: smooth;
}

.cursor-dot,
.cursor-dot-outline {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 999999;
}

/* Small inner dot */
.cursor-dot {
  width: 18px;
  height: 18px;
  background-color: #f55609;
}

/* Larger outer dot */
.cursor-dot-outline {
  width: 70px;
  height: 70px;
  border: 2px solid #f55609;
  opacity: .6;
}

/* Smooth trailing easing */
.cursor-dot-outline {
  transition: top 0.15s ease-out, left 0.15s ease-out;
}

.cursor-dot {
  transition: top 0.05s ease-out, left 0.05s ease-out;
}

/* header navbar start */

/* main header start */

.main-header-wrap {
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    color: #ffffff;
    z-index: 1000;
    padding: 10px;
    transition: all 0.3s ease-in-out;
}
.page-id-1328 .main-header-wrap, .page-id-1966 .main-header-wrap {
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    color: #ffffff;
	background: transparent;
    z-index: 1000;
    padding: 10px;
    transition: all 0.3s ease-in-out;
}

.main-header-wrap .row{
  align-items: center;
}

/*.main-header-logo img {*/
/*    width: 250px;*/
/*    height: auto;*/
/*    object-fit: contain;*/
/*    float: left;*/
    
/*}*/

/*.logo-col {*/
/*    position: relative;*/
/*    z-index: 1;*/
/*}*/

/*.logo-col::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*   background:url(../tiss-theme/assets/img/cap.webp) no-repeat;*/
/*    background-size:cover;*/
/*    background-position:center;*/
/*    background-size: contain;*/
/*    width: 100px;*/
/*    height: 100px;*/
/*        top: -34px;*/
/*    left: -20px;*/
/*    z-index: 5; */
/*    pointer-events: none;*/
/*}*/

.main-header-logo{
     display: flex;
    flex-direction: row;
    align-items: center;
}
.logo1 {
    width: 80px;
    height: 75px;
    object-fit: contain;
    animation: spin 2s linear infinite;
}
@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(-360deg);
    }
}
.logo2 {
    width: 205px;
    height: 65px;
    object-fit: contain;
}
/*.santa img {*/
/*    width: 79px;*/
/*    position: absolute;*/
/*    top: -55px;*/
/*    left: 0;*/
/*}*/

.santa img{
    height:100px;
}
.main-menu-wrap {
    display: flex;
    justify-content: flex-end;
}

#mega-menu-wrap-primary #mega-menu-primary {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px; /* now it works */
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    line-height: 1;
    height: unset;
    padding: 15px 30px;
    vertical-align: baseline;
    width: auto;
    display: block;
    color: #fff;
    text-transform: none;
    text-decoration: none;
    text-align: left;
    background: rgba(0, 0, 0, 0);
    border: none;
    border-radius: 6px;
    font-family: inherit;
    font-size: 30px;
    font-weight: 200;
    outline: none;
    font-family: "Plus Jakarta Sans", sans-serif !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover {
    background: rgba(0, 0, 0, 0);
    color: #ffffff;
    font-weight: normal;
    text-decoration: none;
    border-color: #fff;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    background: rgba(0, 0, 0, 0);
    color: #ffffff;
    font-weight: normal;
    text-decoration: none;
    border: none;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
    z-index: 999;
    position: absolute;
    width: 250px;
    max-width: none;
    padding: 0px 0px 0px 0px;
    border: 0;
    top: 39px;
    background: #28348a;
    border-radius: 0;
    box-shadow: 2px 6px 12px #00000091;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    display: block;
    background: #ffffff;
    color: #28348a;
    font-size: 14px;
    padding: 10px 15px;
    border-bottom: 1px solid #28338a3c;
    line-height: 1.5 !important;
    height: unset !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
    background: #28348a;
    font-weight: normal;
    text-decoration: none;
    color: #ffffff;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    background: #28348a !important;
    font-weight: normal;
    text-decoration: none;
    color: #ffffff !important;
}

.top-header-wrapper.scrolled-inner,
.middle-header.scrolled-inner,
.bottom-header-wrapper.scrolled-inner {
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.middle-header.scrolled-inner .middle-header-logo img {
    height: 50px;
    object-fit: contain;
    margin-right: auto;
    float: left;
}

.middle-header.scrolled-inner .emergency-icon img {
    width: 25px;
    height: auto;
    object-fit: contain;
}

.middle-header.scrolled-inner .emergency-text {
    font-size: 10px;
}

.middle-header.scrolled-inner .phone-item a {
    font-size: 12px;
}

.middle-header.scrolled-inner .phone-icon {
    width: 18px;
}

.bottom-header-wrapper.scrolled-inner {
    top: 128px; /* adjust when scrolled */
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
.f-nav .main-header-wrap{
    background:#000000e0;
     -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    transition: .3s ease;
    top:0;
    padding: 0 0;
}
/*.f-nav .main-header-wrap .main-header-logo img{*/
/*    width:200px;*/
/*}*/

.f-nav .logo1 {
    width:60px;
}
.f-nav .logo2 {
    width:150px;
}
.f-nav .santa img {
    width: 52px;
    top: -15px;
}
.main-menu-wrap {
    text-align: center;
    margin: auto;
    display: block;
}

.contact-menu-wrap a {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 20px !important;
    padding: 10px 18px !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    color: #ffff !important;
    background: #0f011e !important;
    border-radius: 50px !important;
    overflow: hidden !important;
    transition: color 0.4s ease, background 0.4s ease !important;
    z-index: 1 !important;
    border: 1px solid #bfabfd;
}

.contact-menu-wrap a:hover {
	text-decoration: none!important;
}

.contact-menu-wrap a:before {
    content: "" !important;
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
    width: 40% !important;
    height: 100% !important;
    background: #640b9c !important;
    clip-path: polygon(100% -100%, 0 100%, 100% 100%) !important;
    z-index: -34 !important;
    transition: all 0.4s ease !important;
    margin: 0 !important;
}

.contact-menu-wrap a:hover::before {
	 width: 100% !important;
  clip-path: none !important;
  color: #000000 !important;
}

.contact-menu-wrap {
  position: relative !important;
  z-index: 2 !important;
}

.contact-menu-wrap:hover {
	  color: #000000 !important; 
}

.contact-menu-wrap:hover i {
    transform: rotate(-45deg);
    transition: 0.3s ease-in-out;
	text-decoration: none !important;
}

/* header navbar end */


/* banner start */

.banner-wrap {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    /*background:url(../tiss-theme/assets/img/tisser-bg1.webp);*/
    /*background-size:cover;*/
    /*background-position:center;*/
}

.bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.banner-wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.45); /* Dark 45% - adjust as needed */
    z-index: 2;
}

#snowfall {
  position: absolute;
  width: 100%;
  height: 100px;
}

.snow {
  position: absolute;
  border-radius:50%;
  filter: blur(1px);
  background-color: #fff;
  width: 10px;
  height: 10px;
  top:-1000px;
  box-shadow: 20px 20px 1px #fff, 60px 40px 1px #fff, 160px 135px 1px #fff, 260px 240px 1px #fff, 360px 340px 1px #fff, 460px 440px 1px #fff, 560px 340px 1px #fff, 660px 240px 1px #fff, 760px 140px 1px #fff, 260px 640px 1px #fff, 160px 340px 1px #fff, 260px 440px 1px #fff, 760px 140px 1px #fff,860px 40px 1px #fff, 760px 140px 1px #fff, 1260px 120px 1px #fff, 1460px 10px 1px #fff,1560px 30px 1px #fff, 1590px 124px 1px #fff, 1680px 415px 1px #fff, 1720px 335px 1px #fff,1000px 212px 1px #fff, 990px 311px 1px #fff, 888px 122px 1px #fff, 765px 10px 1px #fff, 635px 15px 1px #fff, 554px 111px 1px #fff, 455px 222px 1px #fff, 125px 105px 1px #fff, 275px 96px 1px #fff, 245px 40px 1px #fff, 230px 70px 1px #fff, 285px 17px 1px #fff, 360px 340px 1px #fff, 360px 340px 1px #fff, 360px 340px 1px #fff, 430px 210px 1px #fff, 523px 23px 1px #fff, 1650px 335px 1px #fff, 1777px 123px 1px #fff, 1800px 222px 1px #fff, 1360px 140px 1px #fff;
  animation: snowfall 17s linear infinite;
}

.snow:before {
  content:"";
  width:7px;
  height:7px;
  position: absolute;
  background-color: #fff;
  left: 200px;
  top:-150px;
  border-radius:50%;
  box-shadow: 20px 20px 1px #fff, 60px 40px 1px #fff, 160px 135px 1px #fff, 260px 240px 1px #fff, 360px 340px 1px #fff, 460px 440px 1px #fff, 560px 340px 1px #fff, 660px 240px 1px #fff, 760px 140px 1px #fff, 260px 640px 1px #fff, 160px 340px 1px #fff, 260px 440px 1px #fff, 760px 140px 1px #fff,860px 40px 1px #fff, 760px 140px 1px #fff, 1260px 120px 1px #fff, 1460px 10px 1px #fff,1560px 30px 1px #fff, 1590px 124px 1px #fff, 1680px 415px 1px #fff, 1720px 335px 1px #fff,1000px 212px 1px #fff, 990px 311px 1px #fff, 888px 122px 1px #fff, 765px 10px 1px #fff, 635px 15px 1px #fff, 554px 111px 1px #fff, 455px 222px 1px #fff, 125px 105px 1px #fff, 275px 96px 1px #fff, 245px 40px 1px #fff, 230px 70px 1px #fff, 285px 17px 1px #fff, 360px 340px 1px #fff, 360px 340px 1px #fff, 360px 340px 1px #fff, 430px 210px 1px #fff, 523px 23px 1px #fff, 1650px 335px 1px #fff, 1777px 123px 1px #fff, 1800px 222px 1px #fff, 1360px 140px 1px #fff;
  
}

.snow:after {
  content:"";
  width:5px;
  height:5px;
  position: absolute;
  background-color: #fff;
  left: 300px;
  top:-250px;
  border-radius:50%;
  filter: blur(1px);
  box-shadow: 20px 20px 1px #fff, 60px 40px 1px #fff, 160px 135px 1px #fff, 260px 240px 1px #fff, 360px 340px 1px #fff, 460px 440px 1px #fff, 560px 340px 1px #fff, 660px 240px 1px #fff, 760px 140px 1px #fff, 260px 640px 1px #fff, 160px 340px 1px #fff, 260px 440px 1px #fff, 760px 140px 1px #fff,860px 40px 1px #fff, 760px 140px 1px #fff, 1260px 120px 1px #fff, 1460px 10px 1px #fff,1560px 30px 1px #fff, 1590px 124px 1px #fff, 1680px 415px 1px #fff, 1720px 335px 1px #fff,1000px 212px 1px #fff, 990px 311px 1px #fff, 888px 122px 1px #fff, 765px 10px 1px #fff, 635px 15px 1px #fff, 554px 111px 1px #fff, 455px 222px 1px #fff, 125px 105px 1px #fff, 275px 96px 1px #fff, 245px 40px 1px #fff, 230px 70px 1px #fff, 285px 17px 1px #fff, 360px 340px 1px #fff, 360px 340px 1px #fff, 360px 340px 1px #fff, 430px 210px 1px #fff, 523px 23px 1px #fff, 1650px 335px 1px #fff, 1777px 123px 1px #fff, 1800px 222px 1px #fff, 1360px 140px 1px #fff;
}
.snow1 {
  position: absolute;
  border-radius:50%;
  filter: blur(2px);
  background-color: #fff;
  width: 9px;
  height: 9px;
  top:-850px;
  left:123px;
  box-shadow: 20px 20px 1px #fff, 60px 40px 1px #fff, 160px 135px 1px #fff, 260px 240px 1px #fff, 360px 340px 1px #fff, 460px 440px 1px #fff, 560px 340px 1px #fff, 660px 240px 1px #fff, 760px 140px 1px #fff, 260px 640px 1px #fff, 160px 340px 1px #fff, 260px 440px 1px #fff, 760px 140px 1px #fff,860px 40px 1px #fff, 760px 140px 1px #fff, 1260px 120px 1px #fff, 1460px 10px 1px #fff,1560px 30px 1px #fff, 1590px 124px 1px #fff, 1680px 415px 1px #fff, 1720px 335px 1px #fff,1000px 212px 1px #fff, 990px 311px 1px #fff, 888px 122px 1px #fff, 765px 10px 1px #fff, 635px 15px 1px #fff, 554px 111px 1px #fff, 455px 222px 1px #fff, 125px 105px 1px #fff, 275px 96px 1px #fff, 245px 40px 1px #fff, 230px 70px 1px #fff, 285px 17px 1px #fff, 360px 340px 1px #fff, 360px 340px 1px #fff, 360px 340px 1px #fff, 430px 210px 1px #fff, 523px 23px 1px #fff, 1650px 335px 1px #fff, 1777px 123px 1px #fff, 1800px 222px 1px #fff, 1360px 140px 1px #fff;
  animation-delay:-3s;
  animation: snowfall 9s linear infinite;
}

.snow1:before {
  content:"";
  width:7px;
  height:7px;
  position: absolute;
  background-color: #fff;
  left: 200px;
  top:-350px;
  border-radius:50%;
  box-shadow: 20px 20px 1px #fff, 60px 40px 1px #fff, 160px 135px 1px #fff, 260px 240px 1px #fff, 360px 340px 1px #fff, 460px 440px 1px #fff, 560px 340px 1px #fff, 660px 240px 1px #fff, 760px 140px 1px #fff, 260px 640px 1px #fff, 160px 340px 1px #fff, 260px 440px 1px #fff, 760px 140px 1px #fff,860px 40px 1px #fff, 760px 140px 1px #fff, 1260px 120px 1px #fff, 1460px 10px 1px #fff,1560px 30px 1px #fff, 1590px 124px 1px #fff, 1680px 415px 1px #fff, 1720px 335px 1px #fff,1000px 212px 1px #fff, 990px 311px 1px #fff, 888px 122px 1px #fff, 765px 10px 1px #fff, 635px 15px 1px #fff, 554px 111px 1px #fff, 455px 222px 1px #fff, 125px 105px 1px #fff, 275px 96px 1px #fff, 245px 40px 1px #fff, 230px 70px 1px #fff, 285px 17px 1px #fff, 360px 340px 1px #fff, 360px 340px 1px #fff, 360px 340px 1px #fff, 430px 210px 1px #fff, 523px 23px 1px #fff, 1650px 335px 1px #fff, 1777px 123px 1px #fff, 1800px 222px 1px #fff, 1360px 140px 1px #fff;
  
}

.snow1:after {
  content:"";
  width:5px;
  height:5px;
  position: absolute;
  background-color: #fff;
  left: 300px;
  top:-450px;
  border-radius:50%;
  filter: blur(1px);
  box-shadow: 20px 20px 1px #fff, 60px 40px 1px #fff, 160px 135px 1px #fff, 260px 240px 1px #fff, 360px 340px 1px #fff, 460px 440px 1px #fff, 560px 340px 1px #fff, 660px 240px 1px #fff, 760px 140px 1px #fff, 260px 640px 1px #fff, 160px 340px 1px #fff, 260px 440px 1px #fff, 760px 140px 1px #fff,860px 40px 1px #fff, 760px 140px 1px #fff, 1260px 120px 1px #fff, 1460px 10px 1px #fff,1560px 30px 1px #fff, 1590px 124px 1px #fff, 1680px 415px 1px #fff, 1720px 335px 1px #fff,1000px 212px 1px #fff, 990px 311px 1px #fff, 888px 122px 1px #fff, 765px 10px 1px #fff, 635px 15px 1px #fff, 554px 111px 1px #fff, 455px 222px 1px #fff, 125px 105px 1px #fff, 275px 96px 1px #fff, 245px 40px 1px #fff, 230px 70px 1px #fff, 285px 17px 1px #fff, 360px 340px 1px #fff, 360px 340px 1px #fff, 360px 340px 1px #fff, 430px 210px 1px #fff, 523px 23px 1px #fff, 1650px 335px 1px #fff, 1777px 123px 1px #fff, 1800px 222px 1px #fff, 1360px 140px 1px #fff;
}

.snow2 {
  position: absolute;
  border-radius:50%;
  filter: blur(1.5px);
  background-color: #fff;
  width: 9px;
  height: 9px;
  top:-900px;
  left:-50px;
  box-shadow: 20px 20px 1px #fff, 60px 40px 1px #fff, 160px 135px 1px #fff, 260px 240px 1px #fff, 360px 340px 1px #fff, 460px 440px 1px #fff, 560px 340px 1px #fff, 660px 240px 1px #fff, 760px 140px 1px #fff, 260px 640px 1px #fff, 160px 340px 1px #fff, 260px 440px 1px #fff, 760px 140px 1px #fff,860px 40px 1px #fff, 760px 140px 1px #fff, 1260px 120px 1px #fff, 1460px 10px 1px #fff,1560px 30px 1px #fff, 1590px 124px 1px #fff, 1680px 415px 1px #fff, 1720px 335px 1px #fff,1000px 212px 1px #fff, 990px 311px 1px #fff, 888px 122px 1px #fff, 765px 10px 1px #fff, 635px 15px 1px #fff, 554px 111px 1px #fff, 455px 222px 1px #fff, 125px 105px 1px #fff, 275px 96px 1px #fff, 245px 40px 1px #fff, 230px 70px 1px #fff, 285px 17px 1px #fff, 360px 340px 1px #fff, 360px 340px 1px #fff, 360px 340px 1px #fff, 430px 210px 1px #fff, 523px 23px 1px #fff, 1650px 335px 1px #fff, 1777px 123px 1px #fff, 1800px 222px 1px #fff, 1360px 140px 1px #fff;
  animation-delay:-12s;
  animation: snowfall 19s linear infinite;
}

.snow2:before {
  content:"";
  width:7px;
  height:7px;
  position: absolute;
  background-color: #fff;
  left: 200px;
  top:-550px;
  border-radius:50%;
  box-shadow: 20px 20px 1px #fff, 60px 40px 1px #fff, 160px 135px 1px #fff, 260px 240px 1px #fff, 360px 340px 1px #fff, 460px 440px 1px #fff, 560px 340px 1px #fff, 660px 240px 1px #fff, 760px 140px 1px #fff, 260px 640px 1px #fff, 160px 340px 1px #fff, 260px 440px 1px #fff, 760px 140px 1px #fff,860px 40px 1px #fff, 760px 140px 1px #fff, 1260px 120px 1px #fff, 1460px 10px 1px #fff,1560px 30px 1px #fff, 1590px 124px 1px #fff, 1680px 415px 1px #fff, 1720px 335px 1px #fff,1000px 212px 1px #fff, 990px 311px 1px #fff, 888px 122px 1px #fff, 765px 10px 1px #fff, 635px 15px 1px #fff, 554px 111px 1px #fff, 455px 222px 1px #fff, 125px 105px 1px #fff, 275px 96px 1px #fff, 245px 40px 1px #fff, 230px 70px 1px #fff, 285px 17px 1px #fff, 360px 340px 1px #fff, 360px 340px 1px #fff, 360px 340px 1px #fff, 430px 210px 1px #fff, 523px 23px 1px #fff, 1650px 335px 1px #fff, 1777px 123px 1px #fff, 1800px 222px 1px #fff, 1360px 140px 1px #fff;
  
}

.snow2:after {
  content:"";
  width:5px;
  height:5px;
  position: absolute;
  background-color: #fff;
  left: 300px;
  top:-650px;
  border-radius:50%;
  filter: blur(1px);
  box-shadow: 20px 20px 1px #fff, 60px 40px 1px #fff, 160px 135px 1px #fff, 260px 240px 1px #fff, 360px 340px 1px #fff, 460px 440px 1px #fff, 560px 340px 1px #fff, 660px 240px 1px #fff, 760px 140px 1px #fff, 260px 640px 1px #fff, 160px 340px 1px #fff, 260px 440px 1px #fff, 760px 140px 1px #fff,860px 40px 1px #fff, 760px 140px 1px #fff, 1260px 120px 1px #fff, 1460px 10px 1px #fff,1560px 30px 1px #fff, 1590px 124px 1px #fff, 1680px 415px 1px #fff, 1720px 335px 1px #fff,1000px 212px 1px #fff, 990px 311px 1px #fff, 888px 122px 1px #fff, 765px 10px 1px #fff, 635px 15px 1px #fff, 554px 111px 1px #fff, 455px 222px 1px #fff, 125px 105px 1px #fff, 275px 96px 1px #fff, 245px 40px 1px #fff, 230px 70px 1px #fff, 285px 17px 1px #fff, 360px 340px 1px #fff, 360px 340px 1px #fff, 360px 340px 1px #fff, 430px 210px 1px #fff, 523px 23px 1px #fff, 1650px 335px 1px #fff, 1777px 123px 1px #fff, 1800px 222px 1px #fff, 1360px 140px 1px #fff;
}

@keyframes snowfall {
    100% {transform: translateY(1500px);}
}

.banner-content {
    position: absolute;
    bottom:0;            /* adjust as needed */
    left: 0;
    right: 0;
    width: 100%;
    z-index: 3;
    color: #ffffffdb;
    text-align: left;
}

.banner-content .container {
    padding-left: 15px;   /* bootstrap default */
    padding-right: 15px;
}
.banner-title {
    font-size: 143px;
    font-weight: 700;
    line-height: 9.5rem;
    color: #FFFFFF;
    margin: 25px 0 15px;
    letter-spacing: -6px;
}
.banner-title span{
    color:#f55609;
}
.banner-content h6 {
    background: #a7a7a72e;
    width: fit-content;
    padding: 5px 20px;
    border-radius: 30px;
    color: #ffffffdb;
    border: 1px solid;
}

.banner-content p {
    width: 70%;
    text-align: left;
    padding-bottom: 20px;
    padding-top: 20px;
    font-size: 18px;
}

@keyframes slide-in-left {
    0% {
        transform: translateX(-200%);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes slide-in-right {
    0% {
        transform: translateX(200%);
    }
    100% {
        transform: translateX(0);
    }
}

.banner-button .banner-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    background: #0f011e;
    padding: 8px 24px;
    border-radius: 30px;
    box-shadow: inset 0 0 23px 1px #ffffff1c;
    margin-top: 20px;
    border: 1px solid #bfabfd;
}

.banner-btn-wrapper i {
    transition: transform 0.3s ease;
}

.banner-button .banner-btn:hover .banner-btn-arrow {
    transform: translateX(5px);
}


/* banner end */


/* brand section start */

.brand-section {
    overflow: hidden;
    white-space: nowrap;
    padding: 60px 0 70px;
	background: #1d1f1e;
}

.brand-section .container {
    max-width: 990px !important;
    margin: auto;
}

.top-badge {

    color: #000;
    font-size: 18px;
    width: fit-content;
    text-align: center;
    padding: 3px 15px;
    align-items: center;
    margin: 0 auto 35px;
}

/*.blinking-light {*/
/*    width: 10px;*/
/*    height: 10px;*/
/*    background-color: green;*/
/*    border-radius: 50%;*/
/*    box-shadow: 0 0 10px green;*/
/*    animation: blink 1s infinite;*/
/*    display: flex;*/
/*    align-items: center;*/
/*}*/

/*@keyframes blink {*/
/*    0%, 100% {*/
/*        opacity: 1;*/
/*        box-shadow: 0 0 10px #1ac920;*/
/*    }*/
/*    50% {*/
/*        opacity: 0.1;*/
/*        box-shadow: 0 0 2px #02ff0b;*/
/*    }*/
/*}*/

.top-badge p {
    padding: 0;
    margin: 0;
    line-height: 1.6;
    color: #fff;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: -1px;
    font-family: "Plus Jakarta Sans", sans-serif !important;
}
/*.fade-wrapper {*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*}*/

/*.fade-left,*/
/*.fade-right {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    width: 150px;*/
/*    pointer-events: none;*/
/*    z-index: 2;*/
/*}*/

/*.fade-left {*/
/*    left: 0;*/
/*    background: linear-gradient(90deg, rgb(241 241 241) 0%, rgb(241 241 241) 50%, rgb(0 0 0 / 0%) 100%);*/
/*}*/

/*.fade-right {*/
/*    right: 0;*/
/*    background: linear-gradient(270deg, rgb(241 241 241) 0%, rgb(241 241 241) 50%, rgb(0 0 0 / 0%) 100%);*/
/*}*/

/*.brand-scroller-inner {*/
/*    display: inline-block;*/
/*    margin: 0 10px;*/
/*}*/

/*.brand-scroller .slick-list {*/
/*    padding: 20px 0;*/
/*}*/

.brand-badge {
    border-radius: 32px;
    border: #c3bfbf4a solid 1px;
    width: fit-content;
    gap: 10px;
    display: flex;
    padding: 8px 30px;
    align-items: center;
    margin: auto;
}
.brand-badge:hover{
    border: 1px solid #fff ;
    transition:.2s ease;
}
.brand-badge p {
    margin: 0;
    padding: 0;
    line-height: 1.6;
    color: #ebeaeac9;
}

.brand-badge i {
    color: #f55609;
}
.brand-scroller {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 10px;
    width: 90%;
    margin: auto;
}
.brand-scroller-inner{
    flex: 0 0 calc(25% - 20px);
}
/* brand section end */

/* work section start */


.featured-works-wrap {
  padding: 40px 0;
}


.featured-works-wrap .container {
  max-width: 1000px !important;
  margin: auto;
}

.featured-works-title {
  font-weight: 500 !important;
  font-size: 44px !important;
  font-family: 'General Sans Variable';
  text-align: center;
  color: #000;
  margin-bottom: 25px;
}

.work-card-wrap {
  width: 100%;
  border-radius: 18px;
  overflow: hidden;
  min-height: 400px;
  display: flex;
  align-items: flex-end;
  background-size: cover !important;
  background-position: center !important;
  position: relative;
  border: 5px solid #adb5bd;
  margin: 0 10px ;
}

.work-card-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 79%, rgba(0, 0, 0, 1) 100%);
}

.work-card {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  width: 100%;
  min-height: 400px;
}

.work-card-content {
  padding: 20px;
  color: #ffffff;
  width: 100%;
  z-index: 2;
  text-align: left;
}

.work-card-content h3 {
    margin: 0 0 10px;
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
}

.work-card-content p {
    margin: 0px 0 15px;
    font-size: 14px;
    line-height: 1.6;
    color: #fff;
}

.work-card-buttons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.work-card-btn {
  display: inline-block;
  background: #fff;
  color: #000;
  padding: 7px 14px;
  font-weight: 500;
  font-size: 14px;
  border-radius: 4px;
  text-decoration: none;
  transition: 0.3s ease;
}

.work-card-btn:hover {
  background: #d3d4d5;
  color: #000;
  text-decoration: none;
}

.work-card-slider-wrap {
  position: relative; 
}

.work-arrow-prev, .work-arrow-next {
    position: absolute;
    top: 40%;
    transform: translateY(-60%);
    border: none;
    background: none !important;
    color: #ffffffd6;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    transition: 0.2s ease;
    z-index: 10;
}

.work-arrow-prev { left: 40px; }
.work-arrow-next { right: 40px; }

.work-arrow-prev:hover,
.work-arrow-next:hover {
  color: #ffffff;
}

.work-dots {
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: fit-content;
    padding: 5px 10px;
    background: #c6c6c6;
    border-radius: 30px;
    margin: 20px auto 0;
}

.custom-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #7c7c7c;
  cursor: pointer;
  transition: 0.3s ease;
}

.current-dot, .custom-dot:hover {
  background: #000000; /* center/current slide dot */
}

/* work section end */

/* about section start */

.about-wrapper {
    color: #ffffffd1;
background: #000000e8;
    padding: 5.5rem 0;
}
.about-wrapper h3 {
    color: #f9f9f9;
    font-size: 24px;
    font-weight: 800;
    padding-bottom: 15px;
}
.reveal-text {
    display: inline-block;
    font-weight: 200;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 22px;
    line-height: 33px;
}
.about-content-wrapper{
    padding-right:30px;
}
/* before animation */
.reveal-text span {
    opacity: .5;
    color: rgba(255, 255, 255, 0.2);
}

/* active animation */
.reveal-text.animate span {
    animation: fadeLetter 0.8s forwards ease;
}

@keyframes fadeLetter {
    0% {
        opacity: .5;
        color: rgba(255,255,255,0.2);
    }
    100% {
        opacity: 1;
        color: #fff;
    }
}

.about-img-wrapper {
    display: flex;
    gap: 50px;
    align-items: flex-start;
    justify-content: flex-start;
}

/* Container that locks center */
/*.badge-wrapper {*/
/*    position: relative;*/
/*    width: 260px;*/
/*    height: 260px;*/
/*}*/

/* Center BOTH layers */
/*.year,*/
/*.year-round {*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    transform: translate(-50%, -50%);*/
/*}*/

/* Year image */
/*.year img {*/
/*    width: 220px;*/
/*    height: 220px;*/
/*    object-fit: contain;*/
/*    display: block;*/
/*}*/

/* Rotating ring */
/*.year-round img {*/
/*    width: 290px;*/
/*    height: 290px;*/
/*    object-fit: contain;*/
/*    display: block;*/
/*    animation: rotate 12s linear infinite;*/
/*    transform-origin: center center;*/
/*}*/

/*@keyframes rotate {*/
/*    from {*/
/*        transform: rotate(0deg);*/
/*    }*/
/*    to {*/
/*        transform: rotate(360deg);*/
/*    }*/
/*}*/

/* Anniversary circle badge */
        .anniv-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0;
}

        .anniv-badge {
            position: relative;
            width: 240px;
            height: 240px;
            display: grid;
            place-items: center;
        }

        .anniv-core {
            width: 200px;
            height: 200px;
            border-radius: 50%;
            display: grid;
            place-items: center;
            text-align: center;
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
            z-index: 2;
        }
         .anniv-core img {
            width: 190px;
            height: 190px;
            object-fit: contain;
        }
        .anniv-number {
            font-size: 52px;
            font-weight: 800;
            line-height: 1;
        }

        .anniv-label {
            margin-top: 6px;
            letter-spacing: 3px;
            text-transform: uppercase;
            font-size: 15px;
        }

        .anniv-ring {
            position: absolute;
            inset: 0;
            animation: spin 14s linear infinite;
        }

      .anniv-ring text {
    font-size: 15px;
    letter-spacing: 3px;
    text-transform: uppercase;
    fill: #ffffff;
    font-weight: 300;
}
        @keyframes spin {
            from { transform: rotate(0deg); }
            to   { transform: rotate(360deg); }
        }


/* ✅ Section controls clipping */
.about-video {
  overflow: hidden;
  padding: 60px 0 0;
}

/* Initial container style */
.video-wrapper {
  transition: all 0.5s ease;
}

.video-wrapper video {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
}

/* FULL WIDTH STATE */
.video-wrapper.full-width {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Remove container max-width restriction */
.video-wrapper.full-width.container {
  max-width: none !important;
}

.video-wrapper.full-width video {
  border-radius: 0;
}


/* about section end */


/* service section start */
/* SERVICE SECTION */
.service-wrap {
    background-color: #1d1f1e !important;
    padding: 60px 0;
}

.scrollable-list {
  max-height: 400px;
  overflow-y: auto;
  padding-right: 5px;

  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.scrollable-list::-webkit-scrollbar {
  width: 0px;
}

.scroll-container {
  display: flex;
  flex-direction: column;
  scroll-snap-type: y mandatory;
}

.scroll-container .scroll-card-item {
  scroll-snap-align: start;
}

.scroll-card-item {
    background: #1d1f1e;
    border: none;
    transition: all 0.3s ease;
    padding: 20px 10px 5px;
    position: sticky;
    top: 0;
}

/* layer stacking */
.scroll-card-item:nth-child(1){z-index:1}
.scroll-card-item:nth-child(2){z-index:2}
.scroll-card-item:nth-child(3){z-index:3}
.scroll-card-item:nth-child(4){z-index:4}
.scroll-card-item:nth-child(5){z-index:5}
.scroll-card-item:nth-child(6){z-index:6;border-bottom:1px solid #000}

.scroll-card-content-wrap {
    display: flex;
    align-items: flex-start;
    gap: 30px;
}

.scroll-card-icon {
    height: 85px;
    min-width: 85px;
    background: #f55609;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.scroll-card-icon i{
    font-size:25px;
    color:#fff;
}
.inner-viewmore-btn {
  margin-top: auto;
}

/* Typography */
.scroll-card-content h3{
    font-size:28px;
    color:#f1efef;
    margin-bottom:10px
    
}
.scroll-card-content p{font-size:16px;color:#ffffff8c;line-height:1.7}
.service-wrap {
  overscroll-behavior: contain;
}

.service-title {
    font-weight: 700 !important;
    line-height: 1;
    margin: 30px 0;
    font-size: 64px !important;
    color: #fff;
}
.service-title span{
    color:#ffffff8a;
}
.service-badge h5 {
    color: #ffffffbd;
    border: 1px solid #ffffff1f;
    width: fit-content;
    padding: 5px 20px;
    border-radius: 7px;
    font-size: 17px;
    font-weight: 300;
}
.service-para{
    color:#ffffff8c;
}
/* service section end */

/*product starts*/

.home-product-wrap{
    
    background:#f3f3f3 !important;
}

/*product ends*/

/* technology-brand section start  */

.technology-scroll-inner{
    flex:0 0 calc(20% - 20px);
}
.technology-section{
background: #000000f0;
}
.technology-section .top-badge p{
    font-size:45px;
}
/* technology-brand section end  */


/* client section start */

.client-wrap {
  background-color: #fff  !important;
  padding: 60px 0;
  color: #fff;
}

.innerclient-wrap {
	padding: 120px 0
}

.has-particles {
  position: relative; /* required */
  overflow: hidden;
}

.has-particles .particles-container {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0; /* behind content */
}

.has-particles .gradient-background,
.has-particles .particles-container {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.client-wrap .section-title {
    color: #000;
    font-size: 70px;
    font-weight: 700;
    margin-bottom: 50px;
    letter-spacing: -2px;
}
.content-para {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 30px;
  color: #737171;
}

.logo-item-col { margin-bottom: 20px; }

.logo-item {
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  padding: 20px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  min-height: 110px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.logo-item:hover {
  transform: translateY(-10px) scale(1.05);
  box-shadow: 0 20px 40px #c2f9ba94;
  border-color: #f556094f;
  border-radius:0;
}

.logo-item img {
    max-width: 100%;
    height: 70px;
    object-fit: contain;
    transition: all 0.4s ease;
    filter: grayscale(2);
}
.logo-item:hover img {
  filter: grayscale(0%) opacity(1);
  transform: scale(1.1);
}


/* Fade-in animation */
.fade-in {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 0.8s ease forwards;
  animation-play-state: paused;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.client-row{
    padding-bottom:40px;
}

/* Mouse Trail Particles */
.particle {
  position: absolute;
  background: radial-gradient(circle, #ffffff 0%, rgba(255,255,255,0) 90%);
  border-radius: 50%;
  pointer-events: none;
  transform: translate(0,0) scale(1);
  transition: transform 0.8s ease-out, opacity 0.8s ease-out;
}

.client-btn-wrap {
    text-align: center;
    margin-top: 40px;
}
.client-wrap .creation-footer-btn {
    display: inline-block;
    padding: 15px;
    font-size: 16px;
    background: #000;
    color: #fff;
    text-decoration: none;
    border-radius: 0;
    transition: background 0.3s ease;
}
/* client section end */


/* creation section start */

.creation-wrap {
    padding: 60px 0;
    background: #fff;
}

.creation-header {
    text-align: left;
    margin-bottom: 30px;
}

.creation-title {
    font-weight: 700;
    font-size: 70px;
    color: #0f0f0f;
    margin-bottom: 10px;
    letter-spacing: -2px;
}
.creation-intro {
    font-size: 16px;
    color: #00000099;
    line-height: 1.6;
    margin-bottom: 10px;
	text-transform: capitalize;
}

.creation-card-col {
    padding: 0 15px;
    margin-bottom: 25px;
    display: flex;
}

.creation-card {
    background: #fff;
    box-shadow: 0 2px 3px rgba(0,0,0,.075);
    transition: transform .3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

.creation-card:hover {
    transform: translateY(-5px);
}

/* IMAGE WRAPPER */
.creation-img-wrap {
    position: relative;
    width: 100%;
    height: 185px;
    overflow: hidden;
}

.creation-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity .5s ease-in-out, transform .5s;
}

.creation-img-wrap .main-img {
    opacity: 1;
    position: relative;
}

/* HOVER SEQUENCE */
.creation-card:hover .main-img {
    opacity: 0;
}

.creation-card:hover .hover-img-1 {
    opacity: 1;
    transition-delay: .1s;
}

.creation-card:hover .hover-img-2 {
    opacity: 1;
    transition-delay: 2s;
}

/* BODY */
.creation-body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.creation-card-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.3;
    color: #000;
    margin-bottom: 10px;
}

.creation-card-text {
    font-size: 14px;
    color: #00000099;
    line-height: 1.6;
    margin-bottom: 20px;
    flex-grow: 1;
}

/* BUTTON */
.creation-btn-wrap {
    display: flex;
    justify-content: flex-start;
    margin-top: auto;
}

.creation-btn {
    padding: 10px 15px;
    font-size: 14px;
    border: 1px solid #000;
    color: #000;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none !important;
    border-radius: 0;
    transition: background .3s, color .3s;
}

.creation-btn:hover {
    background: #000;
    color: #fff;
}

.creation-footer {
    text-align: center;
    margin: 10px auto 0;
}

.creation-footer .creation-footer-btn {
    display: inline-block;
    padding: 15px;
    font-size: 16px;
    background: #000;
    color: #fff;
    text-decoration: none;
    border-radius: 0;
    transition: background 0.3s ease;
}

.creation-footer .creation-footer-btn:hover {
    background: #151515;
}
.inner-creation-header {
	margin-bottom: 0;
}

.creation-filters {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px;
    align-items: end;
}

.chip {
  position: relative;
}

.chip-toggle {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 28px;
  border: 1px solid #d0d0d0;
  background: #fff;
  color: #111;
  cursor: pointer;
}

.chip-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  height: 28px;
  padding: 0 8px;
  border-radius: 16px;
  background: #111;
  color: #fff;
  font-weight: 600;
}

.chip-caret {
  width: 10px;
  height: 10px;
  border-right: 2px solid #444;
  border-bottom: 2px solid #444;
  transform: rotate(45deg);
  margin-left: 4px;
}

.chip-toggle[aria-expanded="true"] .chip-caret {
  transform: rotate(-135deg);
}

.chip-panel {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    width: 320px;
    max-height: 420px;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(0,0,0,.12);
    display: none;
    z-index: 3;
}

.chip-panel.open {
  display: block;
  animation: chipIn .16s ease-out both;
}

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

.chip-search {
  padding: 12px 14px;
  border-bottom: 1px solid #efefef;
}

.chip-search-input {
  width: 100%;
  border: none;
  outline: none;
  background: #f3f3f3;
  border-radius: 6px;
  padding: 10px 12px;
}

.chip-options {
  margin: 0;
  padding: 8px 0;
  list-style: none;
  max-height: 300px;
  overflow: auto;
}

.chip-option {
  padding: 12px 14px;
  border-top: 1px solid #f2f2f2;
}

.chip-option:first-child { 
	border-top: 0; 
}

.chip-option-label {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}

.chip-check {
  appearance: none;
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.chip-checkbox {
  width: 18px;
  height: 18px;
  border: 2px solid #c8c8c8;
  border-radius: 4px;
  display: inline-block;
  background: #fff;
}

.chip-check:checked + .chip-checkbox {
  background: #111;
  border-color: #111;
  box-shadow: inset 0 0 0 3px #fff;
}

.chip-text { color: #222; }

.chip-actions {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 12px;
  border-top: 1px solid #efefef;
  background: #fff;
}

.chip-actions .chip-clear,
.chip-actions .chip-apply {
  padding: 10px 14px;
  border-radius: 6px;
  border: 1px solid #d0d0d0;
  background: #fff;
  cursor: pointer;
}

.chip-actions .chip-apply {
  background: #111;
  color: #fff;
  border-color: #111;
}



/* creation section end */

/* team section start  */

.team-section {
  padding: 60px 0;
	background: #0f0f0f;
}
.team-section .creation-title{
    color:#fff;
}
.team-section-card {
  margin: 0 12px;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 12px;
  border:1px solid #a2f9952e;
}
.team-section .creation-intro{
    color:#e9e4e499;
}

.team-section-card::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #f556095c, /* Bright aqua-green from the left */ #a2f9955c 50%, /* Soft blue-violet blend */ rgba(0, 0, 0, 0) 100% /* Fade to transparent */);
    z-index: 2;
    transition: 0.5s all;
    opacity: 0;
}

.team-section-hover {
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    background: linear-gradient(transparent, rgb(0 0 0));
    color: #fff;
    padding: 20px;
    text-align: center;
    transition: bottom 0.4s ease;
    z-index: 2;
}

.team-section-card:hover::before {
  opacity: 1;
}

.team-section-image {
  position: relative;
  overflow: hidden;
}

.team-section-image img {
  width: 100%;
  object-fit: cover;
  object-position: top;
  height: 340px;
  display: block;
  transition: transform 0.5s ease;
}

.team-section-card:hover img {
  transform: scale(1.1);
}

.team-section-card:hover .team-section-hover {
  bottom: 0;
}

.team-section-hover h4 {
  margin: 0 0 10px;
  font-size: 25px;
  color: #fff;
}

.team-section-hover p {
  font-size: 15px;
  margin-bottom: 15px;
  color: #fff;
}

.team-section-social a {
  color: #fff;
  margin: 0 5px;
  font-size: 25px;
  display: inline-block;
  transition: color 0.3s ease;
}

.team-section-social a:hover {
  color: #f55609
;
}

.team-section-viewmore-btn {
  display: inline-flex;
  padding: 12px 15px;
  background: transparent;
  color: #212529;
  border: 1px solid #212529;
  align-items: center;
  gap: 10px;
  font-weight: 400;
  font-size: 16px;
}

.team-section-viewmore-btn:hover {
  text-decoration: none;
  background: #212529;
  color: #fff;
  border: 1px solid #212529;
}

/* team section end  */

/* testimonial section start */

*, *::before, *::after {
  box-sizing: border-box;
}

.testimonials-top {
    text-align: left;
}

.testimonial-wrap {
  	padding: 60px 0 0;
  	background: #fff;
	overflow: hidden;
}

.testimonial-wrap .section-title {
    font-size: 16px;
    color: #d6d6d7;
    margin-bottom: 8px;
}

.testimonial-wrap .section-subtitle {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #ffffff;
}

.video-testimonial-card-wrap {
  background: #fff;
  border-radius: 35px;
  padding: 20px;
  transition: all 0.3s ease;
  margin: 20px;
  text-align: center;
  min-height: 400px !important;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
  position: relative;
  overflow: hidden;
}

.video-testimonial-card.video-playing {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-testimonial-card.video-playing .video-thumbnail,
.video-testimonial-card.video-playing .testimonial-text,
.video-testimonial-card.video-playing hr,
.video-testimonial-card.video-playing .testimonial-name,
.video-testimonial-card.video-playing .testimonial-role {
  display: none;
}

.video-thumbnail {
  position: relative;
  width: 130px;
  height: 130px;
  margin: 0 auto 20px;
  border-radius: 50%;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.video-thumbnail img.yt-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  display: block;
  transition: transform 0.4s ease;
}

.play-btn {
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -80%);
  background: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(7px);
  color: #000;
  border: none;
  border-radius: 30px;
  font-size: 14px;
  padding: 6px 15px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  box-shadow: 0 3px 6px rgba(0,0,0,0.15);
  transition: all 0.3s ease;
  z-index: 10;
}

.play-btn:hover {
  background: #fff;
  transform: translate(-50%, -80%) scale(1.05);
}

.play-btn i {
  font-size: 12px;
}

.video-inline {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  background: #fff;
  z-index: 10;
}

.video-inline-video {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.video-inline-video iframe,
.video-inline-video video {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 12px;
  display: block;
}

.close-inline-video {
  position: absolute;
  top: 30px;
  right: 30px;
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  font-size: 20px;
  font-weight: bold;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  cursor: pointer;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.close-inline-video:hover {
  background: #ffffff;
  color: #000000;
}

.video-content-wrap {
  border-top: 1px solid #00000080;
}

.testimonial-text p {
  font-size: 14px;
  color: #000000cc;
  line-height: 1.5;
}

.testimonial-name {
    margin: 10px 0 0;
    color: #000;
    font-size: 18px;
    font-weight: 600;
}
.testimonial-role {
  font-size: 12px;
  color: #00000099;
  margin-bottom: 0;
}

.text-testimonials-slider {
  margin-top: 60px;
  position: relative;
}

.testimonial-card-wrap {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  padding: 30px 40px;
  width: 620px;
  max-width: calc(100% - 48px);
  margin: 0;
  transition:
    transform 600ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 450ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 600ms cubic-bezier(0.22, 1, 0.36, 1);
  transform-origin: center center;
  transform: translateY(10px) scale(0.985);
  opacity: 0.62;
  will-change: transform, opacity;
  border: 1px solid rgba(0,0,0,0.04);
  overflow: hidden;
  position: relative;
}

.testimonial-card-wrap blockquote {
  font-size: 16px;
  font-style: italic;
  color: #444;
  margin-bottom: 20px;
  transform: translateY(10px);
  opacity: 0.75;
  transition: transform 520ms cubic-bezier(0.22,1,0.36,1), opacity 520ms;
}

.text-meta img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
}

.text-meta h5 {
  margin: 0;
  font-weight: 600;
  color: #111;
}

.text-meta p {
  margin: 0;
  font-size: 13px;
  color: #777;
}

.video-testimonials-slider,
.text-testimonials-slider {
  position: relative;
}

.video-prev .slick-prev, .video-prev slick-next {
  background: #fff;
  border: none;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
  font-size: 18px;
  line-height: 44px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20 !important;
  cursor: pointer;
  transition: all 0.3s ease;
}

.slick-prev:hover, .slick-next:hover {
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 5px 15px rgba(0,0,0,0.25);
}

.slick-prev { left: -50px; }
.slick-next { right: -50px; }

.slick-prev i, .slick-next i {
  color: #000;
  font-size: 20px;
}

.video-testimonials-slider-wrap {
    position: relative;
    max-width: 1000px !important;
    margin: 0 auto;
}

.video-testimonials-slider-wrap .video-prev,
.video-testimonials-slider-wrap .video-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border: none;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-testimonials-slider-wrap .video-prev {
  left: -30px;
}

.video-testimonials-slider-wrap .video-next {
  right: -30px;
}

.video-testimonials-slider-wrap .video-prev i,
.video-testimonials-slider-wrap .video-next i {
  font-size: 20px;
  color: #000;
}



.text-testimonial-wrap {
    padding: 40px 0 60px;
    background: #fff;
    overflow: hidden;
}
}
.text-testimonial-wrap .container {
  max-width: 600px !important;
  margin: auto;
}
.text-testimonials-slider-wrap {
  position: relative;
  max-width: 600px;     /* MATCH YOUR CONTAINER */
  width: 100%;
  margin: 0 auto;
  height: 280px;
  overflow: visible;
}

/* Arrows */
.text-testimonials-slider-wrap .text-prev,
.text-testimonials-slider-wrap .text-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 8px 22px rgba(0,0,0,0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  border: none;
  cursor: pointer;
  transition: box-shadow 0.2s, background 0.2s, transform 0.2s;
  font-size: 18px;
}
.text-testimonials-slider-wrap .text-prev { left: -60px; }
.text-testimonials-slider-wrap .text-next { right: -60px; }
.text-testimonials-slider-wrap .text-prev:hover,
.text-testimonials-slider-wrap .text-next:hover {
  background: #f0f0f0;
  box-shadow: 0 16px 24px rgba(0,0,0,0.12);
  transform: translateY(-50%) scale(1.09);
}

.text-testimonials-slider {
  position: relative;
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  height: 240px;
}
.text-testimonials-slider .slick-list {
  overflow: visible !important;
  height: 240px;
}
.text-testimonials-slider .slick-track {
  position: relative !important;
  left: 0 !important;
  transform: none !important;
  min-height: 180px;
  width: unset !important;
}

/* Slides */
.text-testimonials-slider .slick-slide {
  position: absolute !important;
  top: 0;
  left: 50%;
  width: 100% !important;
  opacity: 0 !important;
  pointer-events: none;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  z-index: 0;
  transition: opacity 0.35s ease-out;
}

.text-testimonials-slider .text-testimonial-card-wrap {
  width: 100%;
  max-width: 560px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 12px 36px rgba(0,0,0,0.08), 0 2px 8px rgba(0,0,0,0.04);
  border: 1px solid rgba(0,0,0,0.05);
  margin: 0 auto;
  padding: 20px;
  min-height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform-origin: center bottom;
}

.text-testimonials-slider .testimonial-text {
  font-size: 15px;
  line-height: 1.6;
  color: rgba(0,0,0,0.8);
  flex: 1;
}
.text-testimonials-slider .text-meta {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: auto;
  padding-top: 4px;
}
.text-testimonials-slider .testimonial-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.text-testimonials-slider .text-info h5 {
  margin: 0 0 2px 0;
  font-weight: 600;
  font-size: 16px;
  color: #1a1a1a;
}
.text-testimonials-slider .text-info p {
  margin: 0;
  font-size: 14px;
  color: #7a8792;
}

/* Stacking states */
.text-testimonials-slider .slick-slide.stack-1 {
  transform: translateX(-50%) scale(1) translateY(30px);
  opacity: 1 !important;
  z-index: 5;
}
.text-testimonials-slider .slick-slide.stack-2 {
  transform: translateX(-50%) scale(0.96) translateY(45px);
  opacity: 1 !important;
  z-index: 4;
}
.text-testimonials-slider .slick-slide.stack-3 {
  transform: translateX(-50%) scale(0.92) translateY(60px);
  opacity: 0.9 !important;
  z-index: 3;
}
.text-testimonials-slider .slick-slide.stack-4 {
  transform: translateX(-50%) scale(0.88) translateY(75px);
  opacity: 0.8 !important;
  z-index: 2;
}

.text-testimonials-slider .slick-slide {
  opacity: 0;
  pointer-events: none;
  z-index: 0;
  transition: none;
}

@keyframes tiltRiseUp {
  0% {
    transform: translateY(0px) rotateX(0deg) rotateZ(0deg) scale(0.88);
    opacity: 0;
  }
  50% {
    transform: translateY(-240px) rotateX(16deg) rotateZ(16deg) scale(0.96);
    opacity: 0.9;
  }
  51% {
    transform: translateY(-240px) rotateX(16deg) rotateZ(16deg) scale(0.96);
    opacity: 1;
  }
  100% {
    transform: translateY(0) rotateX(0deg) rotateZ(0deg) scale(1);
    opacity: 1;
  }
}

.tilt-rise-animate .text-testimonial-card-wrap {
  animation: tiltRiseUp 1s forwards;
}


/* testimonial section end */


/* blog section start */

.blog-wrap {
    padding: 60px 0;
    background: #1d1f1e;
}

.blog-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.blog-wrap .creation-title{
    color:#fff;
}
.blog-title {
    font-size: 42px;
    font-weight: 500;
    color: #000000;
    text-align: left
}

.blog-slider {
    margin-bottom: 30px;
}

.blog-col {
    padding: 0 15px;
    margin-bottom: 10px;
}

.blog-card-link{
    text-decoration: none !important;
}

.blog-card {
    background: #ffffff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    border-radius: 6px;
    overflow: hidden;
    height: 100%;
}

.blog-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.blog-body {
    padding: 20px;
}

.blog-meta {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.blog-readtime {
    font-size: 14px;
    color: #555555;
}

.blog-date {
    font-size: 14px;
    color: #555555;
}

.blog-card-title {
  position: relative;
  display: inline-block;
  font-size: 24px;
  font-weight: 600;
  color: #000;
  line-height: 1.4;
  transition: color 0.3s ease;
}

.blog-card-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0%;
  height: 2px;
  background-color: #000;
  transition: width 0.4s ease;
}

.blog-card-link:hover .blog-card-title::after {
  width: 100%;
}

.blog-card-link:hover .blog-card-title {
  color: #000; 
}


.blog-slider-nav {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-bottom: 20px;
}

.blog-slider-nav button {
    width: 40px;
    height: 40px;
    border: none;
    background: #000000;
    color: #ffffff;
    font-size: 18px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.blog-slider-nav button:hover {
    background: #333333;
}

.blog-btn-wrap {
    text-align: center;
    margin-top: 20px;
}

.blog-btn {
    display: inline-block;
    padding: 14px 24px;
    background: #000000;
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    transition: background 0.3s ease;
}

.blog-btn:hover {
    background: #333333;
}


/* blog section end */

/* Footer Wrapper start */

.footer-wrapper {
  background: #000; /* dark black */
  color: #fff;
  font-family: "Inter", sans-serif;
  padding-top: 60px;
  padding-bottom: 40px;
}

.footer-wrapper a {
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-wrapper a:hover {
  color: #c0c0c0;
}

.footer-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 700px;
    border-radius: 6px;
    margin: 0 auto 40px;
    background: #333;
}

.footer-cta-left img {
  max-height: 60px;
}

.footer-cta-right .quote-btn {
    background: #fff;
    color: #000;
    font-weight: 600;
    padding: 20px;
    border-radius: 0;
    text-transform: none;
    display: inline-block;
}

.footer-cta-right .quote-btn:hover {
  background: #d3d4d5;
  color: #000000;
  text-decoration: none !important;
}

.footer-top-content {
  text-align: left;
  margin-bottom: 40px;
}

.footer-top-content h2 {
    font-size: 44px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #fff;
}

.footer-top-content p {
  color: #b3b3b3;
  font-size: 16px;
}

.footer-menu-wrap {
  margin-bottom: 40px;
}

.footer-menu-wrap h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    position: relative;
    color: #fff;
}

.footer-list,
.footer-menu-wrap ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-list li {
  margin-bottom: 10px;
}
.footer-list li a {
  color: #d1d1d1;
  font-size: 16px;
}
.footer-list li a:hover {
  color: #fff;
}

.footer-content-wrap {
    margin-bottom: 5px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    width: fit-content;
}

.footer-main-address{
    margin-bottom: 15px;
}

.footer-content-wrap p {
  margin: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
  color: #ffffff;
}
.footer-content-wrap a {
  display: block;
  font-size: 16px;
  color: #fff;
  word-wrap: break-word;
}
.footer-content-wrap a:hover {
  color: #ffffffbf;
  text-decoration: none !important;
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 20px;
  margin-top: 40px;
  text-align: center;
}

.footer-bottom .footer-copy-col p {
  text-align: left;
  font-size: 16px;
  line-height: 1.6;
  color: #ffffff;
  margin: 0;
}

.footer-bottom a {
  color: #fff;
  font-size: 16px;
}

.footer-bottom a:hover {
  color: #ffffffbf;
  text-decoration: none !important;
}

.footer-social-icons {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.footer-social-icons a {
    color: #fff;
    font-size: 28px;
}

.footer-social-icons a:hover {
  color: #ffffffbf;
  text-decoration: none !important;
}

.footer-privacy-col p {
    display: flex;
    gap: 15px;
    justify-content: flex-end;
    word-wrap: break-word;
}

/* Footer Wrapper end */


/* inner page header start */

.inner-career-page-header {
  background: linear-gradient(90deg, #1f043b 0%, #000000 65%);
  color: #ffffff;
  position: relative;
  overflow: hidden;
  /* padding: 80px 0; */
  height: 55vh;
  display: flex;
  align-items: center;
}

.inner-career-header-content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.inner-career-header-text {
  max-width: 580px;
}

.inner-career-title {
  font-size: 46px;
  font-weight: 700;
  margin-bottom: 18px;
  line-height: 1.2;
  color: #ffffff;
}

.inner-career-description {
  font-size: 17px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.85);
}

.inner-career-description h2 {
    color: #fff;
    font-size: 38px;
}

.inner-career-description p {
    margin-bottom: 16px;
    color: #cbcbcb;
}

.inner-career-image-wrap {
  text-align: center;
}

.inner-career-image {
    width: 100%;
    max-width: 460px;
    max-height: calc(55vh - 150px);
    object-fit: contain;
    border-radius: 10px;
}

.inner-career-page-header .container {
  position: relative;
  z-index: 1;
}

/* inner page header end */


/* inner page solution start  */

.inner-solutions-section {
    padding: 120px 0;
    background: #f8f9fa;
}

.inner-solutions-title {
  text-align: center;
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 50px;
}

.inner-solutions-col {
    margin-bottom: 20px;
    display: flex;
}

.inner-solutions-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    transition: transform .3s ease, box-shadow .3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.inner-solutions-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

.inner-solutions-image img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    border-bottom: 3px solid #f1c40f;
    display: block;
}

.inner-solutions-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.inner-solutions-content-wrap {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.inner-solutions-post-title {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 10px;
}

.inner-solutions-post-title a {
    color: #000;
    text-decoration: none;
    transition: color .3s ease;
}

.inner-solutions-post-title a:hover {
    color: #640b9c;
}

.inner-solutions-excerpt {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 20px;
    flex-grow: 1;
}

.inner-solutions-readmore {
    padding: 10px 15px;
    font-size: 14px;
    border: 1px solid #000;
    color: #000;
    display: inline-flex;
    align-items: center;
    width: fit-content;
    text-decoration: none;
    border-radius: 0;
    transition: background .3s ease, color .3s ease;
}

.inner-solutions-readmore i {
    margin-left: 5px;
    transition: margin-left .3s ease;
}

.inner-solutions-readmore:hover {
    background: #000;
    color: #fff;
	text-decoration: none;
}

.inner-solutions-readmore:hover i {
    margin-left: 8px;
}

/* inner page solution end  */


/* single page solution start  */

.single-case-study-header {
    padding: 160px 0;
    background: #000000e8;
    overflow: hidden;
    height: 100vh;
}

.single-case-study-content {
    width: 90%;
}

.single-case-study-title

 {
    font-size: 70px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
    letter-spacing: -2px;
}

.single-case-study-content p {
    font-size: 16px;
    color: #fff
}
.single-case-study-btn {
    border-radius: 0;
    padding: 10px 15px;
    font-size: 15px;
    border: 1px solid #f55609;
    color: #f55609;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    transition: background 0.3s ease, color 0.3s ease;
}

.single-case-study-btn:hover {
    background: #f55609;
    color: #000000;
    text-decoration: none;
}

.single-case-study-feature-img {
  /* position: relative; */
  display: inline-block;
}

.single-case-study-feature-img img {
    width: 100%;
    object-fit: contain;
    height: 475px;
}

.floating-element {
    position: absolute;
    width: 180px;
    height: auto;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 25px rgba(0,0,0,0.12);
    animation: floatUpDown 4s ease-in-out infinite alternate;
    z-index: 10;
    background: #ffffffee;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.floating-element img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Top floating element */
.floating-top {
    top: 36px;
    right: 100px;
    animation: floatY 6s ease-in-out infinite alternate;
    animation-delay: 0.5s;
}


.floating-bottom {
    bottom: 60px;
    left: 30px;
    animation: floatY 6s ease-in-out infinite alternate;
    animation-delay: 1s;
}



.single-case-study-details {
  padding: 60px 0;
  background: #1d1f1e;

}

.case-study-description h2 {
    font-size: 60px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 16px;
    letter-spacing: -2px;
}
.case-study-description p{
  font-size: 16px;
  line-height: 1.7;
  color: #fff;
}

.stat-col {
  padding: 10px !important;
}
.case-study-stats {
    padding-left:60px;
}
.case-study-stats .stat-card {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: #0b001a;
    gap: 15px;
    align-items: center;
    justify-content: space-between;
    min-height: 120px;
    transition: transform 2s ease, box-shadow 0.3s ease, background 0.5s ease;
    height: 100%;
    text-align: center;
}

.case-study-stats .stat-card:hover {
    background: #f55609;
}

.case-study-stats .stat-card:hover .stat-arrow {
    background: #fff;
    transform: rotate(145deg);
}

.case-study-stats .stat-label {
    font-weight: 700;
    font-size: 20px;
    color: #0b001a;
}

.case-study-stats .stat-value {
  font-weight: 500;
  color: #000000;
  font-size: 18px;
}

.case-study-stats .stat-info {
  line-height: 1.6;
  font-size: 14px;
  margin-bottom: 10px;
  color: #00000099;
}

.stat-link-card {
  text-decoration: none;
  color: inherit;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  transition: all 0.3s ease;
  position: relative;
}

.stat-link-card .stat-label {
  color: inherit;
}

.stat-link-card .stat-arrow {
    background: #ffffff;
    border: 6px solid #f1f1f1;
    height: 60px;
    position: absolute;
    top: -5px;
    right: -5px;
    width: 60px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.6s ease, background 0.3s ease;
}



.single-case-study-requirements {
    padding: 60px 0;
    background: #e4e4e4;
    position: relative;
    overflow: hidden;
}

.requirements-content p{
  line-height: 1.7;
  font-size: 16px;
  margin-bottom: 15px;
  color: #000000b3;
  text-align: justify;
}

.requirements-content h2 {
    font-size: 28px;
    color: #323232;
    text-align: left;
    margin-bottom: 16px;
}

.requirements-content .info-list {
    list-style: none;
    padding: 20px;
    background: #d3d3d37d;
    border-radius: 15px;
    margin: 0;
}

.requirements-content .info-list {
  margin-top: 0;
  margin-bottom: 1rem;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 1.25rem;
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
}

.requirements-content .info-list li {
    position: relative;
    border-radius: 13px;
    padding: 10px 15px;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    font-size: 16px;
    font-weight: 400; /* explicitly normal */
    text-align: left;
    color: #00000099;
    line-height: 1.6;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

.requirements-content .info-list li::before {
    content: "✓";
    color: #0b001a;
    font-weight: bold;
    font-size: 20px;
    flex-shrink: 0;
}

.requirements-content .info-list li:hover {
  transform: translateX(5px);
  box-shadow: 0 12px 25px rgba(0,0,0,0.1);
  background: #f5f7ff;
}

.no-content {
  font-style: italic;
  color: #777;
}

.single-case-study-gallery {
  padding: 60px 0;
  background: #f9f9f9;
}

.single-case-study-gallery .container {
    max-width: 1000px !important;
    margin: auto;
}

.case-gallery-slider-wrap {
  position: relative;
  margin: 0 auto;
}

.case-gallery-slider .slick-slide {
  position: relative;
  opacity: 0;
  transition: opacity 0.8s ease;
}

.case-gallery-slider .slick-active {
  opacity: 1;
}

.case-gallery-img-wrap {
  position: relative; 
  overflow: hidden !important;
  border-radius: 15px;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

/* Ripple element inside the image wrapper */
.case-gallery-img-wrap::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  background: rgba(255,255,255,0.15); /* subtle ripple */
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: ripple 0.8s ease-out forwards;
  pointer-events: none;
  z-index: 2;
}

/* Ripple keyframes */
@keyframes ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0.6;
  }
  50% {
    width: 120%;
    height: 120%;
    opacity: 0.3;
  }
  100% {
    width: 150%;
    height: 150%;
    opacity: 0;
  }
}

.case-gallery-img {
    width: 100%;
    height: 600px;
    display: block;
    border-radius: 15px;
    object-fit: cover;
}

.case-gallery-prev, .case-gallery-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 8px 22px rgba(0,0,0,0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
    border: none;
    cursor: pointer;
    transition: box-shadow 0.2s, background 0.2s, transform 0.2s;
    font-size: 18px;
}

.case-gallery-prev:hover, .case-gallery-next:hover {
    background: #f0f0f0;
    box-shadow: 0 16px 24px rgba(0,0,0,0.12);
    transform: translateY(-50%) scale(1.09);
}

.case-gallery-prev { left: -60px; }
.case-gallery-next { right: -60px; }

.case-gallery-prev i, .case-gallery-next i {
  font-size: 18px;
}


/* No images placeholder */
.no-image {
  font-style: italic;
  color: #777;
  font-size: 16px;
  padding: 40px 0;
}

.single-case-study-gallery .slick-prev:before, .single-case-study-gallery .slick-prev:after {
    display: none !important;
}


.single-case-study-challenges {
	padding: 60px 0;
    position: relative;
    overflow: hidden;
}

.challenges-content h2 {
	font-size: 28px;
    color: #323232;
    text-align: left;
    margin-bottom: 16px;
}

.challenges-content p {
    line-height: 1.7;
    font-size: 16px;
    margin-bottom: 15px;
    color: #000000b3;
    text-align: justify;
}

/* single page solution end  */


/* inner work page start */

.inner-creation-wrap {
    padding: 120px 0;
}


/* inner work page end */

/* Single Creation Page start */

.single-creation-wrap {
    padding: 120px 0;
}

.single-creation-img-wrap {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 4px rgb(0 0 0 / 15%);
}

.single-creation-img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
  display: block;
}

.single-creation-content {
  padding-left: 30px;
}

.single-creation-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #000;
}

.single-creation-text p {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 10px;
}

.single-work-view-btn {
	padding: 10px 15px;
    font-size: 14px;
    border: 1px solid #000;
    color: #000;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none !important;
    border-radius: 0;
    transition: background .3s, color .3s;
}

.single-work-view-btn-wrap {
	margin-top: 20px;
}

.single-work-view-btn:hover {
	background: #000;
	color: #fff;
}

/* Single Creation Page end */



/* inner product page start */


.inner-product-wrap {
    background: linear-gradient(359deg, #f8f9fa00 0%, #e9ecef 100%);
    padding: 120px 0;
    text-align: left;
}

.inner-product-header {
    margin-bottom: 20px;
}

.inner-product-title {
    font-size: 64px;
    font-weight: 500;
    color: #000000;
    line-height: 1.2;
    margin-bottom: 20px;
}

.inner-product-intro {
  font-size: 16px;
  line-height: 1.6;
  color: #000000b3;
  margin-bottom: 0;
}

.inner-rating-col {
    display: flex;
    justify-content: flex-end;
}

.inner-product-rating {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.inner-product-rating img {
    width: 250px;
    height: auto;
    object-fit: contain;
}

.rating-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
}

.rating-stars i {
  color: #f4b400;
  font-size: 14px;
  line-height: 1.6;
}

.rating-text {
  font-size: 14px;
  color: #666;
  margin: 0;
  line-height: 1.6;
}

.star-content p {
    font-size: 14px;
    color: #888;
    margin-top: 0px;
    max-width: 320px;
    text-align: center;
    line-height: 1.6;
}

.ti-widget[data-layout-id='98'][data-set-id='light-minimal'] .ti-top-rated-title {
    margin-top: 5px;
    margin-bottom: 2px;
    display: none !important;
}

.ti-widget[data-layout-id='98'][data-set-id='light-minimal'] .ti-verified-by {
    display: none !important;
}

.ti-widget[data-layout-id='98'][data-set-id='light-minimal'] .ti-header {
    display: inline-block;
    text-align: left;
    background-color: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
}

.ti-widget[data-layout-id='98'][data-set-id='light-minimal'] .ti-widget-container {
    display: block;
    color: #000000;
    margin: 0 5px !important;
}

.inner-product-col {
  margin-bottom: 40px;
}

.inner-product-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .075) !important;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.inner-product-img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.inner-product-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.inner-product-card-title {
    font-weight: 500 !important;
    font-size: 18px;
    color: #000;
    margin-bottom: 10px;
}

.inner-product-content {
  font-size: 14px;
  line-height: 1.7;
  color: #212529bf;
  flex-grow: 1;
}

/* inner product page end */


/* single page product section start  */

/* product Banner section  */

/* single product page start */

.single-product-banner-wrap {
    padding: 120px 0px 0px;
    background: #e5e5e5;
    position: relative;
    height: 80vh;
    overflow: hidden;
    z-index: 0;
}

.single-product-banner-wrap::before {
    content: '';
    position: absolute;
    bottom: -40%;
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgb(255 255 255 / 19%) 0%, #00000000 70%);
    border-radius: 50%;
    z-index: -1;
}

.single-product-title {
    font-size: 46px;
    font-weight: 700;
    line-height: 1.3;
    color: #323232;
    margin-bottom: 15px;
}

.single-product-text p{
  font-size: 16px;
  line-height: 1.6;
  color: #00000099;
  margin-bottom: 20px;
  font-weight: 400;
}

.single-product-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
	width: 78%;
}

.single-product-img-wrap {
    position: relative;
    height: calc(80vh - 120px);
    transition: transform 0.3s ease;
}

.single-product-img {
    width: 100%;
    object-fit: contain;
    display: block;
    position: absolute;
    bottom: 0px;
}

.float-img-1 {
    position: absolute;
    width: 150px;
    height: auto;
    object-fit: contain;
    animation: floatY 6s ease-in-out infinite;
    pointer-events: none;
    top: 20px;
    right: 20px;
    animation-delay: 0s;
}

.float-img-2 {
    position: absolute;
    width: 150px;
    height: auto;
    object-fit: contain;
    animation: floatY 6s ease-in-out infinite;
    pointer-events: none;
    bottom: 80px;
    left: 0px;
    animation-delay: 1.2s;
}

@keyframes floatY {
  0%   { transform: translateY(0) rotate(0deg); }
  50%  { transform: translateY(-12px) rotate(1deg); }
  100% { transform: translateY(0) rotate(0deg); }
}

.quote-popup-overlay {
    display: none;
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.6);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.quote-popup {
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    max-width: 500px;
    width: 90%;
    position: relative;
    box-shadow: 0 5px 30px rgba(0,0,0,0.2);
}

.close-popup {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 24px;
    font-weight: 600;
    cursor: pointer;
    color: #333;
}

.quote-popup .title {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 40px;
    line-height: 1.3;
    margin-top: 0;
}

.single-product-quote-col {
    padding: 0 10px !important;
}

.single-product-quote-contact-form input, .single-product-quote-contact-form textarea, .single-product-quote-contact-form select {
    width: 100%;
    padding: 10px 16px;
    margin-bottom: 15px;
    border-radius: 5px;
    border: 1px solid #ccc;
    font-size: 14px;
    max-height: 140px;
    font-family: 'general-sans' !important;
}

.single-product-quote-contact-form input[type="submit"] {
  background: transparent;
  color: #000000;
  border: 1px solid #000000;
  padding: 10px 20px;
  width: fit-content !important;
  margin: auto;
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
  transition: all 0.3s ease;
}

.single-product-quote-contact-form input[type="submit"]:hover {
  color: #ffffff;
  background: #000000;
}

.wpcf7-spinner {
    display: none !important;
}



.single-project-taxonomy-wrap {
    padding: 60px 0;
    background: #1d1f1e;
    position: relative;
}

.single-project-taxonomy-header {
  margin-bottom: 50px !important;
}

.single-project-taxonomy-title {
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 16px;
}

.single-project-taxonomy-subtitle {
    text-align: center;
    font-size: 16px;
    color: #ffffff80;
    font-style: italic;
    margin-bottom: 40px;
}

.single-project-taxonomy-card {
  position: relative;
  margin-bottom: 30px;
  perspective: 1000px;
}

.single-project-taxonomy-card-inner {
    position: relative;
    background: transparent;
    border-radius: 20px;
    padding: 32px 20px;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    min-height: 140px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.single-project-taxonomy-card-inner:hover {
	transform: translateY(-8px) scale(1.02);
	border: 1px solid #000000;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
	border-color: #000000;

}

.single-project-taxonomy-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f55609;
    transition: all 0.3s ease;
    margin: 0px auto 16px auto;
}

.single-project-taxonomy-icon i {
  font-size: 36px;
  line-height: 1;
}

.single-project-taxonomy-card-inner:hover .single-project-taxonomy-icon {
  transform: scale(1.1) rotate(5deg);
}

.single-project-taxonomy-content {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.single-project-taxonomy-name {
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
    margin: 0;
    line-height: 1.4;
    text-align: center;
}



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

.single-project-taxonomy-card {
  animation: fadeInUp 0.6s ease forwards;
}

.single-project-taxonomy-card:nth-child(1) { animation-delay: 0.1s; }
.single-project-taxonomy-card:nth-child(2) { animation-delay: 0.2s; }
.single-project-taxonomy-card:nth-child(3) { animation-delay: 0.3s; }
.single-project-taxonomy-card:nth-child(4) { animation-delay: 0.4s; }
.single-project-taxonomy-card:nth-child(5) { animation-delay: 0.5s; }
.single-project-taxonomy-card:nth-child(6) { animation-delay: 0.6s; }
.single-project-taxonomy-card:nth-child(7) { animation-delay: 0.7s; }
.single-project-taxonomy-card:nth-child(8) { animation-delay: 0.8s; }



.single-product-dashb-wrap {
    padding: 60px 0;
    background: #e5e5e5;
}

.product-gallery-slider-wrap {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    background: transparent;
}

.product-gallery-slider {
    position: relative;
}

.gallery-slide {
    margin: 20px;
    position: relative;
    background: #f8fafc;
    border-radius: 16px;
    overflow: hidden;
}

.gallery-slide img {
    width: 100%;
    height: 400px;
    border-radius: 15px;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.product-gallery-slider-wrap .product-prev,
.product-gallery-slider-wrap .product-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.792);
    border: none;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    z-index: 100;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #334155;
    font-size: 20px;
}

.product-gallery-slider-wrap .product-prev {
    left: 30px;
}

.product-gallery-slider-wrap .product-next {
    right: 30px;
}

.product-gallery-slider-wrap .product-prev:hover,
.product-gallery-slider-wrap .product-next:hover {
    background: #fff;
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
    color: #323232;
}

.product-gallery-slider-wrap .product-prev:active,
.product-gallery-slider-wrap .product-next:active {
    transform: translateY(-50%) scale(0.95);
}

.product-gallery-slider .slick-prev,
.product-gallery-slider .slick-next {
    display: none !important;
}

.product-content h1 { 
    font-size: 36px;
    color: #323232;
    margin-bottom: 16px;
    font-weight: 700;
    line-height: 1.3;
}

.product-content h2 { 
    font-size: 32px;
    color: #323232;
    margin-bottom: 16px;
    font-weight: 700;
    line-height: 1.3;
}

.product-content h3 { 
    font-size: 28px;
    color: #323232;
    margin-bottom: 16px;
    font-weight: 700;
    line-height: 1.3;
}

.product-content h4 { 
    font-size: 24px;
    color: #323232;
    margin-bottom: 16px;
    font-weight: 600;
    line-height: 1.3;
}

.product-content p {
    font-size: 16px;
    line-height: 1.7;
    color: #00000099;
    margin-bottom: 20px;
}

.product-content li {
    font-size: 16px;
    line-height: 1.6;
    color: #00000080;
    margin-bottom: 8px;
}

.product-content ul,
.product-content ol {
    padding-left: 24px;
    margin-bottom: 20px;
}

.product-content strong {
    color: #000000;
    font-weight: 600;
}

.product-content a {
    color: #323232;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.product-content a:hover {
    color: #000000;
    text-decoration: underline;
}

.no-gallery {
    height: 350px;
    background: #f8fafc;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px dashed #e2e8f0;
}

.placeholder-image {
    text-align: center;
    color: #94a3b8;
}

.placeholder-image i {
    font-size: 48px;
    margin-bottom: 16px;
    display: block;
}

.placeholder-image p {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
}

.no-content {
    text-align: center;
    color: #94a3b8;
    font-style: italic;
    padding: 40px;
    background: #f8fafc;
    border-radius: 16px;
    border: 2px dashed #e2e8f0;
}

.no-content p {
    margin: 0;
    font-size: 18px;
}



/* sing product Qoute section start */

.single-product-quote-wrap {
    background: #1d1f1e;
    padding: 60px 0;
}

.single-product-quote-wrap .container{
    max-width: 1000px !important;
    margin: auto;
    position: relative;
    z-index: 2;
}

.single-product-quote-content {
    padding: 20px;
}

.single-product-quote-title {
    font-size: 32px;
    font-weight: 600;
    color: #323232;
    margin-bottom: 20px;
    line-height: 1.2;
}

.single-product-quote-text {
    font-size: 16px;
    color: #000000cc;
    line-height: 1.6;
    margin-bottom: 20px;
}

.single-product-quote-line {
    display: inline-block;
    font-size: 16px;
    color: #323232;
    border-left: 4px solid #323232;
    padding: 15px 20px;
    background: rgb(255 255 255 / 28%);
    backdrop-filter: blur(40px);
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    margin-top: 10px;
}

.single-product-quote-line a {
    text-decoration: none;
    color: #323232;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: color 0.3s ease, transform 0.3s ease;
}

.single-product-quote-line i {
    font-size: 20px;
    color: #000000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.single-product-quote-line:hover {
    background: rgb(0, 0, 0);
    box-shadow: 0 6px 25px rgba(0,0,0,0.12);
}

.single-product-quote-line:hover a {
    color: #ffffff;
    text-decoration: none;
    transform: translateX(5px);
}

.single-product-quote-line:hover i {
    color: #fff;
}


.single-product-quote-form {
    background: #ffffff3d;
    padding: 20px;
    backdrop-filter: blur(10px);
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.single-product-quote-form input,
.single-product-quote-form textarea {
    width: 100%;
    padding: 10px 15px;
    margin-bottom: 15px;
    border: 1px solid #afafaf;
    border-radius: 8px;
    background: #00000000;
    font-size: 16px;
    color: #000000;
    transition: all 0.3s ease;
}

.single-product-quote-form input:focus,
.single-product-quote-form textarea:focus {
    border-color: #000000;
    outline: none;
}


/* single product page end */

/* single page product section end  */


/* inner blog page start */

/* Inner Blog Page */

.inner-blog-col {
    padding: 0 15px;
    margin-bottom: 30px;
}

.inner-blog-card {
    background: #ffffff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    border-radius: 6px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.inner-blog-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.inner-blog-body {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.inner-blog-meta {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.inner-blog-readtime,
.inner-blog-date {
    font-size: 14px;
    color: #555555;
}

.inner-blog-card-title {
    font-size: 22px;
    font-weight: 600;
    color: #000;
    line-height: 1.4;
    margin-bottom: 10px;
}

.inner-blog-excerpt {
    font-size: 14px;
    color: #00000099;
    margin-bottom: 15px;
    flex: 1;
}

.inner-blog-btn-wrap {
    margin-top: auto;
}

/* inner blog page end */

/* single blog page start */

.single-blog-wrap {
  padding: 60px 0;
}

.single-blog-img-wrap{
    margin-bottom: 20px;
}

.single-blog-img {
    width: 100%;
    height: 100%;
    min-height: 300px;
    object-fit: cover;
    border-radius: 35px;
}

.single-blog-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.3;
    color: #000;
}

.single-blog-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 18px;
    color: #00000099;
    font-weight: 600;
    margin-bottom: 15px;
}

.single-blog-meta span {
  display: inline-block;
}

.single-blog-content {
  font-size: 16px;
  line-height: 1.8;
  color: #000000b3;
}

.single-blog-content img {
  max-width: 100%;
  border-radius: 6px;
  margin: 20px 0;
}

.inner-blog-col{
    margin-top: 15px;
}

.related-posts h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #000000;
}

.related-post-card {
    display: block;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    height: 100%;
    text-decoration: none !important;
    color: #000000;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.related-post-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}

.related-posts .row {
    justify-content: center;
}

.single-blog-col {
    margin-bottom: 15px;
}

.related-post-img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.related-post-title {
    font-size: 16px;
    font-weight: 600;
    padding: 10px 15px;
    color: #000;
    margin: 0;
}

/* single blog page ends */


/* inner page about us section start  */


.inner-about-section {
	background: linear-gradient(90deg, #1f043b 0%, #000000 65%);
    padding: 120px 0 60px;
}

/*.inner-about-top-badge {*/
/*    background: #fff;*/
/*    border-radius: 30px;*/
/*    border: #000000 solid 1px;*/
/*    font-family: 'General Sans Variable', sans-serif;*/
/*    color: #000;*/
/*    font-size: 16px;*/
/*    width: fit-content;*/
/*    text-align: center;*/
/*    gap: 10px;*/
/*    display: flex;*/
/*    padding: 3px 15px;*/
/*    align-items: center;*/
/*    margin: 0 0 10px;*/
/*}*/

/*.inner-about-blinking-light {*/
/*    width: 10px;*/
/*    height: 10px;*/
/*    background-color: green;*/
/*    border-radius: 50%;*/
/*    box-shadow: 0 0 10px green;*/
/*    animation: blink 1s infinite;*/
/*    display: flex;*/
/*    align-items: center;*/
/*}*/

/*.inner-about-top-badge p {*/
/*    margin: 0 !important;*/
/*}*/

/*.top-badge {*/

/*    color: #ffffffdb;*/
/*    font-size: 16px;*/
/*    width: fit-content;*/
/*    text-align: center;*/
/*    padding: 3px 15px;*/
/*    align-items: center;*/
/*    margin: 0 auto 10px;*/
/*}*/

/*.blinking-light {*/
/*    width: 10px;*/
/*    height: 10px;*/
/*    background-color: green;*/
/*    border-radius: 50%;*/
/*    box-shadow: 0 0 10px green;*/
/*    animation: blink 1s infinite;*/
/*    display: flex;*/
/*    align-items: center;*/
/*}*/

/*@keyframes blink {*/
/*    0%, 100% {*/
/*        opacity: 1;*/
/*        box-shadow: 0 0 10px #1ac920;*/
/*    }*/
/*    50% {*/
/*        opacity: 0.1;*/
/*        box-shadow: 0 0 2px #02ff0b;*/
/*    }*/
/*}*/

.inner-about-tag .dot {
  width: 12px;
  height: 12px;
  background: #34d058; /* green light */
  border-radius: 50%;
  margin-right: 8px;
  display: inline-block;
  animation: signalBlink 1s infinite;
}

@keyframes signalBlink {
  0%, 49% {
    opacity: 0.5; /* light ON */
  }
  50%, 100% {
    opacity: 0; /* light OFF */
  }
}

.inner-about-content {
  font-size: 16px;
  line-height: 1.7;
  color: #444;
}

.inner-about-content h2 {
    font-size: 44px;
    width: 80%;
    margin-bottom: 20px;
    color: #fff;
	font-weight: 700;
    color: #fff;
}

.inner-about-content span {
	    text-fill-color: transparent;
  text-stroke: 1px #000;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #fff;

}

.inner-about-content p {
	color: #fff;
}

.inner-about-right .inner-about-card h3 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
}

.inner-about-right .inner-about-card h3 span {
  color: #a855f7;
}

.inner-about-right .inner-about-card p {
  font-size: 16px;
  margin-bottom: 30px;
}

.inner-about-right .inner-about-card {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  transition: transform 0.3s ease;
  margin-bottom: 30px;
}

.inner-about-section .inner-about-video {
    width: 100%;
    height: 450px !important;
    object-fit: cover !important;
	border-radius: 25px !important;
}


/* office section start  */

.office-wrapper-section {
  padding: 60px 0;
}
.office-wrapper-section h1{
    font-size:60px;
    font-weight:700;
    letter-spacing:-2px;
}
.office-slide-inner img {
    width: 100%;
    object-fit: cover;
    height: 500px;
    border-radius: 15px;
}

/* core feature section  */

.core-features {
    padding: 60px 0;
	background: #000000e8;
}

.core-feature-title {
  color: #fff !important;
	font-weight: 700;
    font-size: 44px;
    margin-bottom: 10px;
}

..core-feature-title span {
    text-fill-color: transparent;
    text-stroke: 1px #000;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #fff !important;
}

.core-feature-subtitle {
    color: #fff !important;
    width: 60%;
    margin: 0 !important;
}

.feature-box {
    background: #fff;
    border-radius: 20px;
    padding: 15px;
    margin-bottom: 20px;
    text-align: left;
    border: 1px solid #33333336;
    transition: all 0.3s ease-in-out;
    height: 100%;
}

.feature-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.feature-icon-wrapper {
    width: 50px;
    height: 50px;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    margin-bottom: 15px;
}

.feature-icon-wrapper img{
    width: 25px;
    height: 25px;
}

.feature-content h3 {
    font-size: 48px;
    font-weight: 700;
    color: #f55609;
    margin-bottom: 5px;
    letter-spacing: -4px;
}
.feature-content h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 15px;
    color: #000;
}

.feature-content p {
    font-size: 14px;
    color: #555;
    margin: 0;
    line-height: 20px;
}

.before-after-card {
    border-radius: 20px;
    padding: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	background: #fff;
    height: 100%;
}

/* Before/After Slider */
#comparison {
    width: 100%;
    height: 500px;
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}

#comparison figure,
#divisor {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
}

#divisor {
    width: 50%;
    box-shadow: inset -2px 0 8px rgba(0,0,0,0.15);
    border-right: 2px solid #fff;
}

/* Circular Handle */
#handle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 32px;
    width: 32px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #ccc;
    box-shadow: 0 2px 6px rgba(0,0,0,0.25);
    cursor: grab;
    z-index: 2;
}

/* Hidden range input but still draggable */
#slider {
    -webkit-appearance: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: transparent;
    cursor: ew-resize;
    z-index: 3;
}

#slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: transparent;
    border: none;
}

#slider::-moz-range-thumb {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: transparent;
    border: none;
}

/* Before/After Labels */
#comparison::before,
#comparison::after {
    /*position: absolute;*/
    /*bottom: 20px;*/
    /*padding: 6px 16px;*/
    /*font-size: 14px;*/
    /*font-weight: 500;*/
    /*color: #fff;*/
    /*background: rgba(0,0,0,0.6);*/
    /*border-radius: 20px;*/
    /*z-index: 4;*/
    display:none;
}

#comparison::before {
    content: "Before";
    left: 20px;
	opacity: var(--before-opacity, 1);
}

#comparison::after {
    content: "After";
    right: 20px;
    opacity: var(--after-opacity, 1);
}


/* Our Philosphy section  */


.inner-about-our-philosophy {
    padding: 60px 0;
}

.inner-about-philosophy-title {
    font-size: 44px;
    font-weight: 500;
    margin: 0 0 10px;
}

.inner-about-philosophy-subtitle {
    font-size: 16px;
    color: #666;
    margin: 0 auto 50px;
    width: 86%;
    text-align: center;
}

.inner-about-our-philosophy .inner-about-philosophy-box {
    background: #ffffff;
    border-radius: 15px;
    padding: 15px;
    border: #d9d9d9 solid 1px;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    overflow: hidden;
}

.inner-about-our-philosophy .inner-about-philosophy-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.inner-about-philosophy-icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #000000, #333333);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    box-shadow: inset 2px 2px 4px rgba(255, 255, 255, 0.1), inset -2px -2px 4px rgba(0, 0, 0, 0.3), 0 4px 8px rgba(0, 0, 0, 0.3);
    margin-bottom: 20px;
}

.inner-about-philosophy-icon img {
    width: 25px;
    height: 25px;
    object-fit: contain;
}

.inner-about-philosophy-item-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.inner-about-philosophy-content p {
    font-size: 14px;
    color: #555;
    margin-bottom: 15px;
}

.inner-about-philosophy-feature-image img {
    width: 100%;
    object-fit: cover;
    height: 175px;
    border-radius: 15px;
    margin-top: 10px;
}



/* single team section   */

.inner-about-team-section {
    padding: 120px 0;
}

.inner-about-team-title {
    font-size: 44px;
    font-weight: 500;
    margin: 0 0 30px;
    text-align: center;
}

.inner-about-team-title span {
    color: #f55609;
}

.inner-about-team-card {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 12px;
}

.inner-about-team-card::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #f556095c, /* Bright aqua-green from the left */ #a2f9955c 50%, /* Soft blue-violet blend */ rgba(0, 0, 0, 0) 100% /* Fade to transparent */);
    z-index: 2;
    transition: 0.5s all;
    opacity: 0;
}

.inner-about-team-card:hover::before {
  opacity: 1;
}

.inner-about-team-image {
  position: relative;
  overflow: hidden;
}

.inner-about-team-image img {
    width: 100%;
    object-fit: cover;
    object-position: top;
    height: 340px;
    display: block;
    transition: transform 0.5s ease;
}

.inner-about-team-hover {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  color: #fff;
  padding: 20px;
  text-align: center;
  transition: bottom 0.4s ease;
  z-index: 2;
}

.inner-about-team-card:hover img {
  transform: scale(1.1);
}

.inner-about-team-card:hover .inner-about-team-hover {
  bottom: 0;
}

.inner-about-team-hover h4 {
    margin: 0 0 10px;
    font-size: 26px;
    color: #fff;
    font-weight: 600;
}

.inner-about-team-hover p {
    font-size: 18px;
    margin-bottom: 15px;
    color: #ffffff;
    font-weight: 600;
    text-transform:capitalize;
}

.inner-about-team-social a {
    color: #fff;
    margin: 0 5px;
    font-size: 25px;
    display: inline-block;
    transition: color 0.3s ease;
}

.inner-about-team-social a:hover {
  color: #f55609
;
}

.inner-viewmore-btn {
    display: inline-flex;
    padding: 12px 15px;
    background: transparent;
    color: #f55609;
    border: 1px solid #f5560966;
    align-items: center;
    gap: 10px;
    font-weight: 400;
    font-size: 16px;
}
.inner-viewmore-btn {
    margin-top: auto;
}

.inner-viewmore-btn:hover {
    text-decoration: none;
    background: #212529;
    color: #fff;
    border: 1px solid #212529;
}

/* faq section   */

.faq-section {
  padding: 60px 0;
}

/* .faq-title {
    font-size: 44px;
    font-weight: 500;
    margin: 0 0 10px;
    text-align: center;
}

.faq-subtitle {
    font-size: 16px;
    color: #666;
    margin: 0 0 50px;
    text-align: center;
} */

.faq-con {
    padding: 0 200px !important;
}

.accordion-header {
    margin: 0 !important;
}

.accordion-item {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #e6e6e6;
  margin-bottom: 15px;
  background: #f9f9f9;
  transition: all 0.3s ease;
}

.accordion-button {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  font-weight: 600;
  font-size: 17px;
  background: #f9f9f9;
  border: none;
  width: 100%;
  text-align: left;
  padding: 20px;
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease;
  color: #000;
}

.accordion-button i {
    color: #f55609
;
    font-size: 16px;
}

.faq-section .accordion-button:focus {
  box-shadow: none;
  outline: none;
}

.accordion-button[aria-expanded="true"] {
  background: #000;
  color: #fff;
}

.accordion-button .fa-question-circle {
  color: #2f6eb4;
  font-size: 18px;
  flex: 0 0 auto;
}

.accordion-button .fa-angle-down {
  font-size: 22px;
  color: #555;
  margin-left: auto;
  transition: transform 0.3s ease, color 0.25s ease;
}

.accordion-button[aria-expanded="true"] .fa-angle-down {
  transform: rotate(180deg);
  color: #fff;
}

.accordion-collapse {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
  background: #fff;
  border-top: 1px solid #e6e6e6;
}

.accordion-body {
  padding: 16px 20px;
  font-size: 15px;
  color: #444;
  line-height: 1.6;
}

/* inner page about us section end  */


/* inner page service section start  */

.inner-service-header {
  text-align: center;
  margin-bottom: 50px;
}
.service-wrapper{
    padding:70px 0;
}

.inner-service-card-col {
    margin-bottom: 20px;
}

.inner-service-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgb(0 0 0 / 19%);
    overflow: hidden;
    text-align: left;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
	gap: 40px;
    height: 100%;
    position: relative;
    transition: transform .3s ease, box-shadow .3s ease;
}

.inner-service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.inner-service-img {
    width: 100%;
    object-fit: cover;
    height: 240px;
    border-radius: 8px 8px 0 0;
}

.inner-service-icon {
    position: absolute;
    top: 215px; /* right below the image */
    left: 50%;
    transform: translateX(-50%);
    width: 65px;
    height: 65px;
    background: #f55609;
    border-radius: 18px;
    display: flex;
    align-items: center;
	gap: 40px;
    justify-content: center;
    font-size: 28px;
    z-index: 5;
}

.inner-service-icon i {
    color: #000000;
}

.inner-service-card-title {
  font-size: 22px;
  font-weight: 600;
  color: #111;
  margin-bottom: 15px;
}

.inner-service-card-text {
    font-size: 14px;
    color: #555;
    line-height: 25px;
    margin-bottom: 20px;
}

.inner-service-btn-wrap {
  margin-top: 10px;
}

.inner-service-btn {
    border-radius: 0;
    padding: 10px 15px;
    font-size: 14px;
    border: 1px solid #000;
    color: #000;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    transition: background 0.3s ease, color 0.3s ease;
}

.inner-service-btn:hover {
    background: #000;
    color: #fff;
    text-decoration: none;
}


.inner-service-btn-icon {
  display: inline-block;
  margin-left: 8px;
  transition: transform 0.3s ease;
}

.hidden-item {
  display: none;
}

.enquiry-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.popup-content {
  background: #fff;
  width: 90%;
  max-width: 400px;
  padding: 25px;
  border-radius: 10px;
  position: relative;
}

.close-popup {
  position: absolute;
  right: 15px;
  top: 10px;
  border: none;
  background: none;
  font-size: 22px;
  cursor: pointer;
}

.enquiry-form input,
.enquiry-form textarea {
  width: 100%;
  padding: 10px;
  margin: 8px 0 15px;
  border: 1px solid #ccc;
  border-radius: 6px;
}

.submit-btn {
  width: 100%;
  padding: 12px;
  background: #0073e6;
  color: #fff;
  font-weight: bold;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}

.submit-btn:hover {
  background: #005bb5;
}
.single-service-content h3 {
    font-size: 50px;
    text-align: left;
    letter-spacing: -2px;
    padding-bottom: 30px;
}
.serv-enq {
    padding: 11px 20px;
    color: #fff;
    margin-bottom: 40px;
    background: #323232;
    display: block;
    width: fit-content;
    text-trasform:uppercase;
}
.serv-enq:hover{
    color:#f55609;
    text-decoration:none;
}
/* inner page service section end  */


/* single page service start  */

/* Page Container */
.single-service-page {
    padding-top: 70px;
    color: #333;
}

/* Service Title */
.single-service-title {
    font-weight: 700 !important;
    line-height: 1;
    margin: 30px 0;
    font-size: 55px !important;
    color: #000000;
}

.single-service-content {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 40px;
    padding: 0 20px 0 0;
    text-align: justify;
    letter-spacing: 0.5px;
}

/* Tech Used Section */
.single-service-tech-used-section {
    margin-top: 60px;
}

.single-service-tech-used-section h3 {
    font-size: 22px;
    margin-bottom: 15px;
}

.single-service-tech-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.single-service-tech-card {
    background-color: #f5f5f5;
    border-radius: 8px;
    padding: 8px 12px;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
}

.single-service-tech-card:hover {
    background-color: #ffcc00;
    color: #fff;
}

.single-service-recent-projects-section {
    margin-top: 60px;
}

.single-service-recent-projects-section h3 {
    font-size: 22px;
    margin-bottom: 20px;
}

.single-service-projects-slider {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.single-service-project-card-wrapper {
    flex: 0 0 33.333%;
}

.single-service-project-card {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    position: relative;
    transition: transform 0.3s ease;
    margin-bottom: 20px;
}

.single-service-project-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.single-service-project-card h5 {
    font-size: 16px;
    font-weight: 600;
    padding: 10px;
}

.single-service-project-card:hover {
    transform: translateY(-5px);
}

.single-service-project-link {
    position: absolute;
    inset: 0;
}

/* Right Sidebar */
.single-service-col-right {
    background-color: #fafafa;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
}

.single-service-sidebar-title {
    font-size: 22px;
    margin-bottom: 15px;
}

.single-service-form-row {
  margin-top: 30px;
  row-gap: 20px;
}

.single-service-form-col {
  margin-bottom: 15px;
}

/* ===== Input, Email, Tel, Textarea, and Select Fields ===== */
.single-service-form-col input[type="text"],
.single-service-form-col input[type="email"],
.single-service-form-col input[type="tel"],
.single-service-form-col textarea,
.single-service-form-col select {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #ddd;
  border-radius: 6px;
  background-color: #fff;
  color: #333;
  font-size: 16px;
  transition: all 0.3s ease;
  box-shadow: 0 0 0 3px rgba(27, 10, 39, 0.05);
}

/* Focus Effect */
.single-service-form-col input:focus,
.single-service-form-col textarea:focus,
.single-service-form-col select:focus {
  outline: none;
  border-color: #f55609;
  box-shadow: 0 0 0 3.2px rgb(100 11 156 / 27%);
}

/* Textarea */
.single-service-form-col textarea {
  min-height: 130px;
  resize: vertical;
}

/* ===== Select Dropdown Styling ===== */
.single-service-form-col select {
  appearance: none;
  cursor: pointer;
  background-image: url("data:image/svg+xml;utf8,<svg fill='%23333' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
}

/* ===== Submit Button ===== */
.single-service-form-col .btn {
  position: relative;
  background: linear-gradient(90deg, #1b0a27 0%, #000000 55%);
  border: none;
  color: #fff;
  padding: 12px 35px;
  border-radius: 6px;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  box-shadow: 0 0 0 3.2px rgba(27, 10, 39, 0.25);
}

.single-service-form-col .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 10px rgba(232, 130, 36, 0.3);
}

/* ===== Center Align Submit Button ===== */
.single-service-form-col.text-center {
  text-align: center;
}

/* ===== Optional Gradient Glow Border Effect ===== */
.single-service-form-col .btn::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: inherit;
  background: linear-gradient(90deg, #1b0a27, #000000);
  z-index: -1;
  opacity: 0.4;
}

.single-service-taxonomy-wrap {
    padding: 60px 0 0;
    position: relative;
}

.single-project-taxonomy-header {
  margin-bottom: 50px !important;
}

.single-service-taxonomy-title {
    font-size: 22px;
    font-weight: 700;
    color: #323232;
}

.single-service-taxonomy-subtitle {
    text-align: center;
    font-size: 14px;
    color: #00000080;
    font-style: italic;
    margin-bottom: 40px;
}

.single-service-taxonomy-card {
  position: relative;
  margin-bottom: 30px;
  perspective: 1000px;
}

.single-service-taxonomy-card-inner {
    position: relative;
    background: #fff;
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    padding: 20px;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    cursor: pointer;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.single-service-taxonomy-card-inner:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  border-color: #000000;
}

.single-service-taxonomy-icon {
    width: 50px;
    height: 50px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #323232;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    margin: 0 auto 16px auto;
}

.single-service-taxonomy-icon i {
    font-size: 25px;
    line-height: 1;
}

.single-service-taxonomy-card-inner:hover .single-service-taxonomy-icon {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.25);
}

.single-service-taxonomy-content {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.single-service-taxonomy-name {
    font-size: 15px;
    color: #323232;
    font-weight: 600;
    margin: 0;
    line-height: 1.4;
    text-align: center;
}

.single-service-taxonomy-overlay {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.6s ease;
  pointer-events: none;
  z-index: 1;
}

.single-service-taxonomy-card-inner:hover .single-project-taxonomy-overlay {
  left: 100%;
}


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

.single-project-taxonomy-card {
  animation: fadeInUp 0.6s ease forwards;
}

.single-service-taxonomy-card:nth-child(1) { animation-delay: 0.1s; }
.single-service-taxonomy-card:nth-child(2) { animation-delay: 0.2s; }
.single-service-taxonomy-card:nth-child(3) { animation-delay: 0.3s; }
.single-service-taxonomy-card:nth-child(4) { animation-delay: 0.4s; }
.single-service-taxonomy-card:nth-child(5) { animation-delay: 0.5s; }
.single-service-taxonomy-card:nth-child(6) { animation-delay: 0.6s; }
.single-service-taxonomy-card:nth-child(7) { animation-delay: 0.7s; }
.single-service-taxonomy-card:nth-child(8) { animation-delay: 0.8s; }


.inner-creation-slider-wrap {
  padding: 60px 0;
}

.creation-header {
  text-align: left;
  margin-bottom: 40px;
}

.creation-slider {
  position: relative;
}

.creation-slide {
  padding: 15px;
  box-sizing: border-box;
  outline: none;
}

.creation-slide-link {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  text-decoration: none !important;
  color: inherit;
  transition: box-shadow 0.35s ease, transform 0.35s ease;
}

.creation-slide-img-wrap{
  width: 100%;
  height: 200px;
  object-fit: cover;
  overflow: hidden;
  border-bottom: 2px solid #212529;
}

.creation-slide-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}

.creation-slide-link:hover .creation-slide-img {
  transform: scale(1.05);
}

.creation-slide-title {
  font-weight: 600;
  font-size: 19.2px; /* from 1.2rem */
  padding: 15px 15px 10px;
  text-align: center;
  color: #222;
}

.creation-slide-terms {
  text-align: center;
  padding-bottom: 15px;
}

.creation-slide-term {
  display: inline-block;
  background: #000000;
  color: white;
  font-size: 12.8px; /* from 0.8rem */
  padding: 5px 12px;
  margin: 0 6px 8px 6px;
  border-radius: 20px;
  font-weight: 500;
  letter-spacing: 0.02em;
  transition: background-color 0.3s ease;
  user-select: none;
}

.creation-slide-term:hover {
  background: #0056b3;
  cursor: default;
}

.inner-creation-slider-wrap .slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    left: 0;
    right: 0;
    margin: auto !important;
    width: fit-content;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}


/* single page service end  */


/* inner page career section start  */

.inner-above-career-faq-section {
    padding: 60px 0;
  background: #1d1f1e;
}

.inner-above-career-faq-title {
	text-align: center;
	 font-size:70px;
    font-weight:700;
    letter-spacing:1px;
    color:#ffffff;
}

.inner-above-career-faq-subtitle {
    width: 68%;
    margin: auto;
    text-align: center;
    color: #ffffffab;
}

.inner-career-faq-section {
  padding: 60px 0;

}

.inner-career-faq-title {
    margin-bottom: 50px;
   
}

.inner-career-faq-con {
    padding: 0 130px !important;
}

.inner-career-accordion-header {
    margin: 0 !important;
}

.inner-career-accordion-item {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #e6e6e6;
  margin-bottom: 15px;
  background: #f9f9f9;
  transition: all 0.3s ease;
}

.inner-career-accordion-button {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  font-weight: 600;
  font-size: 17px;
  background: #f9f9f9;
  border: none;
  width: 100%;
  text-align: left;
  padding: 20px;
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease;
  color: #000;
}

.inner-career-accordion-button:hover {
    background: #e9ecef !important;
}

.inner-career-faq-section .inner-career-accordion-button:focus {
    box-shadow: none;
    outline: none;
    background: #e9ecef !important;
}

.inner-career-accordion-button .fa-angle-down {
  font-size: 22px;
  color: #555;
  margin-left: auto;
  transition: transform 0.3s ease, color 0.25s ease;
}

.inner-career-accordion-button[aria-expanded="true"] .fa-angle-down {
  transform: rotate(180deg);
  color: #555;
}

.inner-career-accordion-collapse {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
  background: #fff;
  border-top: 1px solid #e6e6e6;
}

.inner-career-accordion-body {
  padding: 16px 20px;
  font-size: 15px;
  color: #444;
  line-height: 1.6;
}

.inner-career-accordion-body h2 {
    font-size: 30px;
    padding-top: 10px;
}

.inner-career-accordion-title-wrapper {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.inner-career-accordion-title {
    font-weight: 600;
    font-size: 25px;
    color: #333333;
}

.inner-career-accordion-location {
    font-size: 15px;
    color: #666;
    font-weight: 500;
    margin-top: 2px;
}

.inner-career-accordion-location i {
    color: #666666;
    font-size: 14px;
    margin-right: 5px;
}

.inner-career-accordion-apply {
  margin-top: 20px;
  text-align: left;
}

.inner-career-apply-button {
    background: #f55609;
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 25px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    margin-top: 20px;
}

.inner-career-apply-button:hover {
    background: linear-gradient(45deg, #000000, #484848);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 123, 255, 0.3);
    text-decoration: none;
}

.career-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.career-popup-content {
  background: #fff;
  width: 90%;
  max-width: 600px;
  padding: 30px;
  border-radius: 12px;
  position: relative;
  animation: fadeInScale 0.3s ease forwards;
}

.career-popup-close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: transparent;
  border: none;
  font-size: 20px;
  cursor: pointer;
  color: #333;
}

.career-popup-title {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 600;
  color: #222;
  text-align: center;
}

@keyframes fadeInScale {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* Optional scroll lock */
body.popup-open {
  overflow: hidden;
}

.career-form-col {
	margin-top: 20px;
}

/* ===== Labels ===== */
.career-form-col label {
  display: block;
  font-weight: 600;
  color: #000;
  margin-bottom: 6px;
  font-size: 15px;
  letter-spacing: 0.3px;
}

.career-form-col .required {
  color: #e63946;
  margin-left: 3px;
}

/* ===== Input, Select, Textarea ===== */
.career-form-col input,
.career-form-col select,
.career-form-col textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 15px;
  color: #333;
  background: #fff;
  transition: all 0.3s ease;
}

.career-form-col input:focus,
.career-form-col select:focus,
.career-form-col textarea:focus {
  border-color: #000;
  box-shadow: 0 0 0 2px rgba(247, 198, 0, 0.3);
  outline: none;
}

.career-form-col .btn {
    background-color: #000000;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    padding: 12px 25px;
    font-weight: 600;
    text-transform: uppercase;
    transition: background-color 0.3s, transform 0.2s;
    cursor: pointer;
    letter-spacing: 0.5px;
    margin: 20px 0;
}

.career-form-col .btn:hover {
  background-color: #640b9c;
	color: #fff;
  transform: translateY(-1px);
}

/* ===== File Upload ===== */
.career-form-col input[type="file"] {
  border: none;
  padding: 4px 0;
  font-size: 14px;
}

/* ===== Form Container (Popup Integration) ===== */
.career-popup-form {
  margin-top: 10px;
}

.career-popup-form .wpcf7-form {
  margin: 0;
}

.career-popup-form .wpcf7-response-output {
  margin-top: 15px;
  font-size: 14px;
  text-align: center;
  color: #000;
}


/* inner page career section end  */


/* inner page contact section start  */
.inner-contact-title  {
    font-size: 70px;
    color: #fff;
    font-weight: 700;
    letter-spacing: -2px;
    padding-bottom: 38px;
}

.inner-above-contact-section {
    background: #000000e8;
    padding: 120px 0 60px;
}

.inner-above-contact-header {
    text-align: center;
}

.inner-above-contact-title {
    width: 50%;
    margin: 0 auto 20px;
	text-align: center;
	color: #fff;
}

.inner-above-contact-title  span {
    text-fill-color: transparent;
    text-stroke: 1px #000;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #fff;
}

.inner-above-contact-subtitle {
    width: 60%;
    margin: 0 auto 10px;
    text-align: center;
	color: #fff;
}

.inner-contact-section {
    padding: 60px 0;
    background:#1d1f1e;
}

.inner-contact-title {
	text-align: center;
}

.inner-contact-cont {
    padding: 0 200px !important;
}

.inner-contact-tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
    border-bottom: 1px solid #ddd;
}

.inner-contact-tab-btn {
    background: none;
    border: none;
    padding: 10px 20px;
    font-weight: 500;
    cursor: pointer;
    transition: 0.3s;
    font-size: 16px;
    color:#fff;
}

.inner-contact-tab-btn:hover {
    color: #f55609
;
}

.inner-contact-tab-btn.active {
    color: #f55609
;
    border-bottom: 3px solid #f55609
;
}

.inner-contact-forms .inner-contact-form {
  display: none;
}

.inner-contact-forms .inner-contact-form.active {
  display: block;
}

.get-in-touch-col { 
    position: relative; 
    margin-bottom: 22px; 
}

.floating-input { 
    position: relative; 
}

.floating-input .icon {
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  font-size: 15px;
  color: #666;
  pointer-events: none;
  z-index: 3;
}

.floating-field {
  width: 100%;
  padding: 14px 15px 14px 48px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 15px;
  color: #222;
  background: #fff;
  transition: all 0.25s ease;
  z-index: 1;
}

.floating-field:focus {
    outline: none;
    border-color: #f55609;
    box-shadow: 0 0 0 3.2px rgb(100 11 156 / 27%);
}

.floating-input label {
    position: absolute;
    top: 50%;
    left: 48px;
    transform: translateY(-50%);
    font-size: 15px;
    color: #777;
    transition: all 0.25s ease;
    background: #ffffff00;
    padding: 0 6px;
    pointer-events: none;
    z-index: 2;
}

.floating-input.has-value label,
.floating-input.focused label {
  top: -8px;
  left: 40px;
  font-size: 12px;
  color: #f55609
;
}

textarea.floating-field {
  height: 150px;
  resize: vertical;
  padding-top: 18px;
}

.inner-contact-form .wpcf7-not-valid-tip {
  font-size: 13px;
  color: #dc3545;
  margin-top: 6px;
  padding-left: 48px;
  display: block;
}

.inner-contact-form .get-in-touch-col input[type="submit"], 
.inner-contact-form .get-in-touch-col input[type="submit"], .inner-contact-form .wpcf7 .wpcf7-submit {
    width: fit-content !important;
    display: inline-flex;
    padding: 12px 15px;
    background: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
    align-items: center;
    gap: 10px;
    font-family: 'general-sans' !important;
    font-weight: 400;
    font-size: 16px;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s ease;
}

.inner-contact-form .get-in-touch-col input[type="submit"]:hover {
   text-decoration: none;
    background: #212529;
    color: #fff;
    border: 1px solid #212529;
}

.inner-contact-form .btn-primary.focus, .btn-primary:focus {
    color: #fff !important;
    background-color: #212529 !important;
    border-color: #212529 !important;
    box-shadow: unset !important;
}

.inner-contact-form .wpcf7 form.sent .wpcf7-response-output {
  border: 1px solid #28a745;
  background: #e9f8ec;
  color: #155724;
  padding: 12px 15px;
  border-radius: 6px;
  font-size: 14px;
  margin-top: 15px;
}

.inner-contact-form .wpcf7 form.invalid .wpcf7-response-output {
  border: 1px solid #dc3545;
  background: #f8d7da;
  color: #842029;
  padding: 12px 15px;
  border-radius: 6px;
  font-size: 14px;
  margin-top: 15px;
}
.select-wrapper {
  position: relative;
}

.select-wrapper::after {
  content: "\f107";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #666;
  pointer-events: none;
  z-index: 3;
}

select.floating-field {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff;
  cursor: pointer;
  width: 100%;
  padding: 14px 40px 14px 48px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 15px;
  color: #222;
  transition: all 0.25s ease;
}

select.floating-field:focus {
  outline: none;
  border-color: #f55609;
  box-shadow: 0 0 0 3.2px rgb(100 11 156 / 27%);
}

.select-wrapper label {
  position: absolute;
  top: 50%;
  left: 48px;
  transform: translateY(-50%);
  font-size: 15px;
  color: #777;
  transition: all 0.25s ease;
  background: #fff;
  padding: 0 6px;
  pointer-events: none;
  z-index: 2;
}

.select-wrapper.has-value label, .select-wrapper.focused label {
    top: -9px;
    left: 40px;
    font-size: 12px;
    color: #f55609;
    border: 1px solid;
    background: transparent;
}


/* innerpage contact blw section  */

.inner-contact-blw-section {
    padding: 60px 0;
}

.inner-contact-blw-title {
  text-align: center;
}

.inner-contact-blw-subtitle {
  text-align: center;
  max-width: 620px;
  margin: 0 auto 50px;
}


/* ===== Left: Image & Addresses ===== */
.inner-contact-blw-image img {
  border-radius: 10px;
  width: 100%;
  height: auto;
  display: block;
}

.inner-contact-blw-location-box {
    display: flex;
    align-items: flex-start;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 18px;
    margin-bottom: 15px;
    box-shadow: 8px 8px 8px 0px rgb(0 0 0 / 13%);
    transition: all 0.3s ease;
}

.inner-contact-blw-location-box:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}

.inner-contact-blw-location-box i {
    color: #f55609;
    font-size: 22px;
    margin-right: 15px;
    margin-top: 4px;
}

.inner-contact-blw-location-box h5 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 6px;
  color: #222;
}

.inner-contact-blw-location-box a {
    font-size: 16px;
    color: #555;
    margin: 0;
    line-height: 1.6;
}

.inner-contact-blw-location-box a:hover {
    text-decoration: none !important;
    color: #f55609
;
}

/* ===== Right: Info Cards ===== */
.inner-contact-blw-info-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.info-card {
    display: flex;
    align-items: flex-start;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 18px;
    box-shadow: -3px 5px 12px rgb(0 0 0 / 13%);
    transition: all 0.3s ease;
}

.info-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}

.info-card i {
  font-size: 20px;
  color: #f55609
;
  margin-right: 12px;
  margin-top: 4px;
}

.info-card h6 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 4px;
}

.info-card a {
    font-size: 16px;
    margin: 0;
    color: #333;
    text-decoration: none;
}

.info-card a:hover {
  text-decoration: none !important;
  color: #f55609
;
}

.inner-contact-blw-map iframe {
    width: 100%;
    height: 275px;
    border: 0;
    border-radius: 12px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.04);
}

/* inner page contact section end  */

/* inner page industries section start  */


.inner-industries-wrap {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}

.industry-row {
    justify-content: center;
    align-items: center;
}

.indust-bg-item {
    position: absolute;
    top: 25%;
    left: 10px;
}

.indust-bg-item  h1 {
    font-weight: 900;
    color: #0000000d;
    font-size: 6rem;
    opacity: 1 !important;
}

.indust-bg-item-1 {
	position: absolute;
    top: 50%;
    right: 10px;
}

.indust-bg-item-1  h1 {
    font-weight: 900;
    color: #0000000d;
    font-size: 6rem;
    opacity: 1 !important;
}

.indust-bg-item-2 {
    position: absolute;
    top: 76%;
    left: 10px;
}

.indust-bg-item-2  h1 {
    font-weight: 900;
    color: #0000000d;
    font-size: 6rem;
    opacity: 1 !important;
}

.industries-image {
    width: 100%;
    object-fit: cover;
    height: auto;
    border-radius: 28px;
    box-shadow: -7px 8px #ffffff42;
}

.industry-title {
    color: #000000;
}

.industry-header-title {
    color: #fff;
}

.industry-header-title span {
	 text-fill-color: transparent;
    text-stroke: 1px #000;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #fff;
}

.industry-sub-title {
	color: #fff;
}

.industry-content {
    font-size: 16px;
    color: #000000b0;
    margin-bottom: 20px;
}

/* inner page industries section end  */

/* single page industries section start  */

.single-industry-wrap {
    padding: 120px 0 60px;

}
.single-industry-title {
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 10px;
    color: #000;
}
.single-industry-text p {
    font-size: 16px;
    color: #fff;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #000;
}
.single-industry-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 15px;
}

.single-industry-related-creations {
    padding: 60px 0;
}
.related-creations-title {
    font-size: 32px;
    color: #000000;
    margin-bottom: 20px;
}

/* single page industries section end  */

.rating-stars{
	display:none !important;
}

/*inner wrapper starts*/


.inner-wrapper{
    position:relative;
    height:80vh;
    background:#000000e8;
}

.inner-header{
    position:absolute;
    bottom:45px;
    left:0;
    right:0;
}
.inner-header span{
    color:#f55609;
}
.inner-head {
    font-size: 80px;
    font-weight: 700;
    letter-spacing: -2px;
    color: #fff;
}
.inner-intro {
    color: #ffffffb5;
    font-size: 18px;
	width: 70%;
	text-transform: capitalize;
}


/* inner page media section start  */

.portfolio-section {
    padding: 60px 0;
    background: #f8f9fa;
}

.portfolio-section .section-title {
    text-align: center;
    margin-bottom: 40px;
}

.portfolio-section .section-title h2 {
font-weight: 700;
    font-size: 70px;
    color: #0f0f0f;
    margin-bottom: 10px;
    letter-spacing: -2px;
}

.portfolio-section .section-title p {
    font-size: 16px;
    color: #00000099;
    line-height: 1.6;
    margin-bottom: 10px;
}


.media-video-section {
    padding: 60px 0;
    background-color: #f9f9f9;
}

/* Section Title */
.media-video-title {
    font-size: 32px;
    font-weight: 600;
    color: #2b2626;
    text-align: center;
    margin-bottom: 40px;
    font-family: Poppins, sans-serif;
}

.media-video-card {
    border-radius: 8px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    padding: 10px;
}

.media-video-wrapper iframe {
    width: 100%;
    height: 350px;
    border-radius: 8px;
}



/* inner page media section end  */


@media only screen and (min-width: 300px) and (max-width: 575.5px) {
    
/*new css starts*/
    
 .about-content-wrapper {
    padding-right: 0;
}

.about-img-wrapper{
    flex-direction: column;
}
.about-wrapper h3{
    line-height:2rem;
}
.snow1 {
    left: 0;
    width: 4px;
    height: 4px;
}
.snow {
    width: 3px;
    height: 3px;
}
.snow2 {
    width: 2px;
    height: 2px;
}
	
/*new css ends*/


.container {
    max-width: unset !important;
    padding: 0 6% !important;
}

/* header start */

.main-header-logo .logo2 {
    width: 100px;
}
.main-header-logo .logo1 {
    height: 50px;
    width: 50px;
}
.santa img {
    width: 50px;
    position: absolute;
    top: -15px;
    left: 0;
}
.page-id-1328 .main-header-wrap, .page-id-1966 .main-header-wrap {
    top: 0px;
    padding: 10px;
    padding-top: 20px;
}
.main-header-wrap {
    top: 0px;
    padding: 10px;
    padding-top: 20px;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
    width: 40px;
    height: 4px;
    background-color: #fff;
}
#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    position: fixed;
    display: block;
    width: 270px;
}
#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    background: #000000;
    padding: 0px 0px 0px 0px;
    display: none;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    line-height: 1;
    height: unset;
    padding: 10px 15px;
    color: #ffffff;
    text-align: left;
    background: rgba(0, 0, 0, 0);
    border-radius: 0px;
    font-size: 16px;
}
#mega-menu-item-1979 > .mega-menu-link {
    padding: 10px 15px !important;
    background: transparent !important;
    color: #ffffff !important;
    border-radius: 0 !important;
    display: inline-block;
}
.mega-toggle-blocks-center, .mega-toggle-blocks-left {
	display: none !important;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner {
    top: 2px;
    width: 50px;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner::before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s;
    width: 40px;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner::after {
    top: 20px;
    width: 30px;
}

/* header ends */

/* banner start */

.banner-content {
    left: unset !important;
    bottom:0;
}
.banner-title {
	font-size: 42px;
	line-height: 1.4;
	letter-spacing: 1px;
}
.banner-content p {
    width: 100%;
    text-align: left;
    padding-bottom: 20px;
    padding-top: 8px;
    font-size: 16px;
}
.banner-button .banner-btn {
    font-size: 14px;
}
.banner-btn-wrapper i {
    font-size: 14px;
}
.brand-section {
    padding: 40px 0;
}

.top-badge p {
    font-size: 24px !important;
}
.brand-scroller-inner {
    margin: 0px;
}
.brand-badge {
    font-size: 12px;
    padding: 8px 15px;
}
.brand-badge p {
    font-size: 12px;
}
.fade-left, .fade-right {
    width: 40px;
}
.brand-scroller {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin: auto;
}
	
/* banner end */

/* about us start */

.about-wrap {
    padding: 40px 0;
}
.about-wrapper h3 {
    font-size: 24px !important;
    margin: 0;
}
.about-wrapper .reveal-text {
    font-size: 16px;
	line-height: 1.6;
}
.about-wrapper p {
    font-size: 14px;
	line-height: 1.6;
}
.about-btn {
    font-size: 14px;
    padding: 7px 15px;
}
.about-img-wrapper img {
    width: 180px;
    height: 150px;
    object-fit: contain;
}

/* about us end */

/* service section start */

.service-wrap {
    padding: 50px 0;
}
.service-badge p {
    font-size: 10px;
}
.service-title {
    font-weight: 700 !important;
    line-height: 1.6;
    margin: 30px 0;
    font-size: 24px !important;
    color: #fff;
}
	
.service-para {
    font-size: 14px;
}
.inner-viewmore-btn {
    display: inline-block;
    width: fit-content;
    padding: 7px 15px;
    font-size: 14px;
}
.scroll-card-content-wrap {
    gap: 10px;
}
.service-content {
    margin-bottom: 30px;
}
.scroll-card-content h3 {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 10px;
}
.scroll-card-icon {
    height: 50px;
    min-width: 50px;
    font-size: 22px;
    flex-shrink: 0;
}
.scroll-card-content p {
    font-size: 12px;
    line-height: 1.6;
}

/* service section end */

/* client section start */

.client-wrap {
    background-color: #fff !important;
    padding: 60px 0;
    color: #fff;
}
.client-wrap .section-title {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    letter-spacing: -2px;
}
.content-para{
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
}
.client-row {
    padding-bottom: 20px;
}
.logo-item-col{
    margin-bottom: 20px;
}
.logo-item {
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    padding: 20px;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    min-height: 120px;
    position: relative;
    overflow: hidden;
    flex-direction: column;
    display: flex;
    justify-content: center;
}
.logo-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transition: left 0.6s;
}
.logo-item:hover::before {
    left: 100%;
}
.logo-item:hover {
    transform: translateY(-10px) scale(1.05);
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 10px 16px #f9c9b178;
}
.logo-item img {
    max-width: 100%;
    height: 60px;
    object-fit: contain;
    filter: grayscale(100%) opacity(0.7);
    transition: all 0.4s ease;
}
.logo-item:hover img {
    filter: grayscale(0%) opacity(1);
    transform: scale(1.1);
}
.logo-item .company-name {
    margin-top: 15px;
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    color: #6c757d;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s ease;
}
.logo-item:hover .company-name {
    opacity: 1;
    transform: translateY(0);
    color: #495057;
}

/* SCROLL ANIMATION */
.fade-in {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.8s ease forwards;
    animation-play-state: paused; /* Important to pause initially */
}
.fade-in:nth-child(1) { animation-delay: 0.1s; }
.fade-in:nth-child(2) { animation-delay: 0.2s; }
.fade-in:nth-child(3) { animation-delay: 0.3s; }
.fade-in:nth-child(4) { animation-delay: 0.4s; }
.fade-in:nth-child(5) { animation-delay: 0.5s; }
.fade-in:nth-child(6) { animation-delay: 0.6s; }

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.client-wrap .client-btn-wrap{
    margin-top: 40px;
    text-align: center;
}

/* client section end */
	
/* testimonial section start */
	
.testimonial-wrap {
    padding: 50px 0px 0;
}
.video-testimonials-slider-wrap {
    width: 90%;
}
.video-testimonial-card-wrap {
    border-radius: 15px;
    padding: 15px;
	min-height: 350px !important;
}
.video-inline {
    padding: 10px !important;
}
.text-testimonial-wrap {
    padding: 60px 0px;
}
.text-testimonials-slider-wrap {
    width: 90%;
    margin: auto;
}
.text-testimonials-slider .text-testimonial-card-wrap {
    padding: 15px;
    min-height: 180px;
    border-radius: 10px;
}
.text-testimonials-slider .testimonial-text {
    font-size: 14px;
}
.text-testimonials-slider .text-info h5 {
    font-size: 12px;
}
.text-testimonials-slider .text-info p {
    font-size: 12px;
    line-height: 1.4;
}
.text-testimonials-slider .testimonial-avatar {
    width: 30px;
    height: 30px;
}
.text-btn-wrap {
    width: 100%;
	margin-top: 20px;
    display: flex;
    justify-content: center;
	align-items: center;
	gap: 20px;
}

.text-btn-wrap button {
	position: unset !important;
    width: 45px;
    height: 45px;
	transform: none !important;
    border-radius: 50%;
    background: #fff;
    border: none;
    box-shadow: 0 2px 12px rgba(0,0,0,0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    pointer-events: all;
    transition: 0.25s ease;
}

@keyframes tiltRiseUp {
  0% {
    transform: translateY(0px) rotateX(0deg) rotateZ(0deg) scale(0.88);
    opacity: 0;
  }
  50% {
    transform: translateY(-180px) rotateX(16deg) rotateZ(16deg) scale(0.96);
    opacity: 0.9;
  }
  51% {
    transform: translateY(-180px) rotateX(16deg) rotateZ(16deg) scale(0.96);
    opacity: 1;
  }
  100% {
    transform: translateY(0) rotateX(0deg) rotateZ(0deg) scale(1);
    opacity: 1;
  }
}
	
/* testimonial section end */
	
/* team section start */
	
.team-section-slider {
    margin: auto;
    width: 80%;
}
	
/* team section ends */
	
/* creation section start */

.inner-creation-wrap {
    padding: 60px 0 40px !important;
}
.chip-badge {
	font-size: 12px;
    min-width: 25px;
    height: 25px;
    padding: 0 8px;
    line-height: 1;
    border-radius: 18px;
}
.chip-option-label {
    gap: 12px;
    margin: 0;
}

.creation-wrap {
    padding: 40px 0;
}
.creation-title {
    font-size: 24px;
}
.creation-intro {
    font-size: 14px;
}
.creation-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.creation-img-wrap {
    position: relative;
    width: 100%;
    height: 230px;
    overflow: hidden;
}
.creation-card-title {
    font-size: 18px;
}
.creation-card-text {
    font-size: 14px;
}
.creation-btn {
    border-radius: 0;
    padding: 10px 15px;
    font-size: 12px;
    gap: 10px;
}
.creation-footer .creation-footer-btn {
    display: inline-flex;
    padding: 10px 15px;
    align-items: center;
    gap: 10px;
    font-size: 14px;
}

/* creation section start */

/* blog section start */

.blog-wrap {
    padding: 50px 0;
}
.blog-title {
    font-size: 24px;
    
}
.blog-wrap .creation-title{
    color:#fff;
}
.blog-slider-nav button {
    width: 26px;
    height: 26px;
    font-size: 12px;
}
.blog-body {
    padding: 15px;
}
.blog-readtime, .blog-date  {
    font-size: 12px;
}
.blog-card-title {
    font-size: 16px;
}

/* blog section end */

/* footer section start */

.footer-cta-left img {
    max-height: 25px;
}
.footer-cta-right .quote-btn {
    padding: 10px 15px;
    font-size: 12px;
}
.footer-top-content {
    text-align: left;
    margin-bottom: 20px;
}
.footer-top-content h2 {
    font-size: 20px;
}
.footer-top-content p {
    font-size: 12px;
    line-height: 1.6;
}
.footer-menu-wrap {
    margin-bottom: 20px;
}
.footer-menu-wrap h2 {
    font-size: 16px;
    margin-bottom: 10px;
}
.footer-list li {
    margin-bottom: 5px;
}
.footer-list li a {
    font-size: 14px;
}
.footer-content-wrap a, .footer-content-wrap p {
    font-size: 14px;
}
.footer-bottom {
    margin-top: 20px;
}
.footer-bottom .footer-copy-col p {
    text-align: center;
    font-size: 14px;
    margin-bottom: 5px;
}
.footer-social-icons a {
    font-size: 20px !important;
}
.footer-privacy-col p {
    gap: 10px;
    justify-content: center;
    margin-top: 5px;
}
.footer-bottom a {
    font-size: 14px;
}

/* footer section end */

/* inner header start */

.inner-head {
    font-size: 28px;
}
.inner-intro {
    font-size: 14px;
    width: 80%;
    line-height: 1.6;
}
#breadcrumbs {
    font-size: 14px;
}

/* inner header start */
	
/* inner service page start */
	
.service-wrapper {
    padding: 60px 0;
}
.inner-service-card {
    border-radius: 12px;
    padding: 15px;
}	
.inner-service-img {
    height: 200px;
}
.inner-service-icon {
    top: 180px;
    width: 50px;
    height: 50px;
    border-radius: 14px;
    font-size: 24px;
}
.inner-service-card-title {
    font-size: 18px;
}
.inner-service-card-text {
    font-size: 14px;
    line-height: 1.5;
}
	
/* inner service page wnds */

/* inner product page start */

.inner-product-wrap {
    padding: 60px 0 40px;
}
.inner-product-title {
    font-size: 24px;
    margin-bottom: 10px;
}
.inner-product-intro {
    font-size: 14px;
}
.inner-product-rating img {
    width: 180px;
}
.inner-product-rating {
    text-align: center;
    margin: 30px 0;
}
.rating-content {
    display: block;
    margin-bottom: 10px;
}
.star-content p {
    font-size: 12px;
}
.inner-product-img {
    width: 100%;
    height: 200px;
}
.inner-product-content {
    font-size: 13px;
}

/* inner product page end */
	
/* inner case study page start */
	
.inner-solutions-section {
    padding: 60px 0;
}
.inner-solutions-image img {
    width: 100%;
    height: 230px;
}
.inner-solutions-post-title {
    font-size: 20px;
}
.inner-solutions-excerpt {
    font-size: 14px;
}
	
/* inner case study page end */
	


/* inner blog page start */

.inner-blog-readtime, .inner-blog-date {
    font-size: 12px;
    margin: 0;
}
.inner-blog-excerpt {
    font-size: 14px;
}
.single-blog-img {
    border-radius: 13px;
    box-shadow: 1px 2px 4px #00000039;
}
.single-blog-title {
    font-size: 24px;
    margin-bottom: 5px;
}
.single-blog-meta {
    font-size: 14px;
}
.single-blog-content p {
    line-height: 1.6;
    font-size: 14px;
}
.related-post-title {
    font-size: 14px;
}
.related-post-title {
    font-size: 12px;
}
.related-post-img {
    width: 100%;
    height: 130px;
    object-fit: cover;
}

.single-blog-col {
    padding: 0 10px !important;
    margin-bottom: 15px;
}

/* inner blog page end */



/* inner page about us section start  */

.inner-about-section {
    padding: 120px 0 40px;
}

.inner-about-top-badge {
    font-size: 12px;
    padding: 0px 10px;
    align-items: center;
    margin: 0 0 10px;
}

.inner-about-blinking-light {
    width: 5px;
    height: 5px;
    animation: blink 1s infinite;
}

.inner-about-top-badge p {
    margin: 0 !important;
    font-size: 12px;
}

.inner-about-content h2 {
    font-size: 24px;
    width: unset;
    font-weight: 500;
    margin-bottom: 20px;
}

.inner-about-content p {
    font-size: 14px;
    line-height: 25px;
}
.inner-about-section .inner-about-video {
    width: 100%;
    height: 300px !important;
}

/* office section  */

.office-wrapper-section {
    padding: 50px 0;
}

.office-wrapper-title {
    font-size: 22px;
    margin-bottom: 10px;
}

.office-wrapper-subtitle {
    font-size: 12px;
    margin-bottom: 40px;
    line-height: 20px;
}

.office-wrapper-inner {
    overflow: hidden;
    width: 100%;
    height: 400px;
    background: #000;
}

.office-slide-inner img {
    width: 100%;
    object-fit: cover;
    height: 300px;
    border-radius: 15px;
}
	
.office-wrapper-controls button {
    padding: 8px 12px;
    font-size: 10px;
}



/* core feature section  */

.core-features {
    padding: 40px 0;
}

.core-feature-title {
    font-size: 24px;
    margin: 0 0 10px;
    width: unset;
}

.core-feature-subtitle {
    font-size: 14px;
    width: unset;
    margin-bottom: 20px !important;
    line-height: 1.6;
}

.feature-box {
    border-radius: 13px;
    padding: 15px;
    margin-bottom: 20px;
}

.before-after-card {
    padding: 15px;
    height: 100%;
    margin-bottom: 20px;
}

.feature-icon-wrapper {
    width: 40px;
    height: 40px;
    margin-bottom: 15px;
}

.feature-icon-wrapper img {
    width: 20px;
    height: 20px;
}

.feature-content h3 {
    font-size: 26px;
    margin-bottom: 8px;
}

.feature-content h4 {
    font-size: 16px;
    margin: 0 0 15px;
}

.feature-content p {
    font-size: 14px;
    line-height: 20px;
}

#comparison {
    width: 100%;
    height: 300px;
    position: relative;
    overflow: hidden;
}

#comparison::before, #comparison::after {
    /*position: absolute;*/
    /*bottom: 20px;*/
    /*padding: 6px 16px;*/
    /*font-size: 12px;*/
    display:none;
}

#handle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 25px;
    width: 25px;
}


/* philosophy section start  */

.inner-about-our-philosophy {
    padding: 40px 0;
}

.inner-about-philosophy-title {
    font-size: 22px;
    margin: 0 0 10px;
}

.inner-about-philosophy-subtitle {
    font-size: 12px;
    margin: 0 0 50px;
    width: unset;
    text-align: center;
    line-height: 20px;
}

.inner-about-item {
    margin-bottom: 20px;
}

.inner-about-philosophy-icon img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.inner-about-philosophy-item-title {
    font-size: 16px;
    margin-bottom: 10px;
}

.inner-about-philosophy-content p {
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 20px;
}
.inner-about-philosophy-feature-image img {
    height: 200px;
}

/* team section  */
	
.team-section {
    padding: 50px 0;
}

.inner-about-team-section {
    padding: 60px 0;
}

.top-badge {
    padding: 0px 10px;
    margin: 0 auto 10px;
}

.blinking-light {
    width: 5px;
    height: 5px;
}

.inner-about-team-title {
    font-size: 22px;
    margin: 0 0 30px;
}
.team-section-card::before {
    background: linear-gradient(45deg, #f5560930, /* Bright aqua-green from the left */ #a2f99536 50%, /* Soft blue-violet blend */ rgba(0, 0, 0, 0) 100%
100%
 /* Fade to transparent */);
    z-index: 2;
    transition: 0.5s all;
    opacity: 0;
}
.inner-about-team-image img {
    width: 100%;
    object-fit: cover;
    object-position: top;
    height: 370px;
}

.team-section-hover h4 {
    margin: 0 0 5px;
    font-size: 18px;
    color: #fff;
}

.team-section-hover p {
    font-size: 14px;
    margin-bottom: 15px;
    color: #fff;
}

.inner-about-team-social a {
    margin: 0 5px;
    font-size: 20px;
}

.inner-viewmore-btn {
    padding: 8px 10px;
    font-size: 14px;
}

/* faq section  */

.faq-section {
    padding: 40px 0;
}
	
.faq-title {
    font-size: 24px;
    margin: 0 0 10px;
    text-align: center;
}

.faq-subtitle {
    font-size: 14px;
    margin: 0 0 40px;
    text-align: center;
    line-height: 1.6;
}

.faq-wrapper, .accordion {
    padding: 0;
}
.accordion-button {
    gap: 15px;
    font-size: 14px;
    padding: 15px;
}

.accordion-button i {
    font-size: 16px;
}

.accordion-body {
    padding: 15px;
    color: #444;
    line-height: 1.6;
}

.accordion-body p {
    padding: 0px;
    font-size: 12px;
    line-height: 1.6;
    margin: 0 !important;
}

.accordion-button .fa-angle-down {
    font-size: 14px;
    margin-left: auto;
}

/* inner page about us end  */

/* inner industries page start  */
	
.inner-industries-wrap {
    padding: 120px 0 60px;
}
.industries-image {
    height: 230px;
    border-radius: 20px;
}
.industries-card-content {
    margin-top: 20px;
}
.industry-title {
    font-size: 20px;
    margin-bottom: 10px;
}
.industry-content {
    font-size: 14px;
    line-height: 1.6;
}
	
/* inner industries page end  */

/* inner page career section start  */

.inner-above-career-faq-section {
    padding: 40px 0;
    background: #f8f9fa;
}

.inner-above-career-faq-title {
    font-size: 24px;
    margin: 0 0 10px;
}

.inner-above-career-faq-subtitle {
    font-size: 14px;
    width: unset;
    margin: 0px;
    line-height: 1.6;
}
.creation-header {
    margin-bottom: 0px;
}

.inner-career-faq-section {
    padding: 40px 0 40px;
}

.inner-career-faq-title {
    font-size: 24px;
    margin: 0 0 20px;
}

.inner-career-accordion-button {
    gap: 12px;
    padding: 15px;
}
	
.inner-career-accordion-title {
    font-size: 16px;
}

.inner-career-accordion-location {
    font-size: 14px;
    margin-top: 2px;
}

.inner-career-accordion-location i {
    font-size: 14px;
    margin-right: 5px;
}
	
.inner-career-accordion-body {
    padding: 15px;
}

.inner-career-accordion-body h2 {
    padding-top: 10px;
    font-size: 18px;
}

.inner-career-accordion-body p {
    font-size: 14px;
    line-height: 1.7;
}

.inner-career-accordion-body li {
    font-size: 14px;
    line-height: 1.7;
}

.inner-career-apply-button {
    padding: 8px 15px;
    font-size: 12px;
}

/* inner page career section end  */


/* inner page contact us section start  */

.inner-above-contact-section {
    padding: 120px 0 40px;
}

.inner-above-contact-title {
    font-size: 22px;
    width: unset;
    margin: 0 0 20px;
}

.inner-above-contact-subtitle {
    font-size: 12px;
    width: unset;
    margin: 0 0 10px;
    line-height: 22px;
}

.inner-contact-section {
    padding: 40px 0;
}

.inner-contact-cont {
    padding: 0 !important;
}

.inner-contact-title {
    font-size: 22px;
    padding: 0 !important;
    margin: 0 0 30px !important;
}

.inner-contact-tab-btn {
    padding: 8px 10px;
    font-size: 12px;
}

.floating-field {
    padding: 12px 15px 12px 48px;
    font-size: 12px;
}

textarea.floating-field {
    height: 120px;
    resize: vertical;
    padding-top: 18px;
}

.floating-input label {
    position: absolute;
    top: 50%;
    left: 48px;
    transform: translateY(-50%);
    font-size: 12px;
    padding: 0 6px;
}

select.floating-field {
    padding: 14px 40px 14px 48px;
    font-size: 12px;
}

.inner-contact-forms .inner-contact-form.active {
    display: block;
    padding: 0 15px;
}

.inner-contact-form .get-in-touch-col input[type="submit"], .inner-contact-form .get-in-touch-col input[type="submit"], .inner-contact-form .wpcf7 .wpcf7-submit {
    padding: 10px 15px;
    gap: 10px;
    font-size: 14px;
}

.inner-contact-blw-image img {
    border-radius: 10px;
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.inner-contact-blw-title {
    font-size: 24px;
    margin-bottom: 10px;
}

.inner-contact-blw-subtitle {
    font-size: 14px;
    max-width: unset;
    margin: 0 0 30px;
    line-height: 1.6;
}

.inner-contact-blw-info-grid {
    display: unset;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.info-card {
    padding: 18px;
    margin-bottom: 20px;
}

.inner-contact-blw-location-box i {
    font-size: 15px;
}

.inner-contact-blw-location-box h5 {
    font-size: 15px;
    margin: 0 0 6px;
}

.inner-contact-blw-location-box a {
    font-size: 12px;
    margin: 0;
    line-height: 1.6;
}

.info-card i {
    font-size: 15px;
}

.info-card h6 {
    font-size: 15px;
    margin: 0 0 4px;
}

.info-card a {
    font-size: 12px;
    margin: 0;
}

/* inner page contact us section end  */

}


@media only screen and (min-width: 576px) and (max-width: 767.5px) {
    
/*new css starts*/
    
 .about-content-wrapper {
    padding-right: 0;
}

.about-img-wrapper{
    flex-direction: column;
}
.about-wrapper h3{
    line-height:2rem;
}
.snow1 {
    left: 0;
    width: 4px;
    height: 4px;
}
.snow {
    width: 3px;
    height: 3px;
}
.snow2 {
    width: 2px;
    height: 2px;
}
	
/*new css ends*/


.container {
    max-width: unset !important;
    padding: 0 6% !important;
}

/* header start */

.main-header-logo .logo2 {
    width: 100px;
}
.main-header-logo .logo1 {
    height: 50px;
    width: 50px;
}
.santa img {
    width: 50px;
    position: absolute;
    top: -15px;
    left: 0;
}
.page-id-1328 .main-header-wrap, .page-id-1966 .main-header-wrap {
    top: 0px;
    padding: 10px;
    padding-top: 20px;
}
.main-header-wrap {
    top: 0px;
    padding: 10px;
    padding-top: 20px;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
    width: 40px;
    height: 4px;
    background-color: #fff;
}
#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    position: fixed;
    display: block;
    width: 290px;
}
#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    background: #000000;
    padding: 0px 0px 0px 0px;
    display: none;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    line-height: 1;
    height: unset;
    padding: 10px 15px;
    color: #ffffff;
    text-align: left;
    background: rgba(0, 0, 0, 0);
    border-radius: 0px;
    font-size: 16px;
}
#mega-menu-item-1979 > .mega-menu-link {
    padding: 10px 15px !important;
    background: transparent !important;
    color: #ffffff !important;
    border-radius: 0 !important;
    display: inline-block;
}
.mega-toggle-blocks-center, .mega-toggle-blocks-left {
	display: none !important;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner {
    top: 2px;
    width: 50px;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner::before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s;
    width: 40px;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner::after {
    top: 20px;
    width: 30px;
}

/* header ends */

/* banner start */

.banner-content {
    left: unset !important;
    bottom:0;
}
.banner-title {
	font-size: 44px;
	line-height: 1.4;
	letter-spacing: 1px;
}
.banner-content p {
    width: 100%;
    text-align: left;
    padding-bottom: 20px;
    padding-top: 8px;
    font-size: 16px;
}
.banner-button .banner-btn {
    font-size: 14px;
}
.banner-btn-wrapper i {
    font-size: 14px;
}
.brand-section {
    padding: 40px 0;
}

.top-badge p {
    font-size: 24px !important;
}
.brand-scroller-inner {
    margin: 0 0x;
}
.brand-badge {
    font-size: 12px;
    padding: 8px 15px;
}
.brand-badge p {
    font-size: 12px;
}
.fade-left, .fade-right {
    width: 40px;
}
.brand-scroller {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin: auto;
}
/* banner end */

/* about us start */

.about-wrap {
    padding: 40px 0;
}
.about-wrapper h3 {
    font-size: 26px;
    margin-bottom: 15px;
}
.about-wrapper .reveal-text {
    font-size: 16px;
	line-height: 1.6;
}
.about-wrapper p {
    font-size: 14px;
	line-height: 1.6;
}
.about-img-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 25px;
    margin-top: 30px;
}
.about-btn {
    font-size: 14px;
    padding: 7px 15px;
}
.about-img-wrapper img {
    width: 180px;
    height: 150px;
    object-fit: contain;
}

/* about us end */

/* service section start */

.service-wrap {
    padding: 50px 0;
}
.service-badge p {
    font-size: 10px;
}
.service-title {
    font-weight: 700 !important;
    line-height: 1.6;
    margin: 0px 0 20px;
    font-size: 24px !important;
    color: #fff;
}
	
.service-para {
    font-size: 14px;
}
.inner-viewmore-btn {
    display: inline-block;
    width: fit-content;
    padding: 7px 15px;
    font-size: 14px;
}
.scroll-card-content-wrap {
    gap: 10px;
}
.service-content {
    margin-bottom: 30px;
}
.scroll-card-content h3 {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 10px;
}
.scroll-card-icon {
    height: 50px;
    min-width: 50px;
    font-size: 24px;
    flex-shrink: 0;
}
.scroll-card-content p {
    font-size: 12px;
    line-height: 1.6;
}

/* service section end */

/* client section start */

.client-wrap {
    background-color: #fff !important;
    padding: 60px 0;
    color: #fff;
}
.client-wrap .section-title {
    color: #000;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 10px;
    letter-spacing: -2px;
}
.content-para{
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
}
.client-row {
    padding-bottom: 20px;
}
.logo-item-col{
    margin-bottom: 20px;
}
.logo-item {
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    padding: 20px;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    min-height: 120px;
    position: relative;
    overflow: hidden;
    flex-direction: column;
    display: flex;
    justify-content: center;
}
.logo-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transition: left 0.6s;
}
.logo-item:hover::before {
    left: 100%;
}
.logo-item:hover {
    transform: translateY(-10px) scale(1.05);
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 10px 16px #c2f9ba94;
}
.logo-item img {
    max-width: 100%;
    height: 60px;
    object-fit: contain;
    filter: grayscale(100%) opacity(0.7);
    transition: all 0.4s ease;
}
.logo-item:hover img {
    filter: grayscale(0%) opacity(1);
    transform: scale(1.1);
}
.logo-item .company-name {
    margin-top: 15px;
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    color: #6c757d;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s ease;
}
.logo-item:hover .company-name {
    opacity: 1;
    transform: translateY(0);
    color: #495057;
}

/* SCROLL ANIMATION */
.fade-in {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.8s ease forwards;
    animation-play-state: paused; /* Important to pause initially */
}
.fade-in:nth-child(1) { animation-delay: 0.1s; }
.fade-in:nth-child(2) { animation-delay: 0.2s; }
.fade-in:nth-child(3) { animation-delay: 0.3s; }
.fade-in:nth-child(4) { animation-delay: 0.4s; }
.fade-in:nth-child(5) { animation-delay: 0.5s; }
.fade-in:nth-child(6) { animation-delay: 0.6s; }

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.client-wrap .client-btn-wrap{
    margin-top: 40px;
    text-align: center;
}

/* client section end */
	
/* testimonial section start */
	
.testimonial-wrap {
    padding: 50px 0px 0;
}
.video-testimonials-slider-wrap {
    width: 80%;
}
.video-testimonial-card-wrap {
    border-radius: 15px;
    padding: 15px;
	min-height: 300px !important;
}
.video-inline {
    padding: 10px !important;
}
.video-testimonials-slider-wrap .video-next {
    right: -40px;
}
.video-testimonials-slider-wrap .video-prev {
    left: -40px;
}
.text-testimonial-wrap {
    padding: 60px 0px;
}
.text-testimonials-slider-wrap {
    width: 90%;
    margin: auto;
}
.text-testimonials-slider .text-testimonial-card-wrap {
    padding: 15px;
    min-height: 180px;
    border-radius: 10px;
}
.text-testimonials-slider .testimonial-text {
    font-size: 16px;
}
.text-testimonials-slider .text-info h5 {
    font-size: 14px;
}
.text-testimonials-slider .text-info p {
    font-size: 12px;
    line-height: 1.4;
}
.text-testimonials-slider .testimonial-avatar {
    width: 35px;
    height: 35px;
}
.text-btn-wrap {
    width: 100%;
	margin-top: 20px;
    display: flex;
    justify-content: center;
	align-items: center;
	gap: 20px;
}

.text-btn-wrap button {
	position: unset !important;
    width: 45px;
    height: 45px;
	transform: none !important;
    border-radius: 50%;
    background: #fff;
    border: none;
    box-shadow: 0 2px 12px rgba(0,0,0,0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    pointer-events: all;
    transition: 0.25s ease;
}

@keyframes tiltRiseUp {
  0% {
    transform: translateY(0px) rotateX(0deg) rotateZ(0deg) scale(0.88);
    opacity: 0;
  }
  50% {
    transform: translateY(-180px) rotateX(16deg) rotateZ(16deg) scale(0.96);
    opacity: 0.9;
  }
  51% {
    transform: translateY(-180px) rotateX(16deg) rotateZ(16deg) scale(0.96);
    opacity: 1;
  }
  100% {
    transform: translateY(0) rotateX(0deg) rotateZ(0deg) scale(1);
    opacity: 1;
  }
}
	
/* testimonial section end */
	
/* team section start */
	
.team-section-slider {
    margin: auto;
    width: 90%;
}

	
/* team section ends */
	
/* creation section start */

.inner-creation-wrap {
    padding: 60px 0 40px !important;
}
.chip-badge {
	font-size: 12px;
    min-width: 25px;
    height: 25px;
    padding: 0 8px;
    line-height: 1;
    border-radius: 18px;
}
.chip-option-label {
    gap: 12px;
    margin: 0;
}

.creation-wrap {
    padding: 40px 0;
}
.creation-title {
    font-size: 26px;
}
.creation-intro {
    font-size: 14px;
}
.creation-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.creation-img-wrap {
    position: relative;
    width: 100%;
    height: 230px;
    overflow: hidden;
}
.creation-card-title {
    font-size: 20px;
}
.creation-card-text {
    font-size: 14px;
}
.creation-btn {
    border-radius: 0;
    padding: 10px 15px;
    font-size: 12px;
    gap: 10px;
}
.creation-footer .creation-footer-btn {
    display: inline-flex;
    padding: 10px 15px;
    align-items: center;
    gap: 10px;
    font-size: 14px;
}

/* creation section start */

/* blog section start */

.blog-wrap {
    padding: 50px 0;
}
.blog-title {
    font-size: 26px;
    
}
.blog-wrap .creation-title{
    color:#fff;
}
.blog-slider-nav button {
    width: 26px;
    height: 26px;
    font-size: 12px;
}
.blog-body {
    padding: 15px;
}
.blog-readtime, .blog-date  {
    font-size: 12px;
}
.blog-card-title {
    font-size: 16px;
}

/* blog section end */

/* footer section start */

.footer-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 430px;
    border-radius: 6px;
    margin: 0 auto 40px;
    background: #333;
}
.footer-cta-left img {
    max-height: 30px;
}
.footer-cta-right .quote-btn {
    padding: 10px 15px;
    font-size: 14px;
}
.footer-top-content {
    text-align: left;
    margin-bottom: 20px;
}
.footer-top-content h2 {
    font-size: 20px;
}
.footer-top-content p {
    font-size: 12px;
    line-height: 1.6;
}
.footer-menu-wrap {
    margin-bottom: 20px;
}
.footer-menu-wrap h2 {
    font-size: 16px;
    margin-bottom: 10px;
}
.footer-list li {
    margin-bottom: 5px;
}
.footer-list li a {
    font-size: 14px;
}
.footer-content-wrap a, .footer-content-wrap p {
    font-size: 14px;
}
.footer-bottom {
    margin-top: 20px;
}
.footer-bottom .footer-copy-col p {
    text-align: center;
    font-size: 14px;
    margin-bottom: 5px;
}
.footer-social-icons a {
    font-size: 20px !important;
}
.footer-privacy-col p {
    gap: 10px;
    justify-content: center;
    margin-top: 5px;
}
.footer-bottom a {
    font-size: 14px;
}


/* footer section end */

/* inner header start */

.inner-head {
    font-size: 28px;
}
.inner-intro {
    font-size: 14px;
    width: 80%;
    line-height: 1.6;
}
#breadcrumbs {
    font-size: 14px;
}

/* inner header start */
	
/* inner service page start */
	
.service-wrapper {
    padding: 60px 0;
}
.inner-service-card {
    border-radius: 12px;
    padding: 10px;
}	
.inner-service-img {
    height: 200px;
}
.inner-service-icon {
    top: 180px;
    width: 50px;
    height: 50px;
    border-radius: 14px;
    font-size: 24px;
}
.inner-service-card-title {
    font-size: 20px;
}
.inner-service-card-text {
    font-size: 14px;
    line-height: 1.5;
}
	
/* inner service page wnds */

/* inner product page start */

.inner-product-wrap {
    padding: 60px 0 40px;
}
.inner-product-title {
    font-size: 26px;
    margin-bottom: 10px;
}
.inner-product-intro {
    font-size: 14px;
}
.inner-product-rating img {
    width: 180px;
}
.inner-product-rating {
    text-align: center;
    margin: 30px 0;
}
.rating-content {
    display: block;
    margin-bottom: 10px;
}
.star-content p {
    font-size: 12px;
}
.inner-product-img {
    width: 100%;
    height: 200px;
}
.inner-product-content {
    font-size: 14px;
}

/* inner product page end */
	
/* inner case study page start */
	
.inner-solutions-section {
    padding: 60px 0;
}
.inner-solutions-card {
    background: #fff;
    border-radius: 10px;
	gap: 0;
}
.inner-solutions-image img {
    width: 100%;
    height: 230px;
}
.inner-solutions-content {
    padding: 15px;
}
.creation-body {
    padding: 15px;
}
.inner-solutions-post-title {
    font-size: 20px;
	line-height: 1.3;
}
.inner-solutions-excerpt {
    font-size: 14px;
}
	
/* inner case study page end */
	


/* inner blog page start */

.inner-blog-readtime, .inner-blog-date {
    font-size: 12px;
    margin: 0;
}
.inner-blog-excerpt {
    font-size: 14px;
}
.single-blog-img {
    border-radius: 13px;
    box-shadow: 1px 2px 4px #00000039;
}
.single-blog-title {
    font-size: 26px;
    margin-bottom: 5px;
}
.single-blog-meta {
    font-size: 14px;
}
.single-blog-content p {
    line-height: 1.6;
    font-size: 14px;
}
.related-post-title {
    font-size: 14px;
}
.related-post-title {
    font-size: 12px;
}
.related-post-img {
    width: 100%;
    height: 130px;
    object-fit: cover;
}

.single-blog-col {
    padding: 0 10px !important;
    margin-bottom: 15px;
}

/* inner blog page end */



/* inner page about us section start  */

.inner-about-section {
    padding: 120px 0 40px;
}

.inner-about-top-badge {
    font-size: 12px;
    padding: 0px 10px;
    align-items: center;
    margin: 0 0 10px;
}

.inner-about-blinking-light {
    width: 5px;
    height: 5px;
    animation: blink 1s infinite;
}

.inner-about-top-badge p {
    margin: 0 !important;
    font-size: 12px;
}

.inner-about-content h2 {
    font-size: 26px;
    width: unset;
    font-weight: 500;
    margin-bottom: 20px;
}

.inner-about-content p {
    font-size: 14px;
    line-height: 25px;
}
.inner-about-section .inner-about-video {
    width: 100%;
    height: 300px !important;
}

/* office section  */

.office-wrapper-section {
    padding: 50px 0;
}

.office-wrapper-title {
    font-size: 24px;
    margin-bottom: 10px;
}

.office-wrapper-subtitle {
    font-size: 12px;
    margin-bottom: 40px;
    line-height: 20px;
}

.office-wrapper-inner {
    overflow: hidden;
    width: 100%;
    height: 400px;
    background: #000;
}

.office-slide-inner img {
    width: 100%;
    object-fit: cover;
    height: 300px;
    border-radius: 15px;
}
	
.office-wrapper-controls button {
    padding: 8px 12px;
    font-size: 10px;
}



/* core feature section  */

.core-features {
    padding: 40px 0;
}

.core-feature-title {
    font-size: 26px;
    margin: 0 0 10px;
    width: unset;
}

.core-feature-subtitle {
    font-size: 14px;
    width: unset;
    margin-bottom: 20px !important;
    line-height: 1.6;
}

.feature-box {
    border-radius: 13px;
    padding: 15px;
    margin-bottom: 20px;
}

.before-after-card {
    padding: 15px;
    height: 100%;
    margin-bottom: 20px;
}

.feature-icon-wrapper {
    width: 40px;
    height: 40px;
    margin-bottom: 15px;
}

.feature-icon-wrapper img {
    width: 20px;
    height: 20px;
}

.feature-content h3 {
    font-size: 26px;
    margin-bottom: 8px;
}

.feature-content h4 {
    font-size: 16px;
    margin: 0 0 15px;
}

.feature-content p {
    font-size: 14px;
    line-height: 20px;
}

#comparison {
    width: 100%;
    height: 300px;
    position: relative;
    overflow: hidden;
}

#comparison::before, #comparison::after {
    /*position: absolute;*/
    /*bottom: 20px;*/
    /*padding: 6px 16px;*/
    /*font-size: 12px;*/
    display:none;
}

#handle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 25px;
    width: 25px;
}


/* philosophy section start  */

.inner-about-our-philosophy {
    padding: 40px 0;
}

.inner-about-philosophy-title {
    font-size: 24px;
    margin: 0 0 10px;
}

.inner-about-philosophy-subtitle {
    font-size: 12px;
    margin: 0 0 50px;
    width: unset;
    text-align: center;
    line-height: 20px;
}

.inner-about-item {
    margin-bottom: 20px;
}

.inner-about-philosophy-icon img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.inner-about-philosophy-item-title {
    font-size: 16px;
    margin-bottom: 10px;
}

.inner-about-philosophy-content p {
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 20px;
}
.inner-about-philosophy-feature-image img {
    height: 200px;
}

/* team section  */
	
.team-section {
    padding: 50px 0;
}

.inner-about-team-section {
    padding: 60px 0;
}
	
.team-section  .creation-intro {
    font-size: 14px;
    margin-bottom: 20px !important;
}

.top-badge {
    padding: 0px 10px;
    margin: 0 auto 10px;
}

.blinking-light {
    width: 5px;
    height: 5px;
}

.inner-about-team-title {
    font-size: 24px;
    margin: 0 0 30px;
}
.team-section-card::before {
    background: linear-gradient(45deg, #f5560930, /* Bright aqua-green from the left */ #a2f99536 50%, /* Soft blue-violet blend */ rgba(0, 0, 0, 0) 100%
100%
 /* Fade to transparent */);
    z-index: 2;
    transition: 0.5s all;
    opacity: 0;
}
.inner-about-team-image img {
    width: 100%;
    object-fit: cover;
    object-position: top;
    height: 370px;
}

.team-section-hover h4 {
    margin: 0 0 5px;
    font-size: 24px;
    color: #fff;
}

.team-section-hover p {
    font-size: 14px;
    margin-bottom: 15px;
    color: #fff;
}

.inner-about-team-social a {
    margin: 0 5px;
    font-size: 20px;
}

.inner-viewmore-btn {
    padding: 8px 10px;
    font-size: 16px;
}

/* faq section  */

.faq-section {
    padding: 40px 0;
}
	
.faq-title {
    font-size: 26px;
    margin: 0 0 10px;
    text-align: center;
}

.faq-subtitle {
    font-size: 14px;
    margin: 0 0 40px;
    text-align: center;
    line-height: 1.6;
}

.faq-wrapper, .accordion {
    padding: 0;
}
.accordion-button {
    gap: 15px;
    font-size: 16px;
    padding: 15px;
}

.accordion-button i {
    font-size: 18px;
}

.accordion-body {
    padding: 15px;
    color: #444;
    line-height: 1.6;
}

.accordion-body p {
    padding: 0px;
    font-size: 14px;
    line-height: 1.6;
    margin: 0 !important;
}

.accordion-button .fa-angle-down {
    font-size: 14px;
    margin-left: auto;
}

/* inner page about us end  */

/* inner industries page start  */
	
.inner-industries-wrap {
    padding: 120px 0 60px;
}
.industries-image {
    height: 300px;
    border-radius: 20px;
}
.industries-card-content {
    margin-top: 30px;
}
.industry-title {
    font-size: 22px;
    margin-bottom: 10px;
}
.industry-content {
    font-size: 14px;
    line-height: 1.6;
}
	
/* inner industries page end  */

/* inner page career section start  */

.inner-above-career-faq-section {
    padding: 40px 0;
    background: #f8f9fa;
}

.inner-above-career-faq-title {
    font-size: 26px;
    margin: 0 0 10px;
}

.inner-above-career-faq-subtitle {
    font-size: 14px;
    width: unset;
    margin: 0px;
    line-height: 1.6;
}
.creation-header {
    margin-bottom: 0px;
}

.inner-career-faq-section {
    padding: 40px 0 40px;
}

.inner-career-faq-title {
    font-size: 26px;
    margin: 0 0 20px;
}

.inner-career-accordion-button {
    gap: 12px;
    padding: 15px;
}
	
.inner-career-accordion-title {
    font-size: 16px;
}

.inner-career-accordion-location {
    font-size: 14px;
    margin-top: 2px;
}

.inner-career-accordion-location i {
    font-size: 14px;
    margin-right: 5px;
}
	
.inner-career-accordion-body {
    padding: 15px;
}

.inner-career-accordion-body h2 {
    padding-top: 10px;
    font-size: 20px;
}

.inner-career-accordion-body p {
    font-size: 14px;
    line-height: 1.7;
}

.inner-career-accordion-body li {
    font-size: 14px;
    line-height: 1.7;
}

.inner-career-apply-button {
    padding: 8px 15px;
    font-size: 12px;
}

/* inner page career section end  */


/* inner page contact us section start  */

.inner-above-contact-section {
    padding: 120px 0 40px;
}

.inner-above-contact-title {
    font-size: 24px;
    width: unset;
    margin: 0 0 20px;
}

.inner-above-contact-subtitle {
    font-size: 12px;
    width: unset;
    margin: 0 0 10px;
    line-height: 22px;
}

.inner-contact-section {
    padding: 40px 0;
}

.inner-contact-cont {
    padding: 0 !important;
}

.inner-contact-title {
    font-size: 24px;
    padding: 0 !important;
    margin: 0 0 30px !important;
}

.inner-contact-tab-btn {
    padding: 8px 10px;
    font-size: 14px;
}

.floating-field {
    padding: 12px 15px 12px 48px;
    font-size: 12px;
}

textarea.floating-field {
    height: 120px;
    resize: vertical;
    padding-top: 18px;
}

.floating-input label {
    position: absolute;
    top: 50%;
    left: 48px;
    transform: translateY(-50%);
    font-size: 12px;
    padding: 0 6px;
}

select.floating-field {
    padding: 14px 40px 14px 48px;
    font-size: 12px;
}

.inner-contact-forms .inner-contact-form.active {
    display: block;
    padding: 0 15px;
}

.inner-contact-form .get-in-touch-col input[type="submit"], .inner-contact-form .get-in-touch-col input[type="submit"], .inner-contact-form .wpcf7 .wpcf7-submit {
    padding: 10px 15px;
    gap: 10px;
    font-size: 14px;
}

.inner-contact-blw-image img {
    border-radius: 10px;
    width: 100%;
    height: 350px;
    object-fit: cover;
}
	
.inner-contact-blw-title {
    font-size: 26px;
    margin-bottom: 10px;
}

.inner-contact-blw-subtitle {
    font-size: 14px;
    max-width: unset;
    margin: 0 0 30px;
    line-height: 1.6;
}

.inner-contact-blw-info-grid {
    display: unset;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.info-card {
    padding: 18px;
    margin-bottom: 20px;
}

.inner-contact-blw-location-box i {
    font-size: 15px;
}

.inner-contact-blw-location-box h5 {
    font-size: 15px;
    margin: 0 0 6px;
}

.inner-contact-blw-location-box a {
    font-size: 12px;
    margin: 0;
    line-height: 1.6;
}

.info-card i {
    font-size: 15px;
}

.info-card h6 {
    font-size: 15px;
    margin: 0 0 4px;
}

.info-card a {
    font-size: 12px;
    margin: 0;
}

/* inner page contact us section end  */

}


@media only screen and (min-width: 768px) and (max-width: 991.5px) {
    
/*new css starts*/
    
 .about-content-wrapper {
    padding-right: 0;
}

.about-img-wrapper{
    flex-direction: column;
}
.about-wrapper h3{
    line-height:2rem;
}
.snow1 {
    left: 0;
    width: 4px;
    height: 4px;
}
.snow {
    width: 3px;
    height: 3px;
}
.snow2 {
    width: 2px;
    height: 2px;
}
	
/*new css ends*/


.container {
    max-width: unset !important;
    padding: 0 6% !important;
}

/* header start */

.main-header-logo .logo2 {
    width: 100px;
}
.main-header-logo .logo1 {
    height: 50px;
    width: 50px;
}
.santa img {
    width: 50px;
    position: absolute;
    top: -15px;
    left: 0;
}
.page-id-1328 .main-header-wrap, .page-id-1966 .main-header-wrap {
    top: 0px;
    padding: 10px;
    padding-top: 20px;
}
.main-header-wrap {
    top: 0px;
    padding: 10px;
    padding-top: 20px;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
    width: 40px;
    height: 4px;
    background-color: #fff;
}
#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    position: fixed;
    display: block;
    width: 290px;
}
#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    background: #000000;
    padding: 0px 0px 0px 0px;
    display: none;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    line-height: 1;
    height: unset;
    padding: 10px 15px;
    color: #ffffff;
    text-align: left;
    background: rgba(0, 0, 0, 0);
    border-radius: 0px;
    font-size: 16px;
}
#mega-menu-item-1979 > .mega-menu-link {
    padding: 10px 15px !important;
    background: transparent !important;
    color: #ffffff !important;
    border-radius: 0 !important;
    display: inline-block;
}
.mega-toggle-blocks-center, .mega-toggle-blocks-left {
	display: none !important;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner {
    top: 2px;
    width: 50px;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner::before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s;
    width: 40px;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner::after {
    top: 20px;
    width: 30px;
}

/* header ends */

/* banner start */

.banner-content {
    left: unset !important;
    bottom:0;
}
.banner-title {
	font-size: 48px;
	line-height: 1.4;
	letter-spacing: 1px;
}
.banner-content p {
    width: 100%;
    text-align: left;
    padding-bottom: 20px;
    padding-top: 8px;
    font-size: 16px;
}
.banner-button .banner-btn {
    font-size: 16px;
}
.banner-btn-wrapper i {
    font-size: 16px;
}
.brand-section {
    padding: 40px 0;
}

.top-badge p {
    font-size: 24px !important;
}
.brand-scroller-inner {
    margin: 0 0x;
}
.brand-badge {
    font-size: 14px;
    padding: 8px 15px;
}
.brand-badge p {
    font-size: 14px;
}
.fade-left, .fade-right {
    width: 40px;
}
.brand-scroller {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin: auto;
}
/* banner end */

/* about us start */

.about-wrap {
    padding: 40px 0;
}
.about-wrapper h3 {
    font-size: 32px;
    margin-bottom: 15px;
}
.about-wrapper .reveal-text {
    font-size: 16px;
	line-height: 1.6;
}
.about-wrapper p {
    font-size: 16px;
	line-height: 1.6;
}
.about-img-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 25px;
    margin-top: 30px;
}
.about-btn {
    font-size: 16px;
    padding: 7px 15px;
}
.about-img-wrapper img {
    width: 180px;
    height: 150px;
    object-fit: contain;
}

/* about us end */

/* service section start */

.service-wrap {
    padding: 50px 0;
}
.service-badge p {
    font-size: 10px;
}
.service-title {
    font-weight: 700 !important;
    line-height: 1.6;
    margin: 0px 0 20px;
    font-size: 24px !important;
    color: #fff;
}
	
.service-para {
    font-size: 16px;
}
.inner-viewmore-btn {
    display: inline-block;
    width: fit-content;
    padding: 7px 15px;
    font-size: 16px;
}
.scroll-card-content-wrap {
    gap: 10px;
}
.service-content {
    margin-bottom: 30px;
}
.scroll-card-content h3 {
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 10px;
}
.scroll-card-icon {
    height: 50px;
    min-width: 50px;
    font-size: 24px;
    flex-shrink: 0;
}
.scroll-card-content p {
    font-size: 14px;
    line-height: 1.6;
}

/* service section end */

/* client section start */

.client-wrap {
    background-color: #fff !important;
    padding: 60px 0;
    color: #fff;
}
.client-wrap .section-title {
    color: #000;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
    letter-spacing: -2px;
}
.content-para{
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
}
.client-row {
    padding-bottom: 20px;
}
.logo-item-col{
    margin-bottom: 20px;
}
.logo-item {
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    padding: 20px;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    min-height: 120px;
    position: relative;
    overflow: hidden;
    flex-direction: column;
    display: flex;
    justify-content: center;
}
.logo-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transition: left 0.6s;
}
.logo-item:hover::before {
    left: 100%;
}
.logo-item:hover {
    transform: translateY(-10px) scale(1.05);
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 10px 16px #c2f9ba94;
}
.logo-item img {
    max-width: 100%;
    height: 60px;
    object-fit: contain;
    filter: grayscale(100%) opacity(0.7);
    transition: all 0.4s ease;
}
.logo-item:hover img {
    filter: grayscale(0%) opacity(1);
    transform: scale(1.1);
}
.logo-item .company-name {
    margin-top: 15px;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    color: #6c757d;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s ease;
}
.logo-item:hover .company-name {
    opacity: 1;
    transform: translateY(0);
    color: #495057;
}

/* SCROLL ANIMATION */
.fade-in {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.8s ease forwards;
    animation-play-state: paused; /* Important to pause initially */
}
.fade-in:nth-child(1) { animation-delay: 0.1s; }
.fade-in:nth-child(2) { animation-delay: 0.2s; }
.fade-in:nth-child(3) { animation-delay: 0.3s; }
.fade-in:nth-child(4) { animation-delay: 0.4s; }
.fade-in:nth-child(5) { animation-delay: 0.5s; }
.fade-in:nth-child(6) { animation-delay: 0.6s; }

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.client-wrap .client-btn-wrap{
    margin-top: 40px;
    text-align: center;
}

/* client section end */
	
/* testimonial section start */
	
.testimonial-wrap {
    padding: 50px 0px 0;
}
.video-testimonials-slider-wrap {
    width: 80%;
}
.video-testimonial-card-wrap {
    border-radius: 15px;
    padding: 15px;
	min-height: 300px !important;
}
.video-inline {
    padding: 10px !important;
}
.video-testimonials-slider-wrap .video-next {
    right: -40px;
}
.video-testimonials-slider-wrap .video-prev {
    left: -40px;
}
.text-testimonial-wrap {
    padding: 60px 0px;
}
.text-testimonials-slider-wrap {
    max-width: 500px;
    margin: auto;
}
.text-testimonials-slider .text-testimonial-card-wrap {
    padding: 15px;
    min-height: 180px;
    border-radius: 10px;
}
.text-testimonials-slider .testimonial-text {
    font-size: 16px;
}
.text-testimonials-slider .text-info h5 {
    font-size: 16px;
}
.text-testimonials-slider .text-info p {
    font-size: 14px;
    line-height: 1.4;
}
.text-testimonials-slider .testimonial-avatar {
    width: 35px;
    height: 35px;
}
.text-btn-wrap {
    width: 100%;
	margin-top: 20px;
    display: flex;
    justify-content: center;
	align-items: center;
	gap: 20px;
}

.text-btn-wrap button {
	position: unset !important;
    width: 45px;
    height: 45px;
	transform: none !important;
    border-radius: 50%;
    background: #fff;
    border: none;
    box-shadow: 0 2px 12px rgba(0,0,0,0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    pointer-events: all;
    transition: 0.25s ease;
}

@keyframes tiltRiseUp {
  0% {
    transform: translateY(0px) rotateX(0deg) rotateZ(0deg) scale(0.88);
    opacity: 0;
  }
  50% {
    transform: translateY(-180px) rotateX(16deg) rotateZ(16deg) scale(0.96);
    opacity: 0.9;
  }
  51% {
    transform: translateY(-180px) rotateX(16deg) rotateZ(16deg) scale(0.96);
    opacity: 1;
  }
  100% {
    transform: translateY(0) rotateX(0deg) rotateZ(0deg) scale(1);
    opacity: 1;
  }
}
	
/* testimonial section end */
	
/* team section start */
	
.team-section-slider {
    margin: auto;
    width: 100%;
}

	
/* team section ends */
	
/* creation section start */

.inner-creation-wrap {
    padding: 60px 0 40px !important;
}
.chip-badge {
	font-size: 14px;
    min-width: 25px;
    height: 25px;
    padding: 0 8px;
    line-height: 1;
    border-radius: 18px;
}
.chip-option-label {
    gap: 12px;
    margin: 0;
}

.creation-wrap {
    padding: 40px 0;
}
.creation-title {
    font-size: 32px;
}
.creation-intro {
    font-size: 16px;
}
.creation-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.creation-img-wrap {
    position: relative;
    width: 100%;
    height: 230px;
    overflow: hidden;
}
.creation-card-title {
    font-size: 22px;
}
.creation-card-text {
    font-size: 16px;
}
.creation-btn {
    border-radius: 0;
    padding: 10px 15px;
    font-size: 14px;
    gap: 10px;
}
.creation-footer .creation-footer-btn {
    display: inline-flex;
    padding: 10px 15px;
    align-items: center;
    gap: 10px;
    font-size: 16px;
}

/* creation section start */

/* blog section start */

.blog-wrap {
    padding: 50px 0;
}
.blog-title {
    font-size: 32px;
    
}
.blog-wrap .creation-title{
    color:#fff;
}
.blog-slider-nav button {
    width: 30px;
    height: 30px;
    font-size: 16px;
}
.blog-body {
    padding: 15px;
}
.blog-readtime, .blog-date  {
    font-size: 14px;
}
.blog-card-title {
    font-size: 16px;
}

/* blog section end */

/* footer section start */

.footer-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    border-radius: 6px;
    margin: 0 auto 40px;
    background: #333;
}
.footer-cta-left img {
    max-height: 35px;
}
.footer-cta-right .quote-btn {
    padding: 12px 15px;
    font-size: 16px;
}
.footer-top-content {
    text-align: left;
    margin-bottom: 20px;
}
.footer-top-content h2 {
    font-size: 22px;
}
.footer-top-content p {
    font-size: 14px;
    line-height: 1.6;
}
.footer-menu-wrap {
    margin-bottom: 20px;
}
.footer-menu-wrap h2 {
    font-size: 16px;
    margin-bottom: 10px;
}
.footer-list li {
    margin-bottom: 5px;
}
.footer-list li a {
    font-size: 16px;
}
.footer-content-wrap a, .footer-content-wrap p {
    font-size: 16px;
}
.footer-bottom {
    margin-top: 20px;
}
.footer-bottom .footer-copy-col p {
    text-align: center;
    font-size: 16px;
    margin-bottom: 5px;
}
.footer-social-icons a {
    font-size: 22px !important;
}
.footer-privacy-col p {
    gap: 10px;
    justify-content: center;
    margin-top: 5px;
}
.footer-bottom a {
    font-size: 16px;
}

/* footer section end */

/* inner header start */

.inner-head {
    font-size: 42px;
}
.inner-intro {
    font-size: 16px;
    width: 80%;
    line-height: 1.6;
}
#breadcrumbs {
    font-size: 16px;
}

/* inner header start */
	
/* inner service page start */
	
.service-wrapper {
    padding: 60px 0;
}
.inner-service-card {
    border-radius: 12px;
    padding: 10px;
}	
.inner-service-icon {
    top: 180px;
    width: 50px;
    height: 50px;
    border-radius: 14px;
    font-size: 24px;
}
.inner-service-img {
    height: 200px;
}
.inner-service-card-title {
    font-size: 22px;
}
.inner-service-card-text {
    font-size: 16px;
    line-height: 1.5;
}
	
/* inner service page wnds */

/* inner product page start */

.inner-product-wrap {
    padding: 60px 0 40px;
}
.inner-product-title {
    font-size: 32px;
    margin-bottom: 10px;
}
.inner-product-intro {
    font-size: 16px;
}
.inner-product-rating img {
    width: 180px;
}
.inner-product-rating {
    text-align: center;
    margin: 30px 0;
}
.rating-content {
    display: block;
    margin-bottom: 10px;
}
.star-content p {
    font-size: 14px;
}
.inner-product-img {
    width: 100%;
    height: 200px;
}
.inner-product-content {
    font-size: 16px;
}

/* inner product page end */
	
/* inner case study page start */
	
.inner-solutions-section {
    padding: 60px 0;
}
.inner-solutions-card {
    background: #fff;
    border-radius: 10px;
	gap: 0;
}
.inner-solutions-image img {
    width: 100%;
    height: 230px;
}
.inner-solutions-content {
    padding: 15px;
}
.creation-body {
    padding: 15px;
}
.inner-solutions-post-title {
    font-size: 22px;
	line-height: 1.3;
}
.inner-solutions-excerpt {
    font-size: 16px;
}
	
/* inner case study page end */
	


/* inner blog page start */

.inner-blog-readtime, .inner-blog-date {
    font-size: 14px;
    margin: 0;
}
.inner-blog-excerpt {
    font-size: 16px;
}
.single-blog-img {
    border-radius: 13px;
    box-shadow: 1px 2px 4px #00000039;
}
.single-blog-title {
    font-size: 32px;
    margin-bottom: 5px;
}
.single-blog-meta {
    font-size: 16px;
}
.single-blog-content p {
    line-height: 1.6;
    font-size: 16px;
}
.related-post-title {
    font-size: 16px;
}
.related-post-title {
    font-size: 14px;
}
.related-post-img {
    width: 100%;
    height: 130px;
    object-fit: cover;
}

.single-blog-col {
    padding: 0 10px !important;
    margin-bottom: 15px;
}

/* inner blog page end */



/* inner page about us section start  */

.inner-about-section {
    padding: 120px 0 40px;
}

.inner-about-top-badge {
    font-size: 14px;
    padding: 0px 10px;
    align-items: center;
    margin: 0 0 10px;
}

.inner-about-blinking-light {
    width: 5px;
    height: 5px;
    animation: blink 1s infinite;
}

.inner-about-top-badge p {
    margin: 0 !important;
    font-size: 14px;
}

.inner-about-content h2 {
    font-size: 32px;
    width: unset;
    font-weight: 500;
    margin-bottom: 20px;
}

.inner-about-content p {
    font-size: 16px;
    line-height: 25px;
}
.inner-about-card {
	margin-top: 30px;
}
.inner-about-section .inner-about-video {
    width: 100%;
    height: 300px !important;
}

/* office section  */

.office-wrapper-section {
    padding: 50px 0;
}

.office-wrapper-title {
    font-size: 24px;
    margin-bottom: 10px;
}

.office-wrapper-subtitle {
    font-size: 14px;
    margin-bottom: 40px;
    line-height: 20px;
}

.office-wrapper-inner {
    overflow: hidden;
    width: 100%;
    height: 400px;
    background: #000;
}

.office-slide-inner img {
    width: 100%;
    object-fit: cover;
    height: 400px;
    border-radius: 15px;
}
	
.office-wrapper-controls button {
    padding: 8px 12px;
    font-size: 10px;
}



/* core feature section  */

.core-features {
    padding: 40px 0;
}

.core-feature-title {
    font-size: 32px;
    margin: 0 0 10px;
    width: unset;
}

.core-feature-subtitle {
    font-size: 16px;
    width: unset;
    margin-bottom: 20px !important;
    line-height: 1.6;
}

.feature-box {
    border-radius: 13px;
    padding: 15px;
    margin-bottom: 20px;
}

.before-after-card {
    padding: 15px;
    height: 100%;
    margin-bottom: 20px;
}

.feature-icon-wrapper {
    width: 40px;
    height: 40px;
    margin-bottom: 15px;
}

.feature-icon-wrapper img {
    width: 20px;
    height: 20px;
}

.feature-content h3 {
    font-size: 32px;
    margin-bottom: 8px;
}

.feature-content h4 {
    font-size: 16px;
    margin: 0 0 15px;
}

.feature-content p {
    font-size: 16px;
    line-height: 20px;
}

#comparison {
    width: 100%;
    height: 450px;
    position: relative;
    overflow: hidden;
}

#comparison::before, #comparison::after {
    /*position: absolute;*/
    /*bottom: 20px;*/
    /*padding: 6px 16px;*/
    /*font-size: 14px;*/
    display:none;
}

#handle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 25px;
    width: 25px;
}


/* philosophy section start  */

.inner-about-our-philosophy {
    padding: 40px 0;
}

.inner-about-philosophy-title {
    font-size: 24px;
    margin: 0 0 10px;
}

.inner-about-philosophy-subtitle {
    font-size: 14px;
    margin: 0 0 50px;
    width: unset;
    text-align: center;
    line-height: 20px;
}

.inner-about-item {
    margin-bottom: 20px;
}

.inner-about-philosophy-icon img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.inner-about-philosophy-item-title {
    font-size: 16px;
    margin-bottom: 10px;
}

.inner-about-philosophy-content p {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 20px;
}

/* team section  */
	
.team-section {
    padding: 50px 0;
}

.inner-about-team-section {
    padding: 60px 0;
}
	
.team-section  .creation-intro {
    font-size: 16px;
    margin-bottom: 20px !important;
}

.top-badge {
    padding: 0px 10px;
    margin: 0 auto 10px;
}

.blinking-light {
    width: 5px;
    height: 5px;
}

.inner-about-team-title {
    font-size: 24px;
    margin: 0 0 30px;
}
.team-section-card::before {
    background: linear-gradient(45deg, #f5560930, /* Bright aqua-green from the left */ #a2f99536 50%, /* Soft blue-violet blend */ rgba(0, 0, 0, 0) 100%
100%
 /* Fade to transparent */);
    z-index: 2;
    transition: 0.5s all;
    opacity: 0;
}
.inner-about-team-image img {
    width: 100%;
    object-fit: cover;
    object-position: top;
    height: 370px;
}

.team-section-hover h4 {
    margin: 0 0 5px;
    font-size: 24px;
    color: #fff;
}

.team-section-hover p {
    font-size: 16px;
    margin-bottom: 15px;
    color: #fff;
}

.inner-about-team-social a {
    margin: 0 5px;
    font-size: 22px;
}

.inner-viewmore-btn {
    padding: 8px 10px;
    font-size: 16px;
}

/* faq section  */

.faq-section {
    padding: 40px 0;
}
	
.faq-title {
    font-size: 32px;
    margin: 0 0 10px;
    text-align: center;
}

.faq-subtitle {
    font-size: 16px;
    margin: 0 0 40px;
    text-align: center;
    line-height: 1.6;
}

.faq-wrapper, .accordion {
    padding: 0;
}
.accordion-button {
    gap: 15px;
    font-size: 16px;
    padding: 15px;
}

.accordion-button i {
    font-size: 20px;
}

.accordion-body {
    padding: 15px;
    color: #444;
    line-height: 1.6;
}

.accordion-body p {
    padding: 0px;
    font-size: 16px;
    line-height: 1.6;
    margin: 0 !important;
}

.accordion-button .fa-angle-down {
    font-size: 16px;
    margin-left: auto;
}

/* inner page about us end  */

/* inner industries page start  */
	
.inner-industries-wrap {
    padding: 120px 0 60px;
}
.industry-row {
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.industries-image {
    height: 250px;
    border-radius: 20px;
}
.industries-card-content {
    margin-top: 30px;
}
.industry-title {
    font-size: 24px;
    margin-bottom: 10px;
}
.industry-content {
    font-size: 16px;
    line-height: 1.6;
}
	
/* inner industries page end  */

/* inner page career section start  */

.inner-above-career-faq-section {
    padding: 40px 0;
    background: #f8f9fa;
}

.inner-above-career-faq-title {
    font-size: 32px;
    margin: 0 0 10px;
}

.inner-above-career-faq-subtitle {
    font-size: 16px;
    width: unset;
    margin: 0px;
    line-height: 1.6;
}
.creation-header {
    margin-bottom: 0px;
}

.inner-career-faq-section {
    padding: 40px 0 40px;
}

.inner-career-faq-title {
    font-size: 28px;
    margin: 0 0 20px;
}

.inner-career-accordion-button {
    gap: 12px;
    padding: 15px;
}
	
.inner-career-accordion-title {
    font-size: 20px;
}

.inner-career-accordion-location {
    font-size: 16px;
    margin-top: 2px;
}

.inner-career-accordion-location i {
    font-size: 16px;
    margin-right: 5px;
}
	
.inner-career-accordion-body {
    padding: 15px;
}

.inner-career-accordion-body h2 {
    padding-top: 10px;
    font-size: 18px;
}

.inner-career-accordion-body p {
    font-size: 16px;
    line-height: 1.7;
}

.inner-career-accordion-body li {
    font-size: 16px;
    line-height: 1.7;
}

.inner-career-apply-button {
    padding: 8px 15px;
    font-size: 14px;
}

/* inner page career section end  */


/* inner page contact us section start  */

.inner-above-contact-section {
    padding: 120px 0 40px;
}

.inner-above-contact-title {
    font-size: 24px;
    width: unset;
    margin: 0 0 20px;
}

.inner-above-contact-subtitle {
    font-size: 14px;
    width: unset;
    margin: 0 0 10px;
    line-height: 22px;
}

.inner-contact-section {
    padding: 40px 0;
}

.inner-contact-cont {
    padding: 0 !important;
}

.inner-contact-title {
    font-size: 24px;
    padding: 0 !important;
    margin: 0 0 30px !important;
}

.inner-contact-tab-btn {
    padding: 8px 10px;
    font-size: 16px;
}

.floating-field {
    padding: 12px 15px 12px 48px;
    font-size: 14px;
}

textarea.floating-field {
    height: 120px;
    resize: vertical;
    padding-top: 18px;
}

.floating-input label {
    position: absolute;
    top: 50%;
    left: 48px;
    transform: translateY(-50%);
    font-size: 14px;
    padding: 0 6px;
}

select.floating-field {
    padding: 14px 40px 14px 48px;
    font-size: 14px;
}

.inner-contact-forms .inner-contact-form.active {
    display: block;
    padding: 0 15px;
}

.inner-contact-form .get-in-touch-col input[type="submit"], .inner-contact-form .get-in-touch-col input[type="submit"], .inner-contact-form .wpcf7 .wpcf7-submit {
    padding: 10px 15px;
    gap: 10px;
    font-size: 16px;
}

.inner-contact-blw-image img {
    border-radius: 10px;
    width: 100%;
    height: 350px;
    object-fit: cover;
}
	
.inner-contact-blw-title {
    font-size: 32px;
    margin-bottom: 10px;
}

.inner-contact-blw-subtitle {
    font-size: 16px;
    max-width: unset;
    margin: 0 0 30px;
    line-height: 1.6;
}

.inner-contact-blw-info-grid {
    display: unset;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.info-card {
    padding: 18px;
    margin-bottom: 20px;
}

.inner-contact-blw-location-box i {
    font-size: 15px;
}

.inner-contact-blw-location-box h5 {
    font-size: 15px;
    margin: 0 0 6px;
}

.inner-contact-blw-location-box a {
    font-size: 14px;
    margin: 0;
    line-height: 1.6;
}

.info-card i {
    font-size: 15px;
}

.info-card h6 {
    font-size: 15px;
    margin: 0 0 4px;
}

.info-card a {
    font-size: 14px;
    margin: 0;
}

/* inner page contact us section end  */

}

@media only screen and (min-width: 992px) and (max-width: 1200.5px) {
    
/*new css starts*/
    
 .about-content-wrapper {
    padding-right: 0;
}

.about-img-wrapper{
    flex-direction: column;
}
.about-wrapper h3{
    line-height:2rem;
}
.snow1 {
    left: 0;
    width: 4px;
    height: 4px;
}
.snow {
    width: 3px;
    height: 3px;
}
.snow2 {
    width: 2px;
    height: 2px;
}
	
/*new css ends*/


.container {
    max-width: unset !important;
    padding: 0 6% !important;
}

/* header start */

.main-header-logo .logo2 {
    width: 100px;
}
.main-header-logo .logo1 {
    height: 50px;
    width: 50px;
}
.santa img {
    width: 50px;
    position: absolute;
    top: -15px;
    left: 0;
}
.page-id-1328 .main-header-wrap, .page-id-1966 .main-header-wrap {
    top: 0px;
    padding: 10px;
    padding-top: 20px;
}
.main-header-wrap {
    top: 0px;
    padding: 10px;
    padding-top: 20px;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
    width: 40px;
    height: 4px;
    background-color: #fff;
}
#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    position: fixed;
    display: block;
    width: 300px;
}
#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    background: #000000;
    padding: 0px 0px 0px 0px;
    display: none;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    line-height: 1;
    height: unset;
    padding: 10px 15px;
    color: #ffffff;
    text-align: left;
    background: rgba(0, 0, 0, 0);
    border-radius: 0px;
    font-size: 18px;
}
#mega-menu-item-1979 > .mega-menu-link {
    padding: 10px 15px !important;
    background: transparent !important;
    color: #ffffff !important;
    border-radius: 0 !important;
    display: inline-block;
}
.mega-toggle-blocks-center, .mega-toggle-blocks-left {
	display: none !important;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner {
    top: 2px;
    width: 55px;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner::before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s;
    width: 45px;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner::after {
    top: 20px;
    width: 35px;
}

/* header ends */

/* banner start */

.banner-content {
    left: unset !important;
    bottom:0;
}
.banner-title {
	font-size: 52px;
	line-height: 1.4;
	letter-spacing: 1px;
}
.banner-content p {
    width: 100%;
    text-align: left;
    padding-bottom: 20px;
    padding-top: 8px;
    font-size: 16px;
}
.banner-button .banner-btn {
    font-size: 16px;
}
.banner-btn-wrapper i {
    font-size: 16px;
}
.brand-section {
    padding: 60px 0;
}

.top-badge p {
    font-size: 24px !important;
}
.brand-scroller-inner {
    margin: 0 0px;
    flex: none !important;
}
.brand-badge {
    font-size: 16px;
    padding: 8px 15px;
    margin: 0;
}
.brand-badge p {
    font-size: 16px;
}
.fade-left, .fade-right {
    width: 40px;
}
.brand-scroller {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin: auto;
}
.creation-wrap.home-product-wrap .row {
	justify-content: center;
}
/* banner end */

/* about us start */

.about-wrap {
    padding: 60px 0;
}
.about-wrapper h3 {
    font-size: 34px;
    margin-bottom: 15px;
}
.about-wrapper .reveal-text {
    font-size: 16px;
	line-height: 1.6;
}
.about-wrapper p {
    font-size: 16px;
	line-height: 1.6;
}
.about-img-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 25px;
    margin-top: 30px;
}
.about-btn {
    font-size: 16px;
    padding: 7px 15px;
}
.about-img-wrapper img {
    width: 180px;
    height: 150px;
    object-fit: contain;
}

/* about us end */

/* service section start */

.service-wrap {
    padding: 60px 0;
}
.service-badge p {
    font-size: 10px;
}
.service-title {
    font-weight: 700 !important;
    line-height: 1.6;
    margin: 0px 0 20px;
    font-size: 24px !important;
    color: #fff;
}
	
.service-para {
    font-size: 16px;
}
.inner-viewmore-btn {
    display: inline-block;
    width: fit-content;
    padding: 7px 15px;
    font-size: 16px;
}
.scroll-card-content-wrap {
    gap: 10px;
}
.service-content {
    margin-bottom: 30px;
}
.scroll-card-content h3 {
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 10px;
}
.scroll-card-icon {
    height: 50px;
    min-width: 50px;
    font-size: 24px;
    flex-shrink: 0;
}
.scroll-card-content p {
    font-size: 14px;
    line-height: 1.6;
}

/* service section end */

/* client section start */

.client-wrap {
    background-color: #fff !important;
    padding: 60px 0;
    color: #fff;
}
.client-wrap .section-title {
    color: #000;
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 10px;
    letter-spacing: -2px;
}
.content-para{
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
}
.client-row {
    padding-bottom: 20px;
}
.logo-item-col{
    margin-bottom: 20px;
}
.logo-item {
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    padding: 20px;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    min-height: 120px;
    position: relative;
    overflow: hidden;
    flex-direction: column;
    display: flex;
    justify-content: center;
}
.logo-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transition: left 0.6s;
}
.logo-item:hover::before {
    left: 100%;
}
.logo-item:hover {
    transform: translateY(-10px) scale(1.05);
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 10px 16px #c2f9ba94;
}
.logo-item img {
    max-width: 100%;
    height: 60px;
    object-fit: contain;
    filter: grayscale(100%) opacity(0.7);
    transition: all 0.4s ease;
}
.logo-item:hover img {
    filter: grayscale(0%) opacity(1);
    transform: scale(1.1);
}
.logo-item .company-name {
    margin-top: 15px;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    color: #6c757d;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s ease;
}
.logo-item:hover .company-name {
    opacity: 1;
    transform: translateY(0);
    color: #495057;
}

/* SCROLL ANIMATION */
.fade-in {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.8s ease forwards;
    animation-play-state: paused; /* Important to pause initially */
}
.fade-in:nth-child(1) { animation-delay: 0.1s; }
.fade-in:nth-child(2) { animation-delay: 0.2s; }
.fade-in:nth-child(3) { animation-delay: 0.3s; }
.fade-in:nth-child(4) { animation-delay: 0.4s; }
.fade-in:nth-child(5) { animation-delay: 0.5s; }
.fade-in:nth-child(6) { animation-delay: 0.6s; }

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.client-wrap .client-btn-wrap{
    margin-top: 40px;
    text-align: center;
}

/* client section end */
	
/* testimonial section start */
	
.testimonial-wrap {
    padding: 60px 0px 0;
}
.video-testimonials-slider-wrap {
    width: 800px;
}
.video-testimonial-card-wrap {
    border-radius: 15px;
    padding: 15px;
	min-height: 300px !important;
}
.video-inline {
    padding: 10px !important;
}
.video-testimonials-slider-wrap .video-next {
    right: -40px;
}
.video-testimonials-slider-wrap .video-prev {
    left: -40px;
}
.text-testimonial-wrap {
    padding: 60px 0px;
}
.text-testimonials-slider-wrap {
    max-width: 400px;
    margin: auto;
}
.text-testimonials-slider .text-testimonial-card-wrap {
    padding: 15px;
    min-height: 180px;
    border-radius: 10px;
}
.text-testimonials-slider .testimonial-text {
    font-size: 16px;
}
.text-testimonials-slider .text-info h5 {
    font-size: 16px;
}
.text-testimonials-slider .text-info p {
    font-size: 14px;
    line-height: 1.4;
}
.text-testimonials-slider .testimonial-avatar {
    width: 35px;
    height: 35px;
}
.text-btn-wrap {
    width: 100%;
	margin-top: 20px;
    display: flex;
    justify-content: center;
	align-items: center;
	gap: 20px;
}

.text-btn-wrap button {
	position: unset !important;
    width: 45px;
    height: 45px;
	transform: none !important;
    border-radius: 50%;
    background: #fff;
    border: none;
    box-shadow: 0 2px 12px rgba(0,0,0,0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    pointer-events: all;
    transition: 0.25s ease;
}

@keyframes tiltRiseUp {
  0% {
    transform: translateY(0px) rotateX(0deg) rotateZ(0deg) scale(0.88);
    opacity: 0;
  }
  50% {
    transform: translateY(-180px) rotateX(16deg) rotateZ(16deg) scale(0.96);
    opacity: 0.9;
  }
  51% {
    transform: translateY(-180px) rotateX(16deg) rotateZ(16deg) scale(0.96);
    opacity: 1;
  }
  100% {
    transform: translateY(0) rotateX(0deg) rotateZ(0deg) scale(1);
    opacity: 1;
  }
}
	
/* testimonial section end */
	
/* team section start */
	
.team-section-slider {
    margin: auto;
    width: 100%;
}
.team-section-image img {
    width: 100%;
    object-fit: cover;
    object-position: top;
    height: 300px;
    display: block;
    transition: transform 0.5s ease;
}
	
/* team section ends */
	
/* creation section start */

.inner-creation-wrap {
    padding: 60px 0 40px !important;
}
.creation-wrap .row {
	justify-content: center;
}
.chip-badge {
	font-size: 16px;
    min-width: 30px;
    height: 30px;
    padding: 0px;
    line-height: 1;
    border-radius: 18px;
}
.chip-option-label {
    gap: 12px;
    margin: 0;
}

.creation-wrap {
    padding: 60px 0;
}
.creation-title {
    font-size: 34px;
}
.creation-intro {
    font-size: 16px;
}
.creation-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.creation-img-wrap {
    position: relative;
    width: 100%;
    height: 230px;
    overflow: hidden;
}
.creation-card-title {
    font-size: 22px;
}
.creation-card-text {
    font-size: 16px;
}
.creation-btn {
    border-radius: 0;
    padding: 10px 15px;
    font-size: 14px;
    gap: 10px;
}
.creation-footer .creation-footer-btn {
    display: inline-flex;
    padding: 10px 15px;
    align-items: center;
    gap: 10px;
    font-size: 16px;
}

/* creation section start */

/* blog section start */

.blog-wrap {
    padding: 60px 0;
}
.blog-title {
    font-size: 34px;
    
}
.blog-wrap .creation-title{
    color:#fff;
}
.blog-slider-nav button {
    width: 30px;
    height: 30px;
    font-size: 16px;
}
.blog-body {
    padding: 15px;
}
.blog-readtime, .blog-date  {
    font-size: 14px;
}
.blog-card-title {
    font-size: 16px;
}

/* blog section end */

/* footer section start */

.footer-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    border-radius: 6px;
    margin: 0 auto 40px;
    background: #333;
}
.footer-cta-left img {
    max-height: 35px;
}
.footer-cta-right .quote-btn {
    padding: 12px 15px;
    font-size: 16px;
}
.footer-top-content {
    text-align: left;
    margin-bottom: 20px;
}
.footer-top-content h2 {
    font-size: 22px;
}
.footer-top-content p {
    font-size: 14px;
    line-height: 1.6;
}
.footer-menu-wrap {
    margin-bottom: 20px;
}
.footer-menu-wrap h2 {
    font-size: 16px;
    margin-bottom: 10px;
}
.footer-list li {
    margin-bottom: 5px;
}
.footer-list li a {
    font-size: 16px;
}
.footer-content-wrap a, .footer-content-wrap p {
    font-size: 16px;
}
.footer-bottom {
    margin-top: 20px;
}
.footer-bottom .footer-copy-col p {
    text-align: center;
    font-size: 16px;
    margin-bottom: 5px;
}
.footer-social-icons a {
    font-size: 24px !important;
}
.footer-privacy-col p {
    gap: 10px;
    justify-content: center;
    margin-top: 5px;
}
.footer-bottom a {
    font-size: 16px;
}

/* footer section end */

/* inner header start */

.inner-head {
    font-size: 46px;
}
.inner-intro {
    font-size: 16px;
    width: 80%;
    line-height: 1.6;
}
#breadcrumbs {
    font-size: 16px;
}

/* inner header start */
	
/* inner service page start */
	
.service-wrapper {
    padding: 60px 0;
}
.inner-service-card {
    border-radius: 12px;
    padding: 12px;
}
.inner-service-icon {
    margin: -40px auto 0;
    font-size: 20px;
    border-radius: 13px;
    width: 55px;
    height: 55px;
}
.inner-service-img {
    height: 200px;
}
.inner-service-card-title {
    font-size: 22px;
}
.inner-service-card-text {
    font-size: 16px;
    line-height: 1.5;
}
	
/* inner service page wnds */

/* inner product page start */

.inner-product-wrap {
    padding: 60px 0 40px;
}
.inner-product-title {
    font-size: 34px;
    margin-bottom: 10px;
}
.inner-product-intro {
    font-size: 16px;
}
.inner-product-rating img {
    width: 180px;
}
.inner-product-rating {
    text-align: center;
    margin: 30px 0;
}
.rating-content {
    display: block;
    margin-bottom: 10px;
}
.star-content p {
    font-size: 14px;
}
.inner-product-img {
    width: 100%;
    height: 200px;
}
.inner-product-content {
    font-size: 16px;
}

/* inner product page end */
	
/* inner case study page start */
	
.inner-solutions-section {
    padding: 60px 0;
}
.inner-solutions-card {
    background: #fff;
    border-radius: 10px;
	gap: 0;
}
.inner-solutions-image img {
    width: 100%;
    height: 230px;
}
.inner-solutions-content {
    padding: 15px;
}
.creation-body {
    padding: 15px;
}
.inner-solutions-post-title {
    font-size: 22px;
	line-height: 1.3;
}
.inner-solutions-excerpt {
    font-size: 16px;
}
	
/* inner case study page end */
	


/* inner blog page start */

.inner-blog-readtime, .inner-blog-date {
    font-size: 14px;
    margin: 0;
}
.inner-blog-excerpt {
    font-size: 16px;
}
.single-blog-img {
    border-radius: 13px;
    box-shadow: 1px 2px 4px #00000039;
}
.single-blog-title {
    font-size: 34px;
    margin-bottom: 5px;
}
.single-blog-meta {
    font-size: 16px;
}
.single-blog-content p {
    line-height: 1.6;
    font-size: 16px;
}
.related-post-title {
    font-size: 16px;
}
.related-post-title {
    font-size: 14px;
}
.related-post-img {
    width: 100%;
    height: 130px;
    object-fit: cover;
}

.single-blog-col {
    padding: 0 10px !important;
    margin-bottom: 15px;
}

/* inner blog page end */



/* inner page about us section start  */

.inner-about-section {
    padding: 120px 0 40px;
}

.inner-about-top-badge {
    font-size: 14px;
    padding: 0px 10px;
    align-items: center;
    margin: 0 0 10px;
}

.inner-about-blinking-light {
    width: 5px;
    height: 5px;
    animation: blink 1s infinite;
}

.inner-about-top-badge p {
    margin: 0 !important;
    font-size: 14px;
}

.inner-about-content h2 {
    font-size: 34px;
    width: unset;
    font-weight: 500;
    margin-bottom: 20px;
}

.inner-about-content p {
    font-size: 16px;
    line-height: 25px;
}
.inner-about-card {
	margin-top: 30px;
}
.inner-about-section .inner-about-video {
    width: 100%;
    height: 350px !important;
}

/* office section  */

.office-wrapper-section {
    padding: 60px 0;
}

.office-wrapper-title {
    font-size: 24px;
    margin-bottom: 10px;
}

.office-wrapper-subtitle {
    font-size: 14px;
    margin-bottom: 40px;
    line-height: 20px;
}

.office-wrapper-inner {
    overflow: hidden;
    width: 100%;
    height: 400px;
    background: #000;
}

.office-slide-inner img {
    width: 100%;
    object-fit: cover;
    height: 400px;
    border-radius: 15px;
}
	
.office-wrapper-controls button {
    padding: 8px 12px;
    font-size: 10px;
}



/* core feature section  */

.core-features {
    padding: 60px 0;
}

.core-feature-title {
    font-size: 34px;
    margin: 0 0 10px;
    width: unset;
}

.core-feature-subtitle {
    font-size: 16px;
    width: unset;
    margin-bottom: 20px !important;
    line-height: 1.6;
}

.feature-box {
    border-radius: 13px;
    padding: 15px;
    margin-bottom: 20px;
}

.before-after-card {
    padding: 15px;
    height: 100%;
    margin-bottom: 20px;
}

.feature-icon-wrapper {
    width: 40px;
    height: 40px;
    margin-bottom: 15px;
}

.feature-icon-wrapper img {
    width: 20px;
    height: 20px;
}

.feature-content h3 {
    font-size: 34px;
    margin-bottom: 8px;
}

.feature-content h4 {
    font-size: 16px;
    margin: 0 0 15px;
}

.feature-content p {
    font-size: 14px;
    line-height: 20px;
}

#comparison {
    width: 100%;
    height: 450px;
    position: relative;
    overflow: hidden;
}

#comparison::before, #comparison::after {
    /*position: absolute;*/
    /*bottom: 20px;*/
    /*padding: 6px 16px;*/
    /*font-size: 14px;*/
    display:none;
}

#handle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 25px;
    width: 25px;
}


/* philosophy section start  */

.inner-about-our-philosophy {
    padding: 60px 0;
}

.inner-about-philosophy-title {
    font-size: 24px;
    margin: 0 0 10px;
}

.inner-about-philosophy-subtitle {
    font-size: 14px;
    margin: 0 0 50px;
    width: unset;
    text-align: center;
    line-height: 20px;
}

.inner-about-item {
    margin-bottom: 20px;
}

.inner-about-philosophy-icon img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.inner-about-philosophy-item-title {
    font-size: 16px;
    margin-bottom: 10px;
}

.inner-about-philosophy-content p {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 20px;
}

/* team section  */
	
.team-section {
    padding: 60px 0;
}

.inner-about-team-section {
    padding: 60px 0;
}
	
.team-section  .creation-intro {
    font-size: 16px;
    margin-bottom: 20px !important;
}

.top-badge {
    padding: 0px 10px;
    margin: 0 auto 10px;
}

.blinking-light {
    width: 5px;
    height: 5px;
}

.inner-about-team-title {
    font-size: 24px;
    margin: 0 0 30px;
}
.team-section-card::before {
    background: linear-gradient(45deg, #f5560930, /* Bright aqua-green from the left */ #a2f99536 50%, /* Soft blue-violet blend */ rgba(0, 0, 0, 0) 100%
100%
 /* Fade to transparent */);
    z-index: 2;
    transition: 0.5s all;
    opacity: 0;
}
.inner-about-team-image img {
    width: 100%;
    object-fit: cover;
    object-position: top;
    height: 370px;
}

.team-section-hover h4 {
    margin: 0 0 5px;
    font-size: 24px;
    color: #fff;
}

.team-section-hover p {
    font-size: 16px;
    margin-bottom: 15px;
    color: #fff;
}

.inner-about-team-social a {
    margin: 0 5px;
    font-size: 22px;
}

.inner-viewmore-btn {
    padding: 8px 10px;
    font-size: 16px;
}

/* faq section  */

.faq-section {
    padding: 60px 0;
}
	
.faq-title {
    font-size: 34px;
    margin: 0 0 10px;
    text-align: center;
}

.faq-subtitle {
    font-size: 16px;
    margin: 0 0 40px;
    text-align: center;
    line-height: 1.6;
}
.faq-wrapper, .accordion {
    padding: 0;
    max-width: 800px;
    margin: auto;
}
.accordion-button {
    gap: 15px;
    font-size: 16px;
    padding: 15px;
}

.accordion-button i {
    font-size: 20px;
}

.accordion-body {
    padding: 15px;
    color: #444;
    line-height: 1.6;
}

.accordion-body p {
    padding: 0px;
    font-size: 16px;
    line-height: 1.6;
    margin: 0 !important;
}

.accordion-button .fa-angle-down {
    font-size: 16px;
    margin-left: auto;
}

/* inner page about us end  */

/* inner industries page start  */
	
.inner-industries-wrap {
    padding: 120px 0 60px;
}
.industry-row {
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.industries-image {
    height: 250px;
    border-radius: 20px;
}
.industries-card-content {
    margin-top: 30px;
}
.industry-title {
    font-size: 24px;
    margin-bottom: 10px;
}
.industry-content {
    font-size: 16px;
    line-height: 1.6;
}
	
/* inner industries page end  */

/* inner page career section start  */

.inner-above-career-faq-section {
    padding: 60px 0;
    background: #f8f9fa;
}

.inner-above-career-faq-title {
    font-size: 34px;
    margin: 0 0 10px;
}

.inner-above-career-faq-subtitle {
    font-size: 16px;
    width: unset;
    margin: 0px;
    line-height: 1.6;
}
.creation-header {
    margin-bottom: 0px;
}

.inner-career-faq-section {
    padding: 40px 0 40px;
}

.inner-career-faq-title {
    font-size: 28px;
    margin: 0 0 20px;
}

.inner-career-accordion-button {
    gap: 12px;
    padding: 15px;
}
	
.inner-career-accordion-title {
    font-size: 20px;
}

.inner-career-accordion-location {
    font-size: 16px;
    margin-top: 2px;
}

.inner-career-accordion-location i {
    font-size: 16px;
    margin-right: 5px;
}
	
.inner-career-accordion-body {
    padding: 15px;
}

.inner-career-accordion-body h2 {
    padding-top: 10px;
    font-size: 18px;
}

.inner-career-accordion-body p {
    font-size: 16px;
    line-height: 1.7;
}

.inner-career-accordion-body li {
    font-size: 16px;
    line-height: 1.7;
}

.inner-career-apply-button {
    padding: 8px 15px;
    font-size: 14px;
}

/* inner page career section end  */


/* inner page contact us section start  */

.inner-above-contact-section {
    padding: 120px 0 40px;
}

.inner-above-contact-title {
    font-size: 24px;
    width: unset;
    margin: 0 0 20px;
}

.inner-above-contact-subtitle {
    font-size: 14px;
    width: unset;
    margin: 0 0 10px;
    line-height: 22px;
}

.inner-contact-section {
    padding: 60px 0;
}

.inner-contact-cont {
    padding: 0 !important;
}

.inner-contact-title {
    font-size: 24px;
    padding: 0 !important;
    margin: 0 0 30px !important;
}

.inner-contact-tab-btn {
    padding: 8px 10px;
    font-size: 16px;
}

.floating-field {
    padding: 12px 15px 12px 48px;
    font-size: 14px;
}

textarea.floating-field {
    height: 120px;
    resize: vertical;
    padding-top: 18px;
}

.floating-input label {
    position: absolute;
    top: 50%;
    left: 48px;
    transform: translateY(-50%);
    font-size: 14px;
    padding: 0 6px;
}

select.floating-field {
    padding: 14px 40px 14px 48px;
    font-size: 14px;
}

.inner-contact-forms .inner-contact-form.active {
    display: block;
    padding: 0 15px;
}

.inner-contact-form .get-in-touch-col input[type="submit"], .inner-contact-form .get-in-touch-col input[type="submit"], .inner-contact-form .wpcf7 .wpcf7-submit {
    padding: 10px 15px;
    gap: 10px;
    font-size: 16px;
}

.inner-contact-blw-image img {
    border-radius: 10px;
    width: 100%;
    height: 350px;
    object-fit: cover;
}
	
.inner-contact-blw-title {
    font-size: 34px;
    margin-bottom: 10px;
}

.inner-contact-blw-subtitle {
    font-size: 16px;
    max-width: unset;
    margin: 0 0 30px;
    line-height: 1.6;
}

.inner-contact-blw-info-grid {
    display: unset;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.info-card {
    padding: 18px;
    margin-bottom: 20px;
}

.inner-contact-blw-location-box i {
    font-size: 15px;
}

.inner-contact-blw-location-box h5 {
    font-size: 15px;
    margin: 0 0 6px;
}

.inner-contact-blw-location-box a {
    font-size: 14px;
    margin: 0;
    line-height: 1.6;
}

.info-card i {
    font-size: 15px;
}

.info-card h6 {
    font-size: 15px;
    margin: 0 0 4px;
}

.info-card a {
    font-size: 14px;
    margin: 0;
}

/* inner page contact us section end  */

}

