/*

Theme Name: ugratrara

Theme URI: 

Author:  ugratrara

Author URI: 

Description: Responsive theme for ugratrara .

Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready

Version: 1.0

License: GNU General Public License v2 or later

Text Domain: ugratrara

*/
:root {
        --primary: #2c3e50;
        --secondary: #3498db;
        --accent: #e74c3c;
        --light: #ecf0f1;
        --dark: #2c3e50;
        --success: #2ecc71;
    }
    
    body {
        font-family: 'Poppins', sans-serif;
        color: #333;
        background-color: #f8f9fa;
        scroll-behavior: smooth;
    }
    
    /* Notice Marquee */
    /*.notice-header {
        padding: 8px 0;
        font-size: 0.9rem;
        background: linear-gradient(90deg, #f8f9fa 0%, #e9ecef 100%);
        border-bottom: 1px solid #dee2e6;
    }*/
    
    /*.marquee {
        overflow: hidden;
        position: relative;
    }
    
    .marquee p {
        width: 100%;
        height: 100%;
        margin: 0;
        line-height: 1.5;
        text-align: center;
        /* Starting position */
        transform: translateX(100%);
        /* Apply animation to this element */
        animation: marquee 20s linear infinite;
    }*/
    
    /* Move it (define the animation) */
    @keyframes marquee {
        0%   { transform: translateX(100%); }
        100% { transform: translateX(-100%); }
    }
    img.img-responsive{
        width:100%;
    }
    a {
        text-decoration: none !important;
    }
    .navbar {
        background-color: #005916;
        padding: 5px 0;
        transition: all 0.3s ease;
    }
    
    .navbar.scrolled {
        padding: 8px 0;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }
    
    .navbar-brand {
        font-weight: 700;
        color: white !important;
        font-size: 1.5rem;
    }
    
    .nav-link {
        color: rgba(255, 255, 255, 0.85) !important;
        font-weight: 500;
        margin: 0 10px;
        transition: all 0.3s;
        position: relative;
    }
    
    .nav-link:hover {
        color: white !important;
    }
    
    .nav-link:after {
        content: '';
        position: absolute;
        width: 0;
        height: 2px;
        bottom: 0;
        left: 0;
        background-color: white;
        transition: width 0.3s ease;
    }
    
    .nav-link:hover:after {
        width: 100%;
    }
    
    .hero-section {
        background: linear-gradient(rgb(0 90 30 / 0%), rgb(0 0 0 / 0%)), url(https://ugrataratrade.com/wp-content/uploads/2025/11/banner-image-scaled-1.jpg);
        background-size: cover;
        background-position: bottom;
        color: white;
        padding: 150px 0 100px;
        text-align: center;
        position: relative;
    }
    
    .hero-section:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 150px;
        /* background: linear-gradient(to top, #000000, transparent); */
        z-index: 1;
    }
   /*.hero-section .col-lg-6.aos-init.aos-animate {*/
   /*     border-radius: 50%;*/
   /*     width: 300px;*/
   /*     height: 50px;*/
   /*     margin: auto;*/
   /* }*/
   /* .hero-section .col-lg-6.aos-init.aos-animate img.img-fluid.rounded.shadow {*/
   /*     border-radius: 50% !important;*/
   /* }*/
    img.width-100.wp-post-image {
        width: 100%;
        height:auto;
    }
    section#logo-section {
        background: #fff;
        text-align: center;
    }
    .section-title {
        position: relative;
        margin-bottom: 30px;
        font-weight: 700;
        text-align: center;
    }
    
    .section-title:after {
        content: '';
        display: block;
        width: 60px;
        height: 4px;
        background: #005a1e;
        margin: 15px auto;
        border-radius: 2px;
    }
    
    .section-subtitle {
        text-align: center;
        margin-bottom: 50px;
        color: #6c757d;
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .card {
        border: none;
        border-radius: 10px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
        transition: all 0.3s ease;
        margin-bottom: 20px;
        overflow: hidden;
    }
    
    .card:hover {
        transform: translateY(-10px);
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    }
    
    .card-icon {
        font-size: 3rem;
        color: #005a1e;
        margin-bottom: 20px;
        transition: all 0.3s ease;
    }
    
    .card:hover .card-icon {
        transform: scale(1.1);
        color: var(--primary);
    }
    
    .btn-primary {
        background-color: #005a1e;
        border: none;
        padding: 12px 30px;
        border-radius: 30px;
        font-weight: 600;
        transition: all 0.3s;
        box-shadow: 0 4px 15px rgba(52, 152, 219, 0.3);
    }
    
    .btn-primary:hover {
        background-color: var(--primary);
        transform: translateY(-3px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    }
    
    .btn-outline-primary {
        border: 2px solid var(--secondary);
        color: var(--secondary);
        padding: 10px 28px;
        border-radius: 30px;
        font-weight: 600;
        transition: all 0.3s;
    }
    
    .btn-outline-primary:hover {
        background-color: var(--secondary);
        color: white;
        transform: translateY(-3px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    }
    
    .feature-box {
        padding: 30px;
        text-align: center;
        background: white;
        border-radius: 10px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
        height: 100%;
        transition: all 0.3s ease;
    }
    
    .feature-box:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    }
    
    footer {
        background-color: #005a1e;
        color: white;
        padding: 60px 0 0px;
    }
    
    .footer-links h5 {
        font-weight: 600;
        margin-bottom: 20px;
        position: relative;
    }
    
    .footer-links h5:after {
        content: '';
        display: block;
        width: 40px;
        height: 3px;
        background: var(--secondary);
        margin-top: 10px;
        border-radius: 2px;
    }
    
    .social-icons a {
        color: white;
        font-size: 1.2rem;
        margin-right: 15px;
        transition: all 0.3s;
        display: inline-block;
    }
    
    .social-icons a:hover {
        color: var(--secondary);
        transform: translateY(-5px);
    }
    
    .login-form {
        background: white;
        padding: 30px;
        border-radius: 10px;
        box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    }
    
    .slogan {
        font-style: italic;
        font-weight: 300;
        color: var(--secondary);
    }
    
    .admin-panel {
        background: linear-gradient(135deg, #005c24 0%, #005a2a 100%);
        color: white;
        border-radius: 10px;
        padding: 30px;
        margin-bottom: 30px;
    }
    
    /* Team Section */
    .team-member {
        text-align: center;
        margin-bottom: 30px;
        background: #fff;
        border-radius: 15px;
        padding: 20px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
        transition: all 0.3s ease;
    }
    
    .team-member:hover {
        transform: translateY(-10px);
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    }
    
    .team-img {
        width: 150px;
        height: 150px;
        object-fit: cover;
        border-radius: 50%;
        margin-bottom: 15px;
        border: 5px solid var(--light);
    }
    
    /* Reviews Section */
    .review-card {
        padding: 25px;
        background: white;
        border-radius: 10px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
        height: 100%;
        position: relative;
        transition: all 0.3s ease;
    }
    
    .review-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    }
    
    .review-card:before {
        content: '"';
        font-size: 60px;
        color: var(--light);
        position: absolute;
        top: 10px;
        left: 15px;
        font-family: Georgia, serif;
    }
    
    .rating {
        color: #FFD700;
        margin-bottom: 10px;
    }
    
    /* Blog Section */
    .blog-card {
        transition: all 0.3s ease;
        height: 100%;
    }
    
    .blog-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    }
    
    .blog-date {
        font-size: 0.85rem;
        color: #6c757d;
    }
    
    .blog-img {
        height: 200px;
        object-fit: cover;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }
    
    /* Services Section */
    .services-section {
        background: linear-gradient(to bottom, #f8f9fa 0%, #ffffff 100%);
        position: relative;
        overflow: hidden;
    }
    
    .services-section:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url('https://images.unsplash.com/photo-1552664730-d307ca884978?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1200&q=10');
        opacity: 0.03;
        z-index: 0;
    }
    
    .service-card {
        padding: 30px;
        background: white;
        border-radius: 10px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
        height: 100%;
        transition: all 0.3s ease;
        position: relative;
        overflow: hidden;
        z-index: 1;
    }
    
    .service-card:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 5px;
        height: 100%;
        background: #005a1e;
        transition: all 0.3s ease;
    }
    
    .service-card:hover:before {
        width: 100%;
        opacity: 0.05;
    }
    
    .service-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    }
    
    .service-icon {
        font-size: 2.5rem;
        color: #005a1e;
        margin-bottom: 20px;
        transition: all 0.3s ease;
    }
    
    .service-card:hover .service-icon {
        transform: scale(1.1) rotate(5deg);
        color: var(--primary);
    }
    
    .service-number {
        position: absolute;
        top: 20px;
        right: 20px;
        font-size: 3rem;
        font-weight: 800;
        color: #f8f9fa;
        z-index: -1;
        line-height: 1;
    }
    
    /* Back to Top Button */
    .back-to-top {
        position: fixed;
        bottom: 30px;
        right: 30px;
        width: 50px;
        height: 50px;
        background: #005a1e;
        color: white;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        box-shadow: 0 4px 15px rgba(52, 152, 219, 0.3);
        transition: all 0.3s ease;
        z-index: 1000;
        opacity: 0;
        visibility: hidden;
    }
    
    .back-to-top.active {
        opacity: 1;
        visibility: visible;
    }
    
    .back-to-top:hover {
        background: #005a1e;
        transform: translateY(-5px);
    }
    
    /* Progress Bar */
    .progress-container {
        position: fixed;
        top: 0;
        width: 100%;
        height: 4px;
        background: transparent;
        z-index: 1001;
    }
    
    .progress-bar {
        height: 4px;
        background: var(--secondary);
        width: 0%;
    }
    
    /* Animation Classes */
    .fade-in {
        opacity: 0;
        transform: translateY(20px);
        transition: opacity 0.6s ease, transform 0.6s ease;
    }
    
    .fade-in.visible {
        opacity: 1;
        transform: translateY(0);
    }
    
    section#about .section-title:after{
        margin: 15px 0px;
    }
    section#dashboard label{
        color: #333;
    }
    .login-form h4{
        color: #333;
    }
    
    /* Responsive Adjustments */
    @media (max-width: 768px) {
        .hero-section {
            padding: 100px 0 80px;
        }
        
        .section-title {
            font-size: 1.8rem;
        }
        
        .card {
            margin-bottom: 15px;
        }
    }
    section#dashboard {
        background: #fff;
    }
    section#pricelist {
        background: #fff;
    }
    section#blog {
        background: #fff;
    }
    button#default-tab {
        background: #0a60d1;
    }
    
    

/*Start Inner Page banner*/
.banner.inner-page {
    background: url('https://fraserbond.com/oc-content/plugins/blog/img/blog/7355.jpg');
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.banner.inner-page:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(245 245 245 / 90%);
    z-index: -1;
}
.banner-wrap {
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    padding: 40px 0px;
}
.banner-wrap h1 {
    /* text-transform: uppercase; */
    color: #005a1e;
    font-size: 32px;
    text-align: center;
    letter-spacing: 2px;
    font-weight: 600;
    margin: 0px;
}
.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #ffffff !important;
    border-radius: 0.25rem;
    margin-top: 20px;
}
.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: #6c757d;
    content: "/";
}

/*End Inner Page banner*/
/*Start Main Blog Page*/
.blog-media img {
    width: 100%;
    height: 580px;
    object-fit: cover;
    margin-bottom: 24px;
}
.blog-content h3 {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: .8px;
}
.blog-content p {
    color: #666;
}
.blog-content .blog-btn {
    background: #264fa2;
    color: #fff;
    padding: 10px 20px;
    border-radius: 4px;
    letter-spacing: .4px;
    margin-top: 5px;
    transition: ease-in-out .3s;
}
.blog-sidebar {
    position: sticky;
    top: 100px;
    /* border: 2px solid #e9e9e9; */
}
.blog-list ul {
    list-style: none;
    padding: 0;
}
.blog-posts li a {
    font-size: 15px;
    color: #505050;
    transition: ease-in-out .3s;
    display: block;
}
.blog-posts li span {
    color: #1474b6;
    /* font-size: 16px; */
    display: block;
    margin-top: 5px;
    text-decoration: none;
}
.blog-list {
    padding: 20px;
}
.category-name h3 {
    font-size: 20px;
    /* margin-bottom: 20px; */
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
.category-name h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 50px;
    background: #1474b6;
}
.blog-list ul {
    list-style: none;
    padding: 10px 0 0;
}
.blog-categories li a {
    color: #444;
    transition: ease-in-out .3s;
    position: relative;
    padding-left: 25px;
    font-size: 18px;
}
.blog-categories li a:before {
    position: absolute;
    content: '\f054';
    left: 0;
    font-family: fontawesome;
    font-size: 14px;
    top: 0;
    color: #264fa2;
}
.blog-col {
    margin: 5px 0px;
}
/*End Main Blog Page*/

/*Start Popular Post*/
.blog-posts {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
}

.blog-post-item {
    width: 100%; /* Each item takes up the full width of the container */
    box-sizing: border-box; /* Ensures padding and border are included in the width */
    padding: 0px; /* Optional: Adds space around each item */
    margin-bottom: 20px; /* Adds space between items */
}

.post-link {
    display: block; /* Ensures the link covers the entire item */
    text-decoration: none;
    color: inherit;
}

.post-thumbnail-container {
    /* margin-bottom: 10px; */ /* Space between the image and text */
}

.post-thumbnail img {
    width: 100%; /* Ensure image fits within its container */
    height: auto; /* Maintain aspect ratio */
}

.post-text {
    text-align: center;
    border: 2px solid #e9e9e9;
    background: #fff;
    padding: 15px;
}
.post-text h5{
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
}

.post-title {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

.post-date {
    display: block;
    color: #666;
    font-size: 0.9em;
}
/*End Popular Post*/

.post-thumbnail-container .post-thumbnail {
    height: 210px;
}
.post-thumbnail-container .post-thumbnail img {
    overflow: hidden;
    height: 210px;
    object-fit: cover;
}
/*Start Main Blog*/
.blog-main .blog-overlay {
    padding: 15px;
    border: 2px solid #ebebeb;
    -webkit-box-shadow: 0 6px 15px 0 rgba(64, 79, 104, 0.05);
    box-shadow: 0 6px 15px 0 rgba(64, 79, 104, 0.05);
}
.blog-main .blog-media img{
    margin-bottom: 0px;
}
section.blogs .blog-text a{
    color: #505050!important;
    font-weight: 600;
}
section.blogs .blog-text a:hover{
    color: #1474b6 !important;
}
.blog-main .blog-overlay .blog-text h3 a{
    color: #505050;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
/*End Main Blog*/



/*Start Blog Section apps*/
.heading-section.d-flex.justify-content-between.align-items-center {
    margin-bottom: 20px;
}
.view-all a {
    font-weight: 700;
    color: #005a1e;
}
/*End Blog Section apps*/


section.blogs {
    /* padding-top: 60px; */
}
.title{
  text-align: center;
  padding: 0% 10% 3%;
}
.blog-posts
{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.post
{
  width: calc(33% - 10px);
  overflow: hidden;
  margin: 10px 0px;
}

.post img
{
  width: 100%;
  border-radius: 0px;
  transition: .3s linear;
  height: 230px;
  object-fit: cover;
}

.post-content
{
  background-color: #fff;
  margin: 0;
  padding: 15px;
  transform: translateY(0px);
  transition: .3s linear;
  -webkit-box-shadow: 0 0px 25px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0px 25px rgba(0, 0, 0, 0.07);
  border-radius: 0px;
  border: 2px solid rgba(0, 0, 0, 0.07);
  -webkit-transition: all .5s ease 0;
  transition: all .5s ease 0;
  transition: all 0.5s ease 0s;
}

.post-content h3
{
  font-size: 22px;
  /* font-weight: 400; */
  margin-bottom: 10px;
  line-height: 30px;
}
.post-content h3 a{
    color: #505050;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
.blog-sidebar-wrap.home {
    margin-top: 0px;
}
.blog-sidebar-wrap{
    padding: 15px;
    border: 2px solid #ebebeb;
/*     margin-top: 20px; */
}
.blog-sidebar-wrap ul{
    list-style: none;
    padding: 0px;
}
.blog-sidebar-wrap ul li{
    padding: 20px 0px;
    border-bottom: 2px solid #f3f3f3;
}
.blog-sidebar-wrap ul li a{
    font-size: 14px;
    font-weight: 500;
    color: #505050;
    text-decoration: none;
}
.blog-sidebar h4{
    margin-top: 10px;
}
.blog-sidebar input.form-control {
    /* position: absolute; */
}
.blog-sidebar button.btn.btn-danger {
    position: relative;
    z-index: 1;
    float: right;
    background: #1474b6;
    border-color: #1474b6;
}
.recent-post-img{
    height: 70px;
    width: 100px;
    border: 2px solid #f3f3f3;
    float: left;
    margin-right: 10px;
    overflow: hidden;
}
.recent-post-img img{width: 100%;height: 70px;overflow: hidden;object-fit: cover;}
.blog-details-content {
    padding: 15px;
    border: 2px solid #ebebeb;
}
.blog-details-content h3{
    font-weight: 700;
    color: #333;
}
.blog-details-content ul.blog-icons {
    list-style: none;
    padding: 20px 0px;
    display: flex;
}
.blog-details-content ul.blog-icons li {
    padding-right: 34px;
    font-size: 16px;
    font-weight: 700;
    color: #1474b6;
}
.blog-details-content ul{
    padding: 20px;
}
.blog-details-content ul li{
    line-height: 30px;
    margin: 5px 0px;
}
.recent-post-info h5 {
    font-size: 15px;
    font-weight: 600;
}
.date
{
  font-size: 14px;
  font-style: italic;
  color: #005a1e;
}

.post:hover .post-img
{
  transform: translateY(20px)
}

.post:hover .post-content
{
  transform: translateY(-20px);
}

@media screen and (max-width: 1200px)
{
  .blog-posts
  {
    justify-content: center;
  }
  
  .post
  {
    width: min(600px, 100%);
  }
}

section.about-us {
    padding: 60px 0px;
}
section.about-us .content {
    border: 2px solid #e3e3e3;
    padding: 15px;
    border-radius: 5px;
}
section.about-us.background {
    background: #e7e7e7;
}
section.page a.service-card-link {
    text-decoration: none;
}


section.blogs.col-4-items .blog-media img{
    height: auto;
    overflow: hidden;
}
section.blogs.col-4-items .blog-main .blog-overlay .blog-text h3 a {
    font-size: 18px;
    line-height: 1.3;
}

section.blogs .image {
    height: auto;
    overflow: hidden;
}
section.blogs .image.must-read {
    height: 400px;
}
.blog-image-container{
    object-fit: cover;
    transition: .3s linear;
    border-radius: 5px 5px 0 0px;
}
.blog-col :hover img {
    transition: transform 0.5s ease;
    transform: scale(1.2);
}

.breadcrumb-item li a{
    color: #00a9a3;
}
ul.navbar-nav.sn-navbar-nav.ms-auto.mt-2.mt-lg-0.social-media-links {
    display: contents;
}
.breadcrumb-item a{
    color: #005a1e;
    font-weight: 700;
}

section.blogs.col-4-items .blog-media img{
    height: 150px;
    overflow: hidden;
}
section.blogs.col-4-items .blog-main .blog-overlay .blog-text h3 a {
    font-size: 16px;
    line-height: 1.2;
    text-decoration: none;
}

section.blogs .image {
    height: auto;
    overflow: hidden;
}
section.blogs .image.must-read {
    height: 400px;
}
.blog-image-container{
    object-fit: cover;
    transition: .3s linear;
    border-radius: 5px 5px 0 0px;
}
.blog-col :hover img {
    transition: transform 0.5s ease;
    transform: scale(1.2);
}

.breadcrumb-item li a{
    color: #00a9a3;
}
ul.navbar-nav.sn-navbar-nav.ms-auto.mt-2.mt-lg-0.social-media-links {
    display: contents;
}
.breadcrumb-item a{
    color: #701e62;
    font-weight: 700;
}

/*Start heading section */
.heading-section {
    text-align: center;
    font-weight: 700;
    margin-bottom: 35px;
}
.heading-section h2 {
    font-weight: 600;
    /* margin-top: 16px; */
    color: #5a2868;
}
section.about-us .content h2 {
    font-weight: 600;
    margin-bottom: 20px;
}
/*End Heading Section*/
.blog-details-main {
    margin-bottom: 30px;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s 
ease-in-out, box-shadow .15s 
ease-in-out;
}

button#custom-tab {
    background: #005a1e !important;
}
section#pricelist .table thead th {
    background: #005a1e !important;
    color: #fff !important;
}/*

Theme Name: ugratrara

Theme URI: 

Author:  ugratrara

Author URI: 

Description: Responsive theme for ugratrara .

Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready

Version: 1.0

License: GNU General Public License v2 or later

Text Domain: ugratrara

*/
:root {
        --primary: #2c3e50;
        --secondary: #3498db;
        --accent: #e74c3c;
        --light: #ecf0f1;
        --dark: #2c3e50;
        --success: #2ecc71;
    }
    
    body {
        font-family: 'Poppins', sans-serif;
        color: #333;
        background-color: #f8f9fa;
        scroll-behavior: smooth;
    }
    
    /* Notice Marquee */
    /*.notice-header {
        padding: 8px 0;
        font-size: 0.9rem;
        background: linear-gradient(90deg, #f8f9fa 0%, #e9ecef 100%);
        border-bottom: 1px solid #dee2e6;
    }*/
    
    /*.marquee {
        overflow: hidden;
        position: relative;
    }
    
    .marquee p {
        width: 100%;
        height: 100%;
        margin: 0;
        line-height: 1.5;
        text-align: center;
        /* Starting position */
        transform: translateX(100%);
        /* Apply animation to this element */
        animation: marquee 20s linear infinite;
    }*/
    
    /* Move it (define the animation) */
    @keyframes marquee {
        0%   { transform: translateX(100%); }
        100% { transform: translateX(-100%); }
    }
    img.img-responsive{
        width:100%;
    }
    a {
        text-decoration: none !important;
    }
    .navbar {
        background-color: #005916;
        padding: 5px 0;
        transition: all 0.3s ease;
    }
    
    .navbar.scrolled {
        padding: 8px 0;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }
    
    .navbar-brand {
        font-weight: 700;
        color: white !important;
        font-size: 1.5rem;
    }
    
    .nav-link {
        color: rgba(255, 255, 255, 0.85) !important;
        font-weight: 500;
        margin: 0 10px;
        transition: all 0.3s;
        position: relative;
    }
    
    .nav-link:hover {
        color: white !important;
    }
    
    .nav-link:after {
        content: '';
        position: absolute;
        width: 0;
        height: 2px;
        bottom: 0;
        left: 0;
        background-color: white;
        transition: width 0.3s ease;
    }
    
    .nav-link:hover:after {
        width: 100%;
    }
    
    .hero-section {
        background: linear-gradient(rgb(0 90 30 / 0%), rgb(0 0 0 / 0%)), url(https://ugrataratrade.com/wp-content/uploads/2025/11/banner-image-scaled-1.jpg);
        background-size: cover;
        background-position: bottom;
        color: white;
        padding: 150px 0 100px;
        text-align: center;
        position: relative;
    }
    
    .hero-section:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 150px;
        /* background: linear-gradient(to top, #000000, transparent); */
        z-index: 1;
    }
   /*.hero-section .col-lg-6.aos-init.aos-animate {*/
   /*     border-radius: 50%;*/
   /*     width: 300px;*/
   /*     height: 50px;*/
   /*     margin: auto;*/
   /* }*/
   /* .hero-section .col-lg-6.aos-init.aos-animate img.img-fluid.rounded.shadow {*/
   /*     border-radius: 50% !important;*/
   /* }*/
    img.width-100.wp-post-image {
        width: 100%;
        height:auto;
    }
    section#logo-section {
        background: #fff;
        text-align: center;
    }
    .section-title {
        position: relative;
        margin-bottom: 30px;
        font-weight: 700;
        text-align: center;
    }
    
    .section-title:after {
        content: '';
        display: block;
        width: 60px;
        height: 4px;
        background: #005a1e;
        margin: 15px auto;
        border-radius: 2px;
    }
    
    .section-subtitle {
        text-align: center;
        margin-bottom: 50px;
        color: #6c757d;
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .card {
        border: none;
        border-radius: 10px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
        transition: all 0.3s ease;
        margin-bottom: 20px;
        overflow: hidden;
    }
    
    .card:hover {
        transform: translateY(-10px);
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    }
    
    .card-icon {
        font-size: 3rem;
        color: #005a1e;
        margin-bottom: 20px;
        transition: all 0.3s ease;
    }
    
    .card:hover .card-icon {
        transform: scale(1.1);
        color: var(--primary);
    }
    
    .btn-primary {
        background-color: #005a1e;
        border: none;
        padding: 12px 30px;
        border-radius: 30px;
        font-weight: 600;
        transition: all 0.3s;
        box-shadow: 0 4px 15px rgba(52, 152, 219, 0.3);
    }
    
    .btn-primary:hover {
        background-color: var(--primary);
        transform: translateY(-3px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    }
    
    .btn-outline-primary {
        border: 2px solid var(--secondary);
        color: var(--secondary);
        padding: 10px 28px;
        border-radius: 30px;
        font-weight: 600;
        transition: all 0.3s;
    }
    
    .btn-outline-primary:hover {
        background-color: var(--secondary);
        color: white;
        transform: translateY(-3px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    }
    
    .feature-box {
        padding: 30px;
        text-align: center;
        background: white;
        border-radius: 10px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
        height: 100%;
        transition: all 0.3s ease;
    }
    
    .feature-box:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    }
    
    footer {
        background-color: #005a1e;
        color: white;
        padding: 60px 0 0px;
    }
    
    .footer-links h5 {
        font-weight: 600;
        margin-bottom: 20px;
        position: relative;
    }
    
    .footer-links h5:after {
        content: '';
        display: block;
        width: 40px;
        height: 3px;
        background: var(--secondary);
        margin-top: 10px;
        border-radius: 2px;
    }
    
    .social-icons a {
        color: white;
        font-size: 1.2rem;
        margin-right: 15px;
        transition: all 0.3s;
        display: inline-block;
    }
    
    .social-icons a:hover {
        color: var(--secondary);
        transform: translateY(-5px);
    }
    
    .login-form {
        background: white;
        padding: 30px;
        border-radius: 10px;
        box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    }
    
    .slogan {
        font-style: italic;
        font-weight: 300;
        color: var(--secondary);
    }
    
    .admin-panel {
        background: linear-gradient(135deg, #005c24 0%, #005a2a 100%);
        color: white;
        border-radius: 10px;
        padding: 30px;
        margin-bottom: 30px;
    }
    
    /* Team Section */
    .team-member {
        text-align: center;
        margin-bottom: 30px;
        background: #fff;
        border-radius: 15px;
        padding: 20px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
        transition: all 0.3s ease;
    }
    
    .team-member:hover {
        transform: translateY(-10px);
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    }
    
    .team-img {
        width: 150px;
        height: 150px;
        object-fit: cover;
        border-radius: 50%;
        margin-bottom: 15px;
        border: 5px solid var(--light);
    }
    
    /* Reviews Section */
    .review-card {
        padding: 25px;
        background: white;
        border-radius: 10px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
        height: 100%;
        position: relative;
        transition: all 0.3s ease;
    }
    
    .review-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    }
    
    .review-card:before {
        content: '"';
        font-size: 60px;
        color: var(--light);
        position: absolute;
        top: 10px;
        left: 15px;
        font-family: Georgia, serif;
    }
    
    .rating {
        color: #FFD700;
        margin-bottom: 10px;
    }
    
    /* Blog Section */
    .blog-card {
        transition: all 0.3s ease;
        height: 100%;
    }
    
    .blog-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    }
    
    .blog-date {
        font-size: 0.85rem;
        color: #6c757d;
    }
    
    .blog-img {
        height: 200px;
        object-fit: cover;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }
    
    /* Services Section */
    .services-section {
        background: linear-gradient(to bottom, #f8f9fa 0%, #ffffff 100%);
        position: relative;
        overflow: hidden;
    }
    
    .services-section:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url('https://images.unsplash.com/photo-1552664730-d307ca884978?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1200&q=10');
        opacity: 0.03;
        z-index: 0;
    }
    
    .service-card {
        padding: 30px;
        background: white;
        border-radius: 10px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
        height: 100%;
        transition: all 0.3s ease;
        position: relative;
        overflow: hidden;
        z-index: 1;
    }
    
    .service-card:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 5px;
        height: 100%;
        background: #005a1e;
        transition: all 0.3s ease;
    }
    
    .service-card:hover:before {
        width: 100%;
        opacity: 0.05;
    }
    
    .service-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    }
    
    .service-icon {
        font-size: 2.5rem;
        color: #005a1e;
        margin-bottom: 20px;
        transition: all 0.3s ease;
    }
    
    .service-card:hover .service-icon {
        transform: scale(1.1) rotate(5deg);
        color: var(--primary);
    }
    
    .service-number {
        position: absolute;
        top: 20px;
        right: 20px;
        font-size: 3rem;
        font-weight: 800;
        color: #f8f9fa;
        z-index: -1;
        line-height: 1;
    }
    
    /* Back to Top Button */
    .back-to-top {
        position: fixed;
        bottom: 30px;
        right: 30px;
        width: 50px;
        height: 50px;
        background: #005a1e;
        color: white;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        box-shadow: 0 4px 15px rgba(52, 152, 219, 0.3);
        transition: all 0.3s ease;
        z-index: 1000;
        opacity: 0;
        visibility: hidden;
    }
    
    .back-to-top.active {
        opacity: 1;
        visibility: visible;
    }
    
    .back-to-top:hover {
        background: #005a1e;
        transform: translateY(-5px);
    }
    
    /* Progress Bar */
    .progress-container {
        position: fixed;
        top: 0;
        width: 100%;
        height: 4px;
        background: transparent;
        z-index: 1001;
    }
    
    .progress-bar {
        height: 4px;
        background: var(--secondary);
        width: 0%;
    }
    
    /* Animation Classes */
    .fade-in {
        opacity: 0;
        transform: translateY(20px);
        transition: opacity 0.6s ease, transform 0.6s ease;
    }
    
    .fade-in.visible {
        opacity: 1;
        transform: translateY(0);
    }
    
    section#about .section-title:after{
        margin: 15px 0px;
    }
    section#dashboard label{
        color: #333;
    }
    .login-form h4{
        color: #333;
    }
    
    /* Responsive Adjustments */
    @media (max-width: 768px) {
        .hero-section {
            padding: 100px 0 80px;
        }
        
        .section-title {
            font-size: 1.8rem;
        }
        
        .card {
            margin-bottom: 15px;
        }
    }
    section#dashboard {
        background: #fff;
    }
    section#pricelist {
        background: #fff;
    }
    section#blog {
        background: #fff;
    }
    button#default-tab {
        background: #0a60d1;
    }
    
    

/*Start Inner Page banner*/
.banner.inner-page {
    background: url('https://fraserbond.com/oc-content/plugins/blog/img/blog/7355.jpg');
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.banner.inner-page:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(245 245 245 / 90%);
    z-index: -1;
}
.banner-wrap {
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    padding: 40px 0px;
}
.banner-wrap h1 {
    /* text-transform: uppercase; */
    color: #005a1e;
    font-size: 32px;
    text-align: center;
    letter-spacing: 2px;
    font-weight: 600;
    margin: 0px;
}
.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #ffffff !important;
    border-radius: 0.25rem;
    margin-top: 20px;
}
.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: #6c757d;
    content: "/";
}

/*End Inner Page banner*/
/*Start Main Blog Page*/
.blog-media img {
    width: 100%;
    height: 580px;
    object-fit: cover;
    margin-bottom: 24px;
}
.blog-content h3 {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: .8px;
}
.blog-content p {
    color: #666;
}
.blog-content .blog-btn {
    background: #264fa2;
    color: #fff;
    padding: 10px 20px;
    border-radius: 4px;
    letter-spacing: .4px;
    margin-top: 5px;
    transition: ease-in-out .3s;
}
.blog-sidebar {
    position: sticky;
    top: 100px;
    /* border: 2px solid #e9e9e9; */
}
.blog-list ul {
    list-style: none;
    padding: 0;
}
.blog-posts li a {
    font-size: 15px;
    color: #505050;
    transition: ease-in-out .3s;
    display: block;
}
.blog-posts li span {
    color: #1474b6;
    /* font-size: 16px; */
    display: block;
    margin-top: 5px;
    text-decoration: none;
}
.blog-list {
    padding: 20px;
}
.category-name h3 {
    font-size: 20px;
    /* margin-bottom: 20px; */
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
.category-name h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 50px;
    background: #1474b6;
}
.blog-list ul {
    list-style: none;
    padding: 10px 0 0;
}
.blog-categories li a {
    color: #444;
    transition: ease-in-out .3s;
    position: relative;
    padding-left: 25px;
    font-size: 18px;
}
.blog-categories li a:before {
    position: absolute;
    content: '\f054';
    left: 0;
    font-family: fontawesome;
    font-size: 14px;
    top: 0;
    color: #264fa2;
}
.blog-col {
    margin: 5px 0px;
}
/*End Main Blog Page*/

/*Start Popular Post*/
.blog-posts {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
}

.blog-post-item {
    width: 100%; /* Each item takes up the full width of the container */
    box-sizing: border-box; /* Ensures padding and border are included in the width */
    padding: 0px; /* Optional: Adds space around each item */
    margin-bottom: 20px; /* Adds space between items */
}

.post-link {
    display: block; /* Ensures the link covers the entire item */
    text-decoration: none;
    color: inherit;
}

.post-thumbnail-container {
    /* margin-bottom: 10px; */ /* Space between the image and text */
}

.post-thumbnail img {
    width: 100%; /* Ensure image fits within its container */
    height: auto; /* Maintain aspect ratio */
}

.post-text {
    text-align: center;
    border: 2px solid #e9e9e9;
    background: #fff;
    padding: 15px;
}
.post-text h5{
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
}

.post-title {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

.post-date {
    display: block;
    color: #666;
    font-size: 0.9em;
}
/*End Popular Post*/

.post-thumbnail-container .post-thumbnail {
    height: 210px;
}
.post-thumbnail-container .post-thumbnail img {
    overflow: hidden;
    height: 210px;
    object-fit: cover;
}
/*Start Main Blog*/
.blog-main .blog-overlay {
    padding: 15px;
    border: 2px solid #ebebeb;
    -webkit-box-shadow: 0 6px 15px 0 rgba(64, 79, 104, 0.05);
    box-shadow: 0 6px 15px 0 rgba(64, 79, 104, 0.05);
}
.blog-main .blog-media img{
    margin-bottom: 0px;
}
section.blogs .blog-text a{
    color: #505050!important;
    font-weight: 600;
}
section.blogs .blog-text a:hover{
    color: #1474b6 !important;
}
.blog-main .blog-overlay .blog-text h3 a{
    color: #505050;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
/*End Main Blog*/



/*Start Blog Section apps*/
.heading-section.d-flex.justify-content-between.align-items-center {
    margin-bottom: 20px;
}
.view-all a {
    font-weight: 700;
    color: #005a1e;
}
/*End Blog Section apps*/


section.blogs {
    /* padding-top: 60px; */
}
.title{
  text-align: center;
  padding: 0% 10% 3%;
}
.blog-posts
{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.post
{
  width: calc(33% - 10px);
  overflow: hidden;
  margin: 10px 0px;
}

.post img
{
  width: 100%;
  border-radius: 0px;
  transition: .3s linear;
  height: 230px;
  object-fit: cover;
}

.post-content
{
  background-color: #fff;
  margin: 0;
  padding: 15px;
  transform: translateY(0px);
  transition: .3s linear;
  -webkit-box-shadow: 0 0px 25px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0px 25px rgba(0, 0, 0, 0.07);
  border-radius: 0px;
  border: 2px solid rgba(0, 0, 0, 0.07);
  -webkit-transition: all .5s ease 0;
  transition: all .5s ease 0;
  transition: all 0.5s ease 0s;
}

.post-content h3
{
  font-size: 22px;
  /* font-weight: 400; */
  margin-bottom: 10px;
  line-height: 30px;
}
.post-content h3 a{
    color: #505050;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
.blog-sidebar-wrap.home {
    margin-top: 0px;
}
.blog-sidebar-wrap{
    padding: 15px;
    border: 2px solid #ebebeb;
/*     margin-top: 20px; */
}
.blog-sidebar-wrap ul{
    list-style: none;
    padding: 0px;
}
.blog-sidebar-wrap ul li{
    padding: 20px 0px;
    border-bottom: 2px solid #f3f3f3;
}
.blog-sidebar-wrap ul li a{
    font-size: 14px;
    font-weight: 500;
    color: #505050;
    text-decoration: none;
}
.blog-sidebar h4{
    margin-top: 10px;
}
.blog-sidebar input.form-control {
    /* position: absolute; */
}
.blog-sidebar button.btn.btn-danger {
    position: relative;
    z-index: 1;
    float: right;
    background: #1474b6;
    border-color: #1474b6;
}
.recent-post-img{
    height: 70px;
    width: 100px;
    border: 2px solid #f3f3f3;
    float: left;
    margin-right: 10px;
    overflow: hidden;
}
.recent-post-img img{width: 100%;height: 70px;overflow: hidden;object-fit: cover;}
.blog-details-content {
    padding: 15px;
    border: 2px solid #ebebeb;
}
.blog-details-content h3{
    font-weight: 700;
    color: #333;
}
.blog-details-content ul.blog-icons {
    list-style: none;
    padding: 20px 0px;
    display: flex;
}
.blog-details-content ul.blog-icons li {
    padding-right: 34px;
    font-size: 16px;
    font-weight: 700;
    color: #1474b6;
}
.blog-details-content ul{
    padding: 20px;
}
.blog-details-content ul li{
    line-height: 30px;
    margin: 5px 0px;
}
.recent-post-info h5 {
    font-size: 15px;
    font-weight: 600;
}
.date
{
  font-size: 14px;
  font-style: italic;
  color: #005a1e;
}

.post:hover .post-img
{
  transform: translateY(20px)
}

.post:hover .post-content
{
  transform: translateY(-20px);
}

@media screen and (max-width: 1200px)
{
  .blog-posts
  {
    justify-content: center;
  }
  
  .post
  {
    width: min(600px, 100%);
  }
}

section.about-us {
    padding: 60px 0px;
}
section.about-us .content {
    border: 2px solid #e3e3e3;
    padding: 15px;
    border-radius: 5px;
}
section.about-us.background {
    background: #e7e7e7;
}
section.page a.service-card-link {
    text-decoration: none;
}


section.blogs.col-4-items .blog-media img{
    height: auto;
    overflow: hidden;
}
section.blogs.col-4-items .blog-main .blog-overlay .blog-text h3 a {
    font-size: 18px;
    line-height: 1.3;
}

section.blogs .image {
    height: auto;
    overflow: hidden;
}
section.blogs .image.must-read {
    height: 400px;
}
.blog-image-container{
    object-fit: cover;
    transition: .3s linear;
    border-radius: 5px 5px 0 0px;
}
.blog-col :hover img {
    transition: transform 0.5s ease;
    transform: scale(1.2);
}

.breadcrumb-item li a{
    color: #00a9a3;
}
ul.navbar-nav.sn-navbar-nav.ms-auto.mt-2.mt-lg-0.social-media-links {
    display: contents;
}
.breadcrumb-item a{
    color: #005a1e;
    font-weight: 700;
}

section.blogs.col-4-items .blog-media img{
    height: 150px;
    overflow: hidden;
}
section.blogs.col-4-items .blog-main .blog-overlay .blog-text h3 a {
    font-size: 16px;
    line-height: 1.2;
    text-decoration: none;
}

section.blogs .image {
    height: auto;
    overflow: hidden;
}
section.blogs .image.must-read {
    height: 400px;
}
.blog-image-container{
    object-fit: cover;
    transition: .3s linear;
    border-radius: 5px 5px 0 0px;
}
.blog-col :hover img {
    transition: transform 0.5s ease;
    transform: scale(1.2);
}

.breadcrumb-item li a{
    color: #00a9a3;
}
ul.navbar-nav.sn-navbar-nav.ms-auto.mt-2.mt-lg-0.social-media-links {
    display: contents;
}
.breadcrumb-item a{
    color: #701e62;
    font-weight: 700;
}

/*Start heading section */
.heading-section {
    text-align: center;
    font-weight: 700;
    margin-bottom: 35px;
}
.heading-section h2 {
    font-weight: 600;
    /* margin-top: 16px; */
    color: #5a2868;
}
section.about-us .content h2 {
    font-weight: 600;
    margin-bottom: 20px;
}
/*End Heading Section*/
.blog-details-main {
    margin-bottom: 30px;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s 
ease-in-out, box-shadow .15s 
ease-in-out;
}

button#custom-tab {
    background: #005a1e !important;
}
section#pricelist .table thead th {
    background: #005a1e !important;
    color: #fff !important;
}

#contact label {
    width: 100% !important;
}