.logo a img {
    max-height: 90px;
    max-width: 190px;
}
.main-menu>nav>ul>li{
  font-weight:550;
}
.about-section {
    
    background-color: #fff;
}

.about-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

.about-text {
    flex: 1;
   padding-left:20px;
  padding-right:20px;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1s ease, transform 1s ease;
}

.about-text h2 {
    font-size: 1.8em;
    color: rgb(6, 70, 141);
}

.about-text p {
    font-size: 1.2em;
    line-height: 1.8;
    margin-top: 10px;
    color: #000;
}

.about-image {
    flex: 1;
    text-align: center;
    opacity: 0;
    transform: translateX(30px);
    transition: opacity 1s ease, transform 1s ease;
}

.about-image img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

/* Animation when in view */
.animated-text,
.animated-image {
    opacity: 1;
    transform: translateY(0);
}

/* Add animation delay for the image */
.animated-image {
    transition-delay: 0.2s;
}
.tp-product-list-item .tp-product-list-content p{
  font-size:16px;
  color:#000;
}

.tp-product-list-add-to-cart-btn{
  background-color:#C60C0F;
}


/* Responsive Design */
@media (max-width: 768px) {
    .about-content {
        flex-direction: column;
    }

    .about-text {
        text-align: left;
    }

    .about-image {
        margin-top: 5px;
        transform: translateY(30px);
        transition: opacity 1s ease, transform 1s ease;
    }
}



.tp-product-item-4 .tp-product-thumb-4 img, .tp-product-item-5 .tp-product-thumb-5 img{
  padding:18px;
}
main .tp-product-title-2, main .tp-product-title-3{
  font-size:18px;
  text-align:center;
  font-weight:600;
}
@media (max-width: 557px){
.row-cols-2>* {
    flex: 0 0 auto;
    width: 100%;
    padding: 40px;
}
}
main .tp-section-title-3{
  font-size:2em;
  color:rgb(6, 70, 141);
  font-weight:600;
left:30px;
}

.mb-45 {
    /* margin-bottom: 0px; */
}

.breadcrumb__title {
  color:#fff;
}
.breadcrumb__list {
  color:#fff;
}

header .blog-title {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 20px;
    color: rgb(6, 70, 141);
    text-align: center;
}

/* Blog Image */
.blog-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 20px;
}

/* Blog Content */
.blog-content {
    
    margin-bottom: 40px;
}

.blog-content h2 {
    font-size: 1.1rem;
    margin: 20px 0;
    color: rgb(6, 70, 141);
}

.blog-content p {
    margin-bottom: 20px;
    color: #555;
}
.tp-postbox-details-content p{
  font-size: 1.2em;
    line-height: 1.8;
}

/* Related Articles */
.related-articles {
    margin-top: 40px;
    background-color: #f9f9f9;
    padding: 20px;
    border-left: 4px solid #2980b9;
    border-radius: 4px;
}

.related-articles h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.related-articles ul {
    list-style: none;
}

.related-articles li {
    margin-bottom: 10px;
}

.related-articles li a {
    color: #2980b9;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s ease;
}

.related-articles li a:hover {
    color: #2c3e50;
}
.container2 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}


/* Mobile Responsive */
@media (max-width: 768px) {
    header .blog-title {
        font-size: 1.2rem;
    }

    .blog-content h2 {
        font-size: 1.2rem;
    }
  .container2 {
        padding: 10px;
    }
}

.breadcrumb__style-2 .breadcrumb__list span:last-child{
  color:#fff;
}
.tp-sidebar-search-input {
    position: relative;
    padding-top: 25px;
}
.tp-sidebar-search-input button {
    color: var(--tp-common-black);
    font-size: 16px;
    inset-inline-end: 25px;
    position: absolute;
    top: 68%;
}
.contact-form .contact-button{
  background-color:rgb(6, 70, 141);
}
.tp-main-menu-content{
  padding-left:40px;
}
section3 {
    padding: 50px 20px;
}

/* About Section */
.about-section3 {
    display: flex;
    justify-content: center;
    background-color: #fff;
}

.about-container3 {
    display: flex;
    flex-direction: row;
    max-width: 1200px;
    gap: 20px;
    align-items: left;
}

.about-content3 h2 {
    font-size: 1.8em;
    margin-bottom: 20px;
  color:rgb(6, 70, 141);
}

.about-content3 p {
    font-size: 1.2em;
    line-height: 1.8;
    margin-bottom: 20px;
  color:#000;
}

.about-image3 img {
    width: 100%;
    max-width: 1000px;
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.about-image3 img:hover {
    transform: scale(1.05);
}

/* Services Section */
.services-section3 {
    background-color: #eee;
    text-align: center;
}

.services-section3 h2 {
    font-size: 2.5em;
    margin-bottom: 40px;
}

.services-container3 {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
   
  padding: 25px;
}

.service3 {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    width: 100%;
    max-width: 350px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.service3:hover {
    transform: translateY(-10px);
}

.service-icon3 {
    font-size: 2.5em;
    margin-bottom: 20px;
}

.service3 h3 {
    font-size: 1.5em;
    margin-bottom: 10px;
}

.service3 p {
    font-size: 1em;
}

/* Why Choose Us Section */
.why-choose-us-section {
    background-color: #fff;
    text-align: center;
}

.why-choose-us-section h2 {
    font-size: 2em;
    margin-bottom: 40px;
   color:rgb(6, 70, 141);
  
}

.why-choose-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 20px;
}

.reason {
    background-color: #eee;
    padding: 20px;
    border-radius: 10px;
    width: 100%;
    max-width: 350px;
    text-align: center;
    transition: transform 0.3s ease;
}

.reason:hover {
    transform: translateY(-10px);
}

.reason-icon {
    font-size: 2.5em;
    margin-bottom: 20px;
}

.reason h3 {
    font-size: 1.5em;
    margin-bottom: 10px;
}

.reason p {
    font-size: 1em;
}

/* Responsive Design */
@media (max-width: 768px) {
    .about-container3 {
        flex-direction: column;
        text-align: left;
    }

    .services-container3, .why-choose-container {
        flex-direction: column;
        align-items: center;
    }

    .service3, .reason {
        width: 100%;
        max-width: none;
    }
}

.container5 {
    display: flex;
    gap:20px;
    align-items: left;
}

.faq-container {
    max-width: 1000px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-bottom: 20px;
}
.faq-container h2{
font-size: 2em;
    color: rgb(6, 70, 141);
}
.about-container {
    max-width: 1000px;
    background: white;
    border-radius: 8px;
    
    padding: 20px;
}

.about-container h2 {
    text-align: left;
    margin-bottom: 20px;
    color:rgb(6, 70, 141);
  font-size:2em;
}
.about-container p{
  color:#000;
  }
.about-container li{
  color:#000;
}

.faq-item {
    border-bottom: 1px solid #ddd;
    position: relative;
}

.faq-question {
    display: block;
    padding: 15px;
    cursor: pointer;
    background-color: #e2f0d9;
    transition: background-color 0.3s;
  color:#000;
}

.faq-question:hover {
    background-color: #c2e0a0;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    padding: 0 15px;
    color: #000;
}


input[type="checkbox"]:checked + .faq-question + .faq-answer {
    max-height: 100px; /* Adjust as needed */
    padding: 15px;
}

@media (max-width: 768px) {
    .container5 {
        flex-direction: column;
        padding: 0 10px;
    }

    .faq-container,
    .about-container {
        padding: 10px;
    }

   

    .faq-question {
        padding: 10px;
    }

    .faq-answer {
        padding: 0 10px;
    }
}
.pp p{
  color:#000;
}
.heading h2{
  color:rgb(6, 70, 141);
    font-size:2em;
}
.tp-product-details-thumb-wrapper {
    position: sticky;
    padding-top: 40px;
}
.tp-product-details-wrapper.has-sticky {
    position: sticky;
    padding-top: 40px;
}

.
tp-header-area tp-header-sticky has-dark-logo tp-header-height header-main{
  height:0;
}
main .tp-product-details-title{
  font-size:2em;
  color:rgb(6, 70, 141);
}
main .tp-section-title-5, main .tp-section-title-6{
  font-size:2em;
  color:rgb(6, 70, 141);
}
.tp-footer-bottom{
   background-color:rgb(6, 70, 141);
  color:#fff;
  font-weight:600px;
 
}
@media (max-width: 767px) {
    .tp-footer-area {
        margin-bottom: 0;
    }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-footer-copyright {
        margin-bottom: 0; 
    }
}
.view{
  background-color:var(--tp-theme-primary);
  padding:10px;
  padding-left:25px;
  padding-right:25px;
  width:auto;
  color:#fff;
  border-radius:20px;
}
.tp-header-sticky.header-main{
  max-height:80px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-header-bottom-3 {
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
    }
}
.tp-product-details-description {
    font-size: 1.2em;
    line-height: 1.8;
}
.cartmini-open-btn{
  display:none;
}
@media(max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px){
  
  .tp-header-bottom-3
  {
    padding-top:0;
}
}
@media only screen and ((min-width: 992px)) and (max-width: 1199px){
  .tp-header-sticky.header-main{
    height:130px;
    max-height:130px;
  }
  .tp-main-menu-content {
    padding-left: 20px;
}
}
.form-wrapper {
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    max-width: 500px;
    width: 100%;
}



.custom-enquiry-form .input-field {
    margin-bottom: 15px;
}

.custom-enquiry-form label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.custom-enquiry-form input[type="text"],
.custom-enquiry-form input[type="tel"],
.custom-enquiry-form input[type="email"],
.custom-enquiry-form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
}

.custom-enquiry-form textarea {
    resize: none;
}

.submit-btn button {
    width: 50%;
    padding: 10px;
    background-color: var(--tp-theme-primary);
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

.submit-btn button:hover {
    background-color: #0056b3;
}

@media (max-width: 600px) {
    .form-wrapper {
        padding: 15px;
    }

    .custom-enquiry-form input, .custom-enquiry-form textarea {
        font-size: 14px;
    }

    .submit-btn button {
        font-size: 14px;
    }
}
.abt p{
  font-size: 1.2em;
    line-height: 1.8;
    
    color: #000;
}
.db{
  
    color: rgb(6, 70, 141);
}
.para{
  font-size: 1.2em;
    line-height: 1.8;
    
    color: #000;
}
.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    left: 20px;
   background-color:none;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
   
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: blink 1.6s infinite; /* Blink Animation */
}

.whatsapp-float img {
    width: 100%;
    height: 100%;
}

.whatsapp-float:hover {
    background-color: #22c35e;
}

/* Blinking animation */
@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.footer-qr-box {
    text-align: center;
    background: #f8f8f8;
    padding: 20px;
    border-radius: 12px;
    max-width: 260px;
    margin: 20px auto;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.footer-qr-box h3 {
    font-size: 18px;
    margin-bottom: 8px;
    color: #333;
}

.footer-qr-box p {
    font-size: 14px;
    color: #555;
}

.footer-qr-box .qr-img {
    width: 180px;
    height: auto;
    margin: 15px 0;
    border-radius: 8px;
    border: 1px solid #ddd;
}

.footer-qr-box .upi-text {
    font-weight: bold;
    color: #444;
}

.dc26-hang-hero{
  position:relative;
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:60px 8%;
  background:#000 url('https://dataclouds.in/storage/cloud-banner.jpg') center/cover no-repeat;
  min-height:90vh;
  overflow:hidden;
}

/* ===== BLACK OVERLAY ===== */
.dc26-overlay{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(0, 0, 0, 0.6);  /* Adjust darkness */
  z-index:1;
}

/* ===== CONTENT ===== */
.dc26-hang-content{
  position:relative;
  z-index:2;
  max-width:50%;
  animation:dc26-fadeIn 1.2s ease forwards;
  color:#fff;
}

.dc26-hang-title{
  font-size:4rem; font-weight:800;
  color:#fff;
}

.dc26-hang-subtitle{
  font-size:1.6rem; margin-bottom:20px;
  color:#fff;
}

.dc26-hang-para{
  line-height:1.7; margin-bottom:30px;
  color:#fff;
  font-size:1rem;
}

.dc26-hang-btn-wrap{
  display:flex; gap:15px;
}

.dc26-hang-btn{
  padding:12px 28px;
  border-radius:40px;
  font-weight:600;
  text-decoration:none;
  transition:0.3s;
}

.dc26-hang-btn1{
  background:rgb(248 247 237); color:#000;
}
.dc26-hang-btn1:hover{
  transform:translateY(-4px);
  box-shadow:0 0 20px #00eaff;
  color:#000;
}

.dc26-hang-btn2{
  border:2px solid #fff; color:#fff;
}
.dc26-hang-btn2:hover{
  background:#fff; color:#000; transform:translateY(-4px);
}

/* ===== IMAGE + ROPE ===== */
.dc26-hang-image-wrap{
  position:relative;
  width:40%;
  z-index:2;
  display:flex;
  justify-content:center;
  align-items:flex-start;
}

/* Rope drop animation */
.dc26-hang-rope{
  width:4px;
  height:150px;
  background:#dcdcdc;
  position:absolute;
  top:-200px;
  animation:dc26-ropeDrop 1.2s ease forwards;
}

.dc26-hang-image{
  width:100%;
  border-radius:20px;
 
  transform:translateY(-300px);
  opacity:0;
  animation:dc26-imgDrop 1.8s ease forwards;
  animation-delay:0.4s;
}

/* Rope hides */
@keyframes dc26-ropeDrop{
  0%{ top:-200px; opacity:0; }
  40%{ opacity:1; }
  100%{ top:0; opacity:0; }
}

@keyframes dc26-imgDrop{
  0%{ transform:translateY(-300px) rotate(-10deg); opacity:0; }
  50%{ transform:translateY(20px) rotate(2deg); opacity:1; }
  70%{ transform:translateY(-15px) rotate(-1deg); }
  100%{ transform:translateY(0) rotate(0); opacity:1; }
}

/* Left fade */
@keyframes dc26-fadeIn{
  from{ opacity:0; transform:translateY(40px); }
  to{ opacity:1; transform:translateY(0); }
}

/* ===== RESPONSIVE ===== */
@media(max-width:900px){
  .dc26-hang-hero{
    flex-direction:column;
    padding:40px 5%;
    text-align:center;
  }
  .dc26-hang-content{
    max-width:100%;
  }
  .dc26-hang-image-wrap{
    width:100%;
    margin-top:40px;
  }
}

@media(max-width:520px){
  .dc26-hang-title{ font-size:2.2rem; }
  .dc26-hang-subtitle{ font-size:1.1rem; }
  .dc26-hang-para{ font-size:0.95rem; }
}

/* Section Layout */
.dbNeedScroll2025 {
    width: 100%;
    padding: 60px 7%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

/* Left content */
.dbLeftScroll2025 {
    flex: 1;
}

.dbLeftScroll2025 h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
}

.dbLeftScroll2025 p {
    font-size: 17px;
    color: #444;
    margin-bottom: 20px;
}

/* Button */
.dbBtnScroll2025 {
    padding: 12px 28px;
    background: rgb(6, 70, 141);
    color: #fff;
    font-weight: 600;
    border-radius: 40px;
    text-decoration: none;
    transition: .3s;
}
a.dbBtnScroll2025{
  color:#fff;
}
.dbBtnScroll2025:hover {
    background: #333;
}

/* Right Side Image */
.dbRightScroll2025 {
    flex: 1;
    display: flex;
    justify-content: center;
}

/* Hidden Before Scroll */
.dbImgScroll2025 {
    width: 80%;
   
    border-radius: 20px;
   
    transform: translateY(-180px);
    opacity: 0;
    transition: .9s ease-out;
}

/* When Active (after scroll) */
.dbImgScroll2025.activeScrollDrop2025 {
    transform: translateY(0);
    opacity: 1;
}

/* Responsive */
@media(max-width: 900px) {
    .dbNeedScroll2025 {
        flex-direction: column;
        text-align: center;
    }

    .dbRightScroll2025 {
        margin-top: 25px;
    }
}
.tp-product-category-thumb a {
    align-items: normal;
    background-color: #fff;
    background-image: none;
   border-radius:inherit;
    display: inline-block;
    display: flex;
    height: 180px;
    /* justify-content: center; */
    margin: auto;
    /* background-size: contain; */
    overflow: hidden;
    text-align: center;
    width: 180px;
}

.ad25-clean-banner {
    width: 100%;
    padding: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}

.ad25-left-box {
    width: 45%;
    min-width: 280px;
}

.ad25-left-box h2 {
    font-size: 36px;
    font-weight: 800;
    color: #053B83;
    margin-bottom: 15px;
}

.ad25-left-box p {
    font-size: 17px;
    line-height: 26px;
    color: #333;
    margin-bottom: 25px;
}

.ad25-btn {
    padding: 12px 28px;
    border: 2px solid #C90C12;
    color: #C90C12;
    font-weight: 700;
    text-decoration: none;
    border-radius: 50px;
    transition: 0.3s;
}

.ad25-btn:hover {
    background: #C90C12;
    color: #fff;
}

/* Right Side Box */
.ad25-right-box {
    width: 45%;
    min-width: 280px;
    display: flex;
    justify-content: center;
}

.ad25-border-frame {
    padding: 8px;
    border-radius: 16px;
    border: 3px solid #053B83;
    position: relative;
    overflow: hidden;
}

.ad25-border-frame::after {
    content: "";
    position: absolute;
    inset: 0;
    border: 3px solid #C90C12;
    border-radius: 16px;
    transform: rotate(4deg);
}

.ad25-image {
    width: 100%;
    max-width: 420px;
    border-radius: 12px;
    display: block;
}

/* ----------- RESPONSIVE ----------- */
@media (max-width: 900px) {
    .ad25-clean-banner {
        text-align: center;
        padding: 25px;
    }
    
    .ad25-left-box, 
    .ad25-right-box {
        width: 100%;
    }

    .ad25-left-box h2 {
        font-size: 28px;
    }

    .ad25-image {
        max-width: 350px;
    }
}
@media (max-width: 767px) {
    .back-to-top-btn-show {
        /* bottom: 25px !important; */
    }
}
@media (max-width: 767px) {
    .back-to-top-btn-show {
        bottom: 25px !important;
    }
}

.tp-sample-download-btn {
    background: #c60c0f;
    color: #fff;
    border: none;
    padding: 10px 18px;
    border-radius: 6px;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    transition: 0.3s;
}

.tp-sample-download-btn:hover {
    background: #004bbd;
}