/*
Theme Name:   OceanWP Child
Theme URI:    https://arttechfuzion.com/
Description:  Art-Tech Fuzion is a tech company.
Author:       Art-Tech Fuzion
Author URI:   https://arttechfuzion.com/
Template:     oceanwp
Version:      1.0.0
*/

/* Import the parent theme stylesheet */
@import url("../oceanwp/style.css");

/* =====================================
INNER & THEME CSS FOR ADJUSTMENT
===================================== */

/* MIN 1699 PX KE NICHE WALE SCREEN */
@media only screen and (min-width: 10px) and (max-width: 1399px) {
  #inner {
    width: 92% !important;
  }
}

/* 1700PX SE BADE SCREENS KA RATIO */
@media only screen and (min-width: 1400px) {
  #inner {
    width: 1300px !important;
  }
}

/* full height for tablet view */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .innerh {
    height: 100vh !important;
  }
}

/* ================================================
 GLOBAL CSS STARTS FROM HERE
================================================ */

/* mein website body ko niche shift hone se prevent karne ke liye  */
body {
  top: 0px !important;
}

/* google tranlation bar ko hide kiya gaya hai  */
body > .skiptranslate {
  display: none !important;
}


/* ek doted border aata hai link par */
body a:active,
body a:focus {
  outline: 0px !important;
}

/* paragraph ke niche default spacing remove ke liye */
body p:last-child {
  margin-bottom: 0px !important;
}

/* fontawesome and text mein gaping ke liye for link*/
html body .fontawesome-space a {
  gap: 0.6rem !important;
  display: flex !important;
}

/* ye mene heading ko margin diya hai top bottom mein elementor ke text editor ke */
.elementor-widget-text-editor > h1,
.elementor-widget-text-editor > h2,
.elementor-widget-text-editor > h3,
.elementor-widget-text-editor > h4 {
  margin: 2.7rem 0rem 1rem 0rem !important;
}

/* Custom Scrollbar Styling */
html::-webkit-scrollbar {
  width: 10px !important;
}

html::-webkit-scrollbar-track {
  background: #8080806b !important;
}

html::-webkit-scrollbar-thumb {
  background: #009135; /* Color of the scrollbar thumb */
  border-radius: 10px !important; /* Rounded corners for the thumb */
}
