  body{
        overflow-x:hidden;
    }
    
    ::selection{
        
        color:red;
    }
    #blogs{
        text-align: center;
        font-size: 45px;
    }
    
    
   
    
      .calculator-card {
            transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
            border-radius: 20px;
            overflow: hidden;
            background: linear-gradient(135deg, #efefef 0%, #fff1ca 100%);
            border: black;
            position: relative;
            margin-bottom: 1.5rem;
            width: 361px;
           
        }
        
        @media(max-width:850px){
            .calculator-card {
            transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
            border-radius: 20px;
            overflow: hidden;
            background: linear-gradient(135deg, #efefef 0%, #fff1ca 100%);
            border: black;
            position: relative;
            margin-bottom: 1.5rem;
            width: unset;
        }
        }

       

      

       

        .calculator-card .card-body {
            position: relative;
            z-index: 2;
            padding: 2rem;
            text-align: centre;
        }

        .calculator-card .card-title {
            font-size: 1.25rem;
            font-weight: 700;
            color: black;
            margin-bottom: 1rem;
            transition: color 0.3s ease-in-out;
             /*background: linear-gradient(to left, #ffc107 20%, transparent 100%);*/
        }

        .calculator-card:hover .card-title {
            color: black;
            
        }

        .calculator-card .card-text {
            font-size: 1rem;
            color: black;
            margin-bottom: 1.5rem;
            transition: color 0.3s ease-in-out;
        }

        .calculator-card:hover .card-text {
            color: black;
        }

        .btn-animated {
            transition: background 0.3s ease-in-out, transform 0.2s;
            background: #ffc107;
            border: none;
            color: #fff;
            padding: 0.5rem 0.7rem;
            border-radius: 30px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1px;
            border: 1px solid white;
            font-size: 14px;
           
        }

        .btn-animated:hover {
            background: #0056b3;
            transform: scale(1.05);
            color: white;
        }

       

        .section-heading {
            
    font-size: 3.5rem;
    font-weight: 900;
    color: black;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    display: inline-block;
    padding: 10px 20px;
    background: linear-gradient(to right, #ffc107 20%, transparent 100%);
    border-radius: 8px;
}

        

        .section-subheading {
            font-size: 1.25rem;
            color: Blue;
            margin-bottom: 3rem;
            background: linear-gradient(to left, #ffc107 20%, transparent 100%);
        }
        
        
        /* Reset button styles */
.btn1, .btn2 {
  border: none;
  padding: 0;
  background: none;
}

/* Common anchor button styles */
.btn1 a, .btn2 a {
  font-family: 'Segoe UI', sans-serif;
  font-size: 18px;
  padding: 12px 28px;
  border-radius: 8px;
  border: 2px solid transparent;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
  white-space: nowrap;
  font-weight: 500;
}

/* Filled gold button */
.btn1 a {
  background-color: #ffc107;
  color: #000;
  border-color: #ffc107;
}

.btn1 a:hover {
  background-color:#00000063;
  color: white;
  border: 2px solid white;
}

/* Outlined black button */
.btn2 a {
  background-color:#00000063;
  color: white;
  border: 2px solid white;
}

.btn2 a:hover {
   background-color: #ffc107;
  color: #000;
  border-color: #ffc107;
}



 .custom-wrapper {
            max-width: 1200px;
            margin: 0 auto;
            padding: 40px 20px;
        }
        
        @media(max-width:850px){
            .custom-wrapper {
            max-width: 1200px;
            margin: 0 auto;
            padding-left: 10px;
            padding-right: 10px;
        }
            
        }

        .dual-layout-block {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 80px;
            padding-top: 25px;
    padding-bottom: 25px;
        }
        
        a{
            text-decoration: none;
        }

        .textual-content-area {
            flex: 1;
            max-width: 580px;
        }

        .textual-content-area .primary-heading {
            font-size: 2rem;
            font-weight: 800;
            color: #1a202c;
            margin-bottom: 24px;
            line-height: 1.25;
        }

        .textual-content-area .description-text {
            font-size: 1.125rem;
            color: #4a5568;
            line-height: 1.7;
            margin-bottom: 10px;
        }

      .action-button {
    background: #ffc107;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 28px;
    min-height: 48px;
    min-width: 48px;
    border-radius: 8px;
    text-decoration: none;  /* remove underline */
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid transparent;
    gap: 8px;
    color: black;
    cursor: pointer;
    margin: 8px;
}

.action-button:hover {
    background: black;
    transform: translateY(-2px);
    box-shadow: 0 10px 15px -3px rgba(99, 102, 241, 0.3);
    color: white;
}

@media (max-width: 768px) {
    .action-button {
        padding: 16px 32px;
        font-size: 18px;
    }
}



        

        @media (max-width: 1024px) {
            .dual-layout-block {
                gap: 48px;
            }
            
            .textual-content-area .primary-heading {
                font-size: 1.9rem;
            }
        }

        @media (max-width: 768px) {
            .dual-layout-block {
                flex-direction: column;
                gap: 40px;
            }
            
            .textual-content-area {
                max-width: 100%;
                text-align: center;
            }
            
           
           
           .visual-display-box {
    flex: 1;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    aspect-ratio: 800 / 560; /* reserve space based on your image ratio */
}

.visual-display-box:hover {
    transform: translateY(-8px);
}

.visual-display-box .featured-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block; /* avoid inline spacing */
    transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.visual-display-box:hover .featured-image {
    transform: scale(1.05);
}

        }
        
        
        
        
        
        /*Hero Section TOP ***********************
        ***********************************
        **********************************/
        
         .civil-hero-wrapper {
            min-height: calc(100vh - 80px);
            height: auto;
            background: linear-gradient(135deg, #efefef 0%, #fff1ca 100%);
            display: flex;
            align-items: center;
            padding: 3rem 2rem;
            position: relative;
            overflow: hidden;
            border-bottom: 1px solid black;
        }

        .civil-hero-container {
            max-width: 1400px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: 1.3fr 1fr;
            gap: 6rem;
            align-items: center;
            width: 100%;
            position: relative;
            z-index: 2;
        }

        .civil-content-area {
            animation: slideInFromLeft 1.2s ease-out;
        }

        .civil-main-title {
            font-size: 3.5vw;
            font-weight: 900;
            color: #1a1d23;
            line-height: 1.1;
            margin-bottom: 2.5rem;
            position: relative;
        }
        
        @media(max-width:850px){
            .civil-main-title {
            font-size: 8vw;
            font-weight: 900;
            color: #1a1d23;
            line-height: 1.1;
            margin-bottom: 2.5rem;
            position: relative;
        }
        }



        .civil-description {
            font-size: clamp(1.15rem, 2.2vw, 1.4rem);
            color: #6c757d;
            line-height: 1.7;
            margin-bottom: 3.5rem;
            font-weight: 400;
            max-width: 90%;
        }

        .civil-button-container {
            display: flex;
            gap: 1.8rem;
            flex-wrap: wrap;
            align-items: center;
        }

        .civil-btn-yellow, .civil-btn-outline {
            padding: 1.3rem 2.8rem;
            border: none;
            border-radius: 50px;
            font-size: 1.15rem;
            font-weight: 700;
            cursor: pointer;
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-width: 190px;
            letter-spacing: 0.3px;
            position: relative;
            overflow: hidden;
        }

        .civil-btn-yellow {
            background: linear-gradient(135deg, #ffc107 0%, #ffcd38 100%);
            color: #1a1d23;
            box-shadow: 0 8px 25px rgba(255, 193, 7, 0.3);
        }

        .civil-btn-yellow::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
            transition: left 0.6s ease;
        }

        .civil-btn-yellow:hover::before {
            left: 100%;
        }

        .civil-btn-yellow:hover {
            transform: translateY(-3px);
            box-shadow: 0 12px 35px rgba(255, 193, 7, 0.4);
            background: linear-gradient(135deg, #ffcd38 0%, #ffd54f 100%);
        }

        .civil-btn-outline {
            background: transparent;
            color: #1a1d23;
            border: 2.5px solid #1a1d23;
        }

        .civil-btn-outline:hover {
            background: #1a1d23;
            color: #ffffff;
            transform: translateY(-3px);
            box-shadow: 0 8px 25px rgba(26, 29, 35, 0.2);
        }

        .civil-visual-area {
            display: flex;
            justify-content: center;
            align-items: center;
            animation: slideInFromRight 1.2s ease-out 0.2s both;
        }

        .civil-graphics-box {
            width: 100%;
            max-width: 550px;
            height: 480px;
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .civil-design-panel {
            width: 100%;
            height: 100%;
            background: #ffffff;
            border-radius: 30px;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
            border: 1px solid #e9ecef;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            position: relative;
            overflow: hidden;
        }

        .civil-design-panel::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 8px;
            background: linear-gradient(90deg, #ffc107 0%, #ffcd38 50%, #1a1d23 100%);
        }

        .civil-center-icon {
            font-size: 9rem;
            background: linear-gradient(135deg, #ffc107 0%, #1a1d23 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            margin-bottom: 2.5rem;
            filter: drop-shadow(0 4px 12px rgba(255, 193, 7, 0.2));
            animation: iconFloat 4s ease-in-out infinite;
        }

        .civil-tools-layout {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 1.8rem;
            width: 88%;
            margin-top: 2rem;
        }

        .civil-tool-box {
            background: #f8f9fa;
            border-radius: 18px;
            padding: 1.5rem 1rem;
            text-align: center;
            border: 2px solid transparent;
            transition: all 0.3s ease;
            position: relative;
        }

        .civil-tool-box:hover {
            transform: translateY(-8px);
            border-color: #ffc107;
            background: #ffffff;
            box-shadow: 0 12px 30px rgba(255, 193, 7, 0.15);
        }

        .civil-tool-symbol {
            font-size: 2.2rem;
            color: #ffc107;
            margin-bottom: 1rem;
            display: block;
            transition: transform 0.3s ease;
        }

        .civil-tool-box:hover .civil-tool-symbol {
            transform: scale(1.1);
        }

        .civil-tool-name {
            font-size: 0.95rem;
            color: #1a1d23;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .civil-bg-decoration {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            pointer-events: none;
            overflow: hidden;
        }

        .civil-floating-shape {
            position: absolute;
            background: linear-gradient(135deg, rgba(255, 193, 7, 0.1), rgba(26, 29, 35, 0.05));
            border-radius: 50%;
            animation: floatMotion 10s ease-in-out infinite;
        }

        .civil-floating-shape:nth-child(1) {
            width: 180px;
            height: 180px;
            top: 15%;
            left: 8%;
            animation-delay: 0s;
        }

        .civil-floating-shape:nth-child(2) {
            width: 120px;
            height: 120px;
            top: 60%;
            right: 12%;
            animation-delay: 4s;
        }

        .civil-floating-shape:nth-child(3) {
            width: 90px;
            height: 90px;
            bottom: 25%;
            left: 20%;
            animation-delay: 7s;
        }

        @keyframes slideInFromLeft {
            from {
                opacity: 0;
                transform: translateX(-80px);
            }
            to {
                opacity: 1;
                transform: translateX(0);
            }
        }

        @keyframes slideInFromRight {
            from {
                opacity: 0;
                transform: translateX(80px);
            }
            to {
                opacity: 1;
                transform: translateX(0);
            }
        }

        @keyframes iconFloat {
            0%, 100% { transform: translateY(0px); }
            50% { transform: translateY(-10px); }
        }

        @keyframes floatMotion {
            0%, 100% { 
                transform: translateY(0px) rotate(0deg); 
                opacity: 0.4;
            }
            50% { 
                transform: translateY(-40px) rotate(180deg); 
                opacity: 0.7;
            }
        }

        /* Responsive Design */
        @media (max-width: 1200px) {
            .civil-hero-wrapper {
                min-height: calc(100vh - 70px);
                padding: 2.5rem 1.5rem;
            }

            .civil-hero-container {
                gap: 5rem;
                max-width: 1200px;
            }

            .civil-graphics-box {
                max-width: 480px;
                height: 420px;
            }
        }

        @media (max-width: 992px) {
            .civil-hero-wrapper {
                min-height: auto;
                padding: 3rem 1.5rem;
            }

            .civil-hero-container {
                grid-template-columns: 1fr;
                gap: 4rem;
                text-align: center;
            }

            .civil-visual-area {
            
            }

            .civil-description {
                max-width: 100%;
            }

            .civil-graphics-box {
                max-width: 450px;
                height: 380px;
            }

            .civil-center-icon {
                font-size: 7.5rem;
            }
        }

        @media (max-width: 768px) {
            .civil-hero-wrapper {
                padding: 2rem 1rem;
            }

            .civil-hero-container {
                gap: 3rem;
            }

            .civil-button-container {
                justify-content: center;
                gap: 1.2rem;
            }

            .civil-btn-yellow, .civil-btn-outline {
                padding: 1.1rem 2.2rem;
                font-size: 1rem;
                min-width: 170px;
            }

            .civil-graphics-box {
                max-width: 380px;
                height: 340px;
            }

            .civil-center-icon {
                font-size: 6.5rem;
            }

            .civil-tools-layout {
                grid-template-columns: repeat(2, 1fr);
                gap: 1.2rem;
            }
        }

        @media (max-width: 480px) {
            .civil-hero-wrapper {
                padding: 1.5rem 0.8rem;
            }

            .civil-hero-container {
                gap: 2.5rem;
            }

            .civil-description {
                margin-bottom: 2.5rem;
            }

            .civil-button-container {
                flex-direction: column;
                width: 100%;
                align-items: stretch;
            }

            .civil-btn-yellow, .civil-btn-outline {
                width: 100%;
                max-width: 320px;
                margin: 0 auto;
            }

            .civil-graphics-box {
                max-width: 300px;
                height: 300px;
            }

            .civil-center-icon {
                font-size: 5.5rem;
                margin-bottom: 2rem;
            }

            .civil-tools-layout {
                grid-template-columns: repeat(2, 1fr);
                gap: 1rem;
                width: 95%;
            }

            .civil-tool-box {
                padding: 1.2rem 0.8rem;
            }

            .civil-tool-symbol {
                font-size: 1.8rem;
            }

            .civil-tool-name {
                font-size: 0.85rem;
            }
        }

        /* Large Desktop Optimization */
        @media (min-width: 1400px) {
            .civil-hero-wrapper {
                min-height: calc(100vh - 90px);
                padding: 4rem 2rem;
            }

            .civil-hero-container {
                max-width: 1600px;
                gap: 7rem;
            }

            .civil-graphics-box {
                max-width: 600px;
                height: 520px;
            }

            .civil-center-icon {
                font-size: 10.5rem;
            }
        }

        @media (min-width: 1600px) {
            .civil-hero-wrapper {
                min-height: calc(100vh - 220px);
            }
        }
        
        .hero-img {
    border-radius: 20px;
    max-width: 100%;
    height: auto;
    aspect-ratio: 600 / 470; /* width / height */
    display: block; /* extra safety for layout */
}


/* Optional: maintain rounded corners for mobile source image too */
picture source {
    border-radius: 20px;
}

           
        /*Hero Section End*******************
        ****************************
        *******************/
        
        
/* About Section - Custom CSS */
.about-section {
    position: relative;
    width: 100%;
    padding: 45px 15px;
    margin: 0 auto;
    max-width: 1200px;
}

.about-section .section-title {
    margin-bottom: 30px;
}

.about-section .section-title p {
    font-size: 18px;
    color: #fdbe33;
    font-weight: 600;
    margin-bottom: 15px;
}

.about-section .section-title h2 {
    font-size: 32px;
    font-weight: 700;
    color: #030f27;
    margin: 0;
}

.about-content-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
}
.about-image-container {
    flex: 1;
    min-width: 300px;
    position: relative;
    aspect-ratio: 600 / 470; 
    border-radius: 8px;
    overflow: hidden;
}

.about-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
    display: block; /* Avoids inline spacing issue */
}

.about-image-container:hover img {
    transform: scale(1.03);
}


.about-text-content {
    flex: 1;
    min-width: 300px;
    padding-left: 23px;
}

.about-text-content p {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 20px;
}

.about-btn {
    display: inline-block;
    padding: 15px 35px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #030f27;
    background: #fdbe33;
    border: none;
    border-radius: 0;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s ease;
}

.about-btn:hover {
    color: #fdbe33;
    background: #030f27;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .about-content-wrapper {
        flex-direction: column;
    }
    
   
    
    .about-text-content {
        padding-left: 0;
    }
    
    .about-section .section-title h2 {
        font-size: 28px;
    }
}







/* Online Calculators Section */
.calculators-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

.calculators-section h1 {
    font-size: 32px;
    color: #030f27;
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
}

.calculators-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 25px;
    margin-bottom: 40px;
}

.calculator-card {
    background:linear-gradient(135deg, #efefef 0%, #fff1ca 100%);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    height: 100%;
    border: 1px solid #ffc107;
}

/*.calculator-card:hover {*/
/*    transform: translateY(-5px);*/
/*    box-shadow: 0 8px 20px rgba(0,0,0,0.15);*/
/*}*/

.calculator-content {
    padding: 25px;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.calculator-title {
    font-size: 20px;
    font-weight: bold;
    color: #222;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.calculator-description {
    font-size: 15px;
    color: #555;
    margin-bottom: 20px;
    line-height: 1.5;
    flex-grow: 1;
}

.calculator-btn {
    display: inline-block;
    padding: 10px 25px;
    background: #ffc107;
    color: #000;
    font-weight: bold;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease;
    margin-top: auto;
}

.calculator-btn:hover {
    background: #030f27;
    color: #ffc107;
}

.show-more-btn {
    display: block;
    text-align: center;
    margin-top: 30px;
    color: #030f27;
    font-weight: bold;
    text-decoration: none;
    font-size: 18px;
    transition: all 0.3s ease;
}

.show-more-btn:hover {
    color: #ffc107;
}

/* Animation */
@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}


/* Responsive adjustments */
@media (max-width: 768px) {
    .calculators-grid {
        grid-template-columns: 1fr;
    }
    
    .calculator-card {
        max-width: 100%;
    }
}


/* Main blog container */
.blog-grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 25px;
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

/* Blog card styling */
.blog-card-item {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    min-height: 350px; /* apne design ke hisaab se */
}


.blog-card-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 16px rgba(0,0,0,0.15);
}

/* Image section */


.blog-card-image-container {
    aspect-ratio: 4/3;
    width: 100%;
    background: #f0f0f0; /* Placeholder color */
    overflow: hidden;
}

.blog-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
    display: block; /* removes inline spacing gap */
}

.blog-card-item:hover .blog-card-img {
    transform: scale(1.05);
}


/* Content section */
.blog-card-content {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

/* Meta information */
.blog-meta-info {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    flex-wrap: wrap;
    gap: 10px;
}

.blog-category-tag {
    background-color: #ffc107;
    color: black;
    padding: 4px 12px;
    border-radius: 4px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    display: inline-block;
}

.blog-post-date {
    color: #333;
    font-size: 13px;
    font-weight: 500;
}

/* Title and preview */
.blog-card-title {
    font-size: 18px;
    font-weight: bold;
    color: #222;
    margin-bottom: 10px;
    line-height: 1.3;
    text-transform: uppercase;
    text-decoration: none;
}

.blog-card-excerpt {
    font-size: 14px;
    color: #555;
    margin-bottom: 15px;
    line-height: 1.5;
    flex-grow: 1;
}

/* Author section */
.blog-author-info {
    display: flex;
    align-items: center;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #eee;
}

.blog-author-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 12px;
}

.blog-author-name {
    font-size: 14px;
    color: #333;
    font-weight: 500;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .blog-grid-container {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .blog-card-image-container {
        height: 180px;
    }
}




/* Custom Pagination Styles */
.pagination-container {
    display: flex;
    justify-content: center;
    padding: 20px 0;
    margin-top: 30px;
}

.pagination-list {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 5px;
}

.pagination-item {
    margin: 0 3px;
}

.pagination-link {
    display: block;
    padding: 8px 15px;
    color: #030737;
    text-decoration: none;
    font-weight: 500;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.pagination-link:hover {
    background-color: #f5f5f5;
    border-color: #ccc;
}

.pagination-item.active .pagination-link {
    background-color: #030737;
    color: white;
    border-color: #030737;
}

/* Responsive adjustments */
@media (max-width: 600px) {
    .pagination-link {
        padding: 6px 12px;
        font-size: 14px;
    }
}


/*For google ads placement*/
.my-ad-slot {
    min-height: 250px; 
    width: 100%;
    
}

.blog-cards{
    min-height: 200px;
}

@font-face {
    font-family: 'YourFont';
    src: url('/fonts/your-font.woff2') format('woff2');
    font-display: swap;
}

        