/*
Theme Name: Supra Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: supra
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */
body{overflow-x:hidden;}
.elementor .header-main{position: absolute; left: 0px;}
.elementor-widget-button .elementor-button{background-color: #62392C;
  background-image: linear-gradient(90deg, var( --e-global-color-secondary ) 0%, var( --e-global-color-accent ) 100%);
font-family: var( --e-global-typography-accent-font-family ), Sans-serif;
  font-size:16px;  font-weight:600;
border-radius: 100px 100px 100px 100px;   padding: 17px 24px 17px 24px;}
.elementor-widget-button .elementor-button .elementor-button-icon svg {
  transform: rotate(-45deg); transition: all 0.4s ease-in-out;
}
.elementor-widget-button .elementor-button:hover .elementor-button-icon svg {transform: rotate(0deg);}
.at-blog-shiny-glass-effect, .at-shiny-glass-effect {
  position: relative;  overflow: hidden;
}
.at-blog-shiny-glass-effect::after, .at-shiny-glass-effect::after {
  content: '';
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255,255,255,.3);
  transform: translate(-50%,-50%) rotate(-45deg);
  z-index: 1;
}
.at-blog-shiny-glass-effect:hover::after, .at-shiny-glass-effect:hover::after {
  height: 250%;
  transition: all 600ms linear !important;
  background-color: transparent;
}
.image-height {  height: 100%;}
.section-title .elementor-heading-title {
  padding-left: 26px;
  display: inline-block;
  position: relative;
}
.section-title .elementor-heading-title::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  bottom: 0;
  transform: translateY(-50%);
  background-image: url('https://prismweb.in/supra/wp-content/uploads/2026/07/sub-heading-icon.png');
  background-repeat: no-repeat;
  background-size: cover;
  width: 18px;
  height: 18px;
}
.icon-box-gradient .elementor-icon-box-icon {
	background: linear-gradient(to right, var(--e-global-color-secondary) 0%, var(--e-global-color-accent) 50%, var(--e-global-color-secondary) 100%);
  background-size: 200% auto;
  transition: all 0.4s ease-in-out; padding-top:8px;
  border-radius: 50% 50% 50% 50%;  text-align: center; width: 40px; height: 40px;
}
.text-center{text-align: center !important;}
.service-item-image::before {  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(22, 22, 24, 0.00) 38.93%, #161618 100%);
  z-index: 1;
}
.service-item-image img{transition: all 0.6s ease-in-out;}
.service-item-image:hover{transform: scale(1.06); transition: all 0.6s ease-in-out;}
.list-item{position: relative;  padding-left: 15px;}
.list-item::before {
  content: '';
  position: absolute;
  top: 50%;  left: 0;
  transform: translateY(-50%);
  background: linear-gradient(90deg, var(--e-global-color-accent) 0%, var(--e-global-color-secondary) 100%);
  border-radius: 50%;  width: 8px;  height:8px;
}
.hfe-nav-menu-icon{background-image: linear-gradient(90deg, var( --e-global-color-secondary ) 0%, var( --e-global-color-accent ) 100%); color: #fff;fill: #fff;border-radius: 6px;}
.list-item p{ margin-bottom:0;}
.about-image-title .elementor-heading-title {  writing-mode: vertical-rl;
  background-clip: text;  -webkit-background-clip: text;
}
ul#menu-services{list-style: none;  margin: 0;  padding: 30px;background: #fff;}
ul#menu-services li {
  line-height: 1.5em;
  border-bottom: 1px solid #08363B1A;
  padding-bottom: 20px;  margin-bottom: 20px;
}
ul#menu-services li:last-child{border-bottom:0;}
ul#menu-services li a {
  position: relative;  display: block;
  text-transform: capitalize;     padding-right: 25px; color:#080808;
  transition: all 0.4s ease-in-out;font-family: "Space Grotesk";  font-size: 16px;font-weight: 600;
}
ul#menu-services li a::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: url('https://prismweb.in/supra/wp-content/uploads/2026/07/arrow-primary.png') no-repeat;
    background-size: auto;
  background-position: center center;
  background-size: cover;
  width: 12px;
  height: 12px;
  transition: all 0.4s ease-in-out;
}
ul#menu-services li a:hover {  color:#A69161;}
ul#menu-services li a:hover::before {
  transform: translateY(-50%) rotate(45deg);
}
.project-info-list .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.project-info-list .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text span {
  font-weight: 600;
  font-family: var(--e-global-typography-primary-font-family);
  color: var(--e-global-color-primary);
}
@media (max-width: 767px) {
    .elementor .elementor-hidden-mobile, .elementor .elementor-hidden-phone {
        display: none;
    }
	.approach-box-elite {  position: initial;    }
}