* {
    margin: 0;
    border: 0;
    outline: none;
}
@font-face {
    font-family: 'Black Ops One';
    src: url('../Src/Black_Ops_One/BlackOpsOne-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Saira Stencil One';
    src: url('../Src/Saira_Stencil_One/SairaStencilOne-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Black Ops One','Roboto', sans-serif;
    font-weight: normal;
    font-style: normal;
}

.about-us-area p{
    font-family: 'Roboto', sans-serif;
    font-weight: 500  ;
    font-style: normal ;
}
.te-list-item  i{
    color: #e1af27;
    font-weight: bold;
}
.short-title{
    font-weight: 600;
    font-size: 20px;
    color: #e1af27;
}
html, body {
    height: 100%;
    font-size: 16px;
    font-weight: 400;
    font-family: "Kumbh Sans", sans-serif;
    color: #67687A;
    vertical-align: baseline;
    line-height: 32px;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #ffffff;
    z-index: 9999999;
    right: 0;
    bottom: 0;
}
#preloader-status {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.offcanvas{
    background-color: #000000 !important;
}
.offcanvas-header{
    color: #fff !important;
    border-bottom:2px solid #e1af27 ;
}
.offcanvas .navbar-nav .nav-link{
color: #e1af27;
}
.close {
    color: #fff; 
    opacity: 1;
}
.background-gray-light {
    background-color: #081d4b;
}

/* General Header Styles */
.header-area {
    width: 100%;
    position: relative;
    background-color: #0c0a4d; /* Light Gray Background */
    padding: 0px 0;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    border-bottom: 1px solid gray;
}

/* Sticky Header */
.te-sticky-header {     
    position: sticky;     
    top: 0;     
    width: 100%;     
    background-color: #000000;     
    transition: all 0.3s ease-in-out;     
    z-index: 999; 
}


/* Logo Styles */
.te-logo img {
    max-height: 55px;
    width: auto;
}

/* Navigation Menu */
.te-main-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}

.te-main-menu ul li {
    position: relative;
    margin-right: 20px;
}

.te-main-menu ul li a {
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    padding: 7px 12px;
    display: block;
    transition: 0.3s;
}

.te-main-menu ul li a:hover {
    color: #ffbb00;
}

/* Dropdown Menu */
.te-dropdown ul {
    position: absolute;
    top: 100%;
    left: 0;
    background: rgb(255, 255, 255);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    display: none;
    min-width: 180px;
}
.navbar{
    padding: 0px !important;
}

/* .te-dropdown:hover > ul {
    display: block;
} */

.te-dropdown ul li {
    width: 100%;
    border-bottom: 1px solid #ffbb00;
}

.te-dropdown ul li a {
    display: block;
    padding: 10px 15px;
    color: #ffbb00;
}

.te-dropdown ul li a:hover {
    background: #ffbb00;
    color: white;
}

/* Header Buttons */
.te-header-btn a {
    padding: 8px 12px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 5px;
    transition: 0.3s;
}

.navbar-brand {
    padding: 0px !important;
    margin: 0px !important;
}

.te-quote-btn {
    background: #000000;
    color: #e1af27;
}
.te-quote-btn i{
    color: #e1af27;
}

.te-quote-btn:hover {
    border: 2px solid #e1af27;
    
}


/* Mobile Menu */
.te-mobile-menu-bar {
    display: none;
}

@media screen and (max-width: 991px) {
    .te-main-menu {
        display: none;
    }
    .te-mobile-menu-bar {
        display: block;
    }
}

.image-container1{
    position: relative;
}
.image-container2{
    position: relative;
}
.img-details{
    position: absolute;
    display: block;
    padding-top: 100px;
    padding-left:10px;
    z-index: 2;
}
.img-details2{
    position: absolute;
    display: block;
    top: 100px;
    right: 35px;
    z-index: 2;
}

video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}
.img-details h1 {
    color: #e1af27;
    font-size: 60px;
    font-family: "Saira Stencil One", serif;
    font-weight: normal;
    font-style: normal;
    padding-left: 50px;
}
.img-details2 h1 {
    color: #e1af27;
    font-size: 60px;
    font-family: "Saira Stencil One", serif;
    font-weight: normal;
    font-style: normal;
    padding-left: 50px;
}
.img-details h5{
    color: #efdfb0;
    padding-left: 50px;
    margin-top: 25px;
}
.img-details2 h5{
    color: #efdfb0;
    padding-left: 50px;
    margin-top: 25px;
}


.btntensile {
    color: #e1af27 ;
    background-color: #000000 ;
    border: 1px solid #e1af27;
    padding: 10px 25px;
    border-radius: 4px;
    font-weight: 700;
    margin-top: 40px;
    margin-left: 50px;
    margin-right: 40px;

}

.btntensile1 {
    color: #e1af27 ;
    border: 1px solid #e1af27;
    background-color: transparent;
    padding: 10px 30px;
    border-radius: 4px;
    font-weight: 700;
    margin-top: 40px;

}
.btntensile1:hover{
    color: #fff ;
    background-color: #e1af27 ;
}
.btntensile:hover{
    color: #e1af27;
    border: 1px solid #e1af27;
    background-color: transparent;
}
   
.btntensile:hover ~ .btntensile1 {
        background-color: #e1af27 !important; 
        color: #fff !important; 
}
.btntensile1:hover + .btntensile {
    color: #e1af27 !important;
    border: 1px solid #e1af27 !important;
    background-color: transparent !important;
}
.btnLeftArrow {
    position: absolute;
    top: 50%;
    left: 3%;
    width: 50px;  /* Set equal width & height */
    height: 50px; /* Makes it a circle */
    border-radius: 4px;
    background-color: #000000;
    color: #e1af27;
    display: flex; /* Center icon/text */
    align-items: center;
    justify-content: center;
    border: none; /* Remove default button border */
    cursor: pointer;
    transition: background-color 0.3s ease;
    animation: bounceLeft 1s infinite alternate ease-in-out;
}
.btnLeftArrow::after {
    content: "";
    position: absolute;
    left: -10px; /* Adjust to position it correctly */
    top: 50%;
    height: 60px;
    width: 2px;
    background-color: #e1af27; /* Line color */
    transform: translateY(-50%);
}

/* Keyframes for bouncing left */
@keyframes bounceLeft {
    0% {
        transform: translateX(0) rotate(0);
    }
    100% {
        transform: translateX(-30px); /* Move left & rotate counterclockwise */
    }
}


.btnRightArrow {
    position: absolute;
    top: 50%;
    Right: 3%;
    width: 50px;  /* Set equal width & height */
    height: 50px;
    border-radius: 4px;
    background-color: #000000;
    color:#e1af27;
    display: flex; /* Center icon/text */
    align-items: center;
    justify-content: center;
    border: none; /* Remove default button border */
    cursor: pointer;
    transition: background-color 0.3s ease;
    animation: bounceRight 1s infinite alternate ease-in-out;
  
}

.btnRightArrow::after {
    content: "";
    position: absolute;
    right: -10px; /* Adjust to position it correctly */
    top: 50%;
    height: 60px;
    width: 2px;
    background-color: #e1af27; /* Line color */
    transform: translateY(-50%);
}


@keyframes bounceRight {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(30px); /* Move right & rotate clockwise */
    }
}
.btnLeftArrow i,.btnRightArrow i{
    color: #e1af27 !important;
    border-radius: 4px;
    font-weight: 700;
    font-size: 40px;

}
.btnLeftArrow:hover,.btnRightArrow:hover  {
    background-color: rgb(15, 15, 15); 
}
.btnLeftArrow:hover i,.btnRightArrow:hover i {
    color: #fff !important;
}

  /* Container for the Slider */
/* Container for the Slider */
.slider-container {
    position: relative;
    width: 100%;
    height: 650px;
    overflow: hidden;
    /* background-image: url('/CraftoEnterprises/Design/Images/slider-1.jpg'); */
    background-size: cover;
    background-repeat: no-repeat;
}
#video {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.active {
    opacity: 1 !important;
    z-index: 2;
    display: block;
}
.inactive {
    opacity: 0;
    z-index: 1;
    display: none;
}
/* Slide Common Styles */
.slide {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: transform 1s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.6s ease-in-out;
    background-size: cover;
    background-position: center;
}

/* First Image - Moves from Left */
.image-container1 {
    position: absolute;
    left: 0;
    background: url('/CraftoEnterprises/Design/Images/Image1.jpg') no-repeat center center / cover;
    clip-path: polygon(0 0, 45% 0%, 30% 100%, 0% 100%);
    transform: translateX(-100%); /* Initially off-screen to the left */
    opacity: 0;
}

/* Second Image - Moves from Right */
.image-container2 {
    position: absolute;
    right: 0;
    background: url('/CraftoEnterprises/Design/Images/slider-1.jpg') no-repeat center center / cover;
    clip-path: polygon(55% 0%, 100% 0%, 100% 100%, 65% 100%);
    transform: translateX(100%); /* Initially off-screen to the right */
    opacity: 0;
}

/* Overlay Effect */
.image-container1::after, .image-container2::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7); /* Dark overlay */
}

/* Ensure clip-path matches */
.image-container1::after {
    clip-path: polygon(0 0, 50% 0%, 35% 100%, 0% 100%);
}

.image-container2::after {
    clip-path: polygon(48% 0%, 100% 0%, 100% 100%, 60% 100%);
}

/* Active Slide (Visible) */
.active {
    transform: translateX(0);
    opacity: 1;
    z-index: 2;
}

/* Inactive Slide (Hidden) */
.inactive {
    transform: translateX(-100);
    opacity: 0;
    z-index: 1;
}
     




.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.te-info-card.style-5 {
    border-top: 5px solid #000000;
    -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 15px 60px 0px rgba(0, 0, 0, 0.08);
}

.te-info-card.te-content-center {
    text-align: center;
}
.te-info-card {
    background-color: #ffffff;
    position: relative;
    -webkit-transition: all 0.5sease-out;
    transition: all 0.5sease-out;
    padding: 30px;
    top: 0;
}

.te-info-card.te-content-center .te-info-card-inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.te-info-card .te-info-card-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}
.te-info-card.style-5 .te-icon {
    background-color: #000000;;
    width: 132px;
    height: 132px;
    border-radius: 50%;
    font-size: 60px;
    color: #e1af27;
    margin-bottom: 25px;
}
.te-info-card .te-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.5sease-out;
    transition: all 0.5sease-out;
}
.te-info-card.style-5 .te-icon {
    background-color: #000000;
    width: 132px;
    height: 132px;
    border-radius: 50%;
    font-size: 60px;
    color: #e1af27;
    margin-bottom: 25px;
}
.te-info-card.style-5 .te-img {
    width: 132px;
    height: 132px;
    border-radius: 50%;
    background-color: #000000; /* Keeps the background black */
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden; /* Ensures the image stays within the rounded border */
}

.te-info-card.style-5 .te-img img {
    width: 50%;
    height: 50%;
    object-fit: contain; /* Ensures the golden image fits within the circle */
}


.rampart-icon-roof11:before {
    content: "\e900";
}

.te-info-card.style-5 .te-title-wrapper .te-title {
    font-size: 24px;
}
.te-info-card .te-title-wrapper .te-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 33.6px;
    letter-spacing: -0.96px;
    margin-bottom: 10px;
    color: #e1af27;
    -webkit-transition: all 0.6sease;
    transition: all 0.6sease;
}


h3 {
    font-size: 38px;
    line-height: initial;
    font-weight: 600;
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    font-family: "Jost", sans-serif;
    color: #e1af27;
    font-style: normal;
    -webkit-transition: all 0.5sease-out;
    transition: all 0.5sease-out;
}
te-info-card .te-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.te-info-card .te-content .te-desc {
    -webkit-transition: all 0.6sease;
    transition: all 0.6sease;
    font-size: 16px;
    line-height: 32px;
    font-weight: 500;
    margin: 0;
    color: #67687A;
}
.te-info-card:hover {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
    top: -5px;
    -webkit-transition: all 0.5sease-out;
    transition: all 0.5sease-out;
}
.te-info-card.style-5:hover .te-icon {
    background-color: #e1af27;
    color: #000000 !important;
}

/* end of style 5 */
/* start 3 card */
  

.te-about-image-card.style-2 .te-main-img-wrapper .te-main-img-inner {
    padding-right: 80px;
}

.te-about-image-card .te-main-img-wrapper .te-main-img-inner {
    position: relative;
    display: inline-block;
    z-index: 2;
}
.te-about-image-card.style-2 .te-main-img-wrapper .te-main-img-inner > img {
    margin: 0;
}
img {
    max-width: 100%;
    height: auto;
}
.te-about-image-card.style-2 .te-main-img-wrapper .te-main-img-inner .te-img-card-shape {
    right: -10px;
    top: -80px;
    -webkit-animation: Animated3 3slinear infinite alternate;
    animation: Animated3 3slinear infinite alternate;
    position: relative;
    z-index: -1;
}
.te-about-image-card.style-2 .te-company-foundation-wrapper {
    position: absolute;
    top: -60px;
    right: -50px;
}

.te-about-image-card .te-company-foundation-wrapper {
    padding: 20px;
    position: relative;
}
.te-about-image-card.style-2 .te-company-foundation-wrapper .te-company-foundation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
    padding: 30px 58px;
}
.te-about-image-card .te-company-foundation {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 10px;
    background-color: #000000;
    padding: 10px 44px;
}
.te-about-image-card .te-company-foundation .te-counter-wrapper {
    color: #e1af27;
    font-size: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.te-about-image-card.style-2 .te-company-foundation-wrapper .te-company-foundation .counter {
    line-height: initial;
}

.te-about-image-card .te-company-foundation .counter {
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: 0;
    letter-spacing: -1.92px;
    font-family: "Jost", sans-serif;
    color: #e1af27;
    margin-bottom: 0;
}
.te-about-image-card .te-company-foundation .te-counter-wrapper .suffix {
    line-height: 0;
}
.te-about-image-card.style-2 .te-company-foundation-wrapper .te-company-foundation .title {
    text-align: center;
    font-size: 20px;
}
.te-about-image-card .te-company-foundation .title {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    color: #e1af27;
    margin-bottom: 0;
    text-align: left;
}
.te-about-image-card.style-2 .te-main-img-wrapper .te-main-img-inner .te-another-image {
    position: absolute;
    top: 55%;
    right: -110px;
}
.te-about-image-card.style-2 .te-main-img-wrapper .te-main-img-inner .te-another-image .te-another-image-inner {
    border: 10px solid #ffffff;
    overflow: hidden;
    display: inline-block;
}
.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
#SheetImg
{
background: transparent;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.te-section-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    margin-bottom: 70px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
}
.te-section-title .te-section-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 2;
    position: relative;
}
.te-section-title .title {
    font-size: 44px;
    font-weight: 600;
    line-height: 58px;
    letter-spacing: -1.92px;
    font-family: "Jost", sans-serif;
    color: #182B54;
    margin-bottom: 0;
}
.te-section-title .te-section-desc {
    margin-bottom: 0;
    text-align: justify;
}
.te-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 10px;
}
.te-theme-btn, .wp-block-loginout a, input.te-theme-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 13px 31px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #e1af27;
    background-color: transparent;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.5sease-out;
    transition: all 0.5sease-out;
    border: 1px solid #e1af27;
    overflow: hidden;
    white-space: nowrap;
}
a, button {
    color: #0000;
    outline: medium none;
    -webkit-transition: all 0.5sease-out;
    transition: all 0.5sease-out;
}
a, .button {
    text-decoration: none;
    -webkit-transition: all 0.5sease-out;
    transition: all 0.5sease-out;
}

.footer{
    background-color: #000000;
    color: #e1af27;
    padding: 30px 30px 10px 30px;
}
.footer-bottom-area .container{
    display: flex;
    align-items: center;
    margin-top: 25px;
    margin-bottom: 20px;
}
.te-footer-widget-title{
    font-size: 30px;
}
.te-copyright-text a{
    color: #fff;
}
.te-footer-bottom-menu ul li a{
    color: #fff;
}
.te-subscribe-form-wrapper{
    color: #fff !important;
}
.te-footer-widget-info p{
    color: #fff;
}
.mc4wp-form-fields{
    background-color: #fff;
}
.mc4wp-form-fields .submit-btn{
    color: #e1af27;
}
.footerli{
    color: #fff !important;
    text-decoration: none;
}
.footerli i{
    color: #e1af27;
    font-size: 20px;
}

/*START SOCIAL PROFILE CSS*/ 
.social_profile {
    margin-top: 15px;
}
 .social_profile ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
 .social_profile ul li {float:left;}
 .social_profile ul li a {
  text-align: center;
  border: 0px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  margin: 0px 4px;
  font-size: 18px;
  color: rgb(225, 175, 39);
  border-radius: 30px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: block;
  border: 1px solid rgba(225, 175, 39,0.6);
  z-index: 5;
}
#footer .footer{
    padding-bottom: 20px;
}


@media only screen and (max-width:768px) { 
 .social_profile ul li a {margin-right:10px;margin-bottom:10px;}
}

@media only screen and (max-width:480px) { 
 .social_profile ul li a {
      width:40px;
      height:40px;
      line-height:40px;
  }
}
 .social_profile ul li a:hover {
  background:#ff3666;
  border: 1px solid #ff3666;
  color:#fff;
  border:0px;
}
/*END SOCIAL PROFILE CSS*/  
/* General Wrapper */
.portfolio-slider-area {
    overflow: hidden;
    position: relative;
}

/* Padding Fix */
.te-py-120 {
    padding: 80px 0;
}

/* Portfolio Slider */
.portfolio-slider-wrapper {
    position: relative;
    overflow: hidden;
}
.slick-arrow {
    display: none !important;
    color: #e1af27 !important;
    background-color: #000000 !important;
    padding: 10px 20px !important;
}
/* Slick Fix: Ensuring Arrows are Inside the Container */
.portfolio-slider-wrapper:hover .slick-prev {
    left: 20px;
}

.portfolio-slider-wrapper:hover .slick-next {
    right: 20px;
}

/* Portfolio Slider Cards */
.portfolio-slider {
    display: flex;
    gap: 20px;
    justify-content: center;
}

/* Individual Cards */
.portfolio-slider-card {
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease-out;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    gap: 4px;
    border-radius: 10px;
}

/* Image Fix */
.portfolio-slider-card .image {
    position: relative;
    height: 300px;
    overflow: hidden;
    border-radius: 10px;
}

.portfolio-slider-card .image img {
    width: 95%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease-in-out;
}

/* Hover Effects */
.portfolio-slider-card:hover .image img {
    transform: scale(1.1);
}

/* Content Styling */
.portfolio-slider-card .content {
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    display: none;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-out;
}

/* Hover Effect to Show Content */
.portfolio-slider-card:hover .content {
    opacity: 1;
    visibility: visible;
}

/* Title Styling */
.portfolio-slider-card .title {
    font-size: 22px;
    font-weight: 700;
    color: #e1af27;
    margin: 0;
    font-family: 'Black Ops One', 'Roboto', sans-serif;
}

.portfolio-slider-card .sub-title {
    font-size: 16px;
    color: white;
    font-family: "Kumbh Sans", sans-serif;
}

/* Things-To-Do Section */
/* --------------------------------------------- */

#Things-To-Do {
    padding: 3% 0 3.5% 0;
  }
  
  
  
  #Things-To-Do {
    background: url(/CraftoEnterprises/Design/Images/slider-2.webp) no-repeat center center fixed;
    background-size: cover;
  }
  
  #Things-To-Do .section-head h2{
    font-weight: 800;
    font-size: 35px;
    text-align: center;
    color: #e1af27;
    margin: 30px 0;
    font-family: 'Black Ops One','Roboto', sans-serif;
    font-weight: normal;
    font-style: normal;
  }
  #Things-To-Do .section-head h6{
    color: #fff;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 500;
    text-align: justify;
  }
  
  #Things-To-Do .card {
    border: 0;
    border-radius: 0;
    padding: 45% 0% 0% 0%;
    position: relative;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  
  #Things-To-Do .card-body {
    z-index: 10;
    padding: 10px;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    transition: ease-in-out 0.4s;
  }
  
  #Things-To-Do .card:hover .card-body {
    background: #000000;
  }
  
  #Things-To-Do .card:hover .read-more a,
  #Things-To-Do .card:hover .card-title,
  #Things-To-Do .card:hover .card-title a,
  #Things-To-Do .card:hover .card-text {
    color: #e1af27;
  }
  
  #Things-To-Do a{
    text-decoration: none;
  }
  
  #Things-To-Do .card-text {
      font-family:'Roboto Slab','Roboto Slab', 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
      color: #e1af27;
      font-weight: 500;
      letter-spacing: -0.09px;
  }
  
  #Things-To-Do [class*=col-md] {
    padding: 10px;
  }
  
  #Things-To-Do .find-more .kt-btn {
    font-family:'Roboto Slab', 'Roboto Slab','Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    min-width: 180px;
    padding: 10px 20px;
    background-color: #000000;
    border: 1px solid #e1af27;
    color: #e1af27;
    margin-top: 2.5%;
    display: inline-block;
  }
  
  /* Things-To-Do Section End */
  /* --------------------------------------------- */
  #Elevation {
    background: url(/CraftoEnterprises/Design/Images/slider-1.jpg) no-repeat center center fixed;
    background-size: cover;
    background-color: rgb(0, 0, 0,1);
  }
  #TensileCard {
    background: url(/CraftoEnterprises/Design/Images/TensileBack.webp) no-repeat center center fixed;
    background-size: cover;
    background-color: rgb(0, 0, 0,1);
    height: 700px;
  }
  .portfolio-slider-area{
    background-color: rgb(0, 0, 0,0.8);
    height: 100%;
  }
   #TensileCard .te-section-content h2,#Elevation .te-section-content h2{
    color: #e1af27;
  }
 /* Base Styles */
.promotional-area.style-1 {
    padding: 140px 20px; /* Reduced padding for smaller screens */
}

/* Background Styling */
.background-gray-900 {
    background-color: rgba(0, 0, 0, 1);
}

/* Image Wrapper */
.promotional-image-wrapper {
    position: relative;
    text-align: center;
}

/* Image Styling */
.SheetImg {
    width: 120%;
    top: -280px;
    left: 10%;
    max-width: 600px; /* Limit size for larger screens */
    height: auto;
    position: absolute;
    opacity: 1;
}

/* Circle Gradient Background */
.circle-gradient {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50vw; /* Adjust based on viewport width */
    max-width: 471px;
    height: auto;
    aspect-ratio: 1; /* Maintains circle shape */
    border-radius: 50%;
    z-index: -1;
    background: linear-gradient(270deg, rgb(225, 175, 39) 0%, rgba(218, 218, 13, 0) 100%);
    transition: background 1s ease-in-out;
}


/* Responsive Adjustments for Mobile */
@media (max-width: 768px) {

    /* Responsive Typography */
.te-section-title h2 {
    font-size: 2.2rem;
    text-align: center;
}
#Branding .header h2 {
    font-size: 35px;
}
.te-section-desc p {
    font-size: 1rem;
    text-align: justify;
    padding: 0 10px;
}

/* Responsive Button */
.te-btn-wrappper {
    text-align: center;
    margin-top: 20px;
}

.te-theme-btn {
    padding: 10px 20px;
    font-size: 1rem;
}

}









#Branding {
    background: #f8f8f8;
    padding: 40px 0;
    overflow: hidden;
}

#Branding .slider {  /* FIXED */
    height: 100px;
    overflow: hidden ;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

#Branding .slide-track {
    display: flex;
    width: calc(180px * 10 * 4); /* Ensuring continuous scrolling */
    animation: scroll 40s linear infinite;
}

#Branding .sliderBrand {
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 20px;
}

#Branding .sliderBrand img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

@keyframes scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(calc(-200px * 10)); /* Moving left */
    }
}


.counter-up-area.style-1 {
    padding: 80px 0;
    background-repeat: no-repeat;
    background-position: bottom left;
}

.background-primary {
    background-color: #000000;
}

.te-counter-card {
    z-index: 1;
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 columns on large screens */
    grid-gap: 60px;
}

/* Counter Item Styling */
.te-counter-item {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    text-align: center;
}

/* Vertical Line Divider (Hidden on Mobile) */
.te-counter-card .te-counter-item:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.3);
    right: -30px;
}

/* Counter Icon */
.te-counter-card .te-counter-item .icon img {
    width: 140px;
    max-width: 100%;
}

/* Number Display */
.te-counter-card .te-counter-item .number {
    font-family: "Jost", sans-serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 58px;
    letter-spacing: -1.92px;
    text-align: center;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

/* Title */
.te-counter-card .te-counter-item .title {
    margin: 0;
    font-family: "Jost", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: #ffffff;
}

/* Bounce Animation */
@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-30px);
    }
}

/* RESPONSIVE STYLES */
@media (max-width: 1024px) {
    .te-counter-card {
        grid-template-columns: repeat(2, 1fr); /* 2 columns for tablets */
        grid-gap: 40px;
    }
    
    .te-counter-card .te-counter-item:before {
        right: -20px; /* Adjust spacing for divider */
    }
}

@media (max-width: 768px) {
    .te-counter-card {
        grid-template-columns: 1fr; /* 1 column for mobile */
        grid-gap: 30px;
    }
    
    .te-counter-card .te-counter-item:before {
        display: none; /* Remove dividers on mobile */
    }
    
    .te-counter-card .te-counter-item .number {
        font-size: 36px; /* Reduce font size for mobile */
        line-height: 46px;
    }

    .te-counter-card .te-counter-item .title {
        font-size: 14px; /* Adjust title size */
        line-height: 28px;
    }
}


.te-img-card-shape {
    animation: bounce 1.5s infinite ease-in-out;
    z-index: -1;
}
.image-grid {
    display: grid;
    grid-template-columns: 1fr 1fr; /* 2 columns */
    grid-template-rows: auto auto auto; /* 3 rows */
    gap: 10px; /* Space between images */
    width: 100%; /* Adjust width */
    margin: auto;
}

.image-grid img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 8px; /* Optional rounded corners */
}

/* Image placement */
.image1 { grid-column: 1; grid-row: 1; } /* First Column */
.image2 { grid-column: 2; grid-row: 1 / span 2; } /* Spans 2 Rows */
.image3 { grid-column: 1; grid-row: 2; } /* Second Column */
.image4 { grid-column: 1 / span 2; grid-row: 4; } /* Spans 2 Columns */

 /* --------------------------------------------- */
/* Background Styling */
#Tensile .tensile-section {
    background: url(/CraftoEnterprises/Design/Images/ProductImages/EntranceTensileStructure/TensileWalkwayStructure/Tensile-Structures-for-Fabric-Covered-Walkways-Pathway-Shade-13.jpg) no-repeat center center fixed;
    background-size: cover;
    background-color: rgb(0, 0, 0,1);
}
#Tensile  .main {
    font-family:Arial;
    width:800px;
    display:block;
    margin:0 auto;
  }
  #Tensile .slider-nav img {
     width: 100px;
     height: 100px;
  }
  #pvctensile {
    position: relative;
}

/* Adding an overlay */
#pvctensile::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8); /* Black overlay with 50% opacity */
    z-index: 1;
}

/* Ensuring content stays above the overlay */
#pvctensile > * {
    position: relative;
    z-index: 2;
}

/* Background styling */
#pvctensile .background-dark {
    background-color: #000000;
    padding: 200px 0px;
}

/* Image container positioning */
#pvctensile .tensile-image-wrapper .imageT {
    position: relative;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start; /* Aligns everything to the left */
}

/* Image Styling */
#pvctensile .tensile-img {
    position: absolute;
    width: 100%;
    top: -300px;
    opacity: 1;
    left: 0; /* Ensure it's positioned on the left */
}

/* This class places the image offscreen to the right initially */
#pvctensile .next-image {
    right: 100%;
}

/* Left-aligned circle gradient */
#pvctensile .circle-gradientT {
    position: absolute;
    top: 50%;
    left: 10%; /* Moves it to the left side */
    transform: translate(0, -50%); /* Adjust for better positioning */
    width: 471px;
    height: 471px;
    border-radius: 500px;
    z-index: -1;
    background: linear-gradient(270deg, rgb(255, 254, 250) 0%, rgba(0, 0, 0, 0) 100%);
    transition: background 1s ease-in-out; /* Smooth transition */
}

/* Button Styling */
#pvctensile .tensile-theme-btn, .wp-block-loginout a, input.tensile-theme-btn {
    border: 1px solid #e1af27;
}
.te-theme-btn{
    background-color: #000000;
    color: #e1af27;
    border: 2px solid #e1af27;
}
.te-theme-btn:hover{
    color: #fff;
    font-size: 14px;
    border: 2px solid #e1af27;
}
#ACPSheetAb{
    background-color: #000000;
}
#ACPSheetAb .title {
    color: #e1af27;
}
#ACPSheetAb .short-title {
    color: #f8f8f8;
}
#ACPSheetAb .short-title:last-child {
    color: #e1af27;
}

#ACPSheetAb .te-section-desc {
    color: #f8f8f8;
}

#ACPSheetAb .text {
    color: #f8f8f8;
}

 .icon {
    color: #e1af27;
    font-size: 25px;
}
.angry-grid {
    display: grid;
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 10px; /* Added gap */
    height: 100vh;
    max-width: 600px;
    margin: auto;
}

.angry-grid div {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.angry-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

/* Grid Placement */
#item-0 {  
    grid-row: 1 / 2;
    grid-column: 1 / 4;
}

#item-1 { 
    grid-row: 2 / 2;
    grid-column: 1 / 3;
}

#item-2 {  
    grid-row: 2 / 3;
    grid-column: 3 / 4;
}

#item-3 { 
    grid-row: 1 / 2;
    grid-column: 4 / 6;
}

#item-4 { 
    grid-row: 3 / 2;
    grid-column: 3 / 6;
}

#item-5 { 
    grid-row: 3 / 4;
    grid-column: 1 / 4;
}
#item-6 { 
    grid-row: 3 / 4;
    grid-column: 4 / 6;
}


/* #Progress
================================================== */
@-webkit-keyframes border-transform{
    0%,100% { border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%; } 
    14% { border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%; } 
    28% { border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%; } 
    42% { border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%; } 
    56% { border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%; } 
    70% { border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%; } 
    84% { border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%; } 
}
    
    .progress-wrap {
        position: fixed;
        right: 30px;
        bottom: 30px;
        height: 56px;
        width: 56px;
        cursor: pointer;
        display: block;
        border-radius: 50px;
        box-shadow: inset  0 0 0 2px rgba(8, 86, 255, 0.8);
        background-color: #000000;
        z-index: 10000;
        opacity: 0;
        visibility: hidden;
        transform: translateY(15px);
        -webkit-transition: all 200ms linear;
        transition: all 200ms linear;
        z-index: 9999;
    }

    .progress-wrap.active-progress {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
    .progress-wrap::after {
        position: absolute;
        content: "↑";
        text-align: center;
        line-height: 56px;
        font-size: 30px;
        color: gold; /* --- Pijl kleur --- */
        left: 0;
        top: 0;
        height: 56px;
        width: 56px;
        cursor: pointer;
        display: block;
        z-index: 1;
        -webkit-transition: all 200ms linear;
        transition: all 200ms linear;
    }
    .progress-wrap:hover::after {
        opacity: 0;
    }
    .progress-wrap::before {
        position: absolute;
        content: "↑";
        text-align: center;
        line-height: 56px;
        font-size: 30px;
        opacity: 0;
        background: gold; /* --- Pijl hover kleur --- */
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        left: 0;
        top: 0;
        height: 56px;
        width: 56px;
        cursor: pointer;
        display: block;
        z-index: 2;
        -webkit-transition: all 200ms linear;
        transition: all 200ms linear;
    }
    .progress-wrap:hover::before {
        opacity: 1;
    }
    .progress-wrap svg path { 
        fill: none; 
    }
    .progress-wrap svg.progress-circle path {
        stroke: rgb(252, 207, 83); /* --- Lijn progres kleur --- */
        stroke-width: 5;
        box-sizing:border-box;
        -webkit-transition: all 200ms linear;
        transition: all 200ms linear;
    }
    .own{
        display: flex;
    }
    .TensileCard{
        overflow: hidden;
        padding-left: 20px;
        padding-right: 20px;
    }
    .portfolio-slider {
        overflow: hidden;
    }
    .portfolio-slider-wrapper{
        overflow: hidden;
        padding-left: 20px;
        padding-right: 20px; 
    }
    .bi-arrow-right-short::before {
       margin-right: 2px;
    }
#Branding .header h2{
    color: #e1af27;
    margin-bottom: 20px;
}
#Branding .benefits-brand{
    display: flex;
    overflow: hidden;
    margin: auto;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap; 
  }
  #Branding .benefits-brand img{
    width: 14%;
    height: 20%;
  }
  #ElevationSheet{
     overflow: hidden !important;
  }
  