/*
Template Name: Carporate
File: Layout CSS
Author: TemplatesOnWeb
Author URI: https://www.templateonweb.com/
Licence: <a href="https://www.templateonweb.com/license">Website Template Licence</a>
*/
/*********************center_home****************/
.center_1 h6 {
  letter-spacing: 0.8px;
}
.center_1 h1 {
  font-size: 70px;
}
.center_h {
  padding-top: 100px;
  padding-bottom: 80px;
}
/*********************center_home_end****************/

/*********************manage****************/
.manage_1i {
  background-color: rgba(13, 20, 30, 0.47);
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #1e253d;
  transition:
    background 0.3s,
    border 0.3s,
    border-radius 0.3s,
    box-shadow 0.3s;
  margin: 0px 5px 0px 5px;
  padding: 30px 20px 30px 35px;
}
.manage_1i:hover {
  background-color: rgba(35, 44, 57, 0.47);
}
.manage_1i span {
  font-size: 60px;
}
.manage_1i p {
  color: rgba(231, 231, 231, 0.82);
}
#manage {
  padding-bottom: 80px;
}
/*********************manage_end****************/

/*********************about_h****************/
.hline:before {
  display: inline-block;
  width: 40px;
  height: 2px;
  background-color: #ff6a3f;
  vertical-align: middle;
  margin-right: 1%;
  content: "";
}
.about_h_1r {
  border: 10px solid #ff6a3f;
}

.about_h_1li1i span {
  display: inline-block;
  background: #ff6a3f;
  color: #fff;
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 30px;
  border-radius: 50%;
  text-align: center;
  float: left;
  margin-right: 15px;
}
/*********************about_h_end****************/

/*********************consult****************/
.consult_1m {
  background-image: url(../img/6.jpg);
  background-position: center;
}
.consult_1m1 {
  background-image: url(../img/7.jpg);
  background-position: center;
}
.consult_1i {
  background-color: #0b0d1ae6;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: rgba(255, 255, 255, 0.2196078431372549);
  box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 50%);
  transition:
    background 0.3s,
    border 0.3s,
    border-radius 0.3s,
    box-shadow 0.3s;
  padding: 50px 50px 50px 50px;
}
.consult_1i:hover {
  background-color: #0b0d1acf;
}
.consult_1i span {
  font-size: 60px;
}
.consult_1i p {
  color: rgba(231, 231, 231, 0.93);
}
.consult_1i ul li i {
  font-size: 20px;
  vertical-align: middle;
}
.main_o2 {
  top: 640px;
}
/*********************consult_end****************/

/*********************price****************/
.container {
  display: flex;
  flex-direction: column;
  align-items: center; /* centers everything horizontally */
}
#price {
  background: #f9fafc;
  padding: 60px 0;
  font-family: "Segoe UI", Arial, sans-serif;
}

/* Headings */
#price h1 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #1a73e8;
  margin-bottom: 15px;
}

#price h6 {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #ff7f50;
  font-weight: 600;
}

/* Price cards */
section[id$="-price"] {
  background: #f9fafc;
  padding: 60px 0;
  font-family: "Segoe UI", Arial, sans-serif;
}

/* Headings */
section[id$="-price"] h1 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #1a73e8;
  margin-bottom: 15px;
}

section[id$="-price"] h6 {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #ff7f50;
  font-weight: 600;
}

/* Price cards */
.price-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  padding: 30px;
  margin: 0 15px;
  text-align: center;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  min-width: 220px;
  flex: 0 0 auto; /* ensures horizontal scroll works */
}

.price-card h5 {
  font-size: 1rem;
  color: #555;
  margin-bottom: 10px;
}

.price-card h1 {
  font-size: 2rem;
  color: #1a73e8;
  margin: 10px 0;
}

.price-card a {
  display: inline-block;
  margin-top: 15px;
  padding: 10px 20px;
  background: #e83c1a;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.3s ease;
}

.price-card a:hover {
  background: #0c5fd6;
}

/* Hover effect */
.price-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}


/* Responsive adjustments */
@media (max-width: 768px) {
  /* Price cards */
  .price-card {
    flex: 0 0 auto; /* ensures cards don’t shrink */
    background: #fff;
    border-radius: 12px;
}

/*********************price_end****************/

/*********************cust***********/
#cust {
  background-color: #161528;
}
.cust_2i {
  padding: 35px 35px 35px 35px;
  background-color: rgba(255, 255, 255, 0.06);
  border-radius: 4px 4px 4px 4px;
}
.cust_2i:hover {
  background: #ff6a3f;
}

/*********************cust_end****************/

/*********************consult_o*********/
#consult_o {
  background: #f4f4f4;
}

.main_oth3 {
  bottom: -70px;
}
.about_h_1li1io {
  padding: 35px 30px 35px 30px;
  border-radius: 5px 5px 5px 5px;
  box-shadow: 0px 0px 60px 0px rgb(0 0 0 / 4%);
}
#spec_o {
  background-image: url(../img/4.jpg);
  background-position: center;
}
/*********************consult_o_end****************/

@media screen and (max-width: 767px) {
  .center_1 h1 {
    font-size: 50px;
  }
  .center_h {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .manage_1i {
    margin-top: 10px;
  }
  .manage_1i {
    text-align: center;
  }
  .manage_1i p {
    text-align: left;
  }
  .about_h_1l h6 {
    text-align: center;
  }
  .about_h_1l h1 {
    text-align: center;
  }
  .about_h_1r {
    margin-top: 10px;
  }
  .main_o2 {
    position: static !important;
  }
  .skill_1r h6 {
    text-align: center;
    margin-top: 15px;
  }
  .skill_1r h1 {
    text-align: center;
  }
  .skill_m {
    padding-bottom: 40px;
  }
  .consult_1i {
    padding: 50px 30px 50px 30px;
    text-align: center;
  }
  .consult_1i p {
    text-align: left;
  }
  .consult_1i ul {
    text-align: left;
  }
  .consult_1m {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .about_h_1l {
    margin-top: 10px;
  }
  .about_h_1li1i h6 {
    text-align: left;
  }
  .about_h_1li1i h1 {
    text-align: left;
  }
  .main_oth2 {
    position: static !important;
  }
  .spec_1 p {
    text-align: left;
  }
  .spec_m {
    padding-bottom: 40px;
  }
  #price {
    padding-top: 40px;
  }
  .price_1i {
    margin-top: 20px;
  }
  .cust_1l h1 {
    text-align: center;
  }
  .cust_2i {
    margin-top: 10px;
  }
  .about_h_1li1io {
    padding: 35px 15px 35px 15px;
  }
  .about_h_1li1io h4 {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .about_h_1r img {
    min-height: 460px;
  }
  .main_o2 {
    position: static !important;
  }
  .main_oth2 {
    position: static !important;
  }
  .spec_m {
    padding-bottom: 50px;
  }
  #price {
    padding-top: 40px;
  }
  .cust_1r p br {
    display: none;
  }
  .cust_2i {
    margin-bottom: 10px;
  }
  .main_oth3 {
    position: static !important;
  }
  .about_h_1li1io {
    margin-bottom: 10px;
  }
  .consult_1i {
    padding: 30px 20px 30px 20px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .about_h_1r img {
    min-height: 460px;
  }
  .main_o2 {
    position: static !important;
  }
  .consult_1i {
    padding: 30px 20px 30px 20px;
  }
  .main_oth2 {
    position: static !important;
  }
  .spec_m {
    padding-bottom: 50px;
  }
  #price {
    padding-top: 40px;
  }
  .main_oth3 {
    position: static !important;
  }
  .about_h_1li1io {
    margin-bottom: 10px;
  }
}