/* ===== GLOBAL RESET & BASE ===== */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --tgsPrimary: #131c23;
  --tgsSecondary: #333c4d;
  --tgsWhite: #ffffff;
  --tgsLightGray: #f8f9fa;
  --tgsMediumGray: #9ca3af;
  --tgsCardBg: #d1d5db;
  --tgsGold: #fbbf24;
  --h1: clamp(2rem, 1.5rem + 2vw, 3rem);
  --h1LineHeight: 1.2em;
  --h2: clamp(1.75rem, 1.25rem + 1.5vw, 2.5rem);
  --h2LineHeight: 1.2em;
  --h3: clamp(1.25rem, 1rem + 0.75vw, 1.5rem);
  --h4: clamp(1.15rem, 1rem + 0.35vw, 1.25rem);
}
body {
  font-family: "Inter", sans-serif;
  font-size: calc(11.5088px + 0.1754vw);
  letter-spacing: 0.01875em;
  color: var(--tgsSecondary);
  scroll-behavior: smooth;
}
/* ===== TYPOGRAPHY ===== */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--tgsPrimary);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}
h1 {
  font-size: var(--h1);
  line-height: var(--h1LineHeight);
}
h2 {
  font-size: var(--h2);
  line-height: var(--h2LineHeight);
}
h3 {
  font-size: var(--h3);
  font-weight: 500;
}
h4 {
  font-size: var(--h4);
  font-weight: 500;
}
h5 {
  font-size: 1.05rem;
  font-weight: 500;
}
h6{
  font-size: 0.85rem;
  font-weight: 500;
}
p {
  font-weight: 500;
  margin-bottom: 0;
}
.p-18{
  font-size: 1.1rem;
}
p,div{
  font-size: 0.95rem;
}
a {
  font-size: inherit;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
}
.accentText{
  font-size: 0.78rem;
  font-weight: 500;
}
.tgsCategoriesBadge{
  font-size: 0.7rem;
  color: var(--tgsPrimary);
  background-color: var(--tgsLightGray);
  padding: 0.25rem 1rem;
  border-radius: 30px;
}
ul{
  margin: 0;
  padding-left: 1rem;
}
li:not(:last-child) {
  padding-bottom: 0.3125rem;
}
.card-title{
  color: var(--tgsPrimary);
}
input:focus:not(input[type="submit"]), select:focus, textarea:focus, input:hover:not(input[type="submit"]), select:hover, textarea:hover{
  outline: none;
  border: 0.0625rem solid #d1d5db;
} 
/* ===== BUTTONS ===== */
.btn {
  font-size: 0.9rem;
  font-weight: 500;
  padding: 0.625rem 1.875rem;
  letter-spacing: 0.03125rem;
  border-radius: 0.3125rem;
}
.tgsBtn {
  background-color: var(--tgsWhite);
  border-color: var(--tgsWhite);
  color: var(--tgsSecondary);
}
.tgsBtn:hover {
  background-color: var(--tgsPrimary);
  border-color: var(--tgsWhite);
  color: var(--tgsWhite);
}
.tgsBtnOutline {
  border-color: var(--tgsWhite);
  color: var(--tgsWhite);
  background-color: transparent;
}
.tgsBtnOutline:hover {
  background-color: var(--tgsWhite);
  border-color: var(--tgsWhite);
  color: var(--tgsSecondary);
}
.tgsBtnDark {
  background-color: var(--tgsPrimary);
  border-color: var(--tgsPrimary);
  color: var(--tgsWhite);
}
.tgsBtnDark:hover {
  background-color: var(--tgsSecondary);
  border-color: var(--tgsSecondary);
  color: var(--tgsWhite);
}
/* ------ Global Styles ------  */
.row{
  margin: 0;
}
.row>*{
  padding-block: 0;
  margin: 0;
}
/* [class^="container"]{
  display: flex;
  flex-direction: column;
  gap: 1.5em 0;
  padding: 0;
  padding-inline: 2.5em;
} */
/* [class^="container"]>.row>[class^="col"] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5em 0;
  padding: 0;
} */
/*.tgsContentSection>.row>[class^="col"]:first-child {*/
/*  padding-inline-end: 2.5em;*/
/*}*/
/*.tgsContentSection>.row>[class^="col"]:last-child {*/
/*  padding-inline-start: 2.5em;*/
/*}*/
.card .card-body, .card .card-body div {
  gap: 0.8em 0 !important;
  display: flex;
  flex-direction: column;
}
/* ----- Global End ----- */
/* ===== HEADER ===== */
.tgstopBar{
  background-color: var(--tgsLightGray);
}
.tgstopBar i{
  font-size: 1rem;
}
#productDropdownmenu li{
   list-style-type: none;
}
.tgsHeader {
  background-color: var(--tgsPrimary);
  padding: 0.9375rem 0;
}
.tgsNavBrand {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--tgsWhite) !important;
}
.tgsNavLink {
  color: var(--tgsWhite);
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
}
.tgsNavLink:hover {
  color: var(--tgsMediumGray);
}
.tgsSearchIcon {
  color: var(--tgsWhite);
  font-size: 1.2rem;
}
.grecaptcha-badge{
    display:none !important;
}
#productInterest{
    background-color: #fff !important;
    background-image: url(https://res.cloudinary.com/dyxv1ylyw/image/upload/v1720695007/chevron-down-solid-svg_lsywcb.png) !important;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-size: 15px !important;
    width: 100%;
    padding: 0.75em 1em;
    background-repeat: no-repeat !important;
    background-position: 95% 50% !important;
    color: #000 !important;
}
/* ===== HERO SECTION ===== */
.tgsHero {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("../images/tensilbg_img.webp");
  background-position: center;
  background-size: cover;
  height: 36vw;
  color: var(--tgsWhite);
  position: relative;
  display: flex;
  align-items: center;
}
.tgs_breadcrumb{
  background: url("../images/breadcrumb.png");
  background-position: center;
  background-size: cover;
  height: 24vw;
  color: var(--tgsWhite);
  position: relative;
  display: flex;
  align-items: center;
}
.tgs_breadcrumb :is(h1, p),
.tgsHero :is(h1, p) {
  color: var(--tgsWhite);
}
.tgsScrollDown {
  font-size: 2rem;
  position: absolute;
  left: 50%;
  bottom: 2%;
  transform: translateX(-50%);
  animation: tgsBounce 2s infinite;
}
@keyframes tgsBounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateX(-50%) translateY(0);
  }
  40% {
    transform: translateX(-50%) translateY(-0.625rem);
  }
  60% {
    transform: translateX(-50%) translateY(-0.3125rem);
  }
}
.tgsExcellenceSection .row .row{
  width: 100%;
}
/* ===== STATS BOX ===== */
.tgsStatsBox {
  padding: 0.6rem 0;
  /* text-align: center; */
}
.tgsStatNumber {
  font-size: 2.2rem;
  font-weight: 500;
  color: var(--tgsPrimary);
  display: block;
}
.tgsStatLabel {
  color: var(--tgsSecondary);
  letter-spacing: 0.0625rem;
}
/* ===== PRODUCT & CATEGORY CARDS ===== */
.tgsProductCategorySection>.container>.row{
  gap: 3%;
}
.tgsCategoryCard {
  border-radius: 0.3125rem;
  height: 100%;
  padding: 0 !important;
  width: 32%;
  border: 0;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.tgsCategoryCard h4 {
  color: var(--tgsPrimary);
  /* margin-bottom: 0.625rem; */
}
.tgsCategoryCard ul {
  /* padding-top: 1rem; */
  padding-bottom: 0.5rem;
  margin-bottom: 0;
}

/* ===== FEATURE BOX ===== */
.tgsFeatureBox i {
  padding: 1.15rem;
  border-radius: 50px;
  box-shadow: rgba(50, 50, 93, 0.15) 0px 6px 12px -2px, rgba(0, 0, 0, 0.2) 0px 3px 7px -3px;
}
.tgsFeatureIcon {
  font-size: 2.5rem;
  color: var(--tgsPrimary);
  margin-bottom: 0.9375rem;
}
.tgsFeatureBox h5 {
  padding-bottom: 0.75rem;
}
.tgsWhyChooseSectionCards{
  gap: 3%;
  justify-content: space-between;
}
.tgsWhyChooseSectionCards .card{
  width: 30%;
}
.tgsWhyChooseSectionCards h5{
  padding-bottom: 0.5rem;
}
.tgsWhyChooseSectionCards .card-body{
  padding-block: 1.5rem;
}
.tgl_domains li{
    list-style-type: none;
    display:flex;
    justify-content:center;
    align-items:center;
    gap:10px;
    padding: 10px;
    border: 1px solid #3333;
    border-radius: 10px;
}
.tgl_domains i {
    color: #333;
    font-size: 17px;
    font-weight: 800;
}
/* ===== VIRTUAL TOUR ===== */
.tgsTourSection {
  background-color: var(--tgsPrimary);
  color: var(--tgsWhite);
}
.tgsTourSection :is(p,h2) {
  color: var(--tgsWhite);
}
.tgsContentSection_list{
  background-color: #6a7480;
}
.tgsTourList {
  list-style: none;
  padding: 0;
}
.tgsTourList li{
  margin: 0.5rem 0;
}
.tgsTourList li:before {
  content: "✓ ";
  margin-right: 0.625rem;
}
.tgsTourSection iframe{
  height: 23vw;
}

/* ===== TESTIMONIALS ===== */
.tgsTestimonialSection .row>[class^="col"]{
  padding-inline: 1em;
}
.tgsTestimonialCard {
  background-color: var(--tgsWhite);
  padding: 1.875rem;
  border-radius: 0.3125rem;
  border: 0.0625rem solid #e5e7eb;
  height: 100%;
}
.tgsStars {
  color: var(--tgsGold);
  margin-bottom: 0.9375rem;
  font-size: 1.2rem;
}
.tgsAuthor {
  display: flex;
  align-items: center;
}
.tgsAvatar {
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  background-color: var(--tgsCardBg);
  margin-right: 0.9375rem;
  flex-shrink: 0;
}
.tgsAuthorInfo h5 {
  font-size: 1rem;
  margin-bottom: 0.1875rem;
}
.tgsAuthorInfo p {
  font-size: 0.85rem;
  color: var(--tgsMediumGray);
}

/* ===== LOGO BOX ===== */
.tgsLogoBox {
  background-color: var(--tgsLightGray);
  padding: 2.5rem 1.25rem;
  border-radius: 0.3125rem;
  text-align: center;
  min-height: 6.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--tgsMediumGray);
}

/* ===== NEWS CARDS ===== */
.tgsNewsCard {
  background-color: var(--tgsCardBg);
  padding: 5rem 1.25rem;
  border-radius: 0.3125rem;
  text-align: center;
  color: var(--tgsWhite);
  min-height: 12.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
}
.tgsNewsContent {
  background-color: var(--tgsWhite);
  padding: 1.25rem;
  border-radius: 0.3125rem;
}
.tgsNewsMeta {
  font-size: 0.85rem;
  color: var(--tgsMediumGray);
  margin-bottom: 0.625rem;
  font-weight: 500;
}

/*---*/
.tgsTrustedBySection .logo-slider img{
   width:100%;
   object-fit: none !important;
}

/* ===== RESOURCE ITEM ===== */
.tgsResourceItem {
  background-color: var(--tgsWhite);
  padding: 1rem;
  border-radius: 0.3125rem;
  border: 0.0625rem solid #e5e7eb;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.tgsResourceItem h5 {
  font-size: 1rem;
}
.tgsResourceItem p {
  font-size: 0.85rem;
  color: var(--tgsMediumGray);
}
.tgsNewsLetterSection .row {
  gap: 4%;
}
.tgsNewsLetterSection .row>.tgsNewLetterContent{
  width: 100%;
}
.tgsNewsLetterSection .tgsResourceItem{
  font-weight: 600;
}
/* ===== FORMS ===== */
.tgsInput, .tgsSelect, .tgsTextarea {
  padding: 0.75em 1em;
  border: 0.0625rem solid #d1d5db;
  border-radius: 0.3125rem;
  width: 100%;
  font-family: "Inter", sans-serif;
  font-size: 0.75rem;
}
.tgsFooterForm .tgsInput{
  background-color: #212a39 !important;
  border: 0.0625rem solid #d1d5db !important;
  border-radius: 4px 0 0 4px !important;
}
.tgsFooterForm .tgsBtn{
  border-radius: 0 4px 4px 0 !important;
  font-size:0.8rem !important;
}
.tgsLabel {
  display: block;
  margin-bottom: 0.25rem;
  color: var(--tgsSecondary);
  font-weight: 500;
  font-size: 0.75rem;
}
.tgsInquiryForm {
  background-color: var(--tgsWhite);
  padding: 2.5rem;
  border-radius: 0.3125rem;
}
.tgsInquiryForm h3 {
  color: var(--tgsPrimary);
  margin-bottom: 1.5625rem;
}
.tgsInquirySection h2{
  color: var(--tgsWhite);
}

/* ===== FOOTER ===== */
.tgsFooter {
  background-color: var(--tgsPrimary);
  color: var(--tgsWhite);
  padding: 3.75rem 0 1.25rem;
}
.tgsFooter h5 {
  margin-bottom: 0.75rem;
  color: var(--tgsWhite);
}
.tgsFooter ul {
  list-style: none;
  padding: 0;
}
.tgsFooter li {
  padding: 0.5rem 0;
  font-size: 0.9rem;
}
.tgsFooter a {
  color: var(--tgsMediumGray);
}
.tgsFooter a:hover {
  color: var(--tgsWhite);
}
.tgsFooter p {
  color: var(--tgsMediumGray);
  font-size: 0.9rem;
}
/*.tgsFooter .row>[class^="col"]{*/
/*  padding-inline-end: 1.25rem;*/
/*}*/
.tgsSocialIcons {
  display: flex;
  gap: 0.9375rem;
  margin-top: 1.25rem;
}
.tgsSocialIcon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--tgsWhite);
  font-size: 1.2rem;
}
.tgsSocialIcon:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.tgsFooterNewsletterSection{
  border-top: 0.0625rem solid rgba(255, 255, 255, 0.1);
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.1);
  padding-block: 1.875rem;
}
span.tgsCertificationBadge.accentText {
    background: #212a39;
    padding: 10px;
    border-radius: 7px;
}
/* ===== UTILITY ===== */
.tgsBgLight {
  background-color: var(--tgsLightGray);
}
.tgsBgPrimary {
  background-color: var(--tgsPrimary);
}
.tgsTextWhite {
  color: var(--tgsWhite);
}
.tgsTextMuted {
  color: var(--tgsSecondary) !important;
}

/* --- Featured project section ----  */

.tgsFeaturedProjectsSection .card{
  padding: 0;
  width: 48%;
}
.tgsFeaturedProjectsSection .card img{
  height: 16rem;
  width: 100%;
  object-position: bottom;
  object-fit: cover;
}
.tgsFeaturedProjectsSection .card-body{
  align-items: flex-start;
  justify-content: space-between;
}
.tgsCaseStudies .card{
  padding: 1rem;
  width: 32%;
}
.tgsCaseStudies .card img{
  height: 10rem;
  width: 100%;
  object-position: bottom;
  object-fit: cover;
}
.tgsCaseStudies .card-body{
  align-items: flex-start;
  justify-content: space-between;
  padding: 0;
}
/* ---- Trusted by section ----  */
.tgsTrustedBySection .container{
  background-color: var(--tgsWhite);
}
/* ----- News & Resource -----  */
.tgsNewsResourcesSection .card{
  padding: 0;
}
.tgsNewsResourcesSection .card-body{
  padding: 0 1rem 1rem 1rem;
}
.tgsNewsResourcesSection .card-body .accentText{
  font-size: 0.725rem;
}
.tgsNewsResourcesSection .card-body div span{
  width: auto;
}
.tgsInquirySection .accentText{
  padding-inline-start: 0;
}
.tgsInquirySection .accentText li{
  list-style: none !important;
}
.tgsInquirySection .accentText li i{
  padding-inline-end: 0.6em;
}
/* Infrastructure */
.tgs-infrastructure_list li{
   list-style-type: none;
}
/* ----- About Us Page ------- */
.tgsAboutHeading h2{
  font-size: var(--h3);
  font-weight: 600;
}
.tgsAboutHeading li{
  list-style-type: none;
}
.tgs-cta{
  background-color: var(--tgsPrimary);
  color: #fff;
}
/* ---Our Product---- */

    /* ===== Tabs Navigation ===== */
.tgsTabSection .nav-link:focus-visible{
  box-shadow: none !important;
}
.tgsTabSection li h2{
  font-size: var(--h4);
}
.tgsTabContent h2{
  font-size: var(--h3);
  font-weight: 600;
}
.tgsTabContent li{
  list-style-type: none;
  color: #333;
}
.tgsTabSection .nav-link {
  background: transparent;
  color: #6b7280;
  border: none;
  border-radius: 0;
  font-weight: 400;
  font-size: 1rem;
  position: relative;
  padding: 12px 0;
  transition: all 0.3s ease;
}

.tgsTabSection .nav-link.active {
  color: #fff;
  background: #111827;
  border-radius: 15px;
  padding: 12px 30px;
  position: relative;
}
.tgsTabSection .nav-link{
  border: 1px solid var(--tgsPrimary);
  border-radius: 15px;
    padding: 12px 30px;
}
.tgsTabSection .nav-link:hover {
border-color: var(--tgsSecondary);
color: var(--tgsSecondary);
transform: translateY(-2px);
box-shadow: 0 8px 16px #3b82f626;
  }
  .tgsTabSection .nav-link.active:hover{
  color: #fff !important;
  }
/* ===== Tabs Content Section ===== */
.tgsTabContent {
  background: #fff;
  color: #333;
  border-radius: 24px;
  padding: 60px 40px;
  position: relative;
  margin-top: -20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.tgsTabContent h2 {
  font-size: 1.6rem;
  font-weight: 600;
  /* color: #fff; */
}

.tgsTabContent p {
  /* color: rgba(255, 255, 255, 0.75); */
  line-height: 1.7;
  font-size: 1rem;
}
.tgsTabContent img {
  border-radius: 20px;
  box-shadow: 0px 0px 7px rgb(0 0 0 / 13%);
}
 .tgsBlogView{
    width: 75%;
}
/* ----Contact Us ----- */
.tgs-contactDetails h5{
  font-size: 1.1rem;
  font-weight: 600;
}
.tgs-contactDetails p{
  font-size: 0.85rem;
}
.tgs-contactDetailsBox{
  background-color: #f5f5f5;
}
/* ------ Responsive -------- */

/* ----- Global Start -----  */
@media(min-width: 1024px){
    .container.tgsnavBar img {
    width: 90% !important;
}
}
@media (min-width: 576px) {
  .container, .container-sm {
      max-width: 90%;
  }
}
@media (min-width: 768px) {
  .container, .container-md, .container-sm {
      max-width: 90%;
  }
}
@media (min-width: 992px) {
  .container, .container-lg, .container-md, .container-sm {
      max-width: 90%;
  }
}
@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
      max-width: 90%;
  }
}
@media (min-width: 1801px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
      max-width: 1620px;
  }
}
@media(max-width:1100px){
   .tgsHeaderBtn button{
    padding: 10px;
    font-size: 0.85rem;
   }
   .btn{
    padding: 0.65rem 0.75rem;
   }
}
@media(max-width:992px){
  .navbar-toggler:focus{
    box-shadow: none;
  }
  .navbar-toggler i{
    font-size: 1rem;
  }
  #productDropdownmenu{
    position: relative !important;
    box-shadow: none !important;
    padding: 0 0 0 15px !important;
    margin-top: 10px !important;
  }

.tgs-navBar{
    position: absolute !important;
    top: 0;
    left: -8%;
    height: 100vh;
    width: fit-content;
    background-color: #fff;
    z-index: 1111;
    
    padding: 1.5rem;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    transform: translate(-100%, 0);
  }
  .tgs-navBar.show{
    transform: translate(0%, 0);
  }
  .tgsHero{
    height: 60vh !important;
  }
  .tgsNewsLetterSection .row>.tgsNewLetterContent {
    width: 100%;
}
.tgsContentSection>.row>[class^="col"]:first-child,
.tgsContentSection>.row>[class^="col"]:first-child,
.tgsContentSection>.row>[class^="col"]:last-child {
  padding-inline-start: 0em;
}
.tgsContentSection>.row>[class^="col"]:first-child {
    padding-inline-end: 0;
}
.tgsTourSection iframe {
    height: 50vw;
}
.tgsTabSection .nav-link{
  padding: 12px !important;
  font-size: 10px !important;
}
.tgsTabContent{
    padding: 25px;
  }
  .tgsCaseStudies .card {
    width: 48%;
}
  .tgsCategoryCard{
    width: 45%;
  }
   .tgsBlogView{
    width: 90%;
}
}
@media(max-width:767px){
  .tgs_breadcrumb{
    height: 65vw;
  }
  .tgsProductCategorySection .tgsTextMuted{
      width:100% !important;
  }
  .tgsContentSection_list p {
    font-size: 0.7rem;
}
.tgs-productPdf p{
    font-size: 0.7rem;
  }
.tgsInquiryForm{
    padding:1.5rem;
}
   .tgsTrustedBySection img {
    width: 70%;
}
.tgsTrustedBySection .col-5{
    text-align:center;
}
  .container {
    width: 95%;
}
  .tgsFeaturedProjectsSection .card,
  .tgsCategoryCard,
  .tgsWhyChooseSectionCards .card,
  .tgsCaseStudies .card{
    width: 100%;
  }
.tgsTourSection iframe {
    height: 39vh;
}
.tgsTestimonialSection .row>[class^="col"] {
    padding-inline: 0em;
}
.tgsCertificationBadge{
    font-size:0.7rem !important;
}
.tgsTabContent{
    padding: 25px 10px;
  }

/* Footer */
.tgsFooter li {
    font-size: 0.9rem !important;
}
span.tgsCertificationBadge.accentText {
    padding: 7px;
}
.tgsFooterForm input[type="submit"]{
  font-size: 0.85rem;
}
.tgsFooterPolicy li{
  font-size: 0.7rem;
}

/* Header mobile slide  */

body:has(.tgs-navBar.show) {
  height:100vh !important;
  width:100% !important;
  overflow: hidden !important;
}
button.navbar-toggler {
    padding: 0;
    height: 24px;
    width: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center !important;
}
.tgs-navBar {
    transition: 350ms ease-in-out transform;
}
.tgsWhyChooseSection .gap-4{
    gap: 1.5rem 0 !important
}
.tgsWhyChooseSection .tgsWhyChooseSectionCards{
    gap: 1.5rem !important
}
.tgsWhyChooseSectionCards .card {
    width: fit-content;
    flex-wrap: wrap;
    flex-grow: 1;
}
.tgl_domains{
    padding-left: 0 !important;
}
.tgl_domains li{
    width: 100%;
    justify-content:start;
}
}

