@import url('https://fonts.googleapis.com/css?family=Lato');

body {
  margin: 0;
  padding: 0;
  font-family: 'Lato', sans-serif;
  overflow-x: hidden;
}

a {
  transition: 0.5s ease-in-out;
  text-decoration: none;
}

.clr {
  clear: both;
}

.clr-10 {
  clear: both;
  height: 10px;
}

.clr-20 {
  clear: both;
  height: 20px;
}

.clr-30 {
  clear: both;
  height: 30px;
}

.clr-40 {
  clear: both;
  height: 40px;
}

.clr-50 {
  clear: both;
  height: 50px;
}


#wrapper {
  width: 100%;
  box-sizing: border-box;
  float: left;
}

.container {
  width: 100%;
  max-width: 1200px;
  height: auto;
  padding: 0 15px;
  box-sizing: border-box;
  margin: 0 auto;
}

/* .header-top {
     background: #00afb2; background: -webkit-linear-gradient(to right, #00afb2, #ca00cc);      
	background: linear-gradient(to right, #00afb2, #be00cc); width: 100%; float: left; box-sizing: border-box; 
} */

/* .header-top {
     background: #f4d03f; 
     background: -webkit-linear-gradient(to right, #f4d03f, #16a085); 
     background: linear-gradient(to right, #f4d03f, #16a085); 
     width: 100%; 
     float: left; 
     box-sizing: border-box; 
   } */


/* .header-top {
     background: #11998e; 
     background: -webkit-linear-gradient(to right, #11998e, #38ef7d); 
     background: linear-gradient(to right, #11998e, #38ef7d); 
     width: 100%; 
     float: left; 
     box-sizing: border-box; 
   } */


.header-top {
  background: #654ea3;
  background: -webkit-linear-gradient(to right, #eaafc8, #654ea3);
  background: linear-gradient(to right, #eaafc8, #654ea3);
  width: 100%;
  float: left;
  box-sizing: border-box;
}



.header-top-bg {
  background: url(../images/dotted-bg.png) top center repeat;
  width: 100%;
  height: auto;
  float: left;
}

.header-col {
  width: 100%;
  box-sizing: border-box;
  float: left;
  padding: 20px 0;
}

.header-left {
  width: 50%;
  float: left;
  box-sizing: border-box;
}

.logo {
  width: 37%;
  float: left;
}

.header-right {
  width: 50%;
  float: right;
  box-sizing: border-box;
  text-align: right;
}

/* .social-icons {
  width: 100%;
  float: right;
  box-sizing: border-box;
  margin: 15px 0 0 0;
}

.social-icons .fa {
  font-size: 21px;
  color: #fff;
  margin-right: 20px;
}

.social-icons .fa:hover {
  color: #07a9b2;
  transition: 0.5s ease-in-out;
} */

.social-icons {
  display: flex;
  /* Enables flexbox */
  justify-content: center;
  /* Centers items horizontally */
  align-items: center;
  /* Centers items vertically */
  gap: 20px;
  /* Adjust spacing between icons */
  margin: 0px 0 0 0;
  /* Keep this as needed */
  list-style: none;
  /* Removes bullet points from the list */
  padding: 0;
  /* Removes default padding from the list */
}

.social-icons .fa {
  font-size: 21px;
  color: #fff;
  transition: color 0.5s ease-in-out;
  /* Smooth color transition on hover */
}

.social-icons .fa:hover {
  color: #07a9b2;
}


.request {
  border: 2px solid #fff;
  border-radius: 20px;
  padding: 10px 30px;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
}

.request:hover {
  background-color: #fff;
  color: #07a9b2;
}




/*slider start*/
.slider-col-1 {
  width: 100%;
  max-width: 1170px;
  margin: 0px auto -120px;
  box-sizing: border-box;
  overflow-x: hidden;
  position: relative;
}

.slider {
  width: 100%;
  margin: 0px auto;
}


/* .regular iframe{
  width: 100%;
  height: 400px;
} */

.slick-slide {
  margin: 0px 0px;
}

.slick-slide img {
  width: 100%;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}

.slick-slide {
  transition: all ease-in-out;
}

.slick-active {
  opacity: 1;
}

.slick-current {
  opacity: 1;
}

/*slider end*/

/*certified*/
.certified {
  width: 100%;
  float: left;
  box-sizing: border-box;
  margin: 160px 0 80px 0;
}

.certified-col {
  width: 100%;
  float: left;
  box-sizing: border-box;
}

.certified-col img {
  width: 100%;
  float: left;
}

.certified-col p {
  width: 100%;
  margin: 0 auto;
  color: #585858;
  font-size: 26px;
  line-height: 45px;
  border-top: 1px solid #cccccc;
  margin-top: 30px;
  padding: 20px 10px;
  box-sizing: border-box;
  text-align: center;
}


.contact-header {
  color: black;
  text-align: center;
  padding: 2rem 0;
}

.contact-header h1 {
  font-size: 2.5rem;
  font-weight: bold;
}

.contact-section {
  padding: 3rem 0;
}

.contact-section .info {
  margin-bottom: 2rem;
}

.contact-section .info h5 {
  font-weight: bold;
  color: #654ea3;
}

.btn-custom {
  background: #654ea3;
  background: -webkit-linear-gradient(to right, #eaafc8, #654ea3);
  background: linear-gradient(to right, #a96883, #654ea3);
  color: white;
  font-weight: bold;
  border: none;
  padding: 10px 40px 10px 40px;
  border-bottom-left-radius: 100px;
  border-top-right-radius: 100px;
  box-sizing: border-box; 
}


.about_section img {
  width:100%;
  height:470px;
  margin-bottom: 100px;
  border: 5px solid transparent;
  outline: 2px solid whitesmoke;
}


.btn-custom:hover {

  background: #654ea3;
  background: -webkit-linear-gradient(to right, #654ea3, #eaafc8);
  background: linear-gradient(to right, #654ea3, #a96883);

  color: white;
  border-bottom-left-radius: 100px;
  border-top-right-radius: 100px;
  outline: 2px solid black;
  box-sizing: border-box;  
  transition: .1s;
}

iframe {
  width: 100%;
  height: 350px;
  border: 10px solid transparent;
  margin-bottom: 50px;
  outline: 10px solid white;
}

.line_first {
  display: flex;
  justify-content: center;
  align-items: center;
}

.line_first1 {
  width: 200px;
  height: 3px;
  margin-top: -125px;
  background: linear-gradient(to right, #eaafc8, #654ea3);
}


.line_first12 {
  width: 200px;
  height: 3px;
  margin-top: -40px;
  margin-left: -360px;
  background: linear-gradient(to right, #eaafc8, #654ea3);
}

/*printer*/
/* .printer {
  width: 100%;
  float: left;
  box-sizing: border-box;
  background: url(../images/press_images/m4.jpg) top center no-repeat;
  padding: 70px 0;
  background-size: cover;
} */


.printer {
  width: 100%;
  float: left;
  box-sizing: border-box;
  padding: 70px 0;
  position: relative;
  overflow: hidden;
}

.printer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/press_images/m4.jpg) top center no-repeat;
  background-size: cover;
  filter: blur(5px);
  z-index: -1; /* Keeps the blur in the background */
}



.printer-col {
  width: 100%;
  float: left;
  box-sizing: border-box;
}

.printer-left {
  width: 32%;
  float: left;
  box-sizing: border-box;
  padding: 0px 30px;
}

.printer-left h2 {
  font-size: 40px;
  color: #fff;
  font-weight: 400;
  width: 100%;
  float: right;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 25px 0px;
  text-align: center;
  margin-top: 125px;
  box-sizing: border-box;
}

.printer-right {
  width: 68%;
  float: right;
  box-sizing: border-box;
}

video {
  width: 100%;
}

/*products*/
.pd-heading {
  width: 100%;
  float: left;
  box-sizing: border-box;
  margin: 80px 0 30px;
}
.pd-heading1{
  width: 100%;
  float: left;
  box-sizing: border-box;
  margin: 80px 0 30px;
}

.products {
  width: 100%;
  float: left;
  box-sizing: border-box;
  background: url(../images/product-box-bg-01.jpg) top center repeat-y;
  padding-bottom: 30px;
}

.products-col {
  width: 100%;
  box-sizing: border-box;
  float: left;
}

.pd-heading h2 {
  color: #000;
  font-size: 30px;
  text-align: center;
  margin: 0 0 160px 0;
}

.pd-inner {
  width: 30%;
  margin-right: 23px;
  float: left;
  box-sizing: border-box;
  background-color: #fff;
}

.pd-inner img {
  width: 100%;
  float: left;
}

.pd-01 {
  margin-top: -100px;
}

.pd-02 {
  margin-top: -50px;
}

.pd-03 {
  margin-top: -100px;
  margin-right: 0;
}

.pd-detail {
  width: 100%;
  float: left;
  box-sizing: border-box;
  padding: 0px 15px 20px 15px;
}

.pd-detail h3 {
  color: #00a650;
  font-size: 24px;
  font-weight: 600;
  margin: 20px 0 5px 0;
}

.pd-detail p {
  color: #5b5b5b;
  font-size: 14px;
  margin: 0;
  font-weight: 400;
}

.products-row-2 {
  width: 100%;
  float: left;
  box-sizing: border-box;
  background: url(../images/product-box-bg-02.jpg) top center repeat-y;
  padding-bottom: 30px;
  margin-top: 148px;
}

.products-row-3 {
  width: 100%;
  float: left;
  box-sizing: border-box;
  /* background: url(../images/product-box-bg-02.jpg) top center repeat-y; */
  background: url(../images/product-box-bg-01.jpg) top center repeat-y;

  padding-bottom: 30px;
  margin-top: 148px;
  
}

.printingText p {
  color: #494949;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  margin-bottom: 50px;
  text-align: center;
}

.printFactors {
  padding: 0 30px;
  /* font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; */
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

/*why Thomsonpress*/
.why-thomson {
  width: 100%;
  box-sizing: border-box;
  float: left;
  background: url(../images/why-thomsonpress.jpg) top center no-repeat;
  margin: 0 0 50px 0;
  padding: 80px 0 127px 0;
}

/*padding: 80px 0 170px 0;*/
.why-thomson-col {
  width: 100%;
  float: left;
  box-sizing: border-box;
}

.heading {
  font-size: 30px;
  color: #fff;
  text-align: center;
}

.why-tp-col {
  width: 20%;
  float: left;
  box-sizing: border-box;
  margin-top: 70px;
  text-align: center;
  font-size: 65px;
  line-height: 18px;
  color: #fff;
  font-weight: 900;
  border-right: #c5c5c5 2px solid;
  padding: 0px 0px 10px 0px;
}

.year {
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 300;
  letter-spacing: 5px;
  position: relative;
  line-height: 15px;
  bottom: 30px;
  display: -moz-grid;
  text-align: left;
}

.why-text {
  width: 100%;
  margin: 0px auto;
  text-transform: uppercase;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  margin: 10px 0px 0px 0px;
}

.plus {
  font-size: 40px;
  color: #fff;
  line-height: 10px;
  position: absolute;
  margin: -25px 0px 0px 0px;
}

.percentage {
  font-size: 40px;
  color: #fff;
  line-height: 10px;
  position: absolute;
  margin: 4px 0px 0px 8px;
}

.s-sign {
  font-size: 40px;
  color: #fff;
  line-height: 10px;
  position: absolute;
  margin: 10px 0px 0px -3px;
}

.per-plus {
  font-size: 40px;
  color: #fff;
  line-height: 10px;
  position: absolute;
  margin: -25px 0px 0px 43px;
}


/*cutting edge*/
.cutting-edge {
  width: 100%;
  float: left;
  box-sizing: border-box;
  margin: 0 0 50px 0;
}

/*margin: 0 0 100px 0;*/
.edge-col {
  width: 100%;
  float: left;
  box-sizing: border-box;
  padding: 0px 0px;
}

.edge-left {
  width: 32%;
  height: 50%;
  float: left;
  box-sizing: border-box;
  padding-right: 8px;
}

.edge-heading {
  width: 100%;
  box-sizing: border-box;
  float: right;
  background: #ff5472;
  background: -webkit-linear-gradient(to bottom right, #ff5472, #ff7538);
  background: linear-gradient(to bottom right, #ff5472, #ff7538);
  font-size: 50px;
  color: #fff;
  text-align: left;
  padding: 134px 70px;
}

.edge-right {
  width: 68%;
  float: right;
  box-sizing: border-box;
}


.white-col {
  width: 100%;
  float: left;
  background: #eeeeee;
  padding: 50px 0px 0px 0;
}

.testimonial-col {
  width: 50%;
  float: left;
  padding-bottom: 30px;
  box-sizing: border-box;
  padding: 0 40px 70px;
}

.blog-col img {
  width: 86%;
  margin: 20px 0 0 0;
}

.blog-detail {
  width: 100%;
  float: left;
  box-sizing: border-box;
}

.blog-detail h3 {
  font-size: 20px;
  color: #000;
  font-weight: 300;
}

/*.blog-detail ul { list-style: none; margin: 15px 0 15px 0; padding: 0; }
.blog-detail ul li { display: inline-block; padding: 0 25px; border-right: 2px solid #ababab; color: #000; font-size: 14px;}
.blog-detail ul li a { color: #a6a6a6; font-size: 18px; }
.blog-detail ul li a:hover { color: #00963e; }
.blog-detail p { font-size: 15px; color: #000000; line-height: 26px; width: 85%; }*/
.testi-scroll {
  margin: 50px 0 0 0;
  height: 250px;
  overflow-y: scroll;
}

.testi-scroll p {
  font-size: 17px;
  color: #333333;
  line-height: 28px;
}

.department {
  color: #333;
  font-size: 18px;
  font-weight: 700;
  margin: 20px 0px 50px 0;
}

.department h3 {
  font-size: 24px;
  margin: 0;
  line-height: 40px;
}

.news-col {
  width: 50%;
  float: right;
  box-sizing: border-box;
  border-left: 1px #ccc solid;
  padding: 0 0 20px 40px;
}

.news-scroll {
  height: 250px;
  overflow-y: scroll;
}

.news-col-inner {
  width: 100%;
  float: left;
}

.date {
  width: 15%;
  max-width: 67px;
  text-align: center;
  float: left;
  background: #d5d5d5;
  padding-top: 8px;
  font-size: 30px;
  line-height: 35px;
  font-weight: 400;
  color: #5c5959;
  box-sizing: border-box;
  margin: 5px 20px 0 0;
}

.date span {
  display: block;
  background: #1bafaf;
  padding: 4px 0px;
  font-size: 23px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
}

.news-heading {
  font-size: 24px;
  font-weight: 500;
  line-height: 35px;
  color: #202020;
}

.news-col-inner p {
  font-weight: 300;
  font-size: 18px;
  color: #616161;
  line-height: 21px;
  margin-top: 5px;
}

.divider-line-new {
  width: 100%;
  background: #cdcdcd;
  height: 1px;
  margin: 5px 0px;
}

.read-more {
  padding: 10px 20px;
  color: #fff;
  background-color: #16da00;
  font-weight: 900;
  border-radius: 20px;
  display: inline-block;
}

.tp-wave {
  width: 100%;
  height: 500px;
  float: left;
  box-sizing: border-box;
  /* background: url(../images/bottom-wave2.png) top center no-repeat; */
  background: url(../images/bottom-wave6.png) top center no-repeat;
  background-size: cover;
}

.tp-wave-col {
  width: 100%;
  float: left;
  box-sizing: border-box;
  padding: 100px 0 50px 0;
  text-align: center;
}

.tp-wave-col img {
  width: 25%;
}

.tp-wave-col p {
  color: #e4e4e4;
  font-size: 40px;
  font-weight: 300;
  margin-top: 150px;
  font-weight: bolder;
}

.tp-wave-col p span {
  font-weight: 900;
  font-size: 50px;
}

.tp-wave-col a {
  padding: 10px 20px;
  color: black;
  background-color: white;
  font-weight: 900;
  border-radius: 20px;
  display: inline-block;
  text-decoration: none;
}

.tp-wave-col a:hover {
  /* background-color: #fff; */
  background: #654ea3;
  background: -webkit-linear-gradient(to right, #eaafc8, #654ea3);
  background: linear-gradient(to right, #eaafc8, #654ea3);
  color: white;
  text-decoration: none;
}



/* ================================================================= */


/* Footer Styles */

.footer-head {
  background: #222;
  /* height: 600px; */
  width: 100%;
  float: left;
}

footer {
  /* background: #222; */
  color: #fff;
  padding: 50px 0;
  font-family: 'Arial', sans-serif;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding: 0 15px;
}

.footer-col {
  flex: 1;
  min-width: 200px;
}

.footer-col img {
  max-width: 150px;
  margin-bottom: 20px;
}

.footer-col h3 {
  font-size: 20px;
  margin-bottom: 15px;
  /* color: linear-gradient(to right, #eaafc8, #654ea3); */
  position: relative;
  background: linear-gradient(to right, #eaafc8, #654ea3);
  -webkit-background-clip: text;
  /* Ensures the background applies to the text only */
  -webkit-text-fill-color: transparent;
  /* Makes the rest of the text transparent */
  font-weight: bold;
  /* Optional, for styling */
}

.compnays {
  background: linear-gradient(to right, #eaafc8, #654ea3);
  -webkit-background-clip: text;
  /* Ensures the background applies to the text only */
  -webkit-text-fill-color: transparent;
  /* Makes the rest of the text transparent */
  font-weight: bold;
  /* Optional, for styling */

}

.footer-col h3::after {
  content: '';
  width: 40px;
  height: 3px;
  background: linear-gradient(to right, #89467d, #654ea3);
  display: block;
  margin-top: 5px;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links li a {
  color: #ddd;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-links li a:hover {
  color: #654ea3;
}

.footer-address p {
  font-size: 14px;
  margin-top: 10px;
}

.social-icons {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.social-icons li {
  list-style: none;
}

.social-icons li a {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: #444;
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  transition: background 0.3s, transform 0.3s;
}

.social-icons li a:hover {
  background: linear-gradient(to right, #eaafc8, #654ea3);

  transform: scale(1.1);
}

.newsletter-form {
  display: flex;
  gap: 10px;
}

.newsletter-form input {
  flex: 1;
  padding: 8px;
  border: none;
  border-radius: 5px;
}

.newsletter-form button {
  padding: 8px 15px;
  border: none;
  background: linear-gradient(to right, #eaafc8, #654ea3);
  color: #fff;
  cursor: pointer;
  border-radius: 5px;
  transition: background 0.3s;
}

.newsletter-form button:hover {
  /* background: #d87d00; */
  background: linear-gradient(to right, #eaafc8, #654ea3);

}

.footer-bottom {
  text-align: center;
  margin-top: 30px;
  border-top: 1px solid #444;
  padding-top: 20px;
  font-size: 14px;
  color: #ccc;
}

.footer-bottom a {
  /* color: linear-gradient(to right, #eaafc8, #654ea3); */
  text-decoration: none;
  transition: color 0.3s;
  background: linear-gradient(to right, #eaafc8, #654ea3);
  -webkit-background-clip: text;
  /* Ensures the background applies to the text only */
  -webkit-text-fill-color: transparent;
  /* Makes the rest of the text transparent */
  font-weight: bold;
  /* Optional, for styling */
}

.footer-bottom a:hover {
  background: linear-gradient(to right, #eaafc8, #654ea3);
  -webkit-background-clip: text;
  /* Ensures the background applies to the text only */
  -webkit-text-fill-color: transparent;
  /* Makes the rest of the text transparent */
  font-weight: bold;
  /* Optional, for styling */
}

/* Animation */
.footer-col {
  animation: fadeInUp 0.8s ease-in-out;
}

@keyframes fadeInUp {
  from {
    transform: translateY(20px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}




/* ========================================================== */


.name-field {
  width: 100%;
  float: left;
  font-size: 15px;
  color: #000;
  background: #4d4d4d;
  border: none;
  padding: 10px 0px 10px 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
}

.submit-btn {
  display: inline-block;
  padding: 8px 15px;
  float: right;
  cursor: pointer;
  background: #dcdcdc;
  color: #494a49;
  font-size: 16px;
  border: 0px;
  font-weight: 400;
  transition: 0.5s ease-in-out;
}

.submit-btn:hover {
  background: #fff;
  color: #000;
  font-size: 16px;
}

input::-webkit-input-placeholder {
  color: #fff !important;
  font-size: 15px;
  font-family: 'Libre Franklin', sans-serif;
}

input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff !important;
  font-size: 15px;
  font-family: 'Libre Franklin', sans-serif;
}

input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff !important;
  font-size: 15px;
  font-family: 'Libre Franklin', sans-serif;
}

input:-ms-input-placeholder {
  color: #fff !important;
  font-size: 15px;
  font-family: 'Libre Franklin', sans-serif;
}



textarea::-webkit-input-placeholder {
  color: #fff !important;
  font-size: 15px;
  font-family: 'Libre Franklin', sans-serif;
}

textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #fff !important;
  font-size: 15px;
  font-family: 'Libre Franklin', sans-serif;
}

textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #f0f0f0 !important;
  font-size: 15px;
  font-family: 'Libre Franklin', sans-serif;
}

textarea:-ms-input-placeholder {
  color: #fff !important;
  font-size: 15px;
  font-family: 'Libre Franklin', sans-serif;
}


.social-icon {
  width: 100%;
  float: left;
  margin: 11px 0px;
}

.social-icon ul {
  list-style: none;
  float: left;
  padding: 0;
}

.social-icon ul li {
  float: left;
  text-align: center;
}

.social-icon ul li a {
  width: 50px;
  height: 50px;
  display: inline-block;
  font-size: 25px;
  color: #cecece;
  border-radius: 100px;
  border: 2px solid #cecece;
  padding-top: 7px;
  box-sizing: border-box;
  margin-right: 10px;
  background: transparent;
}

.social-icon ul li a:hover {
  background: #fff;
  color: #494a49;
  border: 2px solid #fff;
}


.copyright {
  width: 100%;
  float: left;
  box-sizing: border-box;
}

.copy-left {
  width: 50%;
  float: left;
  box-sizing: border-box;
}

.copy-left p {
  color: #aaabaa;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}

.copy-right {
  width: 50%;
  float: right;
  box-sizing: border-box;
}

.copyright a {
  color: #aaabaa;
  font-size: 14px;
  line-height: 20px;
}

.copyright a:hover {
  color: #fff;
}

.copy-right p {
  color: #aaabaa;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  text-align: right;
}

.mobile-menu {
  display: none;
}

.video-1 {
  width: 100%;
  height: 100%;
}



.about-heading {
  font-size: 2.5rem;
  font-weight: bold;
  color: #0a2e65;
  margin-bottom: 20px;
}

/* .about-text {
  color: #555;
  line-height: 1.8;
  margin-bottom: 20px;
} */

.about-icon img {
  width: 60px;

  margin-bottom: 10px;
}

.about-icon p {
  margin-top: 10px;
  font-size: 1.1rem;
  color: #333;
}

.about-green-col {
  background-color: #f5f5f5;
  padding: 30px;
  border-radius: 10px;
}

.about-green-col img {
  width: 100%;
  border-radius: 10px;
}

/* .about-icon-inner {
  text-align: center;
}

.about-icon-inner:hover {
  transform: scale(1.05);
  transition: all 0.3s ease;
}


.about_section_11 {
  background-color: rgba(0,0,0,0.1);
} */


.about_section_11 {
  background-color: rgba(0, 0, 0, 0.05);
  padding: 50px 0;
}

.about-icon-inner {
  text-align: center;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.about-icon-inner:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.about-icon-inner img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 50%;
  /* transition: transform 0.4s ease; */
}

.about-icon-inner:hover img {
  transform: rotate(360deg);
}

.about-icon-inner p {
  margin-top: 15px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #333;
}

/* Animation */
.fade-in {
  opacity: 0;
  animation: fadeIn 1s ease-in-out forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}




.product-range-section {
  padding: 60px;
  margin-top: 50px;
  margin-bottom: 50px;
  border-radius: 15px;
  background: linear-gradient(135deg, #a34fc7, #5d8ade);
  color: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  position: relative;
}

/* Animated Background Overlay */
.product-range-section::before {
  content: '';
  position: absolute;
  top: -50px;
  left: -50px;
  width: 300px;
  height: 300px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  animation: floating 6s infinite ease-in-out;
}

.product-range-section::after {
  content: '';
  position: absolute;
  bottom: -50px;
  right: -50px;
  width: 300px;
  height: 300px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  animation: floating 8s infinite ease-in-out reverse;
}

@keyframes floating {
  0%, 100% {
    transform: translateY(0) translateX(0);
  }
  50% {
    transform: translateY(-20px) translateX(20px);
  }
}

/* Text Styling */
.about-text {
  font-size: 1.2rem;
  line-height: 1.8;
  margin-bottom: 20px;
}

.about-text strong {
  color: #f1c40f;
}

/* Image Styling */
.product-range-img {
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-range-img:hover {
  transform: scale(1.05);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .product-range-section {
    text-align: center;
  }

  .product-range-img {
    margin-top: 30px;
  }
}








.slider-col1 {
  position: relative;
  overflow: hidden;
  /* background: linear-gradient(to right, #696ece, #b84dca); */
  background-color: rgba(0, 0, 0, 0.3);
  padding: 56px 0;
}

.slider-area1 {
  width: 100%;
  max-width: 90%;
  margin: auto;
  position: relative;
}

.slider1 {
  display: flex;
  animation: slideAnimation 10s infinite;
}

.slide_img_css {
  height: 520px;
  width: 100%;
}

/* Slide Styling */
.about_section1 {
  flex: 0 0 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  transition: transform 0.6s ease-in-out;
}

.about_section1 img {
  width: 90%;
  height: 400px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease-in-out;
  border: 10px solid white;
}

.about_section1 img:hover {
  transform: scale(1.05) rotate(2deg);
}

/* Fade In-Out Text */
.slider-text {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  padding: 10px 20px;
  border-radius: 5px;
  animation: fadeInOut 10s infinite;
}

/* Animations */
@keyframes slideAnimation {
  0%, 20% { transform: translateX(0); }
  25%, 45% { transform: translateX(-100%); }
  50%, 70% { transform: translateX(-200%); }
  75%, 95% { transform: translateX(-300%); }
}

@keyframes fadeInOut {
  0%, 20%, 100% { opacity: 1; }
  25%, 95% { opacity: 0; }
}

.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background 0.3s ease;
  z-index: 2;
}

.arrow:hover {
  background: rgba(0, 0, 0, 0.9);
}

.arrow-left {
  left: 10px;
}

.arrow-right {
  right: 10px;
}

@media (max-width: 768px) {
  .about_section1 img {
    width: 100%;
    height: 300px;
  }
  .slider-text {
    font-size: 18px;
    padding: 8px 16px;
  }
  .slide_img_css {
    height: 180px;
    width: 100%;
  }
}




/* 
.services-section {
  padding: 60px 0;
  background-color: #fff;
  text-align: center;
}

.service_container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 30px;
}

.service-card {
  width: 300px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.service-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: opacity 0.3s ease;
}

.service-info {
  padding: 20px;
}

.service-info h3 {
  font-size: 1.8rem;
  color: #654ea3;
  margin-bottom: 15px;
}

.service-info p {
  font-size: 1rem;
  line-height: 1.6;
  color: #555;
}

.cta-section {
  background: #654ea3;
  color: white;
  padding: 60px 0;
  text-align: center;
}

.cta-section h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.cta-section p {
  font-size: 1.3rem;
  margin-bottom: 30px;
}

.cta-button {
  background-color: #f1c40f;
  color: #333;
  font-size: 1.2rem;
  padding: 15px 30px;
  border-radius: 30px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.cta-button:hover {
  background-color: #f39c12;
}




@media (max-width: 768px) {

  .service-card {
    width: 80%;
  }
} */


.services-section {
  padding: 60px 20px;
  /* background: linear-gradient(to bottom, #ffffff, #f7f7f7); */
  text-align: center;
}

.service_container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  animation: fadeIn 1.5s ease-in-out;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.service-card {
  width: 300px;
  background: #fff;
  border-radius: 7px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  position: relative;
}

.service-card:hover {
  transform: scale(1.05);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.service-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.service-card:hover .service-image {
  transform: scale(1.1);
}

.service-info {
  padding: 20px;
}

.service-info h3 {
  font-size: 1.4rem;
  color: #333;
  margin-bottom: 10px;
  transition: color 0.3s ease;
}

.service-card:hover .service-info h3 {
  color: #654ea3;
}

.service-info p {
  font-size: 1rem;
  line-height: 1.6;
  color: #777;
}

.cta-section {
  background: linear-gradient(to right, #654ea3, #eaafc8);
  color: white;
  padding: 50px 20px;
  text-align: center;
  margin-top: 40px;
  animation: ctaFadeIn 1.5s ease-in-out;
}

@keyframes ctaFadeIn {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.cta-section h2 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.cta-section p {
  font-size: 1.2rem;
  margin-bottom: 30px;
}

.cta-button {
  background-color: #f1c40f;
  color: #333;
  font-size: 1.2rem;
  padding: 15px 30px;
  border-radius: 30px;
  text-decoration: none;
  transition: background-color 0.4s ease, transform 0.4s ease;
}

.cta-button:hover {
  background-color: #f39c12;
  transform: translateY(-5px);
}

@media (max-width: 768px) {
  .service-card {
    width: 90%;
  }

  .cta-section h2 {
    font-size: 2rem;
  }

  .cta-section p {
    font-size: 1rem;
  }
}






/* blog */


.blog-container {
  max-width: 1200px;
  margin: 40px auto;
  padding: 0 20px;
}


.blog-post {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  border-radius: 10px;
  overflow: hidden;
}

.blog-post img {
  width: 100%;
  max-width: 400px;
  object-fit: cover;
}

.blog-content {
  flex: 1;
  padding: 20px;
}

.blog-content h2 {
  color: #654ea3;
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.blog-content p {
  color: #555;
  line-height: 1.6;
}

.read-more {
  display: inline-block;
  margin-top: 15px;
  color: white;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
  border: none;
  background: #654ea3;
  background: -webkit-linear-gradient(to right, #985370, #654ea3);
  background: linear-gradient(to right, #9b5271, #654ea3);
}

.read-more:hover {
  color: #d9d1d5;
  text-decoration: none;
}

/* Popup Modal */
.popup-modal {
  display: none; /* Hidden by default */
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8); /* Black background with opacity */
}

.popup-content {
  background-color: #fff;
  margin: 10% auto;
  padding: 20px;
  border-radius: 10px;
  width: 80%;
  max-width: 600px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  position: relative;
}

.popup-content h2 {
  color: #654ea3;
  margin-bottom: 10px;
}

.popup-content p {
  color: #555;
  line-height: 1.6;
}

.close-button {
  position: absolute;
  top: 10px;
  right: 15px;
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.close-button:hover {
  color: #333;
}

