html {
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Montserrat", serif;
}
h1 {
  font-size: 30px;
}
h2 {
  color: #000000 !important;
  /* font-size: 45px !important; */
  font-size: 28px !important;
  font-weight: 700 !important;
  text-transform: uppercase;
}
.btn {
  font-size: 0.9rem;
}
p {
  font-family: "Lato", sans-serif;
  font-size: 14px;
}

ul li {
  font-size: 0.9rem;
}
a{
  text-decoration: none;
}
nav.navbar.navbar-expand-lg.bg-body-tertiary {
  padding: 0px;
}

section.menu {
  background: #f8f9fa;
  position: fixed;
  width: 100%;
  z-index: 100;
}

ul.navbar-nav {
  width: 100%;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
    text-align: center;
    display: ruby;
  }
}

.lg-btn {
  display: flex;
}

a.nav-link.active {
  color: #007fff !important;
}

a.nav-link {
  font-size: 15px;
  font-weight: 500;
  font-family: "Lato", sans-serif;
  margin: 0px 10px;
}

a.nav-link:hover {
  color: #007fff;
}

.menu i.bi.bi-chevron-down {
  font-size: 14px;
}

/* Main Dropdown (First Level) */
.cstm-drop {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  background: white;
  padding: 15px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  top: 200%;
  left: 0;
  width: 250px;
  /* Adjust width as needed */
  z-index: 1000;
}

.nav-item.prduct-menu {
  position: relative;
}

.nav-item.prduct-menu:hover .cstm-drop {
  opacity: 1;
  visibility: visible;
}

.cstm-comp-ocen {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  background: white;
  padding: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  left: 100%;
  /* Makes it appear to the right */
  top: 0;
  width: 220px;
  min-height: 342px;
  z-index: 1000;
}

.cstm-comp-ocen.unq {
  min-height: 560px;
}

.nav-item.comp-ocen:hover > .cstm-comp-ocen {
  opacity: 1;
  visibility: visible;
  display: block;
  background: white;
}

/* =========================pc dropdown start=========== */
/* Ensure the dropdown takes the full height of the parent */
.nav-item.comp-ocen > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4px;
  font-size: 14px;
}

.cstm-comp-ocen ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cstm-comp-ocen p {
  color: #007fff;
  background: #f5faff;
  padding: 10px 0px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 10px;
  box-shadow: 0px 0px 12px 0px #007fff;
  text-align: center;
}

.cstm-drop p {
  color: #007fff;
  background: #f5faff;
  padding: 10px 0px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 10px;
  box-shadow: 0px 0px 12px 0px #007fff;
}

.prduct-menu a {
  text-decoration: none;
  color: #000;
}

.prduct-menu a:hover {
  color: #007fff;
}

ul li.comp-ocen {
  display: block;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  padding: 2px 0px;
}

.cstm-drop ul {
  padding-left: 6px;
}

.cstm-comp-ocen li {
  display: block;
  padding: 4px;
}

.cstm-comp-ocen p {
  margin-top: 4px;
}

li.nav-item.comp-ocen {
  margin-top: 100px;
  transition: all 0.5s ease-in-out;
}

li.nav-item.prduct-menu:hover li.nav-item.comp-ocen {
  margin-top: 0px;
}

/* =========================pc dropdown end=========== */

@media (max-width:675px) {
  .pc-menu {
    visibility: hidden;
    display: none;
  }
  .phone-menu{
    visibility: visible;
    display: block;
  }
}
@media (min-width:675px) {
  .pc-menu {
    visibility: visible;
    display: block;
  }
  .phone-menu{
    visibility: hidden;
    display: none;
  }
}
 .phone-menu .accordion-item {
    border: none;
}
/* =========================Start Phone Menu=========== */
.phone-menu h2.accordion-header {
    font-size: 14px !important;
    font-weight: 400 !important;
}
.phone-menu h2.accordion-header.main {
    padding: 12px;
}
.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed{
   padding: 12px;
}
.phone-menu .accordion-body ul{
   padding-left: 0px;
}
.phone-menu .accordion-body ul li {
    padding: 12px;
    background: #f5f5f5;
    margin: 10px 0px;
    display: block;
}
.phone-menu .accordion-body ul li a{
  color: #000;
}
/* =========================End phone menu=========== */


.h-p-single-det {
  height: 100%; /* Ensure full height inside column */
  min-height: 286px; /* Set your desired minimum height */
  display: flex;
  flex-direction: column;
  padding: 16px;
  border: 1px solid #ccc; /* Optional styling */
  box-sizing: border-box;
}

.h-p-single-det a {
  margin-top: auto;
  text-decoration: none;
}

.h-p-single-det h5 {
  color: #007bff; /* Adjust link color as needed */
  margin-bottom: 15px;
}

@media (max-width: 576px) {
  .h-p-single-det h5 {
    margin-bottom: 0px;
  }
}

.hero-bnr {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url(../img/hero-bg.png);
  width: 100%;
  background-position: bottom;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-bnr .col-md-6 {
  margin: auto;
}

.hero-bnr-right {
  margin: 0 auto;
  text-align: center;
  padding: 80px 50px;
}

.hero-bnr-left-top p {
  color: #007fff;
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 700;
  margin-top: 5rem;
}

.hero-bnr-left P {
  color: #79787b;
  font-size: 16px;
}

.home-product-header {
  text-align: center;
}
@media (max-width: 576px) {
  .home-product-header h2 {
    font-size: 20px !important;
  }
}
.home-product-header p {
  color: #007fff;
  font-size: 18px;
  font-weight: 700;
}

.home-product-header.text p {
  color: #6f6c90;
  font-size: 18px;
  font-weight: 400;
  margin-top: 15px;
  margin-top: 50px;
  margin-bottom: 100px;
}

.home-product {
  padding: 40px 0px;
  position: relative;
}

.home-product-top-left img {
  position: absolute;
  top: 0;
}

.home-product-top-right img {
  position: absolute;
  top: 3%;
  right: 2%;
}

.home-product-btom img {
  position: absolute;
  right: 0;
  top: 60%;
}

.home-product-details .d-flex.align-items-start {
  border: 2px solid #007fff;
  border-radius: 10px;
  background: #d4e5f761;
  height: 100%;
  min-height: 640px;
  padding-right: 15px;
}

@media (max-width: 576px) {
  .home-product-details .d-flex.align-items-start {
    height: 100%;
    min-height: auto;
  }
}
.home-product-details div#v-pills-tab {
  background: #fff;
  padding: 10px 0px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 256px;
  height: 100%;
}
.pico-unq .col-md-4 {
  margin-right: -8px;
}
@media (max-width: 576px) {
  .pico-unq .col-md-4 {
    margin-right: 0px;
  }
}
.home-product-details .flex-column {
  flex-direction: row !important;
}

.home-product-details img.img-fluid {
  margin-right: 10px;
}

.h-p-single-det {
  background: #fff;
  margin: 20px 0px;
  padding: 15px;
  border-radius: 15px;
  height: 90%;
}
.h-p-single-det.unq {
  margin-top: 8px;
}
.h-p-single-det h4 {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  margin-top: 15px;
}
@media (max-width: 576px) {
  .h-p-single-det h4 {
    font-size: 16px;
    margin-top: 0px;
  }
}

.h-p-single-det p {
  color: #6f6c90;
  font-size: 14px;
  margin: 10px;
}

.nav-pills .nav-link {
  transition: all 0.3s ease-in-out;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #0d6efd !important;
  background-color: #ffffff !important;
  width: 100%;
  border-bottom: 2px solid #a3a3a3;
  border-right: 3px solid;
  border-radius: 0px;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link img {
  color: red;
}

.nav-pills .nav-link {
  font-size: 14px;
  font-weight: 500;
  color: #000;
}

.nav-pills .nav-link {
  border-bottom: 2px solid #e9e9e9;
  border-radius: 0px !important;
  width: 256px;
  text-align: left;
}
@media (max-width: 576px) {
  .nav-pills .nav-link {
    width: 100%;
  }
}
.h-p-single-det a {
  text-decoration: none;
  text-align: center;
}

.h-p-single-det a h5 {
  font-size: 14px;
}

.service-home {
  background: #f5fbff;
  /* padding: 100px 0px; */
  padding: 50px 0px;
}

.service-home-singl-right h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}

.service-home-singl-right {
  background: #fff;
  margin: 20px 0px;
  padding: 25px;
  transition: all 0.5s ease-in-out;
  border-radius: 15px;
}

.service-home-singl-right:hover {
  background: #007fff;
  color: #fff;
}

/* .shsr-details{
  display: none;
  visibility:hidden;
  opacity:0;

} */
.service-home-singl-right:hover .shsr-details {
  visibility: visible;
  opacity: 1;
  display: block;
}

.shsr-details button.btn.btn-outline-primary {
  transition: all 0.5s ease-in-out;
}

.service-home-singl-right:hover .shsr-details button.btn.btn-outline-primary {
  border-color: #fff;
  color: #fff;
}

.service-home-singl-right i.bi.bi-box-arrow-right {
  font-size: 50px;
  color: #007fff;
  margin: 10px 0px 25px;
  transition: all 1s ease-in-out;
}

.service-home-singl-right:hover i.bi.bi-box-arrow-right {
  color: #fff;
}

.service-home-left h5 {
  color: #007fff;
  font-size: 20px;
  font-weight: 700;
}

.faq-home-dec img.img-fluid {
  padding: 40px;
}

.faq-home-right {
  margin-top: -40px;
}

.faq-home-right img.img-fluid {
  margin-left: -70px;
  margin-top: 20px;
  margin-bottom: 50px;
}

@media (max-width: 576px) {
  .faq-home-right {
    margin-top: 25px;
  }

  .faq-home-right img.img-fluid {
    margin-left: 0px;
  }
}

.faq-home-left button.accordion-button {
  font-size: 20px;
  color: #170f49;
  font-weight: 500;
}

.faq-home-left .accordion-body {
  color: #6f6c90;
  font-size: 16px;
  font-weight: 400;
}

.faq-home-left {
  border: 2px solid #f2e9e9;
  border-radius: 10px;
  padding: 30px;
}

.faq-home-right h3 {
  color: #007fff;
  font-size: 20px;
  font-weight: 700;
}

.faq-home-right h2 {
  font-size: 40px !important;
}

.faq-home-right p {
  font-size: 18px;
  color: #6f6c90;
  margin: 20px 0px;
}

section.notifaction {
  background: #01a7ff;
  padding: 80px 0px;
}

.hom-noti-emial {
  position: relative;
}

.home-noti-text h3 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}

.home-noti-text h2 {
  color: #fff !important;
}

.home-noti-text p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}

.hom-noti-emial input#validationCustom01 {
  border-radius: 15px;
  padding: 15px;
}

.ctm-btn {
  padding: 0px;
  margin: 0px;
}

.ctm-btn button {
  position: absolute;
  right: 1%;
  top: 27%;
  border: none;
  background: transparent;
}

.ctm-btn i.bi.bi-arrow-right {
  font-size: 25px;
}

.home-contact {
  position: relative;
  background: #f5fbff;
  padding: 80px 0px;
  z-index: 10;
  overflow: hidden;
}

.home-contact-dec img {
  position: absolute;
  right: 2%;
  top: 4%;
}

.homr-contact-left h3 {
  font-size: 20px;
  font-weight: 700;
}

.homr-contact-left p {
  margin-bottom: 50px;
}

.homr-contact-left ul {
  padding-left: 0px;
}

.homr-contact-left ul li.inpt {
  color: #6f6c90;
  font-size: 14px;
  display: block;
  font-weight: 400;
}

.homr-contact-left ul li {
  display: block;
  font-size: 16px;
  color: #292d33;
  font-weight: 700;
}

.home-contact-right {
  background: #fff;
  padding: 50px 25px;
  border-radius: 10px;
}

.home-contact-right h3 {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 40px;
}

.home-contact-right input#validationCustom03 {
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
  padding-left: 0px;
  font-size: 0.8rem;
}

.home-contact-right textarea#exampleFormControlTextarea1 {
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
}

.home-contact-right label.form-label {
  color: #9497a1;
  font-weight: 500;
  font-size: 0.8rem;
}

.home-contact-right button.btn.btn-primary {
  float: right;
  padding: 10px 25px;
}

.home-contact-dwn img {
  position: absolute;
  bottom: -30%;
  z-index: -1;
}

section.footer {
  padding: 80px 0px 40px;
}

.footer-logo p {
  color: #6f6c90;
  font-size: 15px;
  font-weight: 400;
  margin-top: 20px;
}

.footer-prodct h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 25px;
}

.footer-prodct ul {
  padding-left: 0;
}

.footer-prodct ul li {
  display: block;
  margin-bottom: 8px;
}

.footer-prodct ul li a {
  text-decoration: none;
  color: #6f6c90;
  font-size: 15px;
  font-weight: 400;
}

.footer-prodct ul li a:hover {
  color: #000;
}

.footer-prodct.footer-icon ul li {
  display: inline-block;
  margin-right: 10px;
}

.footer-icon p {
  color: #6f6c90;
  font-size: 15px;
}

.footer-icon p i.bi {
  margin-right: 5px;
}

.row.footer-cs {
  border-top: 2px solid #d9dbe9;
  padding-top: 13px;
}

.footer-wized-right {
  text-align: right;
}

.footer-wized-left p {
  color: #6f6c90;
  font-size: 15px;
}

.footer-wized-right p {
  color: #6f6c90;
  font-size: 15px;
}

.footer-wized-right p a {
  text-decoration: none;
}

/* ==================compute-ocean================ */

.hero-bnr h2 {
  color: #0d6efd !important;
  padding: 80px 0px 0px;
  text-align: center;
}

.hero-bnr-left h2 {
  padding: 20px 0px 0px;
  text-align: left;
  /* margin-top: 5rem; */
}

.singl-com-dets h3 {
  color: #0d6efd;
  font-weight: 600;
  font-size: 30px;
}

.product-details img.img-fluid {
  margin: 0 auto;
  display: block;
  border-radius: 10px;
  box-shadow: 0px 0px 20px 7px #b1b1b1;
  transition: all 0.5s ease-in-out;
}

.product-details img:hover {
  box-shadow: 0px 0px 50px 20px #7dc1ff;
}

.product-details .row {
  /* margin: 50px 0px; */
  margin: 25px 0px;
}

.product-details .row.unq {
  background: #d9f0fd;
  padding: 20px 0px;
  border-radius: 5px;
}

.product-details .col-md-6.right {
  margin: auto;
}

section.product-details {
  background: #fbfafa;
  padding: 100px 0px;
}

.singl-com-dets {
  position: relative;
  transition: all 0.5s ease-in-out;
}

.singl-com-dets:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  background-color: #0d6efd;
  bottom: 0px;
  left: 0;
  z-index: 1;
}

.singl-com-dets::before {
  position: absolute;
  content: "";
  width: 60%;
  height: 3px;
  background-color: #cbcbcb;
  bottom: 0;
  right: 0;
  transition: all 0.5s ease-in-out;
  z-index: 2;
}

.singl-com-dets:hover::before {
  width: 20%;
}

.singl-com-dets p {
  padding-bottom: 40px;
}

@media (max-width: 576px) {
  #home_contact_us h2 {
    font-size: 16px !important;
  }

  .home-contact-right button.btn.btn-primary {
    float: left;
  }

  .footer-wized p {
    text-align: center;
  }
}

/* back to top css start here */
#abcTopBtn {
  display: none;
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 999999999;
  border-color: white;
  /* background-color: #007bff; */
  /* border-radius: 5px; */
  /* padding: 10px 10px !important; */
}

#abcTopBtn i {
  font-size: 16px;
  color: white;
}
/* back to top css end here */

/* product page css start here */
.pico-compute {
  /* background-image: url(../front/pico-cloud2.png); */
  background-image: url(../pico-cloud2.png);

  background-position: bottom;
  background-attachment: fixed;
  background-size: cover;
  height: 500px;
  background-repeat: no-repeat;
}
.pico-compute p{
  font-size: 15px;
}
.pid-header {
  margin-top: 200px;
}

@media (max-width:675px) {
  .pid-header {
  margin-top: 150px;
}
}

.pid-header h1 {
  font-weight: 600;
  position: relative;
  margin-bottom: 20px;
}

.pid-header h1:after {
  position: absolute;
  content: "";
  width: 15%;
  height: 4px;
  background-color: #007fff;
  bottom: -7px;
  left: 0;
}

.pico-compute-adv {
  padding: 60px 0px 30px;
}

.pico-compute-adv h3 {
  text-align: center;
  font-weight: 600;
  margin-bottom: 50px;
  position: relative;
  font-size: 25px;
}

.pico-compute-adv h3:after {
  position: absolute;
  content: "";
  width: 10%;
  height: 4px;
  background-color: #007fff;
  bottom: -7px;
  left: 38%;
}

.pico-adv-det h5 {
  font-size: 14px;
  margin-bottom: 6px;
  font-weight: 600;
}

.pico-adv-det p {
  font-size: 14px;
  line-height: 18px;
}

.row.start-adv {
    border: 2px solid;
    border-radius: 5px;
    padding: 20px;
    margin: 20px 10px;
    min-height: 153px;
    transition: all 0.3s ease-in-out;
}



@media (max-width:767px){
.pico-adv-det h5 {
   margin-top:0.7rem;
}

}


.row.start-adv:hover {
  border-color: #fff;
  background: #0d6efd;
  color: #fff;
}
/* product page css end here */
