


/* how it work section */

.german-hanger-how-to-get .ghg-heading {
  color: #00c6f1;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
}

.german-hanger-how-to-get .ghg-subheading {
  font-size: 22px;
  font-weight: 600;
  color: #002d3e;
  margin-top: 10px;
}

.german-hanger-how-to-get .ghg-desc {
  margin: 20px auto 50px;
  font-size: 16px;
  color: #333;
}

.german-hanger-how-to-get .ghg-steps {
  /* display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  max-width: 1100px;
  margin: 0 auto; */
  display: flex;
  justify-content: center;
  text-align: center;

}

.german-hanger-how-to-get .ghg-step {
  /* flex: 1 1 300px;
  max-width: 300px; */

   display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.german-hanger-how-to-get .ghg-img {
  width: 180px;
  height: 180px;
  margin: 0 auto 20px;
  object-fit: cover;
  border-radius:0px 100px 100px 100px;
  display: block;
  overflow: hidden;
  box-shadow: -12px 4px 12px rgba(0, 0, 0, 0.3);
}

.german-hanger-how-to-get .ghg-step-title {
  font-size: 25px;
  font-weight: 700;
  color: #002d3e;
   display:flex;
  justify-content: center;
  align-items: center; 
  text-align: center; 
 
}
.ghg-step-title-count {
  color: #AEFF1C;
  font-weight: 900;
  margin-right: 6px;
  font-size: 65px;
  display: inline-block;
}

.german-hanger-how-to-get .ghg-step-text {
  /* font-size: 15px; */
  color: #333;
  margin-top: 8px;
  line-height: 1.6;
  /* width: 80%; */
  text-align: center;
}

.german-hanger-how-to-get .ghg-phone {
  color: #00b6f1;
  text-decoration: none;
}

.german-hanger-how-to-get .ghg-phone:hover {
  text-decoration: underline;
}


@media (max-width: 768px) {
  .german-hanger-how-to-get .ghg-steps {
    flex-direction: column;
    align-items: center;
  }

  .german-hanger-how-to-get .ghg-step {
    max-width: 90%;
  }

  .german-hanger-how-to-get .ghg-heading {
    font-size: 26px;
  }
}


/* gallery section   */

.ghs-gallery .ghs-image-row {
  display: flex;
  align-items: stretch;
  height: 600px; 
}

.ghs-gallery .ghs-left-image,
.ghs-gallery .ghs-right-images {
  width: 50%;
  height: 100%;
}

.ghs-gallery .ghs-left-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ghs-gallery .ghs-right-images {
  display: flex;
  height: 100%;
}

.ghs-gallery .ghs-image-grid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
}

.ghs-gallery .ghs-image-grid > div {
  width: 50%;
  height: 50%;
}

.ghs-gallery .ghs-image-grid > div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ghs-service-box {
  background: #e6f7fc;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 3rem 2rem;
  margin: -70px auto 2rem auto;
  max-width: 1200px;
  text-align: left;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
  gap: 1.5rem;
}

.ghs-service-box .ghs-left {
  flex: 1.5;
  font-weight: bold;
  font-size: 1.6rem;
  color: #003e5f;
}

.ghs-service-box .ghs-center {
  flex: 2;
  font-size: 1rem;
  color: #003e5f;
  line-height: 1.6;
}

.ghs-service-box .ghs-right {
  flex-shrink: 0;
}


@media (max-width: 768px) {
  .ghs-gallery .ghs-image-row {
    flex-direction: column;
  }

  .ghs-gallery .ghs-left-image,
  .ghs-gallery .ghs-right-images {
    width: 100%;
  }

  .ghs-gallery .ghs-image-grid img {
    width: 50%;
    height: auto;
  }

  .ghs-service-box {
    flex-direction: column;
    text-align: center;
    margin: 2rem auto 1rem auto;
    padding: 2rem 1.5rem;
    width: 90%;
  }

  .ghs-service-box .ghs-center {
    margin: 1rem 0;
  }

  .ghs-service-box .ghs-right {
    margin-top: 1rem;
  }

  .ghs-service-box .ghs-right a {
    width: 100%;
    max-width: 250px;
  }
}


/* comapny paterner */

/* .company-partners-section {
      padding: 40px 20px;
      text-align: center;
    } */

    /* .partners-title {
      font-size: 32px;
      color: #00c6f1;
      margin-bottom: 40px;
      font-weight: 700;
    } */

    .partners-grid {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 30px;
    }

    .partner-box {
      width: 200px;
      height: 100px;
      border: 1px solid #eee;
      background: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      transition: all 0.3s ease;
      cursor: pointer;
    }

    .partner-box img {
      max-height: 60px;
      max-width: 90%;
    }

    .partner-box:hover {
      border: 2px solid #104042;
      box-shadow: 8px 8px 0 #104042;
    }

    .hover-label {
      display: none;
      position: absolute;
      bottom: -28px;
      left: 50%;
      transform: translateX(-50%);
      background-color: #104042;
      color: white;
      font-size: 14px;
      font-weight: bold;
      padding: 4px 30px;
      border-radius: 15px;
      white-space: nowrap;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
	  clip-path: polygon(50% 0%, 55% 10%, 100% 10%, 100% 100%, 0% 100%, 0% 10%, 45% 10%);

    }

    .hover-label::before {
      content: "";
      position: absolute;
      top: -6px;
      left: 50%;
      transform: translateX(-50%);
      border-width: 6px;
      border-style: solid;
      border-color: transparent transparent #104042 transparent;
    }

    .partner-box:hover .hover-label {
      display: block;
    }


	.Header-logo{
	width: 120px !important;
    /* padding-left: 20px !important; */
    border-radius: 40px !important;
	}


   /* types of tent */
.tent-section-wrapper {
    background-color: #fff;
    padding: 60px 20px;
}

.tent-section-container {
  /* max-width: 1200px;
  margin: auto; */
  text-align: center;
}

.tent-section-heading {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #222;
}

.tent-tab-buttons {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    gap: 3px;
     padding: 0; 
}

.tent-tab-button {
  padding: 10px 18px;
  border: none;
  border-radius: 6px 6px 0 0;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.tent-tab-button:hover,
.tent-tab-button.active {
  background-color: #ffffff;
  /* border-bottom: 2px solid transparent; */
}
.tent-content-box {
    background-color: #ffffff;
    padding: 40px;
    border-radius: 0 0 10px 10px;
    gap: 20px;
    min-height: 300px;
    transition: all 0.3s ease;
    box-shadow: 0px 30px 50px -30px #0000006b;
}
.tent-image-wrapper {
  margin-bottom: 20px;
}

.tent-image-display {
    width: 100%;
    max-width: 450px;
    min-width: 450px;
    height: auto;
    border-radius: 6px;
    object-fit: cover;
    aspect-ratio: 1 / 1;
}
.tent-description-text {
  text-align: left;
  /* max-width: 800px; */
  margin: 0 auto;
}


/* about section in solutions page */

    .german-hanger-box {
      /* width: 300px;
      height: 600px; */
      /* overflow-y: auto;
      overflow-x: hidden;
      border: 1px solid #ddd;
      border-radius: 8px;
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
      background-color: #fff; */
      /* margin: 20px auto; */
    }

    .german-hanger-timeline {
      position: relative;
    }

    .german-hanger-step {
      position: relative;
    }

    .german-hanger-number {
      width: 38px;
      height: 38px;
      border-radius: 50%;
      border: 3px solid #000;
      text-align: center;
      font-weight: bold;
      line-height: 32px;
      font-size: 16px;
      background-color: #fff;
      position: relative;
      z-index: 1;
    }

    /* Unique circle colors */
    .german-hanger-number-1 { border-color: #e53935; color: #e53935; }
    .german-hanger-number-2 { border-color: #8e24aa; color: #8e24aa; }
    .german-hanger-number-3 { border-color: #1e88e5; color: #1e88e5; }
    .german-hanger-number-4 { border-color: #43a047; color: #43a047; }

    /* Colored line segment below each number */
    .german-hanger-line {
      position: absolute;
      top: 38px;
      left: 30px;
      width: 3px;
      height: 100%;
      z-index: 0;
    }

    .german-hanger-line-1 { background-color: #e53935; }
    .german-hanger-line-2 { background-color: #8e24aa; }
    .german-hanger-line-3 { background-color: #1e88e5; }

    /* Typography */
    .german-hanger-timeline h5 {
      color: #0d1b2a;
    }

    .german-hanger-timeline ul,
    .german-hanger-timeline ol {
      color: #333;
      font-size: 15px;
      padding-left: 1rem;
    }

    .german-hanger-timeline ul li::marker {
      color: #43a047;
    }

    .german-hanger-timeline ol {
      padding-left: 1.2rem;
    }


    /* tent Type section in products css */

    .pdetail-slider-section {
      margin-top: 40px;
      padding: 20px;
      display: flex;
      justify-content: center;
    }


    .pdetail-slider-wrapper {
      flex: 0 0 50%;
      max-width: 50%;
    }

    .pdetail-slider {
      border-radius: 8px;
      overflow: hidden;
    }

    .pdetail-slider-img {
    width: 100%;
    object-fit: cover;
    object-position: center center;
    aspect-ratio: 9 / 8;
    }

    .pdetail-info-panel {
      flex: 0 0 30%;
      max-width: 30%;
      padding-left: 30px;
      border-left: 2px solid #ddd;
    }

    .pdetail-share-label {
      font-weight: 600;
      margin-bottom: 5px;
    }

   .pdetail-share-icons {
      position: relative;
    }

    .pdetail-icon-list {
      display: flex;
      gap: 10px;
      padding: 12px 0px;
      border-radius: 12px;
      position: relative;
      z-index: 1;
    }

    .pdetail-icon-list li {
      list-style: none;
    }

    .pdetail-icon-list li a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 42px;
      height: 42px;
      background-color: #ccc;
      color: white;
      text-decoration: none;
      font-size: 18px;
      position: relative;
      transition: background-color 0.3s ease, transform 0.3s ease;
    }

	.pdetail-icon-list li a:hover {
		transform: scaleY(1.15);          
		transform-origin: bottom center; 
		}

    .tooltip-box {
      position: absolute;
      top: -40px;
      left: 0;
      width: 80%;
      background-color: #333;
      color: #fff;
      padding: 6px 0;
      border-radius: 4px;
      font-size: 13px;
      opacity: 0;
      transition: opacity 0.3s ease;
      pointer-events: none;
      z-index: 2;
      text-align: center;
    }

    .pdetail-icon-list:hover .tooltip-box.show {
      opacity: 1;
    }
    .pdetail-category {
      font-size: 16px;
      margin-bottom: 20px;
    }

    .pdetail-category-link {
      color: #0d6efd;
      text-decoration: underline;
    }

    .pdetail-quote-btn {
      background-color: #004d40;
      color: #fff;
      border: none;
      padding: 12px 25px;
      border-radius: 3px;
      font-weight: 500;
      font-size: 16px;
    }

    .pdetail-quote-btn:hover {
      background-color: #00332d;
    }

    @media (max-width: 768px) {
      .pdetail-slider-section {
        flex-direction: column;
        align-items: center;
        padding: 10px;
      }

      .pdetail-slider-container {
        flex-direction: column;
        margin-left: 0;
        gap: 20px;
      }

      .pdetail-slider-wrapper,
      .pdetail-info-panel {
        max-width: 100%;
        flex: 0 0 100%;
        border-left: none;
      }

      .pdetail-slider-img {
        height: 250px;
      }
    }

    .tent-details-content{
        background:#E4F0F0;
    }


  /* CTA section css */

      .cta-section{
        margin-bottom:-60px !important;
    }




    .breadcrumbWrapper{
        position:relative;
        padding:50px;
    }
    .z10{
        position:relative;
        z-index:5;
    }
.breadcrumbWrapper::after
 {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000000b8;
    backdrop-filter: blur(6px);
}
.breadcrumb-title {
    color: white;
    text-align: left;
}
.breadcumbMenu {
    display: flex;
    gap: 10px;
    padding:0;
}
.breadcumbMenu li{
    list-style:none;
}
.breadcumbMenu li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: white;
    font-size: 14px;
}
.germanHangerBox {
    height: 100%;
    position: relative;
    padding: 50px;
    border-radius: 40px;
    overflow: hidden;
}
.germanHangerBox::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #001561;
    mix-blend-mode: multiply;
    opacity: 0.9;
}
.CounterNumber {
    font-size: 60px !important;
    color: white !important;
}
.funFactSection{
    background-color:#001561;
}
.ContContainer {
    display: flex
;
    align-items: center;
    height: 100%;
    justify-content: end;
}
.ContactUs {
    height: 50px;
    background: white;
    width: max-content;
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}
.german-hanger-timeline h5 {
    color: #fff;
    font-size: 20px;
    font-weight: 500 !important;
}
.TimeLineCOntColor p, .TimeLineCOntColor li, .TimeLineCOntColor a{
    color:white;
}
.ht-btn{
    background:#001561;
    color:#fff;
}

.ht-btn::before {
    background: #001b7d;
}


.ProductInfoTitle {
    font-size: 18px;
    font-weight: 500;
    color:#3b3737;
}
.tags {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.tags a {
    font-size: 13px;
    background: #f2f2ff;
    padding: 0px 10px;
    color: #001466;
    text-transform: uppercase;
    font-weight: 600;
    border: 1px solid #001466;
    line-height: 2.5;
    border-radius: 4px;
}


.StarBox {
    display: flex
;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom:20px;
}

.StarText {
    font-size: 16px;
    font-weight: 600;
    color: #3b3737;
    margin:0;
}
.StarIconBox {
    color: #ffc107;
    display: flex
;
    align-items: center;
    justify-content: center;
    padding: 0 0 4px 0;
}
    .ProductTitle{
        font-size:20px;
    }
    .ProductTitle {
    font-size: 25px;
    font-weight: 500;
}


.ProductBrief {
    font-size: 16px;
    line-height: 1.5;
}
.tags-section {
    margin-bottom: 15px;
}
.FeaturedList li {
    font-size: 16px;
}
.GetQuoteButton {
    background: #001466;
    width: 100%;
    display: flex
;
    align-items: center;
    align-items: center;
    justify-content: center;
    height: 50px;
    max-width: 500px;
    color: white;
    border-radius: 4px;
}
.CityList {
    display: flex
;
    gap: 2px 30px;
    flex-wrap: wrap;
}
.CityList li {
    list-style: circle;
    font-size: 16px;
    color: #001466;
}
.CityList li::marker{
    color:#001466;
}
.section-title {
    font-size: 25px;
    font-weight: 500;
}
.ContentBox p {
    line-height: 1.6;
}
.tent-image-wrapper {
    float: left;
    margin: 0 25px 25px 0;
}
.TextImageBox *{
    font-size:16px;
    line-height:1.5;
}
.TextImageBox ul li {
    list-style: none;
}
.TabButtonStyle {
    border: none;
    background: white;
    color: #001466;
    border: 1px solid #001466;
    border-bottom: none;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 10px 10px 0 0;
    padding: 10px 15px;
}

.TabButtonStyle.active {
    background: #001466;
    color: white;
}
.ContentBoxSolution {
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px; */
    padding: 50px;
    background: white;
}
.SolutionSectionBox {
    padding: 50px 0;
    background:#fff9ed;
}

.info-box2 {
    background: #001466;
}
.info-box2 .icon {
    background: #FFF;
}
.info-box2 .info-title {
    font-size: 25px;
    font-weight: 500;
    color: white;
}

.contact-map{
 margin-top:0;   
}

.info-box2 {
    margin-bottom: 7px;
}

.ContactLeftBox {
    background: #e9edff;
    border-radius: 20px;
    padding: 50px;
    height: 100%;
}
.infoBox {
    display: flex
;
    gap: 25px;
}
.infoBox .info-title {
    font-size: 18px;
    font-weight: 500;
}
.Formtitle {
    font-size: 25px;
    font-weight: 500;
}
.COntactFormWrap input {
    width: 100%;
    height: 50px;
    border-radius: 10px;
    margin-bottom: 15px;
    padding: 10px;
    border: none;
    background: #e7e7e7;
}
.COntactFormWrap textarea {
    width: 100%;
    height: 150px;
    border-radius: 10px;
    margin-bottom: 15px;
    padding:10px;
    border: none;
    background: #e7e7e7;
}

.contact-form-wrapper-3 {
    background: none;
    border-radius: 30px;
    padding: 0;
    background: white;
    padding: 50px;
    margin-top: 50px;
}
.infoBox .icon {
    font-size: 25px;
    color: #001466;
}


.TableSt {
    border-collapse: collapse;
    width: 98%;
    margin-top: 20px;
    box-shadow: 5px 5px 10px #d9d9d9, -5px 5px 10px #d9d9d9;
    overflow: hidden;
    background: none;
    margin: 0 auto;
    margin-bottom: 35px;
}
.TableSt tr:nth-child(even) {
    background-color: #e1e7ff;
    color: #000;
}
.TableSt th {
    color: #fff;
    background-color: #001466 ;
    text-transform: uppercase;
    text-align: center;
}

.TableSt th, .TableSt td {
    text-align: center;
    font-weight: 400;
    padding: 8px;
    font-size: 14px;
}
.TableSt tr:nth-child(odd) {
    background-color: #ffffff;
    color: #000;
}
.ImageParent {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}
.ContactImage {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.FormSubmit {
    width: 100%;
    height: 50px;
    background: blue;
    color: white;
    border: none;
    border-radius: 10px;
}

.ContactTitle {
    font-size: 40px;
    font-weight: 600;
    text-align: left;
}
.ContactHeaderParagraph {
    font-size: 16px;
    text-align: left;
    line-height: 1.5;
}

@media only screen and (max-width: 600px) {
  .ContactLeftBox {
    padding: 25px;
}
.contact-form-wrapper-3 {
    background: none;
    padding: 0px;
}
}


.CardimgFluid {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center;
    border-radius: 15px;
}
.ProductContent .name {
    font-size: 25px;
    font-weight: 500;
}

.short-desc {
    font-size: 16px;
    line-height: 1.5;
}
.ProductBtn {
    width: 100%;
    background: #001466;
    display: flex;
    height: 50px;
    color: white;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    text-decoration: none;
    border-radius:15px;
}
.ProductBtn:hover {
    color: white;
}
.ProductContent {
    padding: 15px 0;
}


@media only screen and (max-width: 1600px) {
.short-desc {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
}