/**********************

Responsive.css
=============

Author:  Gino Aliaj
Template: Cloudify - Web Hosting HTML Template
Version: 1.2

Author URI: gnodesign.com
***************************/

/*------------------------------------------
  Responsive Grid Media Queries
--------------------------------------------*/

/* ---- Start of max-width 992px CSS ---- */

@media (max-width: 992px) {
  /**************** 
		MAIN MENU
	****************/
  .navbar-default .navbar-toggle .icon-bar {
    background: #f6f6f6;
  }

  .navbar-header {
    float: right !important;
  }

  .navbar-toggle {
    display: block !important;
    float: right !important;
    border-color: #f6f6f6 !important;
  }

  .navbar-toggle:focus,
  .navbar-toggle:hover {
    background: none !important;
  }

  .navbar-collapse {
    display: none;
  }

  div#main-nav {
    max-height: 100% !important;
    height: 100% !important;
    border: 0;
    overflow-y: scroll !important;
  }

  div#main-nav ul.nav.navbar-nav {
    height: 100%;
    padding-top: 30px;
    margin: 0;
    width: 100%;
  }

  div#main-nav ul li {
    width: 100%;
    text-align: center;
  }

  div#main-nav ul li a {
    padding: 10px 30px;
    z-index: 100;
    display: block;
  }

  div#main-nav ul li a i {
    display: inline-block;
    float: right;
  }

  div#main-nav ul li a.cart {
    display: none;
  }

  /******** Dropdown down ********/
  .dropdown-menu li a {
    color: #f6f6f6 !important;
    padding: 15px !important;
    border-bottom: 1px solid rgba(238, 238, 238, 0.2) !important;
  }

  /* Simple Menu Dropdown */
  #main-nav .navbar-nav .simple-menu .dropdown-menu {
    position: relative;
    width: 100%;
    max-width: 100% !important;
    background: rgba(41, 177, 253, 0.15);
    border-radius: 0 !important;
    border: 0;
    float: none;
    padding: 0;
    margin: 0;
    box-shadow: none;
    display: none;
    left: 0;
    -webkit-transform: translateX(0) scaleY(1);
    -moz-transform: translateX(0) scaleY(1);
    -ms-transform: translateX(0) scaleY(1);
    -o-transform: translateX(0) scaleY(1);
    transform: translateX(0) scaleY(1);
  }

  #main-nav .navbar-nav .simple-menu.open .dropdown-menu {
    display: block;
    animation: mymenu-open 0.5s;
    -webkit-transform: translateX(0) scaleY(1);
    -moz-transform: translateX(0) scaleY(1);
    -ms-transform: translateX(0) scaleY(1);
    -o-transform: translateX(0) scaleY(1);
    transform: translateX(0) scaleY(1);
  }

  /* Mega Menu Dropdown */
  #main-nav .navbar-nav .mega-menu .dropdown-menu {
    position: relative;
    width: 100%;
    max-width: 100% !important;
    background: rgba(41, 177, 253, 0.15);
    border-radius: 0 !important;
    border: 0;
    float: none;
    padding: 0;
    margin: 0;
    box-shadow: none;
    display: none;
    left: 0;
    -webkit-transform: translateX(0) scaleY(1);
    -moz-transform: translateX(0) scaleY(1);
    -ms-transform: translateX(0) scaleY(1);
    -o-transform: translateX(0) scaleY(1);
    transform: translateX(0) scaleY(1);
  }

  #main-nav .navbar-nav .mega-menu.open .dropdown-menu {
    display: block;
    animation: mymenu-open 0.5s;
    -webkit-transform: translateX(0) scaleY(1);
    -moz-transform: translateX(0) scaleY(1);
    -ms-transform: translateX(0) scaleY(1);
    -o-transform: translateX(0) scaleY(1);
    transform: translateX(0) scaleY(1);
  }

  #main-nav .navbar-nav .mega-menu .dropdown-menu li {
    padding: 0;
  }

  #main-nav .navbar-nav .mega-menu.open .dropdown-menu .mega-menu-inner,
  #main-nav .navbar-nav .mega-menu.open .dropdown-menu .mega-menu-inner ul li {
    padding: 0;
  }

  #main-nav
    .navbar-nav
    .mega-menu.open
    .dropdown-menu
    .mega-menu-inner
    ul
    li.menu-title {
    background: #3d506a;
    color: #f6f6f6;
    padding: 15px;
    margin: 0;
    border: 0;
  }

  #main-nav
    .navbar-nav
    .mega-menu.open
    .dropdown-menu
    .mega-menu-inner
    ul
    li
    a {
    padding: 10px 0 10px 15px !important;
    font-size: 12px;
    color: #999 !important;
  }

  /**************** 
		PUSH MENU
	****************/
  .collapse {
    display: block !important;
  }

  /* General styles for all menus */
  .cbp-spmenu {
    background: #0c112a;
    position: fixed;
    padding: 0;
    margin: 0 !important;
    overflow-x: hidden;
    overflow-y: visible;
    display: block;
    visibility: visible !important;
  }

  /* Orientation-dependent styles for the content of the menu */
  .cbp-spmenu-vertical {
    width: 260px;
    height: 100%;
    top: 0;
    z-index: 1000;
  }

  .cbp-spmenu-horizontal {
    width: 100%;
    height: 150px;
    left: 0;
    z-index: 1000;
    overflow: hidden;
  }

  .cbp-spmenu-horizontal h3 {
    height: 100%;
    width: 20%;
    float: left;
  }

  .cbp-spmenu-horizontal a {
    float: left;
    width: 20%;
    padding: 0.8em;
    border-left: 1px solid #258ecd;
  }

  /* Vertical menu that slides from the left or right */
  .cbp-spmenu-left {
    left: -260px;
  }

  .cbp-spmenu-right {
    right: -260px;
  }

  .cbp-spmenu-left.cbp-spmenu-open {
    left: 0px;
  }

  .cbp-spmenu-right.cbp-spmenu-open {
    right: 0px;
  }

  /* Horizontal menu that slides from the top or bottom */
  .cbp-spmenu-top {
    top: -150px;
  }

  .cbp-spmenu-bottom {
    bottom: -150px;
  }

  .cbp-spmenu-top.cbp-spmenu-open {
    top: 0px;
  }

  .cbp-spmenu-bottom.cbp-spmenu-open {
    bottom: 0px;
  }

  /* Push classes applied to the body */
  .cbp-spmenu-push {
    overflow-x: hidden;
    position: relative;
    left: 0;
  }

  .cbp-spmenu-push-toright {
    left: 260px;
  }

  .cbp-spmenu-push-toleft {
    left: -260px;
  }

  /* Transitions */
  .cbp-spmenu,
  .cbp-spmenu-push {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  /**************** 
		PUSH MENU
	****************/
  .demo1 {
    height: 80%;
  }

  /**************** 
		CLOUDS
	****************/
  #about .about-image {
    padding-top: 50px;
  }

  .clouds img.cloud1 {
    top: -450px;
    width: 120px;
    animation: cloud1 35s linear 1s infinite;
    opacity: 0;
  }

  .clouds img.cloud2 {
    top: -350px;
    width: 80px;
    -webkit-animation: cloud2 15s linear 7s infinite;
    animation: cloud2 15s linear 7s infinite;
    opacity: 0;
  }

  .clouds img.cloud3 {
    top: -250px;
    width: 95px;
    -webkit-animation: cloud3 30s linear 14s infinite;
    animation: cloud3 35s linear 14s infinite;
    opacity: 0;
  }

  .clouds img.cloud4 {
    top: -50px;
    width: 90px;
    -webkit-animation: cloud4 55s linear 16s infinite;
    animation: cloud4 40s linear 16s infinite;
    opacity: 0;
  }

  .clouds img.cloud5 {
    top: 0;
    width: 130px;
    -webkit-animation: cloud5 25s linear 17s infinite;
    animation: cloud5 55s linear 17s infinite;
    opacity: 0;
  }

  /**************** 
		ABOUT
	****************/
  section#about2 .info-text {
    margin-top: 40px;
    /*border-bottom: 1px solid gray;*/
  }

  /**************** 
		SERVICE
	****************/
  .info .info-text {
    margin-bottom: 70px;
    text-align: center;
  }

  #secondary.info .info-text {
    margin: 0;
  }

  .info-image:before {
    width: 50%;
    margin: 0 auto;
  }

  #secondary.info .info-image {
    padding-bottom: 70px;
  }

  /**************** 
		SUBSCRIBE
	****************/
  .subscribe-form h2 {
    text-align: center;
    padding-bottom: 10px;
  }

  .subscribe-form .form-inline .form-group .input-group .form-control {
    width: calc(100% - 100px);
  }

  section#subscribe .clouds img.cloud2 {
    top: -140px;
  }

  /**************** 
		TEAM
	****************/
  .member {
    width: 100%;
  }

  .member img {
    height: 320px;
  }

  /**************** 
		TESTIMONIALS
	****************/
  .testimonial .owl-item .item .review img {
    display: block;
    width: 70%;
    visibility: hidden;
  }

  .testimonial .owl-item .item .review .review-inner blockquote {
    position: absolute;
    top: 50%;
    padding-top: 30px;
    width: 75%;
    margin: 0 auto;
    left: 0;
    right: 0;
  }

  .testimonial .owl-item .item .review .review-inner blockquote:before {
    top: -100px;
  }

  /**************** 
		BLOG
	****************/
  .news-content .col-md-4 {
    margin-bottom: 50px;
  }

  .news-content .col-md-4:last-child {
    margin-bottom: 0;
  }

  section#latest-news2 .blog-post-featured {
    margin-top: 30px;
  }

  /**************** 
		FOOTER
	****************/
  .top-footer .footer-links li i {
    margin: 0;
  }

  /**************** 
		DOMAIN PAGE
	****************/
  aside .domain-sidebar {
    margin-top: 40px;
  }

  aside .banner img {
    margin: 0 auto;
  }

  /**************** 
		CART PAGE
	****************/
  .subtotal-content .coupon input[type="text"] {
    width: 100%;
  }

  .cart-page .col-md-4.col-xs-12 {
    margin-top: 30px;
  }
}

/* ---- End of max-width 992px CSS ---- */

/* ---- Start of min-width 480px and max-width 768px CSS ---- */

@media all and (min-width: 480px) and (max-width: 768px) {
  .section-title p {
    width: 80%;
  }

  /**************** 
		TOP HEADER
	****************/
  .social {
    margin: 0 auto !important;
    padding: 0;
    text-align: center;
  }

  .social li {
    padding: 10px;
  }

  .top-button {
    float: none;
    text-align: center;
    padding-top: 0;
  }

  /**************** 
		DOMAIN
	****************/
  .domain .form-group .form-control {
    width: calc(100% - 130px) !important;
    padding-left: 20px;
  }

  .domain-check ul li {
    margin-right: 5px;
  }

  /**************** 
		SERVICES
	****************/
  #services .service p {
    padding: 20px 30px 0;
  }

  #services .row:last-child {
    padding: 0;
  }

  /**************** 
		PRICING TABLES
	****************/
  /* Pricing Table 1 */
  .pricing-table1 {
    border: none;
  }

  .pricing-table1 .pricing-plan {
    width: 90%;
    margin: 0 auto !important;
    border-radius: 30px !important;
    float: none;
  }

  .pricing-table1 .pricing-plan .price {
    border-radius: 30px 30px 0 0 !important;
  }

  .pricing-table1 #basic.pricing-plan,
  .pricing-table1 #agency.pricing-plan,
  .pricing-table1 #enterprise.pricing-plan {
    margin-top: 50px !important;
  }

  /* Pricing Table 2 */
  .pricing-table2 .pricing-plan {
    width: 100%;
    margin: 0 auto !important;
    float: none;
    margin-top: 50px !important;
  }

  .pricing-table2 .pricing-plan:first-child {
    margin-top: 0 !important;
  }

  /**************** 
		TESTIMONIAL
	****************/
  .testimonial2 figure {
    margin: 0 auto;
  }

  /**************** 
		FOOTER
	****************/
  .top-footer .footer-info {
    text-align: center;
  }

  .top-footer .footer-info > div {
    margin-top: 30px;
  }

  .top-footer h4 {
    padding-bottom: 10px;
  }

  .top-footer .footer-links {
    text-align: center;
  }

  /**************** 
		SERVICE PAGE
	****************/
  .tabpanel-col {
    padding: 20px 0;
  }
}

/* ---- End of min-width 480px and max-width 768px CSS ---- */

/* ---- Start of max-width 767px CSS ---- */

@media all and (max-width: 767px) {
  /**************** 
		TEAM
	****************/
  .member {
    width: 70% !important;
    margin-bottom: 50px !important;
  }

  /**************** 
		COUNTUP
	****************/
  #countup > div > div {
    margin-bottom: 50px;
  }

  /**************** 
		TESTIMONIAL
	****************/
  .testimonial2 figure {
    margin: 0 auto;
  }

  /**************** 
		SERVICE PAGE
	****************/
  .tabpanel-col {
    padding: 20px 0;
  }
}

/* ---- End of max-width 767px CSS ---- */

/* ---- Start of max-width 580px CSS ---- */

@media all and (max-width: 580px) {
  #about .clouds img.cloud1 {
    display: none;
  }
}

/* ---- End of max-width 580px CSS ---- */

/* ---- Start of max-width 480px CSS ---- */

@media all and (max-width: 480px) {
  .section-title p {
    width: 80%;
  }

  /**************** 
		TOP HEADER
	****************/
  .social {
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }

  .social li {
    padding: 10px;
  }

  .top-button {
    float: none;
    text-align: center;
    padding-top: 0;
  }

  /**************** 
		LOGIN POP UP
	****************/
  .cd-user-modal.is-visible .cd-user-modal-container {
    -webkit-transform: translateY(40%);
    -moz-transform: translateY(40%);
    -ms-transform: translateY(40%);
    -o-transform: translateY(40%);
    transform: translateY(40%);
  }

  /**************** 
		SLIDER - HOME SECTION
	****************/
  .demo1 .slider-content {
    top: 20%;
  }

  .demo2 .demo-content {
    top: 20%;
  }

  .demo1 .slider-content h2 {
    font-size: 36px;
  }

  .demo2 .demo-content h2 {
    font-size: 36px;
  }

  /**************** 
		DOMAIN
	****************/
  .domain h2 {
    font-size: 24px;
  }

  .domain .form-group .form-control {
    width: 100% !important;
  }

  .domain .form-group button {
    margin: 20px 0 10px 0;
    width: 100%;
  }

  .domain-check span {
    margin-right: 5px;
  }

  .domain-check ul li {
    margin: 0 0 10px 0;
    width: 49%;
  }

  /**************** 
		SERVICES
	****************/
  #services .service p {
    padding: 20px 30px 0;
  }

  #services .row {
    margin: 0;
  }

  #services .row:last-child {
    padding: 0;
  }

  .info-image img {
    width: 25%;
  }

  /**************** 
		SUBSCRIBE
	****************/
  .subscribe-form .form-inline .form-group .input-group {
    width: 100%;
  }

  .subscribe-form .form-inline .form-group .input-group .form-control {
    width: 100%;
  }

  .subscribe-form .form-inline .form-group .input-group button {
    width: 100%;
    margin: 20px 0 0 0;
  }

  /**************** 
		TEAM
	****************/
  .member {
    width: 70% !important;
    margin-bottom: 50px !important;
  }

  /**************** 
		PRICING TABLE
	****************/
  /* Pricing Table 1 */
  .pricing-table1 {
    border: none;
  }

  .pricing-table1 .pricing-plan {
    width: 90%;
    margin: 0 auto !important;
    border-radius: 30px !important;
    float: none;
  }

  .pricing-table1 .pricing-plan .price {
    border-radius: 30px 30px 0 0 !important;
  }

  .pricing-table1 #basic.pricing-plan,
  .pricing-table1 #agency.pricing-plan,
  .pricing-table1 #enterprise.pricing-plan {
    margin-top: 50px !important;
  }

  /* Pricing Table 2 */
  .pricing-table2 .pricing-plan {
    width: 90%;
    margin: 0 auto !important;
    float: none;
    margin-top: 50px !important;
  }

  .pricing-table2 .pricing-plan:first-child {
    margin-top: 0 !important;
  }

  /**************** 
		COUNTUP
	****************/
  #countup > div > div {
    margin-bottom: 50px;
  }

  /**************** 
		TESTIMONIAL
	****************/
  .testimonial .owl-item .item .review .review-inner blockquote {
    top: 40%;
  }

  .testimonial .owl-item .item .review .review-inner blockquote:before {
    top: -50px;
  }

  /**************** 
		FOOTER
	****************/
  .top-footer .footer-info {
    text-align: center;
  }

  .top-footer .footer-info > div {
    margin-top: 30px;
  }

  .top-footer h4 {
    padding-bottom: 10px;
  }

  .top-footer .footer-links {
    text-align: center;
  }

  /**************** 
		404 PAGE
	****************/
  .page-not-found {
    min-height: 100%;
    height: 100%;
  }

  .page-not-found .item-title {
    position: relative;
    top: 30%;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  .page-not-found .item-title #message {
    min-height: 240px;
  }

  .page-not-found .item-title #message p:first-child {
    font-size: 50px;
    font-weight: 700;
  }

  /**************** 
		LIVE CHAT
	****************/
  .live-chat {
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80%;
  }

  .live-chat.collapsed {
    -webkit-transform: translateY(350px);
    -moz-transform: translateY(350px);
    -ms-transform: translateY(350px);
    -o-transform: translateY(350px);
    transform: translateY(350px);
  }

  .live-chat input[type="text"] {
    width: 100%;
  }

  .chat-message-content {
    margin-left: 45px;
  }

  .chat-feedback {
    text-align: center;
    margin: 0;
  }

  /**************** 
		COMING SOON
	****************/
  .coming-main .logo img {
    width: 250px;
  }

  .countdown {
    margin-top: 30px;
  }

  /**************** 
		DOMAIN PAGE
	****************/
  .domain-results ul li > div {
    display: block;
  }

  .domain-results ul li .domain-type {
    text-align: center;
  }

  .domain-results ul li .price-action {
    float: none;
    text-align: center;
    padding-top: 20px;
  }

  .domain-results ul li .price-action > * {
    float: none;
  }

  /**************** 
		CART PAGE
	****************/
  .subtotal-content .coupon .col-md-6.col-xs-8 {
    width: 100%;
  }

  .subtotal-content .coupon .col-md-6.col-xs-4 {
    width: 100%;
    padding-top: 20px;
    text-align: center;
  }

  .subtotal-content .support {
    text-align: center;
  }
}

/* ---- End of max-width 480px CSS ---- */

/* ---- Start of max-width 420px CSS ---- */

@media all and (max-width: 420px) {
  /**************** 
		SLIDER - HOME SECTION
	****************/
  .demo1 .slider-content a {
    margin-top: 10px;
  }

  .demo2 .demo-content a {
    margin-top: 10px;
  }

  /**************** 
		ABOUT SECTION
	****************/
  #about .clouds img.cloud2 {
    display: none;
  }

  #about .clouds img.cloud3 {
    -webkit-animation: cloud3 15s linear 14s infinite;
    animation: cloud3 15s linear 14s infinite;
  }

  .info .info-image img:hover {
    top: 10px;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
  }

  /**************** 
		PORTFOLIO PAGES
	****************/
  .portfolio ul#portfolio-sorting li a {
    padding-bottom: 10px;
  }

  .portfolio-grid .element {
    width: 100%;
  }

  /**************** 
		BLOG POST PAGE
	****************/
  .blog-post .post-img {
    height: auto;
  }

  /**************** 
		SERVICE PAGE
	****************/
  .skillbar {
    width: 100%;
  }

  .chart {
    width: 100%;
  }

  ul.custom-tabs > li:before {
    opacity: 0;
    border-radius: 0;
    border: none;
  }
}

/* ---- End of max-width 420px CSS ---- */

/* ---- Start of max-width 380px CSS ---- */

@media all and (max-width: 380px) {
  /**************** 
		TESTIMONIAL
	****************/
  .testimonial .owl-item .item .review .review-inner blockquote {
    top: 30%;
  }

  .testimonial .owl-item .item .review .review-inner blockquote:before {
    top: -20px;
  }

  /**************** 
		COMING SOON
	****************/
  .coming-main .cta .btn-blue:last-child {
    margin-top: 20px;
  }
}

/* ---- End of max-width 380px CSS ---- */

/* ---- Start of max-width 320px CSS ---- */

@media all and (max-width: 320px) {
  .demo1 {
    height: 550px;
  }

  .live-chat {
    display: none;
  }

  .top-button {
    display: none;
  }

  .clouds {
    opacity: 0.5;
  }
}

/* ---- End of max-width 320px CSS ---- */

/* ---- Start of max-height 420px CSS ---- */

@media screen and (max-height: 420px) {
  .demo1 {
    height: 500px;
  }

  .demo-content {
    top: 25%;
  }

  .demo-content h2 {
    font-size: 36px;
  }

  .slider-content h2 {
    font-size: 36px;
  }

  .live-chat {
    display: none;
  }

  .top-button {
    display: none;
  }

  .member img {
    max-height: 320px;
  }

  /**************** 
		SERVICE PAGE
	****************/
  ul.custom-tabs > li:before {
    opacity: 0;
    border-radius: 0;
    border: none;
  }

  .tabpanel-col {
    padding: 20px 0;
  }

  /**************** 
		LOGIN & REGISTER PAGE
	****************/
  .login-page {
    height: 650px;
  }
}

/* Mobile Optimization */

/* Mobile responsiveness */

@media (max-width: 480px) {
  .smartscore-header h2 {
    font-size: 22px;
  }

  .card {
    width: 100%;
  }
}

/* Responsiveness */

@media (max-width: 1024px) {
  .card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .title {
    font-size: 24px;
  }

  .card-grid {
    grid-template-columns: 1fr;
  }

  .card {
    padding: 22px;
  }
}

@media (max-width: 600px) {
  .title {
    font-size: 24px;
  }

  .card {
    padding: 22px;

    max-width: 100%;
  }
}

/* TABLETS — show 2 cards per row */

/* Ultra Responsive for very small devices */

@media (max-width: 480px) {
  .smartscore-title {
    font-size: 26px;
  }

  .smartscore-subtitle {
    font-size: 14px;
  }

  .smartscore-grid-block {
    gap: 18px;
  }

  .ss-card {
    padding: 20px;
    max-width: 100%;
    text-align: center;
  }

  .ss-card-title {
    font-size: 17px;
  }

  /*.ss-card ul li::before { left:86px}*/
}

@media (max-width: 320px) {
  .ss-card ul li::before {
    display: inline-block;
  }
}

/* --- 4. Mobile Refinements (Already covered by Grid, but adjusting text for small screens) --- */
@media (max-width: 480px) {
  .section-title {
    font-size: 30px;
    margin-bottom: 30px;
  }

  .card-title {
    font-size: 18px;
  }
}

/* ------------------------------------- */
/* 4. Responsive Adjustments (Mobile First) */
/* ------------------------------------- */

/* Medium devices (Tablets) */
@media (min-width: 768px) {
  .plan-card-pro {
    padding: 3rem;
    max-width: 700px;
  }

  .plan-header-pro {
    margin: -3rem -3rem 2rem -3rem;
  }
}

/* Large devices (Desktops) */
@media (min-width: 1024px) {
  .plan-card-pro {
    max-width: 980px;
  }
}

/* ------------------------------------- */
/* 5. Media Queries (Tablet and Desktop) */
/* ------------------------------------- */
@media (min-width: 576px) {
  /* Adjust CTA buttons for better spacing */
  .cta-buttons-wrapper {
    flex-direction: row;
    justify-content: center;
  }

  .cta-button {
    width: auto;
    max-width: none;
  }
}

@media (min-width: 768px) {
  /* Two columns for audit cards on tablet/desktop */
  .audit-cards-container {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* ------------------------------------- */
/* 5. Media Queries for Responsiveness */
/* ------------------------------------- */

/* Tablet View (2 columns) */
@media (min-width: 600px) {
  .plan-grid-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Desktop View (3 columns) */
@media (min-width: 992px) {
  .plan-grid-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}

/*
         * ----------------------------------------
         * 6. Responsive Design (For Tablets/Desktops)
         * ----------------------------------------
         */
@media (min-width: 600px) {
  .custom-cta-banner {
    /* Change to horizontal layout on larger screens */
    flex-direction: row;
    justify-content: space-between;
    /* Space content and button apart */
    align-items: center;
    /* Vertically align items */
    padding: var(--spacing-l) var(--spacing-xl);
    text-align: left;
    /* Align text to the left */
  }

  .custom-banner-content {
    /* Give content room to breathe */
    flex-grow: 1;
    margin-right: var(--spacing-l);
    /* Space between text and button */
  }

  .custom-cta-button {
    /* Make button a fixed width on larger screens */
    width: auto;
    flex-shrink: 0;
    /* Prevents button from shrinking */
    text-align: center;
  }
}

/* MOBILE */
@media (max-width: 600px) {
  .card-image {
    height: 160px;
  }

  .card-content h3 {
    font-size: 16px;
  }
}

@media (max-width: 600px) {
  .container {
    padding: 10px 16px;
  }

  .hero-section {
    padding-top: 80px;
  }
}

/* ---------------------------------------------------- */
/* 10. Media Queries for Responsiveness */
/* ---------------------------------------------------- */
@media (max-width: 768px) {
  .hero-headline {
    font-size: 2.2rem;
  }

  .hero-subheadline {
    font-size: 1rem;
  }

  h2 {
    font-size: 1.8rem;
  }

  .cta-group {
    flex-direction: column;
  }

  .btn {
    /* width: 100%; */
    margin-bottom: 10px;
  }

  .plan-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 20px 0;
  }

  .hero-section {
    padding: 60px 0;
  }

  .hero-headline {
    font-size: 1.8rem;
  }

  .feature-cards,
  .benefits-grid {
    grid-template-columns: 1fr;
  }
}

/* ================= RESPONSIVE ================= */
@media (min-width: 768px) {
  .funnel-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .plan-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .plan-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* --- Mobile Responsiveness (Stacks content vertically) --- */
@media (max-width: 992px) {
  .pipeline-container {
    flex-direction: column-reverse;
    /* Stack columns vertically */
    gap: 30px;
    display: flex;
    flex-wrap: nowrap;
  }

  .pipeline-content-media,
  .pipeline-content-info {
    flex: 1 1 100%;
    /* Take full width on mobile/tablet */
  }

  .pipeline-info-heading {
    font-size: 1.8rem;
    text-align: center;
  }

  .pipeline-info-description {
    text-align: center;
    font-size: 16px !important;
    margin-top: 14px !important;
  }

  .pipeline-content-info {
    /* Center the button and list text on smaller screens */
    display: flex;
    flex-direction: column;
    align-items: center;
    /* Center items horizontally */
  }

  .pipeline-info-list {
    width: 100%;
    /* List takes full width for better readability */
  }

  .pipeline-list-item {
    text-align: left;
    /* Keep list items left-aligned */
    font-size: 14px !important;
  }
}

/* All responsive section in 320px screens */

@media (max-width: 320px) {
  .navbar-brand img {
    width: 140px !important;
  }

  .logo-footer {
    width: 225px !important;
    height: 60px !important;
  }

  /* General Section Padding */
  .ptb80,
  .ptb60,
  .ptb40 {
    padding: 20px 16px;
  }

  .section-title {
    padding-bottom: 20px;
  }

  .section-title h2,
  h2.title {
    font-size: 24px !important;
  }

  .section-title p {
    width: 90%;
    font-size: 14px;
  }

  /* Main Section */
  .demo4 {
    height: auto;
    padding: 40px 0;
  }

  .demo-content {
    top: 0;
    padding-top: 20px;
  }

  .demo-content h2 {
    font-size: 28px !important;
  }

  .demo-content p {
    font-size: 16px !important;
  }

  .demo-content .btn {
    display: block;
    margin: 10px auto;
    width: 80%;
    font-size: 12px;
  }

  .section-container {
    padding: 0 20px !important;
  }

  /* Pipeline Section */
  .pipeline-info-heading {
    font-size: 24px !important;
  }

  /* Smartscore Section */
  .smartscore-title {
    font-size: 24px !important;
  }

  .ss-card {
    padding: 15px;
  }

  /* Services/Why section */
  .card-grid {
    gap: 15px;
  }

  .card {
    padding: 15px;
  }

  .card-title {
    font-size: 16px;
  }

  /* Team Section */
  .member {
    width: 90% !important;
  }

  /* Blog Section */
  .blog-grid {
    gap: 15px;
  }

  .blog-card .card-title {
    font-size: 16px !important;
  }

  /* Pricing Table */
  .pricing-table2 .pricing-plan {
    width: 100%;
    margin-top: 20px !important;
  }

  .btn-blut {
    width: 200px !important;
  }

  /* CTA banners */
  .custom-cta-banner {
    padding: 20px;
  }

  .custom-banner-title,
  .custom-banner-title-2 {
    font-size: 18px;
  }

  /* Subscribe form */
  .subscribe-form h2 {
    font-size: 24px;
  }

  .blog-section-wrapper {
    padding: 20px 12px;
  }
}

@media (max-width: 375px) {
  .navbar-brand img {
    width: 140px !important;
  }

  .logo-footer {
    width: 225px !important;
    height: 60px !important;
  }

  /* General Section Padding */
  .ptb80,
  .ptb60,
  .ptb40 {
    padding: 20px 0;
  }

  .section-title {
    padding-bottom: 20px;
  }

  .section-title h2,
  h2.title {
    font-size: 24px !important;
  }

  .section-title p {
    width: 90%;
    font-size: 14px;
  }

  /* Main Section */
  .demo4 {
    height: auto;
    padding: 40px 0;
  }

  .demo-content {
    top: 0;
    padding-top: 20px;
  }

  .demo-content h2 {
    font-size: 28px !important;
  }

  .demo-content p {
    font-size: 16px !important;
  }

  .demo-content .btn {
    display: block;
    margin: 10px auto;
    width: 80%;
    font-size: 12px;
  }

  /* Pipeline Section */
  .pipeline-info-heading {
    font-size: 24px !important;
  }

  /* Smartscore Section */
  .smartscore-title {
    font-size: 24px !important;
  }

  .ss-card {
    padding: 15px;
  }

  /* Services/Why section */
  .card-grid {
    gap: 15px;
  }

  .card {
    padding: 15px;
  }

  .card-title {
    font-size: 16px;
  }

  /* Team Section */
  .member {
    width: 90% !important;
  }

  /* Blog Section */
  .blog-grid {
    gap: 15px;
  }

  .blog-card .card-title {
    font-size: 16px !important;
  }

  /* Pricing Table */
  .pricing-table2 .pricing-plan {
    width: 100%;
    margin-top: 20px !important;
  }

  /* CTA banners */
  .custom-cta-banner {
    padding: 20px;
  }

  .custom-banner-title,
  .custom-banner-title-2 {
    font-size: 18px;
  }

  /* Subscribe form */
  .subscribe-form h2 {
    font-size: 24px;
  }

  .blog-section-wrapper {
    padding: 20px 16px;
  }

  .subscribe-form .form-inline .form-group .input-group {
    width: 90%;
    display: flex;
    justify-content: center;
    margin-left: 18px;
    flex-direction: column;
  }

  #subscribe-2 {
    margin: 20px 16px !important;
  }

  .p-horizontal {
    margin: 20px 16px !important;
  }

  .dg-container {
    padding: 0 0 !important;
  }

  .cta-banner {
    margin: 22px 14px !important;
  }

  .insight-card {
    width: 345px !important;
  }

  .contact-page aside .contact-item {
    margin-top: 10% !important;
  }
  .demo-content {
    top: 25%;
  }
}

@media (max-width: 425px) {
  .navbar-brand img {
    width: 140px !important;
  }

  .logo-footer {
    width: 225px !important;
    height: 60px !important;
  }

  /* General Section Padding */
  .ptb80,
  .ptb60,
  .ptb40 {
    padding: 20px 0;
  }

  .section-title {
    padding-bottom: 20px;
  }

  .section-title h2,
  h2.title {
    font-size: 24px !important;
  }

  .section-title p {
    width: 90%;
    font-size: 14px;
  }

  /* Main Section */
  .demo4 {
    height: auto;
    padding: 40px 0;
  }

  .demo-content {
    top: 0;
    padding-top: 20px;
  }

  .demo-content h2 {
    font-size: 28px !important;
  }

  .demo-content p {
    font-size: 16px !important;
  }

  .demo-content .btn {
    display: block;
    margin: 10px auto;
    width: 80%;
    font-size: 12px;
  }

  /* Pipeline Section */
  .pipeline-info-heading {
    font-size: 24px !important;
  }

  /* Smartscore Section */
  .smartscore-title {
    font-size: 24px !important;
  }

  .ss-card {
    padding: 15px;
  }

  /* Services/Why section */
  .card-grid {
    gap: 15px;
  }

  .card {
    padding: 15px;
  }

  .card-title {
    font-size: 16px;
  }

  /* Team Section */
  .member {
    width: 90% !important;
  }

  /* Blog Section */
  .blog-grid {
    gap: 15px;
  }

  .blog-card .card-title {
    font-size: 16px !important;
  }

  /* Pricing Table */
  .pricing-table2 .pricing-plan {
    width: 100%;
    margin-top: 20px !important;
  }

  /* CTA banners */
  .custom-cta-banner {
    padding: 20px;
  }

  .custom-banner-title,
  .custom-banner-title-2 {
    font-size: 18px;
  }

  /* Subscribe form */
  .subscribe-form h2 {
    font-size: 24px;
  }

  .blog-section-wrapper {
    padding: 20px 16px;
  }

  .subscribe-form .form-inline .form-group .input-group {
    width: 90%;
    display: flex;
    justify-content: center;
    margin-left: 18px;
    flex-direction: column;
  }

  /* About Us Section */
  .dg-container {
    padding: 0 0 !important;
  }

  .container-drops-2 {
    width: 100% !important;
    padding: 40px 12px !important;
  }

  .cta-banner {
    margin: 22px 14px !important;
  }

  .contact-page aside .contact-item {
    margin-top: 10% !important;
  }
}

@media (max-width: 768px) {
  .logo-footer {
    width: 160px !important;
    height: 100px !important;
  }

  .subscribe-form .form-inline .form-group .input-group {
    justify-content: center;
    margin-left: 30px;
  }

  section#subscribe {
    background: #29b1fd;
    color: #f6f6f6;
    position: relative;
    overflow: hidden;
    max-width: 1116px;
    margin: 86px 16px !important;
    border-radius: 20px;
    padding: 10px 0 !important;
  }

  .cta-banner {
    margin: 22px 14px !important;
  }

  .contact-page aside .contact-item {
    margin-top: 10% !important;
  }
  .demo-content {
    top: 30%;
  }
}

@media (max-width: 991px) {
  .contact-page aside .contact-item {
    margin-top: 10% !important;
  }
}

/* --- Responsive Adjustments --- */

/* Tablets (iPad etc.) - 2 items in a row */
@media (max-width: 991px) and (min-width: 768px) {
  .counter-item .counter {
    font-size: 30px;
  }
}

/* Small Mobiles (320px, 375px, 425px) */
@media (max-width: 768px) {
  #countup {
    padding: 40px 0;
  }

  .counter-wrapper {
    margin-bottom: 40px;
    /* Ek ke niche ek elements mein space */
  }

  .counter-wrapper:last-child {
    margin-bottom: 0;
  }

  .counter-item .counter {
    font-size: 32px;
    /* Mobile par thoda chota size */
  }

  .counter-item h3 {
    font-size: 16px;
  }

  .counter-item img {
    width: 45px;
    /* Mobile icon size */
  }

  /* .subscribe-form .form-inline .form-group .input-group {
    width: 90%;
    display: flex;
    justify-content: center;
    margin-left: 30px;
} */
  #subscribe-2 {
    margin: 20px 16px !important;
  }

  .p-horizontal {
    margin: 20px 16px !important;
  }

  .subscribe-form h2 {
    margin-top: 8px !important;
  }
}

/* Extra Small Screens (320px) */
@media (max-width: 350px) {
  .counter-item .counter {
    font-size: 28px;
  }
}

/* --- Responsive Fixes for Small Devices --- */

@media (max-width: 425px) {
  /* Container padding kam karein taaki side space mile */
  .container-fluid {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .smartscore-title {
    font-size: 20px !important;
    line-height: 1.3;
    padding: 0 10px;
  }

  .smartscore-subtitle {
    font-size: 14px;
    padding: 0 15px;
    margin-bottom: 25px !important;
  }

  /* Card adjustments for 320px-425px */
  .ss-card {
    margin: 5px 0px;
    /* Side margins minimal rakhein */
    padding: 20px;
    /* Inside padding thodi kam */
    height: auto;
    /* Mobile par content ke hisaab se height */
    min-height: 200px;
  }

  .ss-card-title {
    font-size: 18px !important;
    margin-bottom: 12px;
  }

  .ss-card ul li {
    font-size: 13px !important;
    margin-bottom: 6px;
  }
}

/* Specific fix for iPhone SE / Screen 320px */
@media (max-width: 320px) {
  .ss-card {
    padding: 15px;
  }

  .smartscore-title {
    font-size: 18px !important;
  }

  .subscribe-form h2 small {
    margin-top: 10px !important;
  }

  .subscribe-form .form-inline .form-group .input-group {
    width: 90%;
    display: flex;
    justify-content: center;
    margin-left: 18px;
    flex-direction: column;
  }

  #subscribe-2 {
    margin: 20px 16px !important;
  }

  .p-horizontal {
    margin: 20px 16px !important;
  }

  /* About Us Section */

  .dg-container {
    padding: 0 12px !important;
  }

  .delivery-box,
  .timing-box {
    padding: 20px 20px !important;
  }

  .cta-banner {
    margin: 22px 14px !important;
  }

  .audit-plan-title {
    font-size: 25px !important;
  }

  .insight-card {
    width: 290px !important;
  }

  .contact-page aside .contact-item {
    margin-top: 10% !important;
  }
  .demo-content {
    top: 25%;
  }
}

@media (max-width: 1024px) {
  section#subscribe {
    background: #29b1fd;
    color: #f6f6f6;
    position: relative;
    overflow: hidden;
    max-width: 1116px;
    margin: 86px 30px !important;
    border-radius: 20px;
    padding: 30px 0 !important;
  }

  section#subscribe-2 {
    background: #29b1fd;
    color: #f6f6f6;
    position: relative;
    overflow: hidden;
    max-width: 1116px;
    margin: 86px 30px !important;
    border-radius: 20px;
    padding: 30px 0 !important;
  }

  .pipeline-content-info {
    text-align: center;
  }
}

/* Desktop (Large Screens 1440px+) - 3 Cards View */
@media (min-width: 1024px) {
  .dg-plan-card {
    width: calc(1440px / 3 - 40px);
    /* 1440px ke hisaab se sizing */
    max-width: 400px;
  }

  .domain-item {
    padding: 20px 20px !important;
  }
}

/* Tablet (768px - 1023px) - 2 Cards View */
@media (max-width: 1023px) and (min-width: 600px) {
  .dg-plan-card {
    width: calc(50vw - 30px);
  }
}

/* Mobile (Small Screens) - 1 Card View */
@media (max-width: 599px) {
  .dg-plan-card {
    width: calc(100vw - 50px);
  }
}

/* Keyframes for Smooth Infinite Loop */
@keyframes smoothScroll {
  0% {
    transform: translateX(0);
  }

  100% {
    /* Ye -50% isliye hai kyunki humne cards duplicate kiye hain */
    transform: translateX(calc(-50% - (var(--card-gap) / 2)));
  }
}

/* Hover par pause ho jayega */
.dg-plan-unlocks:hover {
  animation-play-state: paused;
}

/* Typography Styles */
.dg-plan-price {
  font-size: 2.2rem;
  font-weight: bold;
  margin: 15px 0;
}

.dg-plan-price span {
  font-size: 0.9rem;
  color: #888;
}

.dg-unlocks-list {
  list-style: none;
  padding: 0;
  flex-grow: 1;
  margin-bottom: 20px;
}

.dg-unlocks-list li {
  margin-bottom: 10px;
  font-size: 0.9rem;
  color: #ccc;
}

.dg-pipeline-depth {
  border-top: 1px solid #333;
  padding-top: 15px;
  font-size: 0.85rem;
  font-weight: 600;
}

/* Mobile optimization */
@media (max-width: 576px) {
  .card-image img {
    height: 180px;
  }
}

@media (max-width: 1024px) {
  .swiper-slide {
    width: 320px;
  }
}

@media (max-width: 768px) {
  .swiper-slide {
    width: 100%;
  }
}

@media (max-width: 1266px) {
  .pipeline-content-info {
    text-align: center;
  }
}

@media (max-width: 992px) {
  .pipeline-content-info {
    text-align: center !important;
  }
}

/* Testimonial section start */
/* Responsive Fix for the Animation distance */
@media (max-width: 1024px) {
  @keyframes scroll {
    0% {
      transform: translateX(0);
    }

    100% {
      transform: translateX(calc(-1 * ((100% / 3) * 5)));
    }
  }
}

/* Testimonial section end */
/* About-us section start */
/* Mobile Specific Adjustments */
@media (max-width: 600px) {
  .header-about h1 {
    font-size: 26px !important;
  }

  .pipeline-about {
    grid-template-columns: 1fr;
    padding: 0 20px !important;
  }

  .card-about {
    padding: 20px;
  }
}

/* About-us section end */

/* How the intelligence engine works section start  */
/* Responsive Fixes */
@media (max-width: 600px) {
  .section-title-intelligence h1 {
    font-size: 1.8rem;
  }

  .grid-info {
    grid-template-columns: 1fr;
  }

  .engine-container {
    padding-left: 30px;
  }

  .filter-step::after {
    left: -31px;
  }

  .smart-score-box {
    padding: 25px;
  }
}

/* How the intelligence engine works section end  */

/* Founder note section start */
/* Responsiveness */
@media (max-width: 768px) {
  .founder-card {
    flex-direction: column;
  }

  .founder-sidebar {
    border-right: none;
    border-bottom: 1px solid var(--glass-border);
    padding: 30px;
  }

  .founder-content {
    padding: 30px;
    max-height: none;
  }

  .engine-container {
    padding: 0 40px !important;
  }

  .filter-step::after {
    left: -28px !important;
  }

  .engine-container::before {
    left: 20px !important;
  }
}

@media (max-width: 600px) {
  .section-title-intelligence h1 {
    font-size: 26px !important;
  }
}

/* Founder note section end */

/* Build in public section start */
/* Mobile Adjustments */
@media (max-width: 768px) {
  .comparison-grid {
    grid-template-columns: 1fr;
  }

  .bip-header {
    padding: 25px;
  }

  .bip-header h1 {
    font-size: 22px!important;
  }
  .pricing-title-main {
    font-size: 22px!important;
  }
  .intelligence-heading-main, .intelligence-heading-sub {
    font-size: 22px!important;
  }
  .section-heading {
    font-size: 22px!important;
  }
  
}

/* Build in public section end */

/* Team section start */
/* Responsive */
@media (max-width: 600px) {
  .preview-container {
    padding: 30px 20px;
  }

  .team-block h2 {
    font-size: 1.6rem;
  }

  .preview-container h2 {
    font-size: 1.8rem;
    margin-bottom: 10px !important;
  }

  .founder-img-wrapper {
    width: 100px;
    height: 100px;
  }
}

/* Team section end */

/* Daily top section start */
/* Responsive Breakpoints */
@media (min-width: 768px) {
  .tier-card {
    width: calc(33.33% - 20px);
  }
}

.tier-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 255, 255, 0.3);
}

/* Individual Tier Accents */
.tier-shortlist {
  border-top: 4px solid var(--accent-blue);
}

.tier-candidates {
  border-top: 4px solid var(--accent-purple);
  /* scale: 1.05; */
  z-index: 2;
}

.tier-picks {
  border-top: 4px solid var(--accent-gold);
}

.tier-header h3 {
  color: var(--text-main);
  margin: 0 0 8px 0;
  font-size: 1.5rem;
}

.tier-header p {
  color: var(--accent-blue);
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
  flex-grow: 1;
}

.feature-list li {
  color: var(--text-dim);
  margin-bottom: 12px;
  font-size: 14px !important;
  display: flex;
  align-items: center;
}

.feature-list li::before {
  content: "✓";
  margin-right: 10px;
  color: inherit;
}

.footer-tag {
  background: rgba(255, 255, 255, 0.05);
  padding: 10px;
  border-radius: 8px;
  text-align: center;
  font-size: 0.8rem;
  color: var(--text-main);
  font-weight: 500;
}

/* Badge for the middle card */
.badge {
  position: absolute;
  top: -12px;
  right: 20px;
  background: var(--accent-purple);
  color: white;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 12px !important;
  font-weight: bold;
}

/* Daily top section end */

/* Responsive Breakpoints */
@media (max-width: 768px) {
  .pipeline-grid {
    grid-template-columns: 1fr;
  }

  h2 {
    font-size: 1.8rem;
  }

  .intelligence-container {
    padding: 12px;
  }

  .big-number {
    font-size: 2.8rem;
  }
}

@media (max-width: 480px) {
  .flow-step:hover {
    transform: none;
    /* Disable hover movement on very small screens */
  }
  .padding-x {
    padding: 0 10px !important;
  }
}

/* Subscription section start */
/* Mobile Adjustments */
/* Mobile Optimization */
        @media (max-width: 480px) {
            body { padding: 15px; }
            .card { padding: 24px; }
            header h1 { font-size: 1.6rem; }
        }
/* Subscription section end */

/* Pricing bottom section start */
/* Mobile Specific Adjustments */
        /* Mobile Adjustments */
        @media (max-width: 768px) {
            .dg-wrapper { padding: 20px 15px; }
            .dg-logic-section { padding: 20px; }
            .dg-hero h1 { font-size: 22px!important; }
            .dg-grid { grid-template-columns: 1fr; }
        }
/* Pricing bottom section end */

/* CTA submit button popup modal section start */
/* Mobile Adjustments */
@media (max-width: 576px) {
    .custom-modal {
        padding: 25px 15px;
        margin: 10px;
    }
}
/* CTA submit button popup modal section end */

/* --- Responsive Mobile Optimization --- */
@media (max-width: 768px) {
    .vp-pipeline-flow {
        display: flex;
        flex-direction: column;
        border-left: 2px solid var(--vp-border); /* The Spine */
        padding-left: 20px;
        gap: 0;
    }

    .vp-step-item {
        background: transparent;
        border: none;
        border-bottom: 1px solid var(--vp-border);
        padding: 40px 0 40px 15px;
    }

    .vp-step-item:last-child {
        border-bottom: none;
    }

    .vp-step-number {
        position: relative;
        top: 0;
        right: 0;
        font-size: 1.4rem;
        color: var(--vp-accent);
        margin-bottom: 10px;
        opacity: 1;
    }
    
    .vp-step-item::before {
        content: '';
        position: absolute;
        left: -26px; /* Position on the spine */
        top: 45px;
        width: 10px;
        height: 10px;
        background: var(--vp-accent);
        border-radius: 50%;
        box-shadow: 0 0 10px var(--vp-accent);
    }
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .di-plan-grid {
        grid-template-columns: 1fr; /* Single column on small mobile */
    }
    
    .di-section-title {
        font-size: 1.5rem;
    }
}

/* --- Mobile Specific Overrides --- */
@media (max-width: 600px) {
    .da-audit-grid {
        grid-template-columns: 1fr; /* Single column on phones */
    }

    .da-main-title { font-size: 1.4rem; }

    /* Stack the table on very small screens */
    .da-bulk-table thead { display: none; }
    
    .da-bulk-table tr {
        display: block;
        border-bottom: 5px solid var(--da-bg);
        padding: 10px 0;
    }

    .da-bulk-table td {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 12px 20px;
        border: none;
        font-size: 0.95rem;
    }

    /* Adds labels before the data on mobile table stack */
    .da-bulk-table td::before {
        content: attr(data-label);
        font-weight: 600;
        color: var(--da-text-low);
        font-size: 0.8rem;
    }
}
/* Responsive Desktop view */
@media (min-width: 768px) {
    .nb-delivery-wrapper {
        flex-direction: row; /* Side by side on Desktop */
        align-items: stretch;
    }
    .modal-dialog {
        width: 500px!important;
        margin: auto auto!important;
        top: 10%;
        left: 0;
        transform: translate(-10%, 0);
    }
}

/* Small mobile optimization */
@media (max-width: 480px) {
    .nb-info-card {
        padding: 20px;
    }
    .nb-time-slot {
        font-size: 1.2rem;
    }
}

/* --- RESPONSIVE QUERIES --- */

/* Tablets (Show 2 items per row) */
@media (max-width: 1024px) {
    .nz-domain-row {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile (Stack 1 item per row) */
@media (max-width: 600px) {
    .nz-domain-row {
        grid-template-columns: 1fr;
    }
    
    .nz-main-heading {
        font-size: 1.8rem;
    }

    .nz-domain-card {
        padding: 15px;
    }
}
/* Mobile Responsiveness */
@media (max-width: 768px) {
    .dg-pro-main-heading {
        font-size: 1.8rem;
    }
    
    .dg-pro-funnel-pill {
        font-size: 0.8rem;
        padding: 8px 15px;
        line-height: 1.6;
    }

    .dg-pro-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .dg-pro-card {
        padding: 20px;
    }
}

/* Special styling for small screens (iPhone SE etc.) */
/* @media (max-width: 380px) {
    .dg-pro-badge {
        font-size: 0.75rem;
    }
    .dg-pro-description {
        font-size: 0.9rem;
    }
} */
 /* Responsive adjustments for mobile */
    @media screen and (max-width: 600px) {
        .data-table-features {
            font-size: 14px;
        }
        .data-table-features th, .data-table-features td {
            padding: 8px 4px;
        }
    }

/* RESPONSIVE MEDIA QUERIES */

        /* Tablets (2 columns) */
        @media screen and (min-width: 600px) {
            .dgai-failure-grid {
                grid-template-columns: repeat(2, 1fr);
            }
            .dgai-layers-grid {
                grid-template-columns: repeat(2, 1fr);
            }
            .dgai-btn-primary {
                width: auto;
            }
        }

        /* Desktop (3 columns) */
        @media screen and (min-width: 900px) {
            .dgai-layers-grid {
                grid-template-columns: repeat(3, 1fr);
            }
            .dgai-failure-grid {
                grid-template-columns: repeat(4, 1fr);
            }
        }
/* RESPONSIVE QUERIES */
        @media screen and (min-width: 768px) {
            .dgai-delivery-grid {
                grid-template-columns: repeat(2, 1fr);
            }
            .dgai-action-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }
/* Mobile Responsiveness */
    @media (max-width: 480px) {
        .premium-pkg-card {
            padding: 20px;
        }
        
        .premium-pkg-title {
            font-size: 20px;
        }

        .premium-pkg-description {
            font-size: 14px;
        }
    }
/* Mobile adjustments */
    @media (max-width: 576px) {
        .modal-body-custom {
            padding: 30px 20px !important;
        }
        .popup-logo {
            max-width: 120px;
        }
        h3 { font-size: 20px !important; }
    }

