body,
code,
html,
kbd,
pre,
samp {
	font-family: "Product Sans", Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    letter-spacing: -1px;
	margin-top: 0;
}
p {
	font-weight: 300;
}
ol,
ul {
	list-style: none;
	padding: 0;
}
a {
	text-decoration: none !important;
	transition: 0.3s ease-in-out;
}

.container {
    max-width: 1300px;
    width: 100%;
}

.homebgvideo {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0; 
}
.homebgfold {
  background: url('../images/home-main/home-bg-poster.png') no-repeat center/cover;
}
section {
    padding: 50px 0;
    overflow: hidden;
}
.homebgfold {
    position: relative;
    padding: 220px 0 220px;
}
.homebgfold .container{
	position: relative;
	z-index: 1;
}
.homebgfold::after{
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	background: linear-gradient(180deg, rgba(21, 27, 58, 0.56) 0%, rgba(21, 27, 58, 0.7) 94.1%);
}
.partnrefold {
    position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
    display: flex;
    align-items: center;
    z-index: 1;
    backdrop-filter: blur(9.152671813964844px);
    /* background: #121836B2; */
    padding: 20px 30px;
}
.partnerhead h2 {
    font-size: 18px;
    margin: 0;
    color: #fff;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.5px;
}
.partnerhead {
    width: 20%;
    padding-right: 15px;
    position: relative;
} 
.partnerhead::after{
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	height: 100%;
	width: 1.68px; /* sirf right border */
	background: linear-gradient(
		to bottom,
		rgba(255, 255, 255, 0) 0%,
		rgba(255, 255, 255, 0.6) 50%,
		rgba(255, 255, 255, 0) 100%
	);
	pointer-events: none;
}


.partnrelogosmain {
    overflow: hidden;
    width: 80%;
    padding: 0px 0 0 10px;
    position: relative;
}
.partnrelogos-track {
  display: flex;
  gap: 40px;
  width: max-content;
  animation: logo-scroll 18s linear infinite;
}
.partnrelogos-track:hover {
  animation-play-state: paused;
}
.partnrelogos {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    padding: 0 5px;
    flex-shrink: 0; 
    transition: filter 0.3s, opacity 0.3s;
}
.partnrelogos img {
    height: 50px;
}
@keyframes logo-scroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.homebgcontent { 
    text-align: center;
}
.homebgcontent span {
    font-size: 22px;
    color: #fff;
    font-weight: 500;
}
.homebgcontent h1 {
    color: #fff;
    font-size: 54px;
    line-height: 76px;
    margin: 15px auto 15px;
    font-weight: 900;
    max-width: 1200px;
}
.homebgcontent p {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    margin: 0;
    line-height: 30px;
    max-width: 900px;
    margin: 0 auto;
}
.homebgbtns {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.homebgbtns a{
	margin: 0 10px;
}
 /* ================= COMMON BASE ================= */
.btndesign1,
.btndesign2,
.btndesign3,
.btndesign4 {
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    font-size: 18px;
    font-weight: 400;
    border-radius: 0;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    text-decoration: none;

    transition: all 0.3s ease;
}

/* ================= BUTTON 1 ================= */
.btndesign1 {
    background: #ffffff;
    color: #0B3251;
}

.btndesign1:hover {
    background: #0B3251;
    color: #ffffff;
    transform: translateY(-2px);
}

/* ================= BUTTON 2 ================= */
.btndesign2 {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(6px);
}

.btndesign2:hover {
    background: #ffffff;
    color: #0B3251;
    transform: translateY(-2px);
}

/* ================= BUTTON 3 (GRADIENT) ================= */
.btndesign3 {
    color: #ffffff;
    background: linear-gradient(127.57deg, #1F79BD 0%, #49B0D9 97.46%);
}

.btndesign3:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(31, 121, 189, 0.4);
	color: #fff;
}

/* ================= BUTTON 4 (GRADIENT OUTLINE) ================= */
.btndesign4 {
    color: #ffffff; 
    background: linear-gradient(#0B3251, #0B3251) padding-box,
                linear-gradient(127.57deg, #1F79BD 0%, #49B0D9 97.46%) border-box;
}

.btndesign4:hover {
    background: linear-gradient(127.57deg, #1F79BD 0%, #49B0D9 97.46%);
    color: #ffffff;
    transform: translateY(-2px);
}

/* ================= SHINE EFFECT (ALL BUTTONS) ================= */
.btndesign1::before,
.btndesign2::before,
.btndesign3::before,
.btndesign4::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;

    background: linear-gradient(
        120deg,
        transparent,
        rgba(255, 255, 255, 0.6),
        transparent
    );

    transform: skewX(-25deg);
    transition: left 0.6s ease;
}

.btndesign1:hover::before,
.btndesign2:hover::before,
.btndesign3:hover::before,
.btndesign4:hover::before {
    left: 130%;
}

/* ================= ACTIVE CLICK ================= */
.btndesign1:active,
.btndesign2:active,
.btndesign3:active,
.btndesign4:active {
    transform: scale(0.96);
}
.heading_main h2 {
    margin: 0;
    color: #10173B;
    font-size: 42px;
    font-weight: 900;
    line-height: 54px;
}
 
.heading_main p {
    margin: 10px 0 0;
    font-size: 20px;
    font-weight: 300;
    color: #161F4E;
}
.heading_center p {
    max-width: 1000px;
    margin: 10px auto 0;
}


.heading_main {
    margin-bottom: 40px;
}
.heading_center{
    text-align: center;
}

 


.swiper-pagination-progressbar {
    position: relative;
    margin-top: 40px;
    height: 8px !important;
    background: #161F4E1A !important;
    width: calc(100% - 80px) !important;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: linear-gradient(127.57deg, #1F79BD 0%, #49B0D9 97.46%);
}

.swiper-button-prev, .swiper-button-next {
    height: 50px;
    width: 70px;
    position: absolute;
    z-index: 99;
}
.swiper-button-prev:after{
	height: 50px;
	width: 70px;
	position: absolute;
	content: '';
	background-image: url(../images/home-main/leftarrow.png);
	background-size: 70px;
}
.swiper-button-next:after{
	height: 50px;
	width: 70px;
	position: absolute;
	content: '';
	background-image: url(../images/home-main/rightarrow.png);
	background-size: 70px;
}


.headlsidericons {
    display: flex;
	margin-bottom: 40px;
}
.slidericons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 12%;
}
.slidericons .custom-next, .slidericons .custom-prev {
    position: relative;
    overflow: hidden;
    height: 54px;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slidericons .custom-next:hover {
    background-image: url(../../common/images/home-main/hoverarrow.png);
    background-size: 70px;
    background-repeat: no-repeat;
    background-position: center;
}
.slidericons .custom-prev:hover {
    background-image: url(../../common/images/home-main/hoverarrow.png);
    background-size: 70px;
    background-repeat: no-repeat;
    background-position: center;
    transform: scale(-1);
}
.slidericons .custom-next img , .slidericons .custom-prev img{
    transition: 0.3s ease-in-out;
}
.slidericons .custom-next:hover img , .slidericons .custom-prev:hover img{
    display: none;
    position: absolute;
    top: -100%;

}
.headlsidericons .heading_main {
    width: 88%;
    padding-right: 70px;
    margin: 0;
}

.btnsmain{
	display: flex;
	justify-content: flex-start;
	margin-top: 25px;
}
.btnsmain a:first-child{
	margin-right: 15px;
}
.casestudybox {
  overflow: hidden;
  border-radius: 10px;
}

.casestudybox img {
  width: 100%;
  height: 100%;
  object-fit: cover;

  transform: scale(1); /* initial state */
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1); /* 👈 smooth easing */
  will-change: transform; /* 👈 performance boost */
}

.casestudybox:hover img {
  transform: scale(1.08); /* thoda subtle rakha for premium feel */
}

.tg_casestudyfold .headlsidericons {
    align-items: flex-end;
}
.tg_aitrasnformfold {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	position: relative;
}
 
.tg_aitrasnformfold .container{
	position: relative;
	z-index: 1;
}
.aitrasnformcontent ul li {
    color: #fff;
    font-size: 18px;
    margin: 0 0 12px;
    font-weight: 300;
    padding-left: 40px;
	position: relative;
}
.aitrasnformcontent ul li::after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: -1px;
    bottom: 0;
    height: 25px;
    width: 25px;
    background-image: url(../images/home-main/iconamoon_check-thin.png);
    background-size: 25px;
}
.aitrasnformcontent ul {
    margin-bottom: 40px;
    margin-top: 30px;
}
.mainaitrasnform {
    display: flex;
}
.aitrasnformcontent {
    width: 50%;
    padding: 0 0 0 30px;
}
.aitrasnformvideo {
    width: 50%;
}
.video_part>img {
    max-width: 100%;
}
.aitrasnformcontent h2 {
    font-size: 44px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
}
.aitrasnformcontent p {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    margin: 0;
}

.aitrasnformbox {
    border: 1px solid #49B0D9;
    background: linear-gradient(0deg, rgba(21, 27, 58, 0.09), rgba(21, 27, 58, 0.09)),
radial-gradient(57.47% 137.79% at 81.1% -37.79%, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 69.49%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;

    border-radius: 10px;
    padding: 20px 15px;
}
.aitrasnformbox h3 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 15px;
    line-height: 22px;
    min-height: 80px;
    max-width: 210px;
    letter-spacing: 0px;
}
.aitrasnformbox h3 strong{
	font-size: 35px;
	display: block;
	margin-bottom: 12px;
}

.aitrasnformgrid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
    margin-top: 50px;
}
.aitrasnformslideimg {
    height: 103px;
    border: 1px solid #FFFFFF80;
    border-radius: 10px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
.aitrasnformslideimg img{
	max-width: 100%;
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.tg_transfor_main{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
}

.tg_transfor_box{
    background:#fff;
    border:1px solid #DDDDDD;
    padding:28px;
     transition:.4s ease;
    position:relative;
    overflow:hidden;
    height:100%;
}

.tg_transfor_box::before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(127.57deg,#1F79BD 0%,#49B0D9 97.46%);
    opacity:0;
    transition:.4s ease;
    z-index:0;
}

.tg_transfor_box::after{
    content:"";
    position:absolute;
    inset:1px;
    background:#fff; 
    z-index:1;
}

.tg_transfor_box > *{
    position:relative;
    z-index:2;
}

.tg_transfor_box:hover{
    transform:translateY(-8px);
    /* box-shadow:0 15px 40px rgba(31,121,189,.15); */
}

.tg_transfor_box:hover::before{
    opacity:1;
}

.tg_transfor_box:hover::after{
    background:#F5FBFD;
}
.tg_transfor_box span {
    border: 1px solid #40A4D380;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border-radius: 15px;
    margin-bottom: 20px;
}
.tg_transfor_box span img {
    max-width: 46px;
}
.tg_transfor_box h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #272727;
}
.tg_transfor_box p {
    font-size: 16px;
    font-weight: 300;
    color: #4F4F4F;
    margin: 0;
}
.tg_transfor_box a {
    background: #F7F7F7;
    border: 1.5px solid #DDDDDD;
    height: 34px;
    border-radius: 0px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    padding: 0 14px;
    border-radius: 10px;
    color: #272727;
    font-size: 14px;
}
.videfold {
    padding: 0;
    height: 800px;
}
.videfold video{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.tg_services_tabs{
    display:flex;
    gap:28px;
    align-items:stretch;
}

/* LEFT TABS */

.tg_services_tabs .nav-tabs{
    width:340px;
    min-width:340px;
    border:0;
    padding:18px;
    background:linear-gradient(180deg,#1A2558 0%,#10183D 100%);
    border-radius:24px;
    position:relative;
    overflow:hidden;
}

.tg_services_tabs .nav-tabs:before{
    content:'';
    position:absolute;
    width:220px;
    height:220px;
    border-radius:50%;
    background:rgba(73,176,217,.12);
    top:-100px;
    right:-100px;
}

.tg_services_tabs .nav-tabs li{
    width:100%;
    margin:0 0 14px;
}

.tg_services_tabs .nav-tabs li:last-child{
    margin-bottom:0;
}

.tg_services_tabs .nav-tabs li button{
    border:0 !important;
    border-radius:18px;
    background:rgba(255,255,255,.04);
    backdrop-filter:blur(10px);
    color:#fff !important;
    min-height:90px;
    display:flex;
    align-items:center;
    gap:16px;
    padding:18px;
    font-size:17px;
    font-weight:600;
    position:relative;
    overflow:hidden;
    transition:.4s ease;
    width: 100%;
}

.tg_services_tabs .nav-tabs li button:hover{
    transform:translateX(8px);
    background:rgba(255,255,255,.08);
}

.tg_services_tabs .nav-tabs li button:before{
    content:'';
    position:absolute;
    inset:0;
    background:linear-gradient(135deg,#1F79BD,#49B0D9);
    opacity:0;
    transition:.4s ease;
    z-index: -1;
}

.tg_services_tabs .nav-tabs li.active button:before{
    opacity:1;
}

.tg_services_tabs .nav-tabs li.active button{

    box-shadow:0 20px 40px rgba(0,0,0,.25);
}

.tg_services_tabs .nav-tabs li.active button:after{
    content:'';
    position:absolute;
    right:-32px;
    top:50%;
    transform:translateY(-50%);
    border-top:16px solid transparent;
    border-bottom:16px solid transparent;
    border-left:16px solid #49B0D9;
}

.tg_services_tabs .nav-tabs li button span,
.tg_services_tabs .nav-tabs li button{
    position:relative;
    z-index:2;
}

.tg_services_tabs .nav-tabs .serviceico{
    width:52px;
    height:52px;
    min-width:52px;
    border-radius:16px;
    background:rgba(255,255,255,.15);
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0;
}

.tg_services_tabs .nav-tabs .serviceico img {
    height: 28px;
    object-fit: contain;
}

/* RIGHT CONTENT */

.tg_services_tabs .tab-content{
    flex:1;
    border-radius:24px;
    padding:45px;
    position:relative;
    overflow:hidden;
    background:linear-gradient(135deg,#121B4B 0%,#1A2763 100%);
    border:1px solid rgba(255,255,255,.08);
}

.tg_services_tabs .tab-content:before{
    content:'';
    position:absolute;
    width:300px;
    height:300px;
    border-radius:50%;
    background:rgba(73,176,217,.08);
    top:-120px;
    right:-120px;
}

.tg_services_tabs .tab-content:after{
    content:'';
    position:absolute;
    width:180px;
    height:180px;
    border-radius:50%;
    background:rgba(255,255,255,.03);
    bottom:-80px;
    left:-80px;
}

/* CONTENT */

.servicemain_box{
    position:relative;
    z-index:2;
}

.servicemain_box h4{
    color:#fff;
    font-size:34px;
    line-height:42px;
    font-weight:700;
    margin-bottom:12px;
}

.servicemain_box p:first-of-type{
    color:#49B0D9;
    font-size:18px;
    line-height:28px;
    font-weight:600;
    margin-bottom:12px;
}

.servicemain_box p:last-of-type {
    color: rgba(255, 255, 255, .75);
    font-size: 18px;
    line-height: 28px;
    max-width: 90%;
    margin-bottom: 25px;
}

/* SERVICE LIST */

.servicemain_box ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    padding: 0;
    margin: 0;
}

.servicemain_box ul li{
    list-style:none;
    display:flex;
    align-items:center;
    gap:14px;
    padding:16px;
    border-radius:18px;
    background:rgba(255,255,255,.06);
    border:1px solid rgba(255,255,255,.08);
    color:#fff;
    font-size:15px;
    font-weight:500;
    transition:.35s ease;
    backdrop-filter:blur(10px);
}

.servicemain_box ul li:hover{
    transform:translateY(-6px);
    border-color:#49B0D9;
    box-shadow:0 15px 30px rgba(73,176,217,.15);
}

.servicemain_box ul li .serviceico{
    width:46px;
    height:46px;
    min-width:46px;
    border-radius:14px;
    background:linear-gradient(135deg,#1F79BD,#49B0D9);
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0;
}

.servicemain_box ul li .serviceico img {
    height: 26px;
    object-fit: contain;
}

.casestudymain{
    padding:40px;
    border-radius:20px;
    display:flex;
    position:relative;
    overflow:hidden;
    min-height:450px;
    z-index:1;
}

/* Background decoration */
.casestudymain:before{
    content:'';
    position:absolute;
    right:-120px;
    top:-120px;
    width:280px;
    height:280px;
    border-radius:50%;
    background:rgba(255,255,255,.15);
    filter:blur(40px);
}

.casestudymain:after{
    content:'';
    position:absolute;
    right:100px;
    bottom:-80px;
    width:180px;
    height:180px;
    border-radius:50%;
    background:rgba(255,255,255,.12);
    filter:blur(30px);
}

.casestudyslider_left{
    width:58%;
    position:relative;
    z-index:2;
}

.casestudyslider_left h3{
    font-size:34px;
    margin-bottom:15px;
    font-weight:700;
    line-height:42px;
}

.casestudyslider_left p{
    font-size:16px;
    margin-bottom:20px;
    line-height:28px;
}

/* Stats Design */
.casestudyslider_left ul{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:12px;
    padding:0;
    margin:25px 0 0;
}

.casestudyslider_left ul li {
    list-style: none;
    background: rgb(255 255 255);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    padding: 14px;
    font-size: 15px;
    line-height: 22px;
    font-weight: 500;
    transition: .3s;
    position: relative;
    padding-left: 40px;
    display: flex;
    align-items: center;
    color: #000;
}
.casestudyslider_left ul li:hover{
    transform:translateY(-5px);
}

.casestudyslider_left ul li:before{
    content:'✓';
    position:absolute;
    left:14px;
    top:50%;
    transform:translateY(-50%);
    width:18px;
    height:18px;
    border-radius:50%;
    background:#10173B;
    color:#fff;
    font-size:11px;
    display:flex;
    align-items:center;
    justify-content:center;
}

/* Image Fix Right Bottom */
.casestudymain .casestudyimg {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    pointer-events: none;
    width: 40%;
}
.casestudyslider{
    overflow: visible; 
}

.casestudyslider .swiper-slide{
    transform: scale(.95);
    transition: all .5s ease;
}

.casestudyslider .swiper-slide-active{
    opacity: 1;
    transform: scale(1);
    z-index: 2;
}
.casestudymain{
    min-height:500px;
}

.word-reveal{
    overflow:visible;
}

.word-reveal .word-wrap{
    display:inline-block; 
    vertical-align:bottom;
    margin-right:.15em;
}

.word-reveal .word{
    display:inline-block;
    opacity:0;
    transform:translateY(110%);
    transition:
        transform .9s cubic-bezier(.16,1,.3,1),
        opacity .6s ease;
        margin: 0 -6px;
}

.word-reveal.active .word{
    opacity:1;
    transform:translateY(0);
}
p.word-reveal .word{
    margin: 0 -3px;
}
.casestudyslider {
    width: calc(100% + 80px);
    margin-left: 0px;
}

.bg-theme1{
    background-color: #FAFAFA;
}
.bg-theme2{
    background-color: #212A58;
}
.bg-theme3{
    background-color: #121836;
}
.tgawards_box {
    border: 0.98px solid #8F92923D;
    background: #FFFFFF;
    padding: 23px 29px 23px 23px;
    border-radius: 20px;
    position: relative;
}
.tgawards_box h3 {
    color: #10173B;
    font-size: 24px;
    margin-bottom: 0;
    line-height: 32px;
    max-width: 272px;
}
.tgawards_box p {
    margin: 0;
    font-size: 17px;
    color: #000000CC;
}
.trophyimg {
    position: absolute;
    right: 24px;
    top: 24px;
}
.awardssimg {
    max-width: 284px;
}
.tgawards_slider {
    width: calc(100% + 80px);
    margin-left: 0px;
    overflow: visible;
}
.heading_white h2 , .heading_white p{
    color: #fff;
}

.tg_wedobox {
    padding: 0 30px 30px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 15px;
    background-color: #121B4B;
}
.tg_wedobox.active{
    background-image: url(../../common/images/home-main/wedobg.jpg);
}
.tg_wedo_head {
    padding: 30px 0 0;
    cursor: pointer;
    position: relative;
}
.tg_wedo_head::after {
    position: absolute;
    content: '';
    right: 0;
    top: 55px;
    height: 22px;
    width: 22px;
    background-image: url(../../common/images/home-main/plusicon.png);
    background-repeat: no-repeat;
    background-size: 22px;
}
.tg_wedobox.active .tg_wedo_head::after{
    background-image: url(../../common/images/home-main/minusicon.png);
}
.tg_wedobox.active .tg_wedo_head{
    padding-bottom: 20px;
}
.tg_wedo_head h3 {
    font-size: 30px;
    color: #fff;
    margin-bottom: 15px;
    line-height: 38px;
    font-weight: 600;
}
.tg_wedo_inner {
    border-top: 1px solid #FFFFFF66;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    padding-top: 0;
    transition: all 0.5s ease;
}

.tg_wedobox.active .tg_wedo_inner {
    max-height: 300px; /* content ke hisab se increase kar sakte ho */
    opacity: 1;
    padding-top: 22px;
}
.tg_wedo_inner p {
    font-size: 18px;
    color: #fff;
    line-height: 24px;
}
.wedo_details {
    color: #F7F7F7;
    font-size: 16px;
    letter-spacing: 0.5px;
}
.technopartner_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    text-align: center;
    max-width: 1130px;
    margin: 0 auto;
    justify-content: center;
}
.technopartnericon img {
    transition: all 0.3s ease;
    max-width: 200px;
}

.technopartnericon:hover img {
    transform: scale(1.05);
    filter: drop-shadow(0 8px 20px rgba(0,0,0,0.15));
}
.tg_industry_main {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}
.tg_industrybox {
    border-radius: 22px;
    overflow: hidden;
    border: 0.89px solid #DDDDDD;
}
.tg_industryboxtop {
    height: 285px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.tg_industryboxtop .industrybgimg{
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}
.tg_industryboxbottom {
    background-color: #F7F7F7;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 17px;
    position: relative;
    z-index: 3;
    min-height: 70px;
}
.tg_industryboxbottom h3 {
    margin: 0;
    font-size: 19px;
    color: #161F4E;
    letter-spacing: -0.5px;
}
.industry_icon {
    border: 0.89px solid #FFFFFF61;
    position: absolute;
    left: 0;
    right: 0;
    backdrop-filter: blur(3.715816020965576px);
    border: 0.89px solid #FFFFFF61;
    background: #00000080;
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    z-index: 1;
    top: 16px;
    left: 16px;
    transition: 0.3s ease-in-out;
}
.industry_icon img {
    max-width: 32px;
}
.tg_industrybox:hover .industry_icon {
    background: #49B0D9;
}
.hovercontent {
    background: linear-gradient(180deg, rgba(73, 176, 217, 0) 0%, #1F79BD 50.9%);
    position: absolute;
    inset: 0;
    padding: 10px;
    display: flex;
    align-items: flex-end;

    opacity: 0;
    transform: translateY(100%);
    transition: transform 0.4s ease, opacity 0.4s ease;
}

.tg_industrybox {
    position: relative;
    overflow: hidden;
}

.tg_industrybox:hover .hovercontent {
    opacity: 1;
    transform: translateY(0);
}
.hovercontent ul{
    padding-left: 25px;
}
.hovercontent ul li {
    color: #fff;
    margin-bottom: 5px;
    font-size: 14px;
    list-style: circle;
    padding-left: 0px;
}

.arrowicon{
    transition: 0.4s ease;
}
.tg_industrybox:hover .arrowicon{
    transform: rotate(30deg);
}
.tg_industry .btnsmain {
    justify-content: center;
    margin-top: 35px;
}
.tg_scalable_box {
    border: 1px solid #FFFFFF33;
    padding: 30px;
    background: #121B4B;
}
.tg_scalable_top {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 20px;
}
.tg_scalablehead h3 {
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 6px;
}
.tg_scalablehead p {
    color: #F7F7F7; 
    font-size: 16px;
    margin-bottom: 0;
}
.tg_scalable_icon {
    background: linear-gradient(127.57deg, #1F79BD 0%, #49B0D9 97.46%);
    margin-right: 20px;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tg_scalable_bottom {
    padding-top: 15px;
}
.tg_scalable_bottom ul {
    display: flex;
    margin: 0;
    flex-wrap: wrap;
    gap: 8px;
}
.tg_scalablehead {
    width: 84%;
}
.tg_scalable_bottom ul li {
    position: relative;
    padding-left: 25px;
    color: #fff;
    margin-right: 10px;
    color: #F7F7F7;
    font-size: 16px;
}
.tg_scalable_bottom ul li::after {
    position: absolute;
    content: '';
    top: 3px;
    left: 0;
    height: 16px;
    width: 16px;
    background-image: url(../../common/images/home-main/iconamoon_check-thin.png);
    background-size: 16px;
}
.tg_scalable_grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px;
}

.tg_techstacktabs .nav-tabs li button {
    border: 1.5px solid #DDDDDD;
    background: #FFFFFF;
    border-radius: 50px;
    font-size: 14px;
    color: #000000;
    padding: 0 16px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease-in-out;
    font-weight: 400;
}
.tg_techstacktabs .nav-tabs li.active button {
    background: linear-gradient(127.57deg, #1F79BD 0%, #49B0D9 97.46%);
    color: #fff;
}
.tg_techstacktabs .nav-tabs {
    border: 0;
    margin: 0 0 30px;
}
.tg_techstacktabs .nav-tabs li{
    margin-right: 10px;
}
.tg_techinner {
    background: linear-gradient(127.57deg, #1F79BD 0%, #49B0D9 97.46%);
    border-radius: 16px;
    padding: 2px;
}
.tech-grid {
    background-color: #FAFAFA;
    border-radius: 16px;
    padding: 40px 30px;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 20px;
}
.tech-box {
    border: 0.56px solid #8F929266;
    min-height: 120px;
    width: auto;
    border-radius: 16px;
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px 10px;
    transition: 0.3s ease-in-out;
}
.tech-box:hover{
    transform: translateY(-5px);
}
.tech-box img {
    transition: 0.3s ease-in-out;
    max-width: 90px;
}
.tech-box:hover img {
    transform: rotateY(-360deg);
}

.tech-box h4 {
    letter-spacing: 0;
    font-size: 16px;
    margin: 12px 0 0;
}
.checkoutmore {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 32px 14px;
    font-size: 20px;
    color: #fff !important;
}
.clutchreviews_box {
    backdrop-filter: blur(3.150876998901367px);
    background: #FFFFFF33;
    border-radius: 14px;
    padding: 16px;
    transition: 0.3s ease-in-out;
}
.clutchreviews_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.startss {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    transition: 0.3s ease-in-out;
}
.startss img {
    margin-top: -3px;
}
.clutchreviewsmain {
    background: #F7F7F733;
    border-radius: 17px;
    padding: 17px;
    margin-top: 20px;
    transition: 0.3s ease-in-out;
    height: 200px;
    overflow-y: auto;
}
.clutchreviewsmain::-webkit-scrollbar{
    display: none;
}
.clutchreviewsmain h3 {
    font-size: 26px;
    color: #fff;
    margin-bottom: 10px;
    letter-spacing: -0.5px;
    line-height: 35px;
    transition: 0.3s ease-in-out;
}
.clutchreviewsmain p {
    margin: 0;
    color: #fff;
    font-size: 18px;
    transition: 0.3s ease-in-out;
}
.clutchicon {
    filter: brightness(30.5) invert(1);
    transition: 0.3s ease-in-out;
}
.reviewsprofile {
    display: flex;
    align-items: center;
    border: 2.11px solid #49B0D9;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    display: flex;
    overflow: hidden;
    margin-right: 14px;
}
.reviewsprofile img{
    max-width: 100%;
    object-fit: cover;
    height: 100%;
}
.clutchreviewsprofile {
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.clutchprofilenamee strong {
    color: #fff;
    font-size: 16px;
    margin-bottom: 1px;
    display: block;
    transition: 0.3s ease-in-out;
}
.clutchprofilenamee span {
    color: #fff;
    font-size: 12px;
    margin-bottom: 0;
    display: block;
    transition: 0.3s ease-in-out;
}
.clutch-pagination{
    background-color: #FFFFFF33 !important;
}
.clutchreviews_slider { 
    overflow: visible;
}

.clutchreviews_slider .swiper-slide-active .clutchreviews_box {
    background-color: #fff;
}
.clutchreviews_slider .swiper-slide-active .clutchreviewsmain {
    background: #F7F7F7;
    border: 1px solid #DDDDDD;  
}
.clutchreviews_slider .swiper-slide-active .clutchreviewsmain::-webkit-scrollbar{
    display: none;
}
.clutchreviews_slider .swiper-slide-active .clutchreviewsmain h3 , .clutchreviews_slider .swiper-slide-active .clutchreviewsmain p , .clutchreviews_slider .swiper-slide-active .startss , .clutchreviews_slider .swiper-slide-active .clutchprofilenamee span , .clutchreviews_slider .swiper-slide-active .clutchprofilenamee strong{
    color: #000000;
}

.clutchreviews_slider .swiper-slide-active .clutchicon{
    filter: unset;
}

.clutchreviews_slider .swiper-wrapper{
    align-items: flex-end;
}
.tgfaqdesign .faq_box {
    margin-bottom: 18px;
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .15);
    transition: all .3s ease;
    backdrop-filter: blur(8.077431678771973px);
    background: linear-gradient(92.43deg, rgba(255, 255, 255, 0.25) -36.32%, rgba(255, 255, 255, 0.025) 266.98%);
}

.tgfaqdesign .faq_box.active {
    background: linear-gradient(127.57deg, #1F79BD 0%, #49B0D9 97.46%);
}
.tgfaqdesign .faq_box_head {
    position: relative;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    padding: 18px 55px 18px 22px;
    min-height: 85px;
    display: flex;
    align-items: center;
}
.tgfaqdesign .faq_data {
    padding: 0 22px 18px;
}
.tgfaqdesign .faq_data p {
    color: rgba(255, 255, 255, .9);
    margin: 0;
    font-size: 16px;
    line-height: 22px;
}

.tgfaqdesign .faq_icon {
    position: absolute;
    right: 20px;
    top: 50%;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
}

.tgfaqdesign .faq_icon:before,
.tgfaqdesign .faq_icon:after {
    content: "";
    position: absolute;
    background: #fff;
    border-radius: 10px;
    transition: .3s;
}

.tgfaqdesign .faq_icon:before {
    width: 14px;
    height: 2px;
    top: 7px;
    left: 1px;
}

.tgfaqdesign .faq_icon:after {
    width: 2px;
    height: 14px;
    left: 7px;
    top: 1px;
}

.tgfaqdesign .faq_box.active .faq_icon:after {
    opacity: 0;
}


.tg_ctapart {
    box-shadow: 0px 1.89px 7.57px 0px #FFFFFF40 inset;
    border: 0.95px solid;
    border-image-source: linear-gradient(106.12deg, rgba(255, 255, 255, 0.3) 5.38%, rgba(255, 255, 255, 0.3) 48.37%, rgba(255, 255, 255, 0) 84.98%);
    background: linear-gradient(127.57deg, #1F79BD 0%, #49B0D9 97.46%);
    padding: 0;
    position: relative;
}
.tg_ctaleft {
    padding: 50px 100px 50px 0;
    width: 60%;
}
.tg_ctapart_main {
    display: flex;
    align-items: center;
}
.tg_ctaright {
    width: 40%;
    padding-top: 40px;
}
.tg_ctaleft .btndesign2 {
    background: #151B3A;
    border-radius: 50px;
    color: #fff;
    border: 0;
    margin-top: 10px;
}
.tg_ctaleft p {
    font-size: 20px;
    color: #FFFFFF;
    margin-bottom: 15px;
}
.tg_ctaleft h2 {
    color: #FFFFFF;
    margin: 7px 0 10px;
    font-size: 50px;
    font-weight: 900;
    line-height: 60px;
}
.tg_ctaleft span {
    color: #FFFFFF; 
    display: block;
    font-size: 24px;
    font-weight: 900;
}
.tg_ctaright img {
    max-width: 100%;
}
.tg_letstalk_left span {
    color: #fff;
    box-shadow: 0px 2px 8px 0px #FFFFFF40 inset;
    height: 43px;
    display: inline-flex;
    align-items: center;
    background: linear-gradient(127.57deg, #1F79BD 0%, #49B0D9 97.46%);
    border-radius: 9px;
    padding: 0 15px;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 16px;
}
.tg_letstalk_left h2 {
    color: #fff;
    font-size: 56px;
    line-height: 70px;
    margin-bottom: 10px;
    font-weight: 700;
}
.tg_letstalk_left p {
    color: #fff;
    font-size: 20px;
    margin: 0;
}

.globalcompany {
    border-top: 1px solid #FFFFFF80;
    padding: 22px 0 20px;
    margin-top: 20px;
}

.globalcompany h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 20px;
}
.tg_letstalk_left {
    padding-right: 100px;
}

.globalcompany .nav-tabs {
    backdrop-filter: blur(5.5px);
    border: 1px solid #3A9DCF33;
    background: linear-gradient(180deg, #121836 0%, rgba(18, 24, 54, 0.8) 100%);
    border-radius: 50px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    padding: 4px;
}
.globalcompany .nav-tabs li{
    margin-right: 10px;
}
.globalcompany .nav-tabs li:last-child{
    margin-right: 0;
}
.globalcompany .nav-tabs li a {
    border-radius: 50px;
    height: 43px;
    background-color: transparent;
    border: 0 !important;
    padding: 0 12px 0 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    gap: 8px;
}
.globalcompany .nav-tabs li.active a{
    background: linear-gradient(127.57deg, #1F79BD 0%, #49B0D9 97.46%);
    color: #fff;
}
.companydetailsmain {
    background: #161F4E;
    margin-top: 20px;
    border-radius: 18px;
    padding: 12px;
    display: flex;
    align-items: center;
}
.cityicon {
    height: 80px;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF1A;
    border-radius: 18px;
    margin-right: 15px;
}
.companydetails_inner h4 {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 4px;
}
.companydetails_inner p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 6px;
    opacity: 0.5;
}


.company_contact a {
    color: #fff;
    font-size: 13px;
    margin-bottom: 6px; 
    font-weight: 300;
    display: flex;
    align-items: center;
    margin-right: 10px;
}
.company_contact a img{
    margin-right: 4px;
    opacity: 1;
}
.company_contact {
    display: flex;
    align-items: center;
}
.companydetails_inner {
    width: 80%;
}
.homeformdesign {
    backdrop-filter: blur(14px);
    background: linear-gradient(91.12deg, rgba(255, 255, 255, 0.2) -22.77%, rgba(255, 255, 255, 0) 120.54%);
    border-radius: 19px;
    padding: 36px 28px;
    max-width: 500px;
    margin: 0 auto;
}
.homeformdesign form .form-group .form-control {
    height: 48px;
    border-radius: 12px;
    padding: 12px 22px;
    background: #FFFFFF1A;
    color: #fff;
    font-size: 16px;
    border: 0;
    box-shadow: unset !important;
}
.homeformdesign form .form-group {
    margin-bottom: 5px;
}
.homeformdesign form .form-group textarea.form-control{
    height: 100px;
    resize: none;
}
.homeformdesign form .form-group .btndesign {
    box-shadow: 0px 2.27px 9.08px 0px #FFFFFF40 inset;
    background: linear-gradient(127.57deg, #1F79BD 0%, #49B0D9 97.46%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border: 0;
    border-radius: 50px;
    height: 50px;
    margin-bottom: -12px;
    color: #fff;
    font-size: 20px;
}


@media (max-width:1279px){
    .container {
        max-width: 98%;
        width: 100%;
    }
    .homebgcontent h1 {
        font-size: 50px;
        line-height: 65px;
        margin: 20px 0 20px;
        font-weight: 900;
    }
    .homebgfold {
        padding: 190px 0 190px;
    }
    .heading_main h2 {
        font-size: 38px;
        font-weight: 900;
        line-height: 46px;
    }
    .btndesign1, .btndesign2, .btndesign3, .btndesign4 {
        padding: 0 20px;
        font-size: 18px;
    }
    .tg_industry_main {
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
    }
    .technopartner_grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 34px; 
    }
    .tg_letstalk_left h2 {
        font-size: 40px;
        line-height: 52px;
    }
}
@media (max-width:1199px){

    .partnrefold {
        padding: 20px 16px;
    }
    .homebgcontent span {
        font-size: 18px;
    }
    .homebgcontent h1 {
        font-size: 42px;
        line-height: 58px;
        margin: 14px 0 12px;
        font-weight: 900;
    }
    .homebgcontent p {
        font-size: 18px;
        font-weight: 300;
    }
    .homebgbtns {
        margin-top: 30px;
    }
    .homebgfold {
        padding: 60px 0 190px;
    }
    .heading_main h2 {
        font-size: 32px; 
        line-height: 42px;
    }
    .heading_main {
        margin-bottom: 30px;
    }
    .tg_services_tabs .nav-tabs {
        padding: 15px;
        border-radius: 10px;
        width: 280px;
         min-width: 280px;
    }
    .tg_services_tabs .nav-tabs li button {
        border-radius: 10px;
        min-height: 80px;
        display: flex;
        align-items: center;
        gap: 13px;
        padding: 12px;
        font-size: 16px;
    }
    .tg_services_tabs .tab-content {
        border-radius: 10px;
        padding: 30px;
    }
    .tg_services_tabs {
        gap: 15px
    }
    .servicemain_box h4 {
        font-size: 26px;
        line-height: 32px;
    }
    .servicemain_box p:first-of-type {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .servicemain_box p:last-of-type {
        font-size: 16px;
        line-height: 25px;
        max-width: 90%;
        margin-bottom: 18px;
    }
    section {
       padding: 40px 0;
    }
    .heading_main p {
        margin: 6px 0 0;
        font-size: 18px;
    }
    .headlsidericons {
        margin-bottom: 30px;
    }
    .slidericons {
        width: 17%;
    }
    .casestudymain .casestudyimg {
        right: 0;
        bottom: 0;
        width: 100%;
        max-width: 300px;
        z-index: 1;
        object-fit: unset;
        pointer-events: none;
        opacity: 0.3;
        top: 0;
    }
    .casestudyslider_left {
        width: 100%;
        position: relative;
        z-index: 2;
    }
    .casestudymain {
        min-height: 410px;
    }
    .mainaitrasnform { 
        flex-wrap: wrap;
    }
    .aitrasnformcontent h2 {
        font-size: 32px;
    }
   .aitrasnformvideo {
        width: 40%;
    }
    .aitrasnformcontent {
        width: 60%;
        padding: 0 0 0 20px;
    }
    .tg_transfor_main {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .tg_wedo_head h3 {
        font-size: 26px;
        margin-bottom: 10px;
        line-height: 36px;
    }
    .tech-grid {
        border-radius: 16px;
        padding: 40px 30px;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
    }
    .tg_ctaleft h2 {
        margin: 7px 0 10px;
        font-size: 40px;
        line-height: 50px;
    }
    .tg_letstalk_left {
        padding-right: 0;
    }
    .tg_letstalk_left h2 {
        font-size: 31px;
        line-height: 42px;
    }
    .clutchreviewsmain h3 {
        font-size: 20px;
        margin-bottom: 10px;
        letter-spacing: -0.5px;
        line-height: 28px;
    }
}
@media (max-width:1023px){
    .partnrefold {
        padding: 20px 16px;
        flex-wrap: wrap;
    }
    .partnerhead {
        width: 100%;
        padding-right: 0;
        position: relative;
        text-align: center;
        margin-bottom: 8px;
    }
    .partnrelogosmain {
        overflow: hidden;
        width: 100%;
        padding: 0;
        position: relative;
    }
    .homebgbtns {
        margin-top: 20px;
    }
    .btndesign1, .btndesign2, .btndesign3, .btndesign4 {
        padding: 0 20px;
        font-size: 16px;
        height: 44px;
    }
    .tg_services_tabs {
        gap: 15px;
        flex-wrap: wrap;
        align-items: flex-start;
    }
    .tg_services_tabs .nav-tabs {
        padding: 15px;
        border-radius: 10px;
        min-width: 100%;
        width: 100%;
        display: flex;
        overflow-x: auto;
        white-space: nowrap;
        gap: 14px;
    }
    .tg_services_tabs .nav-tabs:before{
        display: none;
    }
    .tg_services_tabs .nav-tabs li {
        width: 100%;
        margin: 0;
    }
    .tg_services_tabs .tab-content {
        border-radius: 10px;
        padding: 30px 20px;
    }
    .heading_main {
        margin-bottom: 25px;
    }
    .headlsidericons .heading_main {
        width: 100%;
        padding-right: 0;
        margin: 0;
    }
    .slidericons{
        width: 100%;
        display: none;
    }
    .btnsmain {
        margin-top: 20px;
    }
    .casestudyslider .swiper-slide {
        opacity: 1;
        transform: scale(1);
        transition: all .5s ease;
    }
    .casestudymain {
        min-height: 407px;
        border-radius: 10px;
        padding: 20px;
    }
    .swiper-pagination-progressbar {
        margin-top: 20px;
    }
    .partnerhead::after{
        display: none;
    }
    .casestudyslider_left h3 {
        font-size: 26px;
        margin-bottom: 8px;
        font-weight: 700;
        line-height: 28px;
    }
    .aitrasnformvideo {
        width: 100%;
        margin-bottom: 20px;
    }
    .aitrasnformcontent {
        width: 100%;
        padding: 0;
    }
    .aitrasnformgrid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        margin-top: 30px;
    }
    .tgawards_box h3 {
        font-size: 20px;
        margin-bottom: 10px;
        line-height: 26px;
        max-width: 262px;
    }
    .tgawards_box {
        border: 0.98px solid #8F92923D;
        padding: 13px 29px 13px 13px;
        border-radius: 10px;
    }
    .awardssimg {
        max-width: 181px;
    }
    .tg_wedo_head h3 {
        font-size: 22px;
        margin-bottom: 6px;
        line-height: 36px;
    }
    .tg_industry_main {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .tg_industryboxtop .industrybgimg {
        max-width: 100%;
        height: 100%;
        object-fit: cover;
        width: 100%;
    }
    .technopartnericon img {
        transition: all 0.3s ease;
        max-width: 180px;
    }
    .tg_scalable_box {
        padding: 20px;
    }
    .tg_techstacktabs .nav-tabs {
        border: 0;
        margin: 0 0 15px;
        flex-wrap: nowrap;
        display: flex;
        overflow-x: auto;
        white-space: nowrap;
        padding-bottom: 9px;
    }
    .tech-grid {
        border-radius: 10px;
        padding: 20px;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
    .swiper-pagination-progressbar {
        width: 100% !important;
    }
    .tg_ctaleft p {
        font-size: 17px;
        margin-bottom: 10px;
    }
    .tg_ctaleft span {
        font-size: 18px;
    }
    .tg_ctaleft h2 {
        margin: 7px 0 10px;
        font-size: 32px;
        line-height: 40px;
    }
    .tg_ctaleft {
        padding: 30px 50px 30px 0;
    }
    .homeformdesign {
        max-width: 100%;
        margin: 30px auto 0;
    }
}

@media (max-width:767px){
    .homebgcontent span {
        font-size: 15px;
    }
    .homebgcontent h1 {
        font-size: 26px;
        line-height: 36px;
        margin: 10px 0 10px;
        font-weight: 900;
    }
    .homebgcontent p {
        font-size: 16px;
        font-weight: 300;
        line-height: 26px;
    }
    .partnrelogos img {
        max-width: 90px;
        object-fit: contain;
    }
    .partnrelogos {
        height: 40px;
    }
    .partnrelogos-track {
        gap: 10px;
    }
    .partnrefold {
        padding: 12px 0 15px;
        flex-wrap: wrap;
    }
    .btndesign1, .btndesign2, .btndesign3, .btndesign4 {
        padding: 0 20px;
        font-size: 16px;
        height: 44px;
        width: 100%;
    }
    .homebgbtns a {
        margin: 0;
    }
    .homebgbtns a:first-child {
        margin: 0 0 10px;
    }
    .homebgbtns {
        margin-top: 20px;
        flex-wrap: wrap;
    }
    .homebgfold {
        padding: 40px 0 160px;
    }
    section {
        padding: 30px 0;
    }
    .heading_main h2 {
        font-size: 24px;
        line-height: 32px;
    }
    .word-reveal .word {
        margin: 0 -4px;
    }
    .heading_main {
        margin-bottom: 20px;
    }
    .servicemain_box {
        text-align: center;
    }
    .servicemain_box p:last-of-type {
        font-size: 16px;
    }
    .servicemain_box ul {
           grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    .servicemain_box ul li{
        gap: 14px;
        padding: 10px;
        border-radius: 10px;
        font-size: 15px;
        backdrop-filter: blur(10px);
        display: block;
        text-align: center;
    }
    .servicemain_box ul li .serviceico {
        margin: 0 auto 10px;
    }
    .heading_main p {
        margin: 6px 0 0;
        font-size: 16px;
    }
    .btnsmain a:first-child {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .btnsmain {
        flex-wrap: wrap;
    }
    .servicemain_box h4 {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 10px;
    }
    .servicemain_box p:last-of-type {
        font-size: 16px;
        max-width: 100%;
    }
    .casestudyslider {
        width: 100%;
        margin-left: 0px;
    }
    .casestudyslider_left p {
        font-size: 16px;
        margin-bottom: 20px;
        line-height: 25px;
    }
    .casestudymain {
        min-height: unset;
        border-radius: 10px;
        padding: 20px;
    }
    .casestudyslider_left h3 {
        font-size: 22px;
    }
    .casestudyslider_left ul li {
        list-style: none;
        border-radius: 6px;
        padding: 18px 10px 10px;
        font-size: 14px;
        line-height: 18px;
        font-weight: 500;
        transition: .3s;
        position: relative;
        padding-left: 10px;
        display: flex;
        align-items: center;
        margin-bottom: 12px;
        text-align: center;
    }
    .casestudyslider_left ul li:before {
        content: '✓';
        position: absolute;
        left: 0;
        top: -9px;
        right: 0;
        margin: 0 auto;
        transform: unset;
        width: 18px;
        height: 18px;
        border-radius: 4px;
        background: #10173B;
        color: #fff;
        font-size: 11px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .casestudymain .casestudyimg {
        width: 100%;
        max-width: 100%;
        opacity: 0.2;
    }
    .tg_services_tabs .nav-tabs .serviceico {
        width: 42px;
        height: 42px;
        min-width: 42px;
        border-radius: 6px;
    }
    .tg_services_tabs .nav-tabs li button {
        border-radius: 8px;
        min-height: 68px;
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 12px;
        font-size: 16px;
    }
    .tg_services_tabs .nav-tabs {
        padding: 15px 7px;
    }
    .aitrasnformcontent h2 {
        font-size: 24px;
    }
    .aitrasnformcontent p {
        font-size: 16px;
        line-height: 25px;
        margin: 0;
    }
    .aitrasnformcontent ul li {
        font-size: 16px;
        margin: 0 0 12px;
        padding-left: 36px;
    }
    .aitrasnformcontent ul {
        margin-bottom: 20px;
        margin-top: 15px;
    }
    .aitrasnformbox h3 {
        font-size: 14px;
        line-height: 19px;
        min-height: auto;
        max-width: 100%;
        letter-spacing: 0px;
        margin: 0;
    }
    .aitrasnformbox {
        border-radius: 6px;
        padding: 18px 10px;
    }
    .aitrasnformslideimg{
        display: none;
    }
    .aitrasnformbox h3 strong {
        font-size: 32px;
        margin-bottom: 14px;
    }
    .aitrasnformgrid {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
        margin-top: 20px;
    }
    .container {
        max-width: 99%;
        width: 100%;
    }
    .tg_transfor_main {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }
    .tg_transfor_box {
        padding: 16px;
        text-align: center;
    }
    .tg_transfor_box span {
        width: 60px;
        height: 60px;
        border-radius: 8px;
        margin-bottom: 18px;
        margin: 0 auto 14px;
    }
    .tg_transfor_box span img {
        max-width: 38px;
    }
    .tgawards_slider {
        width: 100%;
    }
    .tgawards_box h3 {
        font-size: 20px;
        margin-bottom: 8px;
        line-height: 24px;
        max-width: 100%;
    }
    .tgawards_box p {
        margin: 0;
        font-size: 16px;
    }
    .trophyimg {
        right: 10px;
        top: 10px;
    }
    .awardssimg {
        max-width: 100%;
    }
    .tg_wedobox {
        padding: 0 20px 20px;
        margin-bottom: 10px;
    }
    .tg_wedo_head {
        padding: 18px 19px 0 0;
    }
    .tg_wedo_head h3 {
        font-size: 18px;
        margin-bottom: 6px;
        line-height: 24px;
    }
    .wedo_details {
        font-size: 13px;
        letter-spacing: 0.5px;
    }
    .tg_wedobox.active .tg_wedo_head {
        padding-bottom: 13px;
    }
    .tg_wedobox.active .tg_wedo_inner {
        padding-top: 15px;
    }
    .tg_wedo_inner p {
        font-size: 16px;
        color: #fff;
        line-height: 22px;
    }
    .tg_wedo_head::after {
        right: -10px;
        top: 27px;
        height: 22px;
        width: 22px;
        background-size: 15px;
    }
    .technopartner_grid {
        display: flex;
        width: max-content;
        gap: 15px;
        animation: techScroll 20s linear infinite;
    }

    .technopartnericon {
        flex: 0 0 140px;
    }

    @keyframes techScroll {
        from {
            transform: translateX(0);
        }
        to {
            transform: translateX(-50%);
        }
    }
    .tg_scalable_box {
        padding: 15px;
    }
    .tg_scalable_top { 
        padding-bottom: 15px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .tg_scalable_icon {
        margin-right: 0;
        width: 60px;
        height: 60px;
        margin-bottom: 15px;
    }
    .tg_scalablehead {
        width: 100%;
        text-align: center;
    }
    .tg_scalablehead h3 {
        font-size: 20px;
        margin-bottom: 8px;
    }
    .tg_scalable_grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 15px;
    }
    .tg_techstacktabs .nav-tabs li button {
        border-radius: 8px;
    }
    .checkoutmore {
        padding: 12px 14px 11px;
        font-size: 16px;
        color: #fff !important;
    }
    .tg_techinner {
        overflow: hidden;
        border-radius: 10px;
        border: 2px solid #1F79BD;
        background: transparent;
    }
    .tech-grid {
        display: flex;
        width: max-content;
        gap: 12px;
        animation: techScroll 20s linear infinite;
    }

    .tech-box {
        flex: 0 0 140px; /* apne design ke according adjust kar lena */
    }

    @keyframes techScroll {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(-50%);
        }
    }
    .checkoutmore {
        padding: 12px 14px 11px;
        font-size: 16px;
        color: #fff !important;
        background: #1F79BD;
        border-radius: 8px;
        overflow: hidden;
    }
    .clutchreviewsmain {
        border-radius: 10px;
        padding: 14px;
        margin-top: 20px;
        height: 200px;
    }
    .clutchreviews_box {
        border-radius: 10px;
        padding: 14px;
    }
    .tg_industrybox {
        border-radius: 10px;
    }
    .tg_industryboxtop {
        height: auto;
        display: block;
    }
    .hovercontent {
        position: relative;
        inset: 0;
        padding: 20px 10px;
        display: flex;
        align-items: flex-start;
        opacity: 1;
        transform: unset;
        transition: transform 0.4s ease, opacity 0.4s ease;
        background-color: #1F79BD;
    }
    .hovercontent ul li {
        font-size: 15px;
    }
    .tg_industryboxbottom {
       padding: 8px 17px;
        position: relative;
        z-index: 3;
        min-height: 50px;
    }
    .tg_industryboxbottom h3 {
        font-size: 18px;
    }
    .tg_industry .btnsmain {
        justify-content: center;
        margin-top: 15px;
    }
    .tgfaqdesign .faq_box {
        margin-bottom: 14px;
        border-radius: 8px;
    }
    .tgfaqdesign .faq_box_head {
        font-size: 16px;
        line-height: 24px;
        padding: 12px 40px 12px 16px;
        min-height: auto;
        display: flex;
        align-items: center;
    }
    .tgfaqdesign .faq_data {
        padding: 0 16px 15px;
    }
    .homeformdesign {
        max-width: 100%;
        margin: 10px auto 0;
        border-radius: 10px;
        padding: 25px 20px;
    }
    .homeformdesign form .form-group .form-control {
        height: 44px;
        border-radius: 6px;
        padding: 10px 17px;
        font-size: 14px;
    }
    
    .homeformdesign form .form-group .btndesign {
        border: 0;
        border-radius: 10px;
        height: 45px;
        margin-bottom: -12px;
        font-size: 16px;
    }
    .tg_letstalk_left span {
        height: 38px;
        border-radius: 4px;
        padding: 0 15px; 
        font-size: 15px;
        font-weight: 600;
        margin-bottom: 10px;
    }
    .tg_letstalk_left h2 {
        font-size: 24px;
        line-height: 34px;
    }
    .tg_letstalk_left p {
        font-size: 16px;
        margin: 0;
    }
    .globalcompany {
        padding: 18px 0 20px;
        margin-top: 18px;
    }
    .globalcompany h3 {
        font-size: 18px;
        letter-spacing: 0;
        margin-bottom: 15px;
    }
    .globalcompany .nav-tabs {
        padding: 4px;
        width: 100%;
    }
    .globalcompany .nav-tabs li a {
        height: 43px;
        padding: 0 8px 0 4px;
        display: flex;
        color: #fff;
        font-weight: 600;
        font-size: 14px;
        gap: 7px;
    }
    .companydetailsmain {
        margin-top: 20px;
        border-radius: 10px;
        padding: 12px;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }
    .companydetails_inner {
        width: 100%;
        margin-top: 10px;
    }
    .companydetails_inner h4 {
        font-size: 19px;
        margin-bottom: 5px;
    }
    .tg_letstalk_left p {
        font-size: 15px;
        margin: 0;
    }
    .company_contact a {
        font-size: 11px;
        margin-bottom: 0;
        font-weight: 300;
        margin: 0 6px;
    }
    .company_contact{ 
        margin-top: 8px;
    }
    .cityicon {
        height: 80px;
        width: 80px;
        border-radius: 10px;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .tg_ctaright {
        width: 100%;
        padding-top: 30px;
    }
    .tg_ctaleft {
        padding: 20px 0 0;
        width: 100%;
    }
    .tg_ctapart_main {
        display: block;
        text-align: center;
    }
    .tg_ctaleft h2 {
        margin: 7px 0 10px;
        font-size: 26px;
        line-height: 30px;
    }
    .tg_letstalk_left {
        padding-right: 0;
        text-align: center;
        margin-bottom: 20px;
    }
    .tg_industryboxtop .industrybgimg {
        max-width: 100%;
        height: 280px;
        object-fit: cover;
        width: 100%;
    }
    .tech-box img {
        transition: 0.3s ease-in-out;
        max-width: 60px;
    }
    .technopartnericon img {
        transition: all 0.3s ease;
        max-width: 200px;
    }
}

