.coolify-section {
  background-color: #ffffff;
  padding: 60px 0px 60px;
}

.coolify-hero {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  width: 100%;
}

.coolify-section-content {
  width: 50%;
}

.coolify-section-content .short-title {
  font-size: 17px;
  color: var(--text-gray);
  font-weight: 500;
  margin-bottom: 10px;
}

.coolify-section-title {
  font-size: clamp(2.01rem, calc(.5rem + 2.9004vw), 3.247rem);
  font-family: var(--third-font);
  font-weight: 700;
  color: var(--dark);
  line-height: 1.1;
  margin-bottom: 25px;
}

.coolify-section-title .coolify-section-title-off{
    color: var(--primary);
}

.coolify-section-text {
  color: var(--text-gray);
  margin-bottom: 35px;
  line-height: 1.6;
}

.coolify-section-buttons {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
}

.coolify-btn {
  font-size: 18px;
  background-color: var(--primary);
  border: none;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  height: 54px;
  width: max-content;
  line-height: 1;
  letter-spacing: 0.8px;
  transition: 0.3s ease-in-out;
}

.coolify-btn-primary {
  padding:0 4vw;
  color: #ffffff;
}

.coolify-btn-outline {
  color: var(--primary);
  padding:0 2vw;
  background-color: rgb(222 225 255);
}

.coolify-btn-outline:hover {
    cursor: pointer;
}

.coolify-section-image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
}

.coolify-section-image-img {
  max-width: 100%;
  height: auto;
}

.coolify-guarantee {
    display: flex;
    justify-content: flex-start;
    margin-top: 20px;
    gap: 5px;
}

.coolify-guarantee-svg {
    display: flex;
    justify-content: center;
    align-items: center;
}

.coolify-guarantee-text {
    font-size: 16px;
    font-weight: 400;
}

@media (max-width: 1024px) {
  .coolify-hero {
    flex-direction: column;
    text-align: center;
  }

  .coolify-section-buttons {
    align-items: center;
    justify-content: center;
    gap:15px;
  }

  .coolify-section-content,
  .coolify-section-image {
    width: 100%;
  }
  
  .coolify-btn{
      width:35%;
  }
  
  .coolify-guarantee{
      justify-content: center;
  }
}

@media (max-width: 768px) {
    
    .coolify-section-buttons {
        flex-direction: column;
    }
    
    .coolify-btn{
      width:40%;
  }
}

@media (max-width: 468px) {
    .coolify-btn{
      width:70%;
  }
}

.faqs{
    background-color: #ECEDF9;
}

.highlight{
    color:var(--primary);
}

.hero-section {
  background-color: #ffffff;
  padding: 30px 0;
  overflow: hidden;
}

/* Wrapper */
.hero-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  width: 100%;
}

/* Hero Content */
.hero-content {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.hero-title {
  font-size: 17px;
  font-family: "DM Sans", sans-serif;
  color: var(--dark);
  font-weight: 500;
  margin-bottom: 10px;
}

.hero-subtitle {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: clamp(2.01rem, calc(0.5rem + 2.9004vw), 2.5rem);
  color: var(--dark);
  line-height: 1.1;
  margin-bottom: 15px;
}

.hero-off {
  color: var(--primary);
}

.hero-text {
  font-size: 16px;
  color: var(--text-gray);
  margin-bottom: 15px;
  line-height: 1.7;
}

/* Hero List Section */
.hero-list-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 20px;
}

.hero-ul-list-items {
  list-style: none;
  padding: 0;
  margin: 0 0 15px 0;
  display: flex;
  flex-direction: column;
  gap:10px;
}

.hero-list-item {
  font-size: 16px;
  position: relative;
  padding-left: 25px;
  width: max-content;
  align-items: start;
}

.hero-list-item::before {
  content: "✓";
  color: #13b763;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}

.hero-list-price {
  display: flex;
  justify-content: flex-start;
  /*align-items: center;*/
  align-items: baseline;
  gap: 10px;
}

.price-old {
  text-decoration: line-through;
  text-decoration-color: #61646e;
  font-size: 16px;
}

.start-price-text{
    font-size:18px;
    font-weight:600;
}

.price-current {
    position: relative;
    display: flex;
    align-items: baseline;
}

.per-rupee {
  font-size: 28px;
  color: var(--text-gray);
  position: absolute;
  top: 0px;
}

.rupee-number {
    color: var(--dark);
    color:var(--primary);
    font-weight: 600;
    font-size: clamp(2.01rem, calc(0.5rem + 2.9004vw), 2.75rem);
    margin-left: 18px;
}

.per-month {
  font-weight: 500;
  font-size: 20px;
  color: var(--text-gray);
}

.bonus {
  font-size: 18px;
  font-weight:600;
  color: var(--primary);
}

/* Buttons + Timer */
.hero-button-timer {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.hero-btn {
    font-family: var(--secondary-font);
    font-size: 15px;
    background-color: var(--primary);
    border: none;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    height: 54px;
    width: 300px !important;
    line-height: 1;
    letter-spacing: 0.8px;
}

.hero-timer-wrapper {
    font-family: var(--secondary-font);
  font-size: 15px;
  background-color: #f5f3fe;
  color: var(--primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  height: 54px;
  width: 200px;
  line-height: 1;
  letter-spacing: 0.8px;
}

.hero_timer {
  display: flex;
  justify-content: space-around;
  width: 85%;
  align-items: center;
  font-family: var(--secondary-font);
}

/* Guarantee */
.hero-guarantee {
  display: flex;
  justify-content: flex-start;
  margin-top: 15px;
  gap: 5px;
}

.hero-guarantee-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-guarantee-text {
  font-size: 14px;
  font-weight: 500;
}

/* Tooltip */
.tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.tooltip-content {
  position: absolute;
  top: 50%;
  left: calc(100% + 15px);
  transform: translateY(-50%) scale(0.98);
  background: var(--primary);
  color: #ffffff;
  padding: 12px;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  white-space: normal;
  word-wrap: break-word;
  min-width: 210px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.1);
  pointer-events: none;
}

.tooltip-content::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translateY(-50%);
  border-width: 10px;
  border-style: solid;
  border-color: transparent var(--primary) transparent transparent;
}

.tooltip:hover .tooltip-content {
  opacity: 1;
  visibility: visible;
}

.underline-dotted {
  color: var(--dark);
  text-decoration: underline;
  text-decoration-color: #b7c3d1;
  text-decoration-style: dashed;
  text-underline-position: under;
  font-size: 16px;
  font-weight: 400;
}

/* Hero Image */
.hero-image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60%;
}

.hero-img-fluid {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

/* Responsive */
@media (max-width: 768px) {
  .hero-wrapper {
    flex-direction: column;
    text-align: center;
  }

  .hero-content,
  .hero-image {
    width: 100%;
  }

  .hero-list-section {
    align-items: center;
  }

  .hero-ul-list-items {
    align-items: center;
  }

  .hero-list-price {
    justify-content: center;
  }

  .hero-button-timer {
    justify-content: center;
    flex-direction: column-reverse;
    gap: 15px;
  }

  .hero-guarantee {
    justify-content: center;
  }

  .tooltip-content {
    top: auto;
    bottom: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%) scale(0.98);
  }

  .tooltip-content::before {
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    right: auto;
    border-color: var(--primary) transparent transparent transparent;
  }

  .tooltip:hover .tooltip-content {
    transform: translateX(-50%) scale(1);
  }
}

@media (max-width: 468px) {
  .hero-btn,
  .hero-timer-wrapper {
    width: 100%;
    max-width: 300px;
  }
}



/*PRICING TABLE*/

.coolify-pricing-table{
    padding:30px 0px;
}

.plan_outer_container {
  margin-bottom: 25px !important;
  max-width: 800px;
}

.plan_container_pointers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.outer_plan_features {
  display: block;
  padding-left: 25px;
  font-size: 14px;
  line-height: 1.2;
  position: relative;
  white-space: nowrap;
}
.outer_plan_features:before {
  content: "✓";
  position: absolute;
  top: 0;
  left: 1px;
  width: 15px;
  height: 15px;
  color: #13b763;
  font-weight: bold;
  font-size: 16px;
}

.plan_container {
  width: 100%;
  position: relative;
}

.carousel-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  /*margin-top: 20px;*/
}
.carousel-track {
  display: flex;
  transition: transform 0.5s ease;
  will-change: transform;
  padding: 45px 0 20px;
}

.plan_column {
  background: #ffffff;
  border: 1px solid #D4D4D8;
  border-radius: 8px;
  margin: 10px;
  padding: 44px 17px 14px;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease-in-out;
  position: relative;
  min-height: 600px;
  user-select: none;
}
.plan_column:hover {
  border: 1px solid var(--primary);
}

#coolify-plan3, #coolify-plan2{
    border: 2px solid var(--primary);
}

.plan_header_note{
    margin-bottom:20px;
}

.plan_title {
  font-weight: 500;
  color: var(--dark);
  font-size: 20px;
}
.coolify_plan_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.plan_content {
  border-radius: 20px;
  transition: all 0.3s ease-in-out;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.plan_header_box {
  position: relative;
  z-index: 10;
}

.plan_month_free {
    color: #673de6;
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
    display: inline-block;
}

.plan_header_padding {
  padding-top: 16px;
}

.plan_currency_icon {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 400;
}

.plan_save {
  color: var(--primary);
  background: #ecedf9;
  padding: 8px 16px;
  font-size: 18px;
  font-weight: 600;
  margin-left: 10px;
  border-radius: 5px;
  display: inline-block;
}

.plan_price {
  width: 100%;
  line-height: 0.8;
  margin-top: 15px;
  display: flex;
  font-size: 22px;
  font-weight: 700;
  color: var(--text-gray);
}
.plan_price_discounted {
  font-size: 48px;
  font-weight: 600;
}
.plan_price_unit {
  font-size: 16px;
  transform: translate(0, -4px);
  font-weight: 400;
  align-self: flex-end;
}

.plan_button_box {
  margin: 24px 0 22px;
  text-align: center;
}
.plan_button {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--primary);
  background: #fff;
  border-radius: 8px;
  padding: 17px 14px;
  font-size: 18px;
  border: 1px solid var(--primary);
  width: 100%;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  text-decoration: none;
}

.plan_button-light{
    background-color: rgb(222 225 255);
}

.plan_button:hover {
  background: var(--primary);
  color: #fff;
}
.btn_active_plan {
  background: var(--primary);
  color: #fff;
  position: relative;
  overflow: hidden;
}

.plan_renew_note {
  padding: 2px 0 25px;
  font-size: 14px;
}

.plan_divider {
  margin-bottom: 30px;
  width: 100%;
  border: none;
  border-top: 1px solid var(--border);
}

.plan_feature_list {
  padding: 0;
  list-style: none;
}
.plan_feature {
  display: block;
  margin-bottom: 18px;
  padding-left: 25px;
  font-size: 14px;
  line-height: 1.2;
  position: relative;
}
.plan_feature:before {
  content: "✓";
  position: absolute;
  top: 0;
  left: 1px;
  width: 15px;
  height: 15px;
  color: #13b763;
  font-weight: bold;
  font-size: 16px;
}

.plan_feature_highlight {
  color: var(--text-gray);
  text-decoration: underline;
  text-decoration-color: #b7c3d1;
  text-decoration-style: dashed;
  text-underline-position: under;
  padding-bottom: 2px;
  position: relative;
  cursor: help;
}

.plan_feature_highlight[data-tooltip]::before {
  content: attr(data-tooltip);
  position: absolute;
  bottom: calc(100% + 14px);
  left: 70%;
  transform: translateX(-50%);
  background: var(--primary);
  color: #fff;
  padding: 10px 14px;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  white-space: normal;
  word-wrap: break-word;
  min-width: 150px;
  max-width: 300px;
  max-height: 120px;
  overflow-y: auto;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.1);
  pointer-events: none;
}

.plan_feature_highlight[data-tooltip]::after {
  content: "";
  position: absolute;
  bottom: calc(100% + 8px);
  left: 70%;
  transform: translateX(-50%) rotate(45deg);
  width: 15px;
  height: 15px;
  background: var(--primary);
  z-index: 2000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  pointer-events: none;
}
.plan_feature_highlight[data-tooltip]:hover::before,
.plan_feature_highlight[data-tooltip]:hover::after {
  opacity: 1;
  visibility: visible;
}

.plan_feature_list_title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}

.plan_toggle_button {
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 8px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  text-align: center;
  font-weight: 600;
  color: var(--dark);
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}

.plan_toggle_button:after {
  background: var(--primary);
  width: 70px;
  height: 2px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.5s ease-in-out;
}
.plan_toggle_button:hover:after {
  width: 138px;
}

/* keep JS-driven expanded state unchanged */
.plan_hidden_features {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transform: translateY(-20px);
  transition: max-height 0.5s ease, opacity 0.5s ease, visibility 0.5s ease,
    transform 0.5s ease;
}
.plan_hidden_features.expanded {
  max-height: 2000px;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  overflow: visible;
}

/* Slider buttons (renamed) */
.colocation-slider-controls {
  position: absolute;
  top: 49%;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
}

.colocation-slider-button {
  background: var(--primary);
  color: #ffffff;
  border: none;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  cursor: pointer;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s, box-shadow 0.3s;
  box-shadow: 0 4px 8px rgba(103, 61, 230, 0.4);
  visibility: visible;
  line-height: 1;
}

.colocation-slider-button:disabled {
  opacity: 0;
  visibility: hidden;
}

.plan-badge {
  position: absolute;
  display: block;
  width: 100%;
  top: -50px;
  left: 0;
  text-align: center;
  z-index: -1;
  overflow: unset;
  border-radius: 14px 14px 0 0;
  padding: 12px 0 24px;
}

.plan-badge::before {
  content: "";
  position: absolute;
  left: -1.75px;
  top: -1.5px;
  right: -1.75px;
  bottom: -15px;
  background: var(--primary);
  border-radius: 14px 14px 0 0;
  z-index: -2;
}

.plan-badge::after {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.4) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-20deg);
  animation: shinePlanBadge 2s infinite;
  pointer-events: none;
}

@keyframes shinePlanBadge {
  100% {
    left: 125%;
  }
}

.plan-badge-img {
  filter: brightness(15.5);
}

.plan-badge-text{
    color: #ffffff;
    font-size: 16px;
    font-weight: bolder;
    text-transform: uppercase;
}
.btn_active_plan {
    position: relative;
    overflow: hidden;
    background: var(--primary);
    color: #fff;
}

.btn_active_plan::before {
    content: '';
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 100%);
    transform: skewX(-20deg);
    animation: shineMove 2s infinite;
    pointer-events: none;
    z-index: 1;
}

.plan_button:hover::before {
    content: '';
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 100%);
    transform: skewX(-20deg);
    animation: shineMove 2s infinite;
    pointer-events: none;
    z-index: 1;
}

@keyframes shineMove {
  0% {
    left: -75%;
  }
  100% {
    left: 125%;
  }
}

@media (max-width: 480px) {
  .plan_column {
    width: calc(100% - 20px);
    min-width: calc(100% - 20px);
    max-width: calc(100% - 20px);
  }
  .carousel-track {
    padding: 60px 0 20px;
  }
  .plan_save {
    display: block;
    margin: 8px 0;
    margin-left: 0;
    text-align: center;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  .plan_column {
    width: calc(50% - 20px);
    min-width: calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
  .carousel-track {
    padding: 60px 0 20px;
  }
  .plan_save {
    font-size: 14px;
    padding: 6px 12px;
  }
  .plan_price_discounted {
    font-size: 36px;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .plan_column {
    width: calc(33.333% - 20px);
    min-width: calc(33.333% - 20px);
    max-width: calc(33.333% - 20px);
  }
  .carousel-track {
    padding: 60px 0 20px;
  }
}
@media (min-width: 1025px) {
  .plan_column {
    width: calc(25% - 20px);
    min-width: calc(25% - 20px);
    max-width: calc(25% - 20px);
  }
}

/*DEPLOY SECTION*/

.dokploy-deploy-section{
    background : #fff;
    padding : 60px 0;
}

.deploy-section-container{
    display : flex;
    justify-content : space-between;
    align-items : center;
    width : 100%;
    gap : 40px;
}

.deploy-img-container{
    display : flex;
    justify-content : center;
    align-items : center;
    width : 40%;
}

.deploy-img{
    width : 100%;
    height : auto;
    object-fit : cover
}

.deploy-img.desktop-none{
    display : block;
}

.deploy-img.desktop-block{
    display : none;
}

.deploy-right-content{
    width : 60%;
}

.deploy-grid-section {
  display: grid;
  grid-template-columns: repeat(2, 1fr); 
  gap: 20px;
  margin-top: 40px;
}

.deploy-grid-item {
  background:linear-gradient(126deg, #e6defe 0%, #f9f7ff 20%, #f9f7ff 80%, #e4daff 100%);
  padding: 20px;
  border-radius: 12px;
  font-size: 15px;
  line-height: 1.6;
  transition: 0.3s ease;
  border: 1px solid rgba(255,255,255,0.05);
}

.deploy-grid-item:hover {
  border-color: var(--primary);
}

.deploy-section-heading{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

.deploy-sec-para{
    margin-bottom : 10px;
}

.grid-title{
    margin-bottom : 10px;
}

@media(max-width :1200px){
   .deploy-img.desktop-block{
    display : block;
}
 .deploy-img.desktop-none{
     display : none;
    
 }
 .deploy-img-container.desktop{
     display : none;
 }
 
 .deploy-img-container.mobile{
     width : 100%;
 }
 .deploy-right-content{
     width : 100%;
 }
}

@media (max-width : 992px){
     .deploy-section-container{
         flex-direction : column;
     }
     
     .deploy-img-container{
         width : 100%;
     }
     .deploy-right-content {
         width : 100%;
     }
}

@media (max-width : 576px){
    .deploy-grid-section{
        grid-template-columns: repeat(1, 1fr);
    }
}


/*DEVELOPE SECTION*/


.devlope-section {
    position: relative;
    background: #fff;
    padding: 60px 0;
    overflow: hidden;
}


.develope-flex-container{
   display : flex;
   justify-content : space-between;
    gap : 20px;
   align-items : center;
   width : 100%;
}

/* Text Content */
.content-area {
    z-index: 2;
    position: relative;
    background: #673de6;
    color: #fff;
    padding: 30px;
    border-radius: 20px;
    height : stretch;
}

.content-area-title{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #ffffff;
}

.content-area-para{
    font-size: 16px;
}

/* Floating Image */
.floating-image {
    position: absolute;
    bottom: -10px;
    right: -10px;
    width: 100px;
    background: #fff;
    border-radius: 50%;
    width: 20%;
}

.floating-image img {
    width: 100%;
    border-radius: 20px;
}

.content-area-btn{
    margin-top : 20px;
}

.develope-btn{
    color : #fff;
    font-size : 18px;
    font-weight : 500;
}


@media(max-width : 1200px){
    
}

/* Global Features Section */
.global_features_section {
  padding: 70px 0;
  background-color: #ffffff;
}

.global_features_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #F3F4F6;
  border: 1px solid var(--border);
  padding: 30px;
  border-radius: 12px;
}

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

.global_features_header_text {
  font-size: 28px;
  font-weight: 700;
  color: var(--dark);
  margin: 0;
}

.global_features_header_text .text-primary {
  color: var(--primary);
}

/* FIXED GLOBAL FEATURES BOX */
.global_features_box {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  width: 100%;
}

.global_feature_list {
  list-style: none;
  padding: 0;
  margin: 0;
  background: #ffffff;
  border-radius: 8px;
  padding: 20px;
  border: 1px solid var(--border);
}

.global_feature {
  position: relative;
  padding-left: 30px;
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 18px;
  color: #333333;
}

.global_feature:last-child {
  margin-bottom: 0;
}

.global_feature:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background-image: url('/assets/images/pages/vps/check-mark.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

.global_feature_highlight {
  color: #161718;
  text-decoration: underline;
  text-decoration-color: rgba(22, 23, 24, 0.3);
  text-decoration-style: dashed;
  text-underline-position: under;
  padding-bottom: 2px;
  position: relative;
  cursor: pointer;
}

/* Tooltip */
.global_feature_highlight[data-tooltip]::before {
  content: attr(data-tooltip);
  position: absolute;
  bottom: calc(100% + 5px);
  left: 0;
  background: var(--primary);
  color: #fff;
  padding: 12px 16px;
  border-radius: 5px;
  font-size: 14px;
  line-height: 1.6;
  text-align: left;
  min-width: 200px;
  max-width: 280px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.15s ease, visibility 0.15s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  z-index: 10;
  pointer-events: none;
}

.global_feature_highlight[data-tooltip]:hover::before {
  opacity: 1;
  visibility: visible;
}

/* Responsive */
@media (max-width: 1024px) {
  .global_features_box {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 468px) {
  .global_features_box {
    grid-template-columns: 1fr;
  }
}


.global-datacenter-section {
  background: #ffffff;
  padding: 60px 0;
}

.data-center-reasons-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}

.data-center-reasons-title {
  font-size: 40px; 
  color: #1a365d;
  margin-bottom: 40px;
  font-weight: bold;
  text-align: center;
}

.data-center-reasons-item {
  display: flex;
  align-items: center;
  padding: 20px;
  transition: transform 0.3s ease-in-out;
  margin-bottom: -2vh;
  margin-top: -3vh;
  cursor: pointer;
}

.data-center-reasons-number {
  margin-right: 20px;
  height:100px;
  width:100px;
  
}

.data-center-reasons-content {
  flex: 1;
}

.data-center-reasons-subtitle {
  font-size: 24px; 
  color: var(--dark);
  margin-bottom: 10px;
  font-weight: bold;
}

.data-center-reasons-description {
  font-size: 16px; 
  color: var(--text-gray);
  line-height: 1.5;
  margin: 0;
}


@media (min-width: 769px) {
  .data-center-reasons-item {
    width: 60%;
  }

  .data-center-reasons-item:nth-child(even) {
    margin-left: auto;
  }
}

@media (max-width: 768px) {
  .data-center-reasons-title {
    font-size: 32px;
  }
    
    .data-center-reasons-number {
        height:85px;
        width:85px;
    }
}

@media (max-width: 480px) {
  .data-center-reasons-title {
    font-size: 28px;
  }

  .data-center-reasons-subtitle {
    font-size: 20px;
  }

  .data-center-reasons-description {
    font-size: 14px; 
  }

  .data-center-reasons-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .data-center-reasons-number {
    margin-bottom: 10px;
    height:75px;
    width:75px;
  }
}



.se-head {
    max-width : 800px;
}
