 body,
  html {
    margin: 0;
    padding: 0;
    cursor: none; /* Hide default cursor */
    /* Scroll allowed by default */
  }

  canvas#particles-cursor {
    position: fixed; /* Fixed so it stays on top */
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    pointer-events: none;
  }


.hero-section {
    background-color: rgb(218, 240, 250);
    /* Light Blue */
    padding: 70px 0;
}

/*about us page*/
.about-result{
    color: black;
    font-size: 27px;
    
}
.about-us-heading{
    color: #e53935;
    font-weight: 400;
    font-size: 35px;
    line-height: 0;
}
.icon-bar {
    display: inline-block;
    width: 60px;
    height: 10px;
    border-radius: 5px;
    background: #e53935;
    margin-bottom: 10px;
}
.about-us-para{
    font-size: 16px;
    color: black;
}
img.rounded.shadow {
  border-radius:50%;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}
.img-fluid{
     border-radius: 0px 80px 0px 80px !important;
     border: 5px solid white;
}
/***** INNOVATIVE DIGITAL MARKETING SERVICES SECTION *****/

/* Unique parent class for the services section */


/* Heading styles (optional) */
.idm-services h2 {
  font-weight: 700;
  color: #222;    /* or your brand color */
}

/* Service Card container */
.idm-service-card {
  background-color: #e3f2fd;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
  transition: transform 0.2s ease;
}

/* Hover effect for the card */
.idm-service-card:hover {
  transform: translateY(-5px);
}

/* Service icon size & spacing */
.idm-service-icon {
  width: 64px;    /* Adjust icon size as needed */
  height: 60px;
  margin-top: 30px;
}

/* Service title styles */
.idm-service-title {
    padding-top: 8px;
  font-size: 17px;
  font-weight: 600;
  color: #333;
  margin-bottom: 0;
}
.idm-service-title:hover{
    color: rgb(235, 86, 12);
    cursor: pointer;
}
/* Responsive adjustments (optional) */
@media (max-width: 576px) {
  .idm-service-title {
    font-size: 0.95rem;
  }
}


.about-us-link-icon{
    color: black;
    font-size: 17px;
    line-height: 30px;
}
.about-us-link-icon:hover{
    color: rgb(235, 86, 12);
}
.about-us-link-icon i{
        font-weight: bold;
        color: rgb(235, 86, 12);
        font-size: 13px;
}

.about-us-heading-1{
    color: #e53935;
    font-weight: 400;
    font-size: 32px;
    line-height: 0;
    line-height: 35px;
}

/* Video Frame */
.video-box {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    overflow: hidden;
    border: 10px solid white;
    height: 315px;
    object-fit: cover;
}


/*=============how it works page start================*/
.pb-how-we-work::before {
  content: "";
  background-color: rgba(255, 255, 255, 0.8); /* light overlay */
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.pb-how-we-work h2 {
  font-size: 35px;
  color: #222;
}

.pb-how-we-work p {
  font-size: 16px;
  max-width: 700px;
  margin: 0 auto;
  color: black;
}
.how-it-contact-us{
    border-radius: 10px 10px 10px 90px;
    background-color: #f2f9ff;
}

    .how-rounded {
  height: 90px;
  width: 90px;
  border-radius: 50%;
  border: none;
  margin-top: -45px;
  background-color: #000; /* default black */
  color: #007bff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-weight: bold;
  transition: 0.3s;
}


.how-rounded.active {
  background-color: rgb(235, 86, 12);
  color: white;
}
.step-img{
    height: 50px;
    
}
.img-fluid-how-it{
    border-radius: 10px;
}
.how-it-heading{
    color: #e53935;
    font-weight: 400;
    font-size: 31px;
    line-height: 33px;
}
.how-it-conact-para{
    font-size: 16px;
    color: black;
}
@media (max-width: 767.98px) {
  .how-rounded {
    margin-top: 0;
  }

  .how-it-contact-us {
    border-radius: 10px;
    border: 10px solid white;
  }
}

/*============contact us page start============*/



.contact-card {
  background-color: rgb(218, 240, 250);
  transition: all 0.3s ease;
  border: 1px solid #eee;
}

.contact-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.icon-circle {
  background-color: #eb560c;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
.accordion-item{
    border-radius: 10px;
    border:none;

}

.accordion-button {
  background-color: #f2f9ff;
  font-weight: 600;
  position: relative;
  padding-right: 3rem;
  border: 1px solid #e6f1fb;
}

.accordion-button::after {
  display: none;
}

.faq-icon {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  background-color: #eb560c;
  color: #fff;
  font-weight: bold;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  font-size: 18px;
  transition: transform 0.3s ease;
}

.accordion-button[aria-expanded="true"] .faq-icon {
  transform: translateY(-50%) rotate(45deg); /* Turn + into X */
  background-color: #eb560c;
}

.accordion-body {
  background-color: #fff;
  border: 1px solid #e6f1fb;
  padding: 1rem;
}
.accordian-heading{
    color: black;
    font-size: 18px;
    font-weight: bold;
}
.accordian-para{
    font-size: 16px;
    color: black;
}

@media (max-width: 576px){
    .contact-us-heading-main{
        font-size: 20px !important;
    }
}


/*=================Blog page start================*/
.blog-our-latest{
    background-color: rgb(235, 86, 12);
    border-radius: 5px;
    padding: 8px;
    color: white;
}
.blog-side-bar{
    background-color: rgb(218, 240, 250);
    padding: 10px;
}

.blog-continue-link{
    padding: 10px 100px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 17px;
    width: 100%;
    background-color: rgb(235, 86, 12);
    color: white;
}
.blog-continue-link:hover{
    color: white;
    background-color: black;
}
.diagonal-bg {
                        width: 100%;
                        height: 10px;
                        background-image: repeating-linear-gradient(
                            45deg,
                            #ccc 0px,
                            #ccc 1px,
                            transparent 2px,
                            transparent 4px
                        );
                    }
.blog-posted{
    text-decoration: underline;
}
.blog-posted:hover{
    text-decoration: underline;
    color: rgb(235, 86, 12);
}

                        .blog-img {
                            height: 120px; /* Adjust height as needed */
                            width: 100%;
                            object-fit: cover;
                            border-radius: 5px; /* Optional for rounded corners */
                            margin-bottom: 10px;
                        }
.blog-list-point{
    color: black;
    font-size: 16px;
}
.blog-paragrahp{
    color: black;
    font-size: 16px;
}


  .form-control {
    border-radius: 0.5rem;
    font-size: 1rem;
  }

  .btn-dark:hover {
    background-color: #333 !important;
  }
  
  /*===========Who We Help Page Strat==============*/
.who-we-help{
    color: black;
    font-size: 16px;
}
.btn-custom {
                    background-color: rgb(235, 86, 12);
                    color: white;
                    font-weight: bold;
                    padding: 14px 20px;
                    border-radius: 6px;
                    border: none;
                    font-size: 15px;
                    width: 180px;
                    transition: all 0.3s ease;
                        outline: none;
    box-shadow: none;
                }


                .btn-custom:hover {
                    background-color: rgb(15, 1, 1);
                    transform: scale(1.05);
                    color: white;
                }



/*================Services pages Start=================*/
	     .flip-card {
  background-color: transparent;
  perspective: 1000px;
  height: 350px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  backface-visibility: hidden;
  border-radius: 15px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.flip-card-front img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(60%);
}

/* Text Overlay on Image */
.overlay-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
  z-index: 2;
}

.flip-card-back {
  background: linear-gradient(135deg, rgb(235, 86, 12));
  color: white;
  transform: rotateY(180deg);
  padding: 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .flip-card-back {
    background: #000 !important; /* Black background for mobile */
  }
}

.read-more-services{
    font-size: 19px;
    
}
.read-more-services:hover{
    color: black;
}

.website-design-para-heading{
    font-size: 18px;
    font-weight: bold;
    color: black;
    text-align: center;
}	 

.website-fact-box{
    background-color: black;
    
}
.website-design-para-heading-1{
    font-size: 18px;
    font-weight: bold;
    color: white;
    text-align: center;
    padding: 16px;
}	 
.website-fact-box:hover{
    background-color: rgb(235, 86, 12);
    cursor: pointer;
    
}

/*seo page start*/





.seo-content ul {
  list-style: none;
  padding: 0;
}

.seo-content li {
  font-size: 18px;
  margin-bottom: 15px;
  color: #333;
  display: flex;
  align-items: flex-start;
}

.seo-content li span {
  color: rgb(235, 86, 12);
  font-size: 20px;
  margin-right: 10px;
  font-weight: bold;
}

.seo-content strong {
  color: rgb(235, 86, 12);
}

.seo-para{
    font-size: 16px;
    color: black;
}

.seo-heading{
    font-size: 35px;
}
.seo-custom-image {
  height: 450px;       /* Yahan desired height set karein */
  object-fit: contain; /* Yadi aap image ka aspect ratio maintain karna chahte hain */
}

/* Container for the two cards */
.info-cards-section {
  display: flex;
  flex-wrap: wrap; /* Ensures responsiveness on smaller screens */
  gap: 20px;       /* Space between cards */
  justify-content: center; /* Center the cards horizontally */
  margin: 40px 0;
}



/* Individual card styling */
.info-card {
  flex: 1 1 calc(50% - 20px); /* Take half the space, minus the gap */
  background-color: #fff;
  border: 2px solid rgb(235, 86, 12);
  padding: 20px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  transition: transform 0.2s ease-in-out;
}

/* Hover effect */
.info-card:hover {
  transform: translateY(-3px);
}

/* Icon container */
.info-card .icon {
  width: 70px;
  height: 70px;
  color: #f14949;       /* Icon color */
  margin-bottom: 15px;
  font-size: 30px;      /* Icon size if using Font Awesome */
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Title styling */
.info-card h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #333;
}



/* Responsive adjustments for smaller screens */
@media (max-width: 768px) {
  .info-card {
    flex: 1 1 100%; 
  }
}
.seo-box-main-heading{
    font-size: 25px !important;
}
.seo-box-heading{
    color: rgb(235, 86, 12);
}
.seo-para-bold{
    font-size: 18px;
    color: black;
    font-weight: bold;
    opacity: 1;
}

/*============================*/
.audit-box {
      display: flex;
      align-items: center;
      background: #fff;
      border: 1px solid #e0e0e0;
      border-radius: 5px;
      padding: 20px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
      margin: 10px auto;
    }
    
    /* Icon Section */
    .audit-icon img {
    width: 180px;
      height: 70px;
      display: block;
    }
    
    /* Vertical Divider */
    .vertical-divider {
      width: 2px;
      background-color: black;
      height: 80px;  /* Ensure same height as icon for alignment */
      margin: 0 20px;
    }
    
    /* Text Content */
    .audit-content h3 {
      margin: 0 0 10px;
      color: #D81C23;
      font-size: 20px;
    }

 @media (max-width: 600px) {
      .audit-box {
        flex-direction: column;
        text-align: center;
      }
      .vertical-divider {
        display: none;
      }
      .audit-icon img {
        margin-bottom: 15px;
        width: auto;
      }
      .audit-content h3 {
        font-size: 1.5rem;
      }
    }
    
    /*=============Social Media Marketing Page Strat=================*/
  .smm-heading{
      font-size: 35px;
  }
    
    .smm-img {
    height: 400px;
    width: auto; /* Optional: maintain aspect ratio */
}
.smm-heading-sub{
    font-size: 23px;
    color: rgb(235, 86, 12);
}
    .smm-para{
        color: black;
        font-size: 16px;
    }
    .smm-perfect-img{
        border-radius: 0px 90px 0px 90px;
        border: 10px solid white;
        box-shadow: 1px 2px 5px 2px silver;
        height: 330px;
    }
    
    @media (max-width: 600px) {
  .smm-heading {
    font-size: 25px;
  }

  .smm-para {
    font-size: 15px;
  }

  .smm-perfect-img {
    height: 200px;
    width: 100%; /* Optional: Make it responsive */
    object-fit: cover; /* Optional: Maintain image aspect */
  }
  .smm-heading-sub{
      font-size: 20px;
  }
}

/*==============================*/

.ui-ux-img{
    border-radius: 0px 90px 0px 90px;
        border: 10px solid white;
        box-shadow: 1px 2px 5px 2px silver;
        height: 300px;
    
}
/*==================================*/
.content-marketing-icon{
    color: rgb(235, 86, 12);
    font-size: 45px;
   
}
.small-content-marketing{
    color: black;
    font-size: 16px;
}
/*-=================Google ads pages start==============*/

.google-ads-icons{
    font-size: 25px;
    color: rgb(235, 86, 12);
}
.goolgle-ads-list{
    color: black;
    font-size: 17px;
    font-weight: bold;
}