/*
Theme Name: beanbags
*/


/* main css starts */
body{
     font-family: "Playfair Display", serif!important;  
     overflow-x: hidden;
}
.page-container{
      background-color: #000;
}
p{
     font-family: "Poppins", sans-serif!important;  
     font-weight: 400;
}
a{
    text-decoration:none!important;
    color:#1893a6;
}

html {
    scroll-behavior: smooth;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
} 

::selection {
	background: #717171;
	color: #fff;
}

::-moz-selection {
	background: #ffcd38;
	color: #fff;
}

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

::-webkit-scrollbar-track {
	border-radius: 0px;
}

::-webkit-scrollbar-thumb {
	border-radius: 0px;
	background-color: #898989;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}

::-webkit-scrollbar-thumb:hover {
	background-color: #141414;
}

/* main css ends */

/* Slider section starts */

.slick-slide {
	margin: 0px 0px;
}

.slick-slide img {
	width: 100%;
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}


/* Arrows */
.slick-prev,
.slick-next {
	font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 50px;
    height: 50px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: #00000000;
    border: none;
    outline: none;
    background: #ffffff00;
    
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
    background-color: #FF6B00;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: .25;
}

.slick-prev:before,
.slick-next:before {
	font-family: 'slick';
	font-size: 20px;
	line-height: 1;
	opacity: 1;
    color: #0b0b0b;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: -50px;
}

[dir='rtl'] .slick-prev {
	right: -25px;
	left: auto;
}

.slick-prev:before {
    content: '\f177'; 
     font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 20px;
    color: #ffffff;
    display: flex;
    line-height: 0;
    justify-content: center;
    width: 50px;
    height: 50px;
     background: #2d2d2f47;
    border-radius: 50px;
    align-items: center;
     border: 1px solid #ffffff57;
}
[dir='rtl'] .slick-next:before {
    content: '\276E'; 
}

.slick-next {
	right: -50px;
}

[dir='rtl'] .slick-next {
	right: auto;
	left: -25px;
}

.slick-next:before {
      content: '\f178';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 20px;
    color: #ffffff;
    display: flex;
    line-height: 0;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: #2d2d2f47;
    border-radius: 50px;
    align-items: center;
    border: 1px solid #ffffff57;
}

[dir='rtl'] .slick-prev:before {
    content: '\276F'; 
}


/* Dots */

.slick-dots {
	position: absolute;
	bottom: -15px;

	display: block;

	width: 100%;
	padding: 0;
	margin: 0;

	list-style: none;

	text-align: center;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	margin: 0px 5px !important;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	width: 10px;
	height: 10px;
	display: block;

	padding: 2px;

	cursor: pointer;

	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
	font-family: 'slick';
	font-size: 6px;
	line-height: 20px;

	position: absolute;
	top: 0;
	left: 0;

	width: 15px;
	height: 15px;

	content: '•';
	text-align: center;

	opacity: .25;
	color: black;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	opacity: .75;
	color: black;
}

/* slider section ends */


.whatsapp-iconbtn {
    width: 50px;
    height: 50px;
   background: #17a76b!important;
    color: #ffffff;
    position: fixed;
    right: 20px;
    bottom: 160px;
    z-index: 1050;
    border-radius: 50%;
    text-align: center;
    font-size: 28px;
    line-height: 50px;
    animation: flipAnimation 5s infinite;
    transform-style: preserve-3d;
    transition: transform 0.6s ease-in-out;
   -webkit-animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    box-shadow: 0 0 0 0 rgba(103, 184, 81, 0.5);
}
.call-iconbtn {
    width: 50px;
    height: 50px;
    background: #cf5113 !important;
    color: #ffffff;
    position: fixed;
    right: 20px;
    bottom: 90px;
    z-index: 1050;
    border-radius: 50%;
    text-align: center;
    font-size: 22px;
    line-height: 50px;
    animation: flipAnimation 5s infinite;
    transform-style: preserve-3d;
    transition: transform 0.6s ease-in-out;
   -webkit-animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    box-shadow: 0 0 0 0 rgb(255 107 0);
}
@keyframes puls{
    100% {
    box-shadow: 0 0 0 20px rgba(25, 153, 204, 0);
}
}
.backtotop-iconbtn{
    width: 50px;
    height: 50px;
    background: #ff6b00 !important;
    color: #ffffff;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 1050;
    border-radius: 50%;
    text-align: center;
    font-size: 22px;
    line-height: 50px;
    animation: flipAnimation 5s infinite;
    transform-style: preserve-3d;
    transition: transform 0.6s ease-in-out;
   animation: floatUpDown 2s ease-in-out infinite;
}
.call-iconbtn:hover {
    color: #ffffff !important;
}
.whatsapp-iconbtn:hover  {
    color: #ffffff !important;
}
.backtotop-iconbtn:hover {
    color: #ffffff !important;
}

@keyframes flip {
  0%   { transform: rotateY(0); }
  50%  { transform: rotateY(180deg); }
  100% { transform: rotateY(360deg); }
}

@keyframes floatUpDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}



/* header section starts */
.top-header-wrapper {
    padding-left: 20px;
    padding-right: 75px;
    padding-top: 0px;
    transition-duration: 0.3s;
    padding-bottom: 0px;
    background-color: #ff6b00;
    width: 100%;
    z-index: 1020;
    position: fixed;
    left: 0px;
    top: 0px;
}
.top-header-wrapper .container-fluid {
    padding: 10px 20px;
}
.top-header-wrapper .email-phone-div {
    display: flex;
    gap: 33px;
    align-items: center;
}
.top-header-wrapper .email-phone-div p {
    margin-bottom: 0px;
}
.top-header-wrapper .email-phone-div a {
    display: flex;
    gap: 8px;
   color: #fff;
   align-items: center;
   font-weight: 400;
}
.top-header-wrapper .hgi-stroke {
    font-size: 20px !important;
}
.top-header-wrapper .social-media-div {
    float: right;
}
.top-header-wrapper .social-media-div a{
   color: #fff;
}
.letstalk {
    text-align: center;
}
.f-nav .header-wrapper .container-fluid {
    padding: 0px;
}
.header-logo-sec img {
    width: 120px;
    height: auto;
    object-fit: contain;
    display: block;
    border-radius: 15px;
}
.header-wrapper {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 15px;
    transition-duration: 0.3s;
    padding-bottom: 15px;
    background-color: #ffffff00;
    width: 100%;
    z-index: 1020;
    position: fixed;
    left: 0px;
    top: 50px;
}
.header-wrapper .container-fluid{
    padding: 10px;
}
.f-nav .header-wrapper {
    background-color: #1e2323;
     padding-top: 5px;
    padding-bottom: 5px;
}
.common-button{
    padding: 10px 25px;
    background-color: #FF6B00;
    color: #ffffff;
    border-radius: 10px;
     transition: all 0.3s ease;
     font-family: "Poppins", sans-serif !important;
}
.common-button:hover{
    background-color: #ffffff;
    color: #141414;
    box-shadow: 0px 0px 2px 0px #00000042;
}

/* header section ends */

/* banner section starts */

  .banner-wrapper {
    position: relative;
    width: 100%;
  }

.banner-image img {
    width: 100%;
    height: 140vh;
    display: block;
    object-fit: cover;
}

.banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    color: #fff;
    z-index: 2;
    width: 65%;
    transform: translate(-50%, -50%);
}

.banner-content h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
    font-weight: bold;
    text-transform: capitalize;
    text-shadow: 0px 2px 0px #00000000;
}
.banner-content p {
    font-size: 16px;
    margin-bottom: 25px;
}
.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
     background: rgb(0 0 0 / 17%);
    z-index: 1;
    pointer-events: none;
}
a.common-button.banner-button-two {
    background-color: #fff;
    color: #000;
}
a.common-button.banner-button-two:hover {
   background-color: #FF6B00;
    color: #ffffff;
}
.banner-section .slick-next {
    right: 90px !important;
    top: 0px !important;
    bottom: 0px !important;
    margin: auto !important;
}
.banner-section .slick-prev {
    left: 80px !important;
    top: 0px !important;
    bottom: 0px !important;
    margin: auto;
    z-index: 99;
}
.rotating-wrapper {
  position: absolute;
  top: -90px;
  right: 50px;
  width: 100px;
  height: 100px;
}

.rotating-wrapper::before {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  background: url('./assets/img/beanbag-uae-dubai.png') no-repeat center center;
  background-size: contain;
  top: 0;
  left: 0;
  animation: rotateCircle 8s linear infinite;
}

.rotating-text {
  width: 60px!important;
  height: 60px!important;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
}

@keyframes rotateCircle {
  100% {
    transform: rotate(360deg);
  }
}

/* banner section ends */

/* certification page starts */
.certification-wrap {
    padding: 30px 0px;
    background-color: #d7ebe0;
}
.certification-wrap .certificate-image{
    margin: auto;
}
.certificate-image img{
    width: 100%;
}
/* certification page ends */

/* about section starts */
.about-page-wrap {
    padding: 80px 0px 100px;
    background-color: #131313;
}
.main-title-wrap .main-title {
    text-align: center;
}
.main-title-wrap .main-title h3 {
    font-size: 20px;
    width: fit-content;
    margin: auto;
    padding: 10px 20px;
    border-radius: 30px;
    color: #fff;
    background: linear-gradient(to bottom, #FFA600, #FF3C00);
    font-family: "Poppins", sans-serif !important;
}
.main-title-wrap .main-title h2 {
    margin-top: 12px;
    font-size: 35px;
    color: #fff;
}
.main-title-wrap .main-title p{
    color: #fff;
}
.about-page-wrap .about-content .content {
    position: relative;
    margin-top: 40px;
    padding: 50px;
    background-color: #242424f7;
    color: #fff;
}

.dot {
    width: 25px; 
    height: 25px;
    background: url(./assets/img/beanbags.png) no-repeat;
    background-size: cover;
    position: absolute;
}
@keyframes gentle-rotate {
  0% { transform: rotate(0deg); }
  25% { transform: rotate(-3deg); }
  50% { transform: rotate(3deg); }
  75% { transform: rotate(-3deg); }
  100% { transform: rotate(0deg); }
}
.top-left {
    top: 0;
    left: 0;
    transform: translate(-50%, -50%);
}
.top-right {
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
}
.bottom-left {
    bottom: 0;
    left: 0;
    transform: translate(-50%, 50%);
}
.bottom-right {
    bottom: 0;
    right: 0;
    transform: translate(50%, 50%);
}

.about-page-wrap .about-content .image img{
    width: 250px;
    height: 250px;
    object-fit: contain;
    position: absolute;
    right: -15%;
    top: 60%;
    display: inline-block;
  animation: gentle-rotate 3s ease-in-out infinite;
  transform-origin: center center;
}
.about-page-wrap{
    position: relative;
}
.about-page-wrap::before {
    content: '';
    position: absolute;
    width: 430px;
    height: 430px;
    background: url(./assets/img/outdoor-waterproof-beanbags-uae.png) no-repeat;
    background-size: contain;
    left: 0;
    top: 0px;
    opacity: .9;
    animation: sway 3s ease-in-out infinite;
    transform-origin: center center;
}
@keyframes sway {
  0% { transform: rotate(0deg); }
  25% { transform: rotate(2deg); }
  50% { transform: rotate(0deg); }
  75% { transform: rotate(3deg); }
  100% { transform: rotate(0deg); }
}
.about-page-wrap .about-content .content p{
     text-align: center;
}

/* about section ends */

/* why choose section starts */
.whychoose-page-wrap {
    padding: 80px 0px 0px;
    background-color: #000;
}
.whychoose-page-wrap .main-title-wrap .main-title h2 {
    color: #FF6B00;
}
.whychoose-page-wrap .whychoose-content h2 {
    font-weight: 700;
    font-size: 22px;
}
.whychoose-page-wrap .whychoose-content h3 {
    font-size: 18px;
    font-weight: 300;
}
.whychoose-content-wrapper {
    padding: 2px;
    border-radius: 22px;
    background: linear-gradient(270deg, #FFA600, #FF3C00, #FFA600);
    background-size: 300% 300%;
    animation: gradientBorderMove 5s linear infinite;
    height: 100%;
     margin: auto;
    display: block;
}

@keyframes gradientBorderMove {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.whychoose-page-wrap .whychoose-content {
    background: #000000;
    text-align: center;
    color: #fff;
    padding: 50px 20px;
    border-radius: 20px;
    font-family: "Poppins", sans-serif !important;
    height: 100%;
}

.whychoose-page-wrap .why-choose-main {
    padding: 50px 30px;
    background-color: #191919;
    margin-top: 20px;
}
/* why choose section ends */

 /* product ranges starts */
section.product-ranges-wrap {
    padding: 80px 0px;
}
.product-grid-section {
    background: url(./assets/img/custom-beanbags.webp) no-repeat;
    background-size: cover;
    padding: 50px 0px;
    margin-top: 30px;
}
.product-ranges-main {
    margin-top: 30px;
}
.product-main-wrapper {
    padding: 5px;
    background-color: #fff;
    border-radius: 30px;
    box-shadow: 0px 4px 0px 0px #474747d6;
    margin-bottom: 20px;
}
.product-main-wrapper .image img {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.product-main-wrapper .content {
    padding: 15px;
}
.product-main-wrapper .content h2 {
    font-weight: 600;
    font-size: 22px;
    font-family: "Poppins", sans-serif !important;
}
.product-main-wrapper .content p {
    font-size: 15px;
}

  /* product ranges ends */


  /* product categories starts*/
.product-categories-wrap {
    padding: 0px 0px 50px;
}
.product-categories-wrap .product-categories-main{
    margin-top: 20px;
}
.product-categories-wrapper .image img{
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 20px;
}
.product-categories-wrapper {
    padding: 7px;
    background-color: #fff;
    margin-bottom: 15px;
    border-radius: 20px;
    min-height: 350px;
}

.product-categories-wrapper .content{
    padding: 10px;
}
.product-categories-wrapper .content h2{
    font-size: 23px;
    color: #ff6b00;
     font-family: "Poppins", sans-serif !important;
}

.product-categories-wrapper .content p{
       margin-bottom: 0px;
    font-size: 13px;
}

 /* product categories ends*/

 /* fabrics starts */
.fabrics-wrap{
    padding: 80px 0px;
    background: url(./assets/img/custom-colors-and-fabrics-beanbags.webp) no-repeat;
    background-size: cover;
}
.fabrics-wrap .fabrics-main{
    margin-top: 20px;
    padding: 15px;
}
.fabrics-wrap .fabrics-wrapper {
    padding: 7px;
    background-color: #fff;
    border-radius: 20px;
}
.fabrics-wrap .fabrics-wrapper .image img{
    width: 100%;
    height: 270px;
    object-fit: cover;
     border-radius: 20px;
}
.fabrics-wrap .fabrics-wrapper .content h2 {
    font-size: 14px;
    color: #1b1b1b;
    font-family: "Poppins", sans-serif !important;
    margin-bottom: 4px;
    text-align: center;
    font-weight: 600;
}
.fabrics-wrap .fabrics-wrapper .content{
    padding: 10px;
}
.fabrics-wrap .fabrics-wrapper .content p{
          margin-bottom: 0px;
    font-size: 14px;
    text-align: center;
}
.fabrics-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    margin-top: 20px;
    padding: 40px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
   
}

.corner-dot {
    position: absolute;
    width: 25px;
    height: 25px;
    background-image: url('./assets/img/beanbags.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.corner-dot.top-left {
    top: 5px;
    left: 5px;
}

.corner-dot.top-right {
    top: 5px;
    right: 5px;
}

.corner-dot.bottom-left {
    bottom: 5px;
    left: 5px;
}

.corner-dot.bottom-right {
    bottom: 5px;
    right: 5px;
}

 
.fabrics-wrap .custom-container{
    padding: 0px 6%;
}
.fabrics-wrap .main-title-wrap .main-title h2 {
    color: #000000;
}

/*  fabrics ends */

/* gallery section starts */
.gallery-wrap{
    background-color: #F1F1F1;
}
.gallery-wrap .custom-container{
    padding: 0px 7%;
}
.gallery-wrap .content h2{
    margin-top: 12px;
    font-size: 40px;
    color: #000000;
    text-shadow: 0px 1px 10px #00000036;
}
.gallery-wrap .content h3{
    font-size: 20px;
    width: fit-content;
    padding: 10px 20px;
    border-radius: 30px;
    color: #ff6b00;
    font-family: "Poppins", sans-serif !important;
    background-color: #fff;
    border: 2px solid #ff6b00;
}
.gallery-wrap .content p{
    margin-top: 20px;
    margin-bottom: 25px;
}
.gallery-wrap .gallery-button a{
    font-family: "Poppins", sans-serif !important;
    box-shadow: 1px 3px 2px 2px #0000001c;
    font-size: 11px;
}
.scroll-columns-wrapper {
  display: flex;
  gap: 20px;
  overflow: hidden;
  height: 600px;
}

.scroll-column {
  flex: 1;
  overflow: hidden;
  position: relative;
}

.scroll-track {
  display: flex;
  flex-direction: column;
  animation-duration: 30s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.up-scroll .scroll-track {
  animation-name: scroll-up-loop;
}

.down-scroll .scroll-track {
  animation-name: scroll-down-loop;
}

@keyframes scroll-up-loop {
  0% { transform: translateY(0); }
  100% { transform: translateY(-50%); }
}

@keyframes scroll-down-loop {
  0% { transform: translateY(-50%); }
  100% { transform: translateY(0); }
}

.scroll-image {
  margin-bottom: 20px;
}

.scroll-image img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 30px;
  display: block;
}

/* gallery section ends */

/* contact section starts */
.contact-wrap{
    padding: 80px 0px;
}
.contact-wrap .contact-image img{
    width: 100%;
    height: auto;
    object-fit: contain;
    animation: gentle-rotate 10s ease-in-out infinite;
}
.contact-wrap .contact-main {
    padding: 30px 15px;
    margin-top: 20px;
    background-color: #434343;
    border-radius: 30px;
}
.contact-wrap .form-wrapper input[type=text], .contact-wrap .form-wrapper input[type=email] {
       width: 100%;
    background: none;
    height: 42px;
    outline: none;
    padding-left: 15px;
    font-size: 15px;
    transition-duration: 0.3s;
    background-color: #ffffff;
    border: 0px;
    color: #313131;
    border-radius: 11px;
}
.contact-wrap .form-wrapper select {
    width: 100%;
    background: none;
    height: 42px;
    outline: none;
    padding-left: 15px;
    font-size: 15px;
    transition-duration: 0.3s;
     background-color: #ffffff;
    border: 0px;
    color: #696969;
     border-radius: 11px;
}
.contact-wrap .form-wrapper p {
    margin-bottom: 0px;
 }
.contact-wrap label {
    display: inline-block;
    margin-bottom: .5rem;
    color: #fff;
}
.contact-wrap textarea {
    overflow: auto;
    resize: vertical;
    width: 100%;
    background: none;
    outline: none;
    padding-left: 15px;
    font-size: 15px;
    transition-duration: 0.3s;
    background-color: #ffffff;
    border: 0px;
    color: #fff;
    border-radius: 11px;
}
.contact-wrap .wpcf7-submit{
    padding: 10px 20px;
    outline: none;
    padding-left: 15px;
    font-size: 15px;
    transition-duration: 0.3s;
    background-color: #ffffff;
    border: 2px solid #ff6b00;
    color: #ff6b00;
    border-radius: 11px;
    transition: all 2s ease;
}
.contact-wrap .wpcf7-submit:hover{
    background-color: #ff6b00;
    border: 2px solid #ff6b00;
    color: #ffffff;
    border-radius: 11px;
}

.contact-section .social-media {
        margin: auto;
    display: block;
}
.contact-section .social-media-div h2 {
    text-align: center;
    color: #fff;
    font-weight: 600;
}
.contact-section .social-media-div a {
    border: 0px solid #ffffff;
    color: #ff6b00;
    background-color: #fff;
    border-radius: 6px;
}

/* contact section ends */

/* enquiry section starts */
.enquiry-section-starts {
    width: 100%;
}

.enquiry-section-starts .row {
    margin-left: 0;
    margin-right: 0;
    display: flex;
    flex-wrap: nowrap;
}

.enquiry-section-starts .left-column {
    background-color: #ff6b00;
    display: flex;
    align-items: center;
    padding: 40px;
}
.enquiry-section-starts .left-column .content h3 {
    font-size: 17px;
    width: fit-content;
    padding: 10px 20px;
    border-radius: 30px;
    color: #ff6b00;
    background: linear-gradient(to bottom, #ffffff, #e6e6e6);
    font-family: "Poppins", sans-serif !important;
}
.enquiry-section-starts .left-column .content h2{
    margin-top: 12px;
    font-size: 35px;
    color: #fff;
}
.enquiry-section-starts .enquiry-bg-image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 300px;  
}
.enquire-btn {
    color: #fff;
    font-family: "Poppins", sans-serif !important;
    transition: all 1s ease-in-out;
    display: flex;
    align-items: center;
}
.enquire-btn:hover {
    color: #000;
    font-family: "Poppins", sans-serif !important;
}
.enquire-btn i{
    transform: rotate(330deg);
    padding-left: 0px;
    font-size: 20px;
     margin-left: 4px;
}
.enquire-btn:hover i{
    transform: rotate(0deg);
     
}
/* enquiry section ends */

/* footer section starts */
.footer-logo img{
    width: 120px;
    height: auto;
    object-fit: contain;
    display: block;
    border-radius: 20px;
}
.footer-section-wrapper .container-fluid{
    border-radius: 50px;
    padding: 80px 0px 0px;
}
.footer-bottom-sec {
    padding-top: 35px;
}
.footer-bottom-sec .footer-copyright p{
    text-align: center;
    color: #000000;
}
.footer-top-sec{
        padding: 0px 20px;
}

.footer-logo p{
    margin-top: 20px;
    color: #242424;
}
.social-media-div a {
    font-size: 16px;
    padding: 9px 10px 5px;
    border: 1px solid #ff6b00;
    border-radius: 10px;
    transition: all .3s ease;
    color: #ff6b00;
   
}
.footer-top-sec .social-media-div a{
   margin-right: 6px;
}

.social-media-div a:hover {
     color: #242424;
}
.social-media-div h2 {
    font-size: 20px;
     font-family: "Poppins", sans-serif !important;
     margin-bottom: 20px;
}
.footer-menu h2 {
    font-size: 24px;
    color: #242424;
    margin-bottom: 30px;
}
.footer-menu a {
    color: #242424;
    transition: all .3s ease;
    font-family: "Poppins", sans-serif !important;
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: "Poppins", sans-serif!important;  
    margin-bottom: 8px;
}
.footer-menu p {
    color:#242424;
        font-weight: 400;
}

.footer-menu a:hover {
    color: #ff6b00;
}

.footer-menu ul{
    list-style-type: none;
    padding-left: 0px;
    line-height: 1.7;
    transition: all 0.3s ease;
}
 .footer-location .google-map iframe{
    border: 0;
    width: 300px;
    height: 200px;
    border-radius: 30px;
}
section.footer-section-wrapper.container-fluid {
    background-color: #ffffff;
}
/* footer section ends */



/* responsive section starts */

@media (max-width: 767.5px) {
    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block {
        background-color: #ffffff;
        border-radius: 10px;
    }
    .top-header-wrapper {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    .top-header-wrapper .container-fluid {
        padding: 10px 0px;
    }
    .top-header-wrapper .email-phone-div {
        justify-content: center;
        gap: 10px;
    }
    .top-header-wrapper .email-phone-div a {
        gap: 0px;
        font-size: 13px;
    }
    .top-header-wrapper .social-media-div {
        display: none;
    }
    .common-button {
        display: none;
    }
    .about-page-wrap .about-content .image img {
        right: 0%;
        top: 90%;
    }
    .banner-content {
        top:60%;
         width: 90%;
    }
    .banner-content h1 {
        font-size: 25px;
    }
    .banner-image img {
        height: 90vh;
    }
    .banner-section .slick-prev {
        top: auto !important;
    }
    .banner-section .slick-next {
        top: auto !important;
        }
    .header-logo-sec img {
        width: 90px;
    }
    .certificate-image img {
        padding: 10px;
    }
    .whychoose-page-wrap .whychoose-content {
        padding: 25px 20px;
    }
  .why-choose-main .col-lg-2.col-md-4.col-6 {
        margin-bottom: 15px;
        padding: 8px;
    }
    .whychoose-page-wrap .why-choose-main {
        padding: 25px 10px;
    }
    .whychoose-page-wrap .whychoose-content h2 {
        font-weight: 700;
        font-size: 20px;
    }
    .whychoose-page-wrap .whychoose-content h3 {
        font-size: 16px;
    }
    .about-page-wrap .about-content .content {
        padding: 28px;
    }
    .main-title-wrap .main-title h2 {
        padding: 10px;
        font-size: 30px;
    }
    .gallery-wrap .content h2 {
        font-size: 30px;
    }
    .gallery-wrap .content {
        padding: 80px 0px 15px;
    }
    .scroll-image img {
        height: 190px;
        border-radius: 25px;
    }
    .contact-wrap .contact-main {
        margin: 2px;
    }
    .enquiry-section-starts .row {
        flex-direction: column;
    }
    .footer-menu a {
        margin-bottom: 3px;
        font-size: 20px;
    }
    .footer-menu h2 {
        font-size: 30px;
        margin-bottom: 17px;
        margin-top: 20px;
    }
    .fabrics-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .fabrics-grid {
        padding: 40px 15px;
    }
    .page-container {
        overflow-x: hidden;
    }
    .product-categories-main .slick-next {
        right: 25px;
    }
     .product-categories-main .slick-prev {
        left: 25px;
        z-index: 99;
    }
    .fabrics-wrap .fabrics-wrapper {
        margin-bottom: 7px;
    }
}

@media (max-width: 1200px) {
    .fabrics-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media only screen and (min-width:768px) and (max-width: 992px) {

 #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block {
        background-color: #ffffff;
        border-radius: 10px;
    }
    .top-header-wrapper {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    .top-header-wrapper .container-fluid {
        padding: 10px 0px;
    }
    .top-header-wrapper .email-phone-div {
        justify-content: center;
        gap: 10px;
    }
    .top-header-wrapper .email-phone-div a {
        gap: 0px;
        font-size: 13px;
    }

    .common-button {
        display: none;
    }
    .about-page-wrap .about-content .image img {
        right: 0%;
        top: 90%;
    }
    .banner-content {
        top:60%;
         width: 90%;
    }
    .banner-content h1 {
        font-size: 25px;
    }
    .banner-image img {
        height: 90vh;
    }
    .banner-section .slick-prev {
        top: auto !important;
    }
    .banner-section .slick-next {
        top: auto !important;
        }
    .header-logo-sec img {
        width: 90px;
    }
    .certificate-image img {
        padding: 10px;
    }
    .whychoose-page-wrap .whychoose-content {
        padding: 25px 20px;
    }
  .why-choose-main .col-lg-2.col-md-4.col-6 {
        margin-bottom: 15px;
        padding: 8px;
    }
    .whychoose-page-wrap .why-choose-main {
        padding: 25px 10px;
    }
    .whychoose-page-wrap .whychoose-content h2 {
        font-weight: 700;
        font-size: 20px;
    }
    .whychoose-page-wrap .whychoose-content h3 {
        font-size: 16px;
    }
    .about-page-wrap .about-content .content {
        padding: 28px;
    }
    .main-title-wrap .main-title h2 {
        padding: 10px;
        font-size: 30px;
    }
    .gallery-wrap .content h2 {
        font-size: 30px;
    }
    .gallery-wrap .content {
        padding: 80px 0px 15px;
    }
    .scroll-image img {
        height: 190px;
        border-radius: 25px;
    }
    .contact-wrap .contact-main {
        margin: 2px;
    }
    .enquiry-section-starts .row {
        flex-direction: column;
    }
    .footer-menu a {
        margin-bottom: 3px;
        font-size: 20px;
    }
    .footer-menu h2 {
        font-size: 30px;
        margin-bottom: 17px;
        margin-top: 20px;
    }
    .fabrics-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .fabrics-grid {
        padding: 40px 15px;
    }
    .page-container {
        overflow-x: hidden;
    }
    .product-categories-main .slick-next {
        right: 25px;
    }
     .product-categories-main .slick-prev {
        left: 25px;
        z-index: 99;
    }
    .fabrics-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}








@media (max-width: 576px) {
    .fabrics-grid {
        grid-template-columns: 1fr;
    }
}


.thank-you-container {
  text-align: center;
    padding: 130px 20px;
    max-width: 500px;
    margin: 40px auto;
 
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
}

.thank-you-title {
  color: #fff;
  font-size: 2.5rem;
  margin-top: 24px;
  margin-bottom: 12px;
  font-weight: 700;
}

.thank-you-message {
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 32px;
}

.home-button {
  display: inline-block;
  background-color: #FF6B00;
  color: #ffffff !important;
  text-decoration: none !important;
  padding: 14px 32px;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 50px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(91, 184, 92, 0.3);
}

.home-button:hover {
  background-color: #4cae4c;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(91, 184, 92, 0.4);
}

.svg-container {
  width: 100px;
  height: 100px;
  margin: 0 auto;
}

.ft-green-tick {
  width: 100%;
  height: 100%;
}

.ft-green-tick .circle {
  animation: popIn 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
  transform-origin: center;
  scale: 0;
}

.ft-green-tick .tick {
  stroke-dasharray: 29;
  stroke-dashoffset: 29;
  animation: drawTick 0.3s ease-in-out 0.35s forwards;
}

@keyframes popIn {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes drawTick {
  0% {
    stroke-dashoffset: 29;
  }
  100% {
    stroke-dashoffset: 0;
  }
}