@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* Chaitalii */
*,
*::before,
*::after {
    box-sizing: border-box;
}

/* Remove default margin and padding */
body,
h1, h2, h3, h4, h5, h6, ul, ol, figure,
blockquote, dl, dd {
    margin: 0;
    padding: 0;
}

/* Set core body defaults */
body {
 font-family: "Poppins", sans-serif;
     background-color: #FFF5F8;
    color: #2C2C2C;
    line-height: 1.6;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
h1,.h1{
    font-size: 42px;
    line-height: 58px;
    font-weight: 600;
}
h2,.h2{
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
}
h3,.h3{
    font-size: 20px;
    line-height: 30px;
}
/* Anchor tags */
a {
    text-decoration: none;
    color: inherit;
}

/* Lists */
ul, ol {
    list-style: none;
}

.box{
    width: 300px;
    height: 300px;
    margin: 40px 0;
    background-color: #DF0D77;
}
.text-pink{
    color:#DF0D77 ;
}
.section-padding{
    padding-top: 80px;
    padding-bottom: 80px;
}
.padding-top{
     padding-top: 80px;
}
.padding-bottom{
     padding-bottom: 80px;
}
#hero-section {
    background: url('../img/Innovative-software-products.webp') no-repeat left center;
    background: -webkit-image-set(url('../img/Innovative-software-products.webp') 1x, url('../img/Innovative-software-products.png') 1x) no-repeat left center;
    background: image-set(url('../img/Innovative-software-products.webp') 1x, url('../img/Innovative-software-products.png') 1x) no-repeat left center;
    background-size: cover;
    color: #fff;
}
#tally-products{
        background: url('../img/Accounting-Inventory-and-Compliance.webp') no-repeat left center;
    background: -webkit-image-set(url('../img/Accounting-Inventory-and-Compliance.webp') 1x, url('../img/Accounting-Inventory-and-Compliance.png') 1x) no-repeat left center;
    background: image-set(url('../img/Accounting-Inventory-and-Compliance.webp') 1x, url('../img/Accounting-Inventory-and-Compliance.png') 1x) no-repeat left center;
    background-size: cover;
}
#Clients{
        background: url('../img/Our-Valuable-Clients.webp') no-repeat left center;
    background: -webkit-image-set(url('../img/Our-Valuable-Clients.webp') 1x, url('../img/Our-Valuable-Clients.png') 1x) no-repeat left center;
    background: image-set(url('../img/Our-Valuable-Clients.webp') 1x, url('../img/Our-Valuable-Clients.png') 1x) no-repeat left center;
    background-size: cover;
}

.footer-bg {
           background: url('../img/footer-bg.webp') no-repeat  center;
    background: -webkit-image-set(url('../img/footer-bg.webp') 1x, url('../img/footer-bg.png') 1x) no-repeat left center;
    background: image-set(url('../img/footer-bg.webp') 1x, url('../img/footer-bg.png') 1x) no-repeat left center;
    background-size: cover;
}
.tally_logo{
    max-width: 150px; margin: 1rem;
}
#Clients img{
    transform: scale(0.85);
}
header{
    border-bottom: 1px solid #DF0D77
}
.navbar-toggler-icon{
    width: 20px;
    height: 20px;
}
.navbar-toggler{
    padding: 4px 8px;
}
.navbar-toggler:focus{
    box-shadow: unset;
}
.logo{
    width: 260px;
}
.logo-footer{
        width: 200px;

}
.tagline {
    font-style: italic;
    font-weight: 500;
    font-size: 20px;
    color: #F5F5F5;
}
.section-title{
       font-style: italic;
    font-weight: 500;
    font-size: 18px;
    color: #2C2C2C;
}

.bullet-points{
        list-style: disc;
    text-align: left;
    padding-left: 20px;
}

@media (max-width: 992px) {
   .top-bar{
    display: none;
   }
   .nav-item{
        border-bottom: 1px solid #de0e803b;
        text-align: center;
   }
}
@media (max-width: 768px) {
    h1,.h1{
           font-size: 32px;
        line-height: 38px;
    text-align: center;
}
#hero-section .tagline{
    text-align: center;
}
h2,.h2{
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
}
h3,.h3{
    font-size: 18px;
    line-height: 26px;
}
   .logo{
    width: 180px;
}
.tally_logo{
    max-width: 120px; margin: 4px;
}
}
#Clients img{
    transform: scale(0.95);
    margin: 10px 0;
}

#Clients img:hover{
    transform: scale(1.05);
}
.owl-nav .owl-prev{
        position: absolute;
    top: 26%;
        padding: 0px 6px !important;
    left: -50px;
    font-size: 20px !important;
}
.owl-nav .owl-next{
        position: absolute;
     top: 26%;
    right: -50px;
        padding: 0px 6px !important;
    font-size: 20px !important;
}
.owl-theme .owl-nav [class*=owl-]:hover{
        border: 1px solid #df0d77;
    padding: 0px 6px !important;
    background: #F8BBD0 !important;
}
.feature-box {
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 30px;
  height: 100%;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
}

.feature-icon-wrapper {
  position: relative;
  width: 50px;
  height: 50px;
  margin: 0 auto 20px;
  pointer-events: none; /* NEW: Prevents hover disruption */
}
.feature-icon,
.feature-icon-hover {
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.3s ease;
   pointer-events: none; /* Prevents hover flicker */
   z-index: 1;
  backface-visibility: hidden;
}

.feature-icon-hover {
  opacity: 0;
}

.feature-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.feature-box:hover h2 {
  color: #fff;
}

.feature-box:hover .feature-icon {
  opacity: 0;
}

.feature-box:hover .feature-icon-hover {
  opacity: 1;
}

.ul_list {
  list-style: disc;
  padding-left: 35px;
}

.services-section {
    background-color: #fff0f5;
}



.service-card {
    border: 1px solid #F8BBD0;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 1.25rem;
    text-align: center;
    height: 100%;
    background-color: #ffffff;
    transition: all 0.3s ease;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    min-height: 200px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.service-card:hover {
    background-color: #ffe6f1;
 transform: scale(1.05) translateY(-5px)  !important;
     box-shadow: 0 8px 16px rgba(223, 13, 119, 0.15);
    border-color: #DF0D77;
}

.copyright-section p{
      transform: none !important;
      opacity: 1  !important;
}
.service-card img {
    height: 50px;
    width: 100%;
    margin-bottom: 0.75rem;
}


.service-title {
    font-size: 0.95rem;
    font-weight: 600;
    color: #DF0D77;
    margin-bottom: 0;
}


.list_image {
  list-style: none; /* remove default bullets */
  padding-left: 0;  /* remove default ul padding */
}

.list_image li {
  position: relative;
  padding-left: 30px; /* space for the image */
}

.list_image li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;   /* width of your icon */
  height: 15px;  /* height of your icon */
  background-image: url('../img/bullet_icon.png'); /* specify your image URL */
  background-size: contain;
  background-repeat: no-repeat;
}

.footer-content {
    position: relative;
    z-index: 1;
}

.contact-item1 {
    display: flex;
    align-items: start;
    margin-bottom: 0.75rem;
}

.contact-item1 i {
    margin-right: 0.75rem;
    margin-top: 0.1rem;
    font-size: 1rem;
}

.footer-link {
    color: #2C2C2C;
    text-decoration: none;
    display: block;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
}

.footer-link:hover {
    color: #DF0D77;
}

.copyright-section {
    border-top: 1px solid rgba(44, 44, 44, 0.1);
}

/* Chaitalii */






/* Top Bar */
.top-bar {
background: #FFE4F1;
    color: #d61c7f;
    font-weight: 600;
    font-size: 0.95rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 60px;
}

.contact-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

@media (min-width: 768px) {
    .contact-item {
        justify-content: flex-start;
    }
}

.top-bar i {
    color: #d61c7f;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

/* Navbar Dropdown */
.navbar-nav {
    margin-left: -10px;
    /* Shift the entire tab section to the left */
}


.navbar-nav .dropdown-menu {
    background-color: #fff;
}

.custom-navbar {
    background-color: #fff6f8;
    /* Light pink background */
}

.navbar-nav .nav-link {
    color: #000;
    /* Default text color */
    padding: 0.5rem 1rem;
    font-weight: 500;
}

.navbar-nav .nav-link.active {
    color: #e91e63;
    /* Highlighted pink color for active */
    font-weight: bold;
}

.about-section {
    padding: 60px 0;
}

.img-wrapper {
    position: relative;
    width: fit-content;
}





.bg-pink {
    background-color: #e6007e;
    color: white;
}

#p1 {
    font-style: italic;
}

.icon-box {
  width: 45px;
  height: 45px;
  background-color: #e91e63; /* pink */
  display: flex;
  align-items: center;
  justify-content: center;
    border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  flex-shrink: 0; /* Prevent shrinking in flex container */
}

.icon-box i {
  font-size: 18px;  /* Adjust icon size to fit well */
  color: white;
  line-height: 1;
}
.bg-light-pink {
    background-color: #ffe0ec;
}

.btn-danger{
background: #DF0D77;
border: 1px solid #DF0D77;
padding: 10px 40px  !important;
}
.btn-danger:hover{
background: #fff;
border: 1px solid #DF0D77;
color:#DF0D77;
}
.box_form{
      border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border: 1px solid #FFDEEE;

}
.border-line {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}


/* Unified hover effect for all feature boxes */
.feature-box:hover {
    background-color: #e6007e !important;
    /* Change box background to pink */
    color: white;
    /* Change text inside to white */
}

/* Title text becomes white on hover */
.feature-box:hover h5.text-pink {
    color: white !important;
}

/* List items become white */
.feature-box:hover ul li {
    color: white;
}





.about-section {
    padding: 60px 0;
}


.product-title {
    color: #2C2C2C;
    font-size: 16px;
}

.product-subtitle {
    color: #DF0D77;
    font-style: italic;
    font-size: 20px;
}

.product-list li {
    color: #2C2C2C;
    margin-bottom: 10px;
}

.product-list span {
    color: #DF0D77;
    font-weight: 500;
}

.product-img {
    max-width: 100%;
    border-radius: 12px;
    border: 3px solid #FAD3E6;
}




.border-line {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

#id1 {
    background-image: url(assets/img/bg-img.png);
}

.img_animate {
  display: block;                  /* Ensures consistent transform behavior */
  transition: transform 0.4s ease;
  transform-origin: center center; /* Makes scaling centered */
}

.img_animate:hover {
  transform: scale(1.05) !important;          /* Smooth 5% zoom on hover */
}

.sticky
{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    transition: all 0.5s ease-in-out
}
