/* ===================================
   ADHYA.CO - CLEAN STATIC REBUILD
   ====================================== */

/* 1. RESET & BASE */
* {
  box-sizing: border-box;
}

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, strong, em, img, ul, li, footer, header, section {
  margin: 0;
  padding: 0;
  border: 0;
}

html {
  overflow-y: scroll;
  scrollbar-width: thin;
  scrollbar-color: #F4BF1E transparent;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: #F4BF1E;
  border-radius: 5px;
}

body {
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  color: #666;
  background-color: #fff;
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Raleway', sans-serif;
  font-weight: normal;
  margin: 0;
  padding: 0;
  color: #5a5a5a;
}

h1 {
  font-size: 32px;
  font-weight: bold;
  color: #666;
}

h2 {
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  margin: 20px 0;
  color: #333;
  letter-spacing: 1px;
}

h3 {
  font-size: 16px;
  font-weight: normal;
  color: #666;
}

h4 {
  font-size: 13px;
  font-weight: normal;
  font-style: italic;
  color: #666;
}

h5 {
  font-size: 13px;
  font-weight: normal;
  color: #666;
}

p {
  margin: 0;
  padding: 0;
  color: #999;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* 2. GOOGLE FONTS */
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100;400;700&family=Oswald:wght@400&display=swap');

/* 3. FONTELLO @font-face */
@font-face {
  font-family: 'fontello';
  src: url('../fonts/fontello.eot');
  src: url('../fonts/fontello.eot#iefix') format('embedded-opentype'),
       url('../fonts/fontello.woff') format('woff'),
       url('../fonts/fontello.svg#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* 4. FONTELLO ICON CLASSES */
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-right: .2em;
  margin-left: .2em;
}

.icon-book-open:before { content: '\e772'; }
.icon-eye:before { content: '\e70a'; }
.icon-cog-alt:before { content: '\26ef'; }
.icon-angle-down:before { content: '\f107'; }

/* 5. LAYOUT CONTAINERS */
#container {
  margin: 0;
  position: relative;
  background: #fff;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.content_holder {
  flex: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.content_area {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* 6. HEADER */
#header {
  margin: 0;
  position: relative;
  background: #fff;
  border-bottom: 5px solid #F4BF1E;
  padding: 15px 40px;
  width: 100%;
  box-sizing: border-box;
}

.logo {
  display: inline-block;
}

.logo img {
  width: 100px;
  height: auto;
}

/* 7. SECTION STYLES */
.section-hero,
.section-services,
.section-profile {
  padding: 40px 20px;
  background: #fff;
}

.section-hero {
  padding-top: 20px;
}

.section-services {
  padding-bottom: 40px;
}

.content_block {
  padding: 0;
  margin: 0;
}

/* 8. GRID LAYOUT */
.two-col {
  display: flex;
  gap: 30px;
  align-items: center;
  margin: 20px 0;
}

.two-col .col-left {
  flex: 1;
}

.two-col .col-right {
  flex: 1;
}

.four-col {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.four-col > div {
  flex: 0 0 calc(25% - 15px);
  min-width: 200px;
  min-height: 350px;
}

.two-thirds {
  flex: 2;
}

.one-third {
  flex: 1;
}

.three-col {
  display: flex;
  gap: 30px;
}

.three-col > div {
  flex: 1;
}

/* 9. HORIZONTAL RULES / DIVIDERS */
hr.style-six {
  padding: 0;
  border: none;
  border-top: 1px solid #F0F0F0;
  color: #F0F0F0;
  text-align: center;
  margin: 20px 0 30px 0;
  line-height: 100%;
  position: relative;
  overflow: visible;
}

hr.style-six:before {
  background: #F4BF1E;
  content: "";
  height: 1px;
  left: 25%;
  position: absolute;
  margin-top: -1px;
  width: 50%;
}

hr.style-six:after {
  background: #fff;
  color: #F4BF1E;
  content: '\f107';
  display: inline-block;
  font-family: "fontello";
  font-size: 30px;
  line-height: 35px;
  padding: 0 40px;
  position: relative;
  top: -15px;
}

hr.style-seven {
  border: none;
  border-top: 1px solid #F0F0F0;
  margin: 10px 0;
  padding: 0;
}

/* 10. SERVICE CARDS - FEATURED IMAGE HOLDER */
.featured_image_holder {
  display: block;
  margin: auto;
  position: relative;
}

.featured_image_holder.rounded_image img {
  border-radius: 50%;
  width: 100%;
  height: auto;
}

.featured_image_holder.pin {
  max-width: 60%;
  margin: auto auto 40px;
  position: relative;
}

.featured_image_holder.pin:after {
  border-right: 1px solid #F4BF1E;
  color: #F4BF1E;
  content: '\e85d';
  font-family: fontello;
  font-size: 13px;
  height: 25px;
  left: 50%;
  line-height: 66px;
  margin-left: -3px;
  margin-top: 4px;
  position: absolute;
  text-align: center;
  width: 5px;
  display: block;
}

.featured_image_holder.octangle {
  display: block;
  margin: auto auto 10px;
  max-width: 75%;
  overflow: hidden;
  position: relative;
  transform: rotate(-45deg);
}

.featured_image_holder.octangle img {
  transform: rotate(45deg);
  width: 100%;
}

/* 11. GRAYSCALE FILTER */
.bw_filter img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  transition: filter 0.3s ease;
}

.bw_filter:hover img {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
}

/* 12. TITLE LINE WITH ICON */
.title_line {
  width: 100%;
  display: block;
  clear: both;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

.title_line h3 {
  display: block;
  padding-right: 20px;
  float: left;
  position: static;
  font-size: 14px;
  font-weight: normal;
  color: #666;
}

.title_line h3:after {
  background: #F0F0F0;
  content: "";
  height: 1px;
  margin-left: 20px;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  width: 100%;
}

.title_line .heading_icon {
  margin-right: 10px;
  color: #F4BF1E;
}

/* 13. ICON LIST (BUSINESS PROFILE) */
ul.with_icons {
  list-style: none;
  margin: 0 0 20px 0;
  display: inline-block;
  width: 100%;
}

ul.with_icons.big_icons {
  margin: 0;
}

.with_icons > li span {
  padding-right: 6px;
  color: #F4BF1E;
  float: left;
}

.with_icons.colored > li span {
  color: #F4BF1E;
}

.with_icons li span:before {
  min-width: 18px;
  text-align: center;
}

.with_icons.big_icons li span {
  display: block;
  font-size: 20px;
  position: relative;
  text-align: center;
  float: left;
}

.with_icons p {
  padding: 0;
  margin-left: 27px;
  margin-bottom: 15px;
  color: #666;
  font-size: 13px;
}

.with_icons.big_icons p {
  margin-left: 32px;
  padding: 0;
  margin-bottom: 20px;
  color: #666;
  font-size: 13px;
}

.with_icons li:after {
  content: "";
  display: table;
  clear: both;
}

.with_icons.big_icons li.last:after {
  margin-bottom: 20px;
}

/* 14. CTA BANNER & FOOTER WIDGET AREA */
.footer-widget-area {
  background-color: #e7e9ec;
  padding: 30px 20px;
  text-align: center;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}

.banner {
  display: block;
  position: relative;
  border-radius: 8px;
  margin: 0;
}

.banner.withborder {
  border: 2px solid #F3F3F3;
  padding: 20px;
}

.banner.gradient {
  padding: 20px;
  background: transparent;
}

.banner .featured_text {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #666;
  margin: 0;
  font-weight: normal;
}

.banner p {
  padding: 0;
  margin: 0 0 15px 0;
}

.banner p.icon:before {
  font-size: 40px;
  margin: -6px 20px 0 10px;
  vertical-align: middle;
}

/* 15. BUTTON STYLE */
.button_ {
  background: #F4BF1E;
  border-radius: 6px;
  box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.1) inset;
  display: inline-block;
  border: 0 none;
  overflow: hidden;
  padding: 10px 20px 13px;
  text-decoration: none;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  line-height: 100%;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12);
  transition: all 0.2s ease;
  cursor: pointer;
}

.button_:hover {
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.14) inset;
  background: #f0a71f;
}

.button_.small {
  font-size: 13px;
  padding: 10px 20px 13px;
}

.button_.medium {
  font-size: 15px;
  padding: 13px 25px 16px;
}

.button_.aligncenter {
  display: inline-block;
  margin-top: 10px;
}

/* 16. FEATURED CONTENT BOX */
article.featured {
  display: block;
  margin: 0;
  width: 100%;
}

.featured .caption {
  display: block;
}

.featured .caption.title_centered {
  text-align: center;
}

.featured .featured_article_title {
  font-size: 16px;
  font-weight: normal;
  margin: 15px 0 10px 0;
  color: #888;
}

.featured .space {
  display: block;
}

.featured .margin-b20 {
  margin-bottom: 20px;
}

.featured_image_holder {
  width: 100%;
}

/* 17. FOOTER */
#footer {
  background-color: #2d2d2d;
  background-image: url('../images/Footer08.png');
  background-repeat: repeat-x;
  background-position: left top;
  background-attachment: scroll;
  margin-top: auto;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
}

.footer_info {
  max-width: 1080px;
  margin: 0 auto;
  padding: 20px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #999;
  font-size: 12px;
  gap: 20px;
  width: 100%;
  box-sizing: border-box;
}

.footer_info .part1 {
  flex: 1;
}

.footer_info .copyright {
  color: #999;
  font-size: 12px;
  display: inline-block;
}

.footer_info h1 {
  font-size: 14px;
  font-weight: 400;
  color: #999;
  margin: 0;
  float: right;
  margin-left: auto;
  white-space: nowrap;
}

/* 18. ANIMATION CLASSES */
.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.fadeIn {
  animation-name: fadeIn;
}

.fadeInDown {
  animation-name: fadeInDown;
}

.bounceIn {
  animation-name: bounceIn;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}

/* 19. UTILITY CLASSES */
.margin-t10 { margin-top: 10px; }
.margin-t20 { margin-top: 20px; }
.margin-b10 { margin-bottom: 10px; }
.margin-b15 { margin-bottom: 15px; }
.margin-b20 { margin-bottom: 20px; }
.margin-b30 { margin-bottom: 30px; }

.aligncenter {
  text-align: center;
}

.alignleft {
  float: left;
  margin-right: 20px;
}

.alignright {
  float: right;
  margin-left: 20px;
}

/* 20. RESPONSIVE DESIGN */
@media only screen and (max-width: 1024px) {
  .content_area {
    padding: 0 20px;
  }

  .four-col > div {
    flex: 0 0 calc(50% - 10px);
  }
}

@media only screen and (max-width: 767px) {
  body {
    font-size: 13px;
  }

  h2 {
    font-size: 22px;
  }

  .two-col {
    flex-direction: column;
    gap: 20px;
  }

  .three-col {
    flex-direction: column;
    gap: 20px;
  }

  .four-col > div {
    flex: 0 0 100%;
  }

  .featured_image_holder.pin {
    max-width: 80%;
  }

  .featured_image_holder.octangle {
    max-width: 90%;
  }

  #header {
    padding: 10px 15px;
  }

  .logo img {
    width: 80px;
  }

  .footer_info {
    flex-direction: column;
    text-align: center;
    padding: 15px;
  }

  .footer_info h1 {
    float: none;
    margin-left: 0;
  }

  .title_line h3 {
    font-size: 16px;
  }
}
