.footer-icons .social-icons li a .social-icon {
    font-size: 20px;
    color: #002678;
}
.footer-icons .social-icons li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #002678 inset !important;
    transition: all 0.4s linear;
}
.footer .social-icons li {
    margin-right: 15px;
}
.footer-icons .social-icons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.social-icons {
 flex-wrap: nowrap;
}
.footer-logo-cont {
    max-width: 900px;
    width: 100%;
    /* max-height: 90px; */
    height: 100%;
    background-color: #fff;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.footer-logo-sec {
    width: 100%;
    background-color: #011d59;
    justify-content: center;
    align-items: center;
    display: flex;
}
.footer-sec {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}
.footer_map {
    padding: 15px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 15px;
}
.marquee {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    animation: scroll 10s linear infinite;
}

.marquee:hover {
    animation-play-state: paused;
}

@keyframes scroll {
    from {
        transform: translateX(100%);
    }
    to {
        transform: translateX(-100%);
    }
}

.marquee a {
    display: inline-block;
    padding: 10px; /* Optional for spacing */
}
.text-zoom {
    /* position: relative; */
}
.zoom-tool-panel-box {
    position: absolute;
    top: 50px;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3); /* Simple shadow */
    margin-top: 10px;
    display: none;
}
.fixed-zoom-tool-panel {
    background-color: #fff;
    height: 100%;
    padding: 10px;
    padding-right: 0px;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3); /* Simple shadow */
    left: 160%;
    position: absolute;
    left: -150%;
    top: 0;
    display: none;
    flex-direction: column;
}
.fixed-zoom-tool-panel button {
    margin-right: 10px;
    background: #002678;
    padding: 5px;
    border-radius: 50%;
    border: none;
    height: 35px;
    width: 35px;
    color: #fff;
}

.zoom-tool-panel-box button {
    margin-right: 10px;
    background: #002678;
    padding: 5px;
    border-radius: 50%;
    border: none;
    height: 35px;
    width: 35px;
    color: #fff;
}
.display-none {
    display: none;
}
.zoom-tool-panel button:nth-last-child(1) {
    margin-right: 0px;
}
.show {
    display: flex;
}
.fixed-side-button-cont {
    position: fixed;
    z-index: 99;
    top: 100px;
    right: 0;
    background: #002678;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    padding: 10px;
    display: none; /* Initially hidden */
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3); /* Simple shadow */
}
.fixed-btn-list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}
.fixed-btn-list li {
    margin-bottom: 15px;
}
body {
    font-size: 15px;
}
.voice-active {
    background-color: #21cdad;
    width: 35px;
    height: 35px;
    padding: 5px;
    border-radius: 50%;
}
body {
    background-color: white; /* Light mode background */
    color: black; /* Light mode text color */
    transition: background-color 0.3s, color 0.3s; /* Smooth transition */
}

/* dark mode start */

body.dark-mode  {
    background-color: #001F3F; /* Dark mode background */
    color: white; /* Dark mode text color */
}
body.dark-mode h1,
body.dark-mode h4,
body.dark-mode .heading-title {
    color: white !important; /* Change text color to white in dark mode */
}
body.dark-mode  .team-layout2,
body.dark-mode .about-us-section,
body.dark-mode .icmr__video-section,
body.dark-mode .icmr__card-section,
body.dark-mode .icmr__team-section,
body.dark-mode .icmr__gallery-section,
body.dark-mode .icmr__tabs-section,
body.dark-mode  .icmr__icon-list-section,
body.dark-mode .icmr-accordiation__container

{
    background-color: #001F3F !important;
}
body.dark-mode .icmr__video-section,
body.dark-mode .icmr__team-section,
body.dark-mode .icmr__gallery-section,
body.dark-mode .icmr__icon-list-section
{
    border-top:1px solid #fff;
    border-bottom: 1px solid #fff;
}
body.dark-mode .icmr__icon-list-section::before {
    background: transparent;
}
body.dark-mode .icmr__icon-list-section *

{
    color: #fff;
}
body.dark-mode .icmr-accordiation__accordion-content *
{
    color: #555;
}

/* body.dark-mode .icmr__section{
    border-top:1px solid #fff;

} */
body.dark-mode .footer .footer-secondary {
    position: relative;
    padding: 10px 0;
    background-color: #001F3F !important;
    color: #f6f6f7 !important;
}
/* body.dark-mode .navbar {
    padding: 0px;
    height: 100px;
    max-height: 100px;
    background-color: #001F3F !important;
    color: #f6f6f7 !important;

} */
/* body.dark-mode .navbar .nav-item .nav-item-link { 
    color: #f6f6f7 !important;

} */
body.dark-mode .logo-head{
    color: #001F3F !important;
}
body .dark-mode.feature-item .feature-title {
    color: white !important; /* Change text color to white in dark mode */
}


body.dark-mode .accordion-item  {
    background-color: transparent;
    }
    body.dark-mode .accordion-item .accordion-title,
    body.dark-mode .product-title  a{
        color: #ffff;
    }
    body.dark-mode .accordion-item .accordion-body p
    
    {
        color: #ffff;
    
    }
    body.dark-mode .job-title,
    body.dark-mode .job-desc{
        color: #001F3F !important;
    }


/* dark mode start */


@media (min-width: 1200px) {
    .slider .slide-title {
        font-size: 35px !important;
        line-height: 1.1;
        font-weight: 500 !important;
    }
}
@media (min-width: 1200px) {
    .slider .slide-desc {
        font-size: 15px !important;
        line-height: 1.5;
        font-weight: 500 !important;
    }
}
@media (min-width: 1200px) {
    .slider .btn.btn-xl {
        min-width: 200px;
        height: 45px;
    }
}
@media (min-width: 1200px) {
    .slider .btn {
        min-width: 190px;
        height: 45px;
    }
}

.slide-item {
    position: relative;
  }
  
  .slider .slide-item.bg-overlay:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0.5;
    background: linear-gradient(to bottom, rgba(0, 34, 108, 0.99) 0%, rgb(8 8 8 / 86%) 70%, rgb(14 14 14 / 96%) 100%);
}
  .hexagon-image {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures the image fills the hexagonal area */
    clip-path: inherit; /* Ensures the image adapts to the hexagon shape */
    -webkit-clip-path: inherit; /* Ensures compatibility with older browsers */
  }
  .btn-outline {
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    font-size: 15px;
    font-weight: 700;
    min-width: 195px !important;
    height: 45px;
  }


  .post-item .post-body {
    position: relative;
    z-index: 3;
    padding: 20px 10px;
    transition: all 0.3s ease-in-out 0s;
}
.post-item .post-body {
    position: relative;
    z-index: 3;
    padding: 20px 10px;
    transition: all 0.3s ease-in-out 0s;
}
.post-img   {
    max-height: 180px;
}
.post-item{
    background: #fff;
}
.list-filter .filter {
    padding: 10px;
    background: transparent;
    border: 2px solid #4e8dc2;
   
    color: #4e8dc2;
   
}
.features-list-layout2 .feature-item .feature-icon {
    color: #4e8dc2;
    background-color: #fff;
}
.feature-item .feature-title {
    color: #001F3F;
}
.list-filter .filter.active, .list-filter .filter:hover {
    color: #e35129;
}
.btn-secondary.btn-outlined {
    color: #fff;
    background-color: #4e8dc2;
    border: 2px solid #4e8dc2;
}
.list-filter .filter:before {
    
    background-color: #e35129;
   
}
.color-primary, .color-primary-hover:hover {
    color: #e35129 !important;
}
h1, h2, h3, h4, h5, h6 {
    color: #152c63;
    font-family: var(--font-primary);
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 20px;
}
.list-filter .filter.active, .list-filter .filter:hover {
    padding: 10px 10px;
    background: #4e8dc2;
    color: #fff;
    border-radius: 4px;
}
.list-filter .filter.active:before, .list-filter .filter:hover:before {
    width: 0%;
}
.btn-primary {
    color: var(--color-white);
    background: #e35129;
}
.navbar .nav-item .nav-item-link.active, .navbar .nav-item .nav-item-link:hover {
    color: #e35129;
}
@media (min-width: 992px) {
    .navbar .nav-item .nav-item-link:before {
        background: #e35129;
    }
}
.post-item .post-title a {
    color:#4e8dc2;
}
.post-item .post-title a:hover {
    color: #e35129;
}
.post-item .btn-link {
    color: #001F3F;

}
.post-item .btn-link .plus-icon {
    color: var(--color-white);
    background-color: #001F3F;
}
.services-layout2 .service-item:hover:after {
    width: calc(100% - 100px);
    background-color: #e35129#001F3F;
}
.post-item .post-meta-cat a:nth-child(1) {
    
    background-color: #4e8dc2;
}
.post-item .post-meta-cat a:nth-child(2) {
    
    background-color: #001F3F;
}
.post-item .post-meta-cat a:nth-child(1) :hover{
    
    background-color: #4e8dc2;
}
.slick-dots li.slick-active button {
    width: 40px;
    background-color: #e35129;
}
.slick-dots li button {
    
    background-color: #4e8dc2;
    
}
.carousel-dots-light .slick-dots li:not(.slick-active) button {
    background-color: #4e8dc2;
}
.slider .slick-dots li.slick-active button {
    background-color: #e35129;
}
.features-list-layout5 .feature-item:hover .feature-item-inner {
    background-color: #e35129;
}
.features-list-layout5 .feature-item .feature-icon {
    color: #e35129;
    
}
/* .features-list-layout5 .feature-item:nth-child(2) {
    transform: translate(-30px, -90px) !important;
} */
@media screen and (max-width:1172px){.features-list-layout5 .feature-item:nth-child(2) {
    transform: translate(-0px, -10px)!important;
}}
@media screen and (min-width: 1310px) {
    .features-list-layout5 .feature-item:nth-child(2) {
        transform: translate(-118px, -20px) !important;

    
    }
}
@media screen and (min-width: 1270px) and (max-width: 1300px) {
    .features-list-layout5 .feature-item:nth-child(2) {
        transform: translate(-118px, -20px) !important;
     transform: translate(-30px, -90px) !important;

    
    }
}
.features-list-layout4 .feature-item:first-child .feature-item-inner {
    background-color: #e35129;
}
.features-list-layout4 .feature-item:nth-child(2) .feature-item-inner {
    background-color: #4e8dc2;
}
.features-list-layout4 .feature-item:nth-child(3) .feature-icon {
    color: #e35129;
}
.social-icons li a:hover {
    background-color: #e35129;
    box-shadow: 0 0 0 2px #e35129 inset;
}
.miniPopup-language-area:hover .miniPopup-language-trigger {
    color: var(--color-white);
    background-color: #4e8dc2;
}
.miniPopup-language-area:hover .miniPopup-language-trigger .btn-shape {
    background-color: #ffff !important;
}
.miniPopup-language-area:hover .miniPopup-language-trigger {
    /* color: var(); */
    background-color: #fff !important;
}
.miniPopup-language-area:hover .miniPopup-language-trigger .btn-shape {
    background-color: #4e8dc2;
}
.header-topbar .contact-list li > i {
    font-size: 16px;
    color: #e35129;
    margin-right: 8px;
}
.heading-subtitle {
    font-family: var(--font-secondary);
    font-size: 16px;
    color: #4e8dc2 !important;
    margin-bottom: 12px;
}
.footer .footer-secondary {
    position: relative;
    padding: 46px 0;
    background-color: #4e8dc2;
}
a {
    color: #e35129;
}
#scrollTopBtn {
    color: #e35129;
}
.footer .footer-secondary::after {
    
    background-color: #4e8dc2;
}
.member .member-img {
   
   
}
.member .member-img img{
object-fit: cover;
width: 100%;

}
.member .social-icons li a {
   
    background-color: #4e8dc2;
}
.heading-title {
    position: relative; /* Ensure the pseudo-element is positioned relative to this element */
    text-align: center;
}

.heading-title::after {
    content: ""; /* Required to display the pseudo-element */
    width: 100px; /* Width of the line */
    height: 2px; /* Height of the line */
    background-color: #4e8dc2; /* Color of the line */
    position: absolute; /* Position it absolutely */
    left: 50%; /* Center the line horizontally */
    transform: translateX(-50%); /* Adjust to perfectly center */
    bottom: -5px; /* Space between the title and the line */
}
.header-topbar .social-icons li button {
    width: 34px;
    height: 34px;
}
.social-icons li button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #dfdfea inset;
    transition: all 0.4s linear;
}
.social-icons li button:hover{
    cursor: pointer;
}


/* 13-may-2025 added css code here */

/* top header */
@media screen and (max-width:1276px) {
    .social-icons{
        /* margin-top: -30px; */
        flex-wrap: nowrap;
    }
    .header-topbar-search {
        margin-left: 0px;
    }
    .topbar-right-section{
         /* margin-top: -30px; */
    }
}



 /* Target the specific 1200px-1300px range */
  @media (min-width: 1200px) and (max-width: 1300px) {
      .main-banner-left-section,
     .main-banner-right-section {
      width: 50% !important;
    }
  }
  

  @media screen and (max-width:950px){
    .about-section{
        flex-direction: column;
    }
    .about-image ,
    .about-content{
        width: 100% !important;
        max-width: 100% !important;
    }
    .about-layout2 .about-img {
    max-width: 100%;
}
  }


/* 13-may-2025 added css code end */

.footer .footer-secondary {
    position: relative;
    padding: 10px 0;
    background-color: #fff;
    color: #001F3F !important;
}

/* Target the specific class or ID */
.list-filter .filter.active,
.list-filter .filter:active {
    padding: 10px 10px;
    background: #4e8dc2;
    color: #fff;
    border-radius: 4px;
}
.display-none {
    display: none !important;
}
.tab-active {
    display: block !important;
}
section {
    position: relative;
    padding-top: 50px;
    padding-bottom: 10px;
}
@media (min-width: 1200px) {
    .slider .slick-arrow:before {
        font-size: 40px !important;
    }
}
/* Custom Styling for Twitter Card */
.twitter-card {
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.twitter-card:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

/* Scrollable Column */
.twitter-card .twitter-feed {
    max-height: 426px;
    overflow-y: auto;
}

/* Custom Scrollbar */
.twitter-card .twitter-feed::-webkit-scrollbar {
    width: 8px;
}

.twitter-card .twitter-feed::-webkit-scrollbar-thumb {
    background-color: gray;
    border-radius: 10px;
}

.twitter-card .twitter-feed::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}

/* Make iframe responsive */
.twitter-timeline iframe {
    max-width: 100%;
    height: auto;
    display: block;
}

@media screen and (max-width: 500px) {
    .about-image {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .about-content {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}
.features-list-layout4 .feature-item-inner {
    width: 145px;
    height: auto;
}
.slick-arrow {
    width: 35px;
    height: 35px;
    border-radius: 5px;
    background: #e35129;
}
.slider .slick-arrow.slick-prev:before {
    content: "\f053" !important;
    font-size: 18px !important;
    font-family: "Font Awesome 5 Free"; /* Specify Font Awesome */
    font-weight: 900; /* Use the solid (bold) version */
}
.slider .slick-arrow.slick-next:before {
    content: "\e949";
    font-size: 18px !important;
    font-weight: bold !important;
    background: transparent !important;
    content: "\f054" !important; /* Add backslash before Unicode value */
    font-family: "Font Awesome 5 Free"; /* Specify Font Awesome */
    font-weight: 900; /* Use the solid (bold) version */
}
.slick-arrow:before {
    background-color: transparent;
    color: #fff;
    content: "\e948 " !important;
    font-weight: bold;
    content: "\f053" !important;
    font-size: 18px !important;
    font-family: "Font Awesome 5 Free"; /* Specify Font Awesome */
    font-weight: 900; /* Use the solid (bold) version */
}
.slick-next.slick-arrow::before {
    content: "\f054" !important; /* Add backslash before Unicode value */
    font-family: "Font Awesome 5 Free"; /* Specify Font Awesome */
    font-weight: 900; /* Use the solid (bold) version */
}
.slick-arrow:before:hover {
    background: transparent;
}
.slick-arrow:hover:before {
    background-color: transparent;
}

.twitter-timeline {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    animation: marquee 30s linear infinite; /* Adjust the timing for scroll speed */
    white-space: nowrap;
    padding: 10px;
    margin: 0;
    max-height: 573px;
}

/* Marquee keyframe */
@keyframes marquee {
    0% {
        transform: translateY(10%);
    }

    100% {
        transform: translateY(-100%);
    }
}

/* When the user hovers, stop the scrolling */
.twitter-timeline:hover {
    animation-play-state: paused;
}
.news-scroll {
    max-height: 500px;
    overflow: hidden;
}
.news-marquee {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    animation: marquee 30s linear infinite; /* Adjust the timing for scroll speed */
    white-space: nowrap;
    padding: 10px;
    margin: 0;
    max-height: 500px;
}
.accordion-box {
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 10px 15px;
    max-height: 600px;
    overflow-y: scroll;
}
.accordion-box::-webkit-scrollbar {
    width: 8px;
}
.accordion-box::-webkit-scrollbar-thumb {
    background-color: gray;
    border-radius: 10px;
}
.accordion-box::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}
.accordion-item:first-child {
    border-top: 8px solid transparent;
}
body.dark-mode .accordion-item {
    background-color: transparent;
}
body.dark-mode .accordion-item .accordion-title,
body.dark-mode .product-title a {
    color: #ffff;
}
body.dark-mode .accordion-item .accordion-body p {
    color: #ffff;
}
body.dark-mode .job-title,
body.dark-mode .job-desc {
    color: #001f3f !important;
}
/* body.dark-mode * {
    color: #ffff;
} */
body.dark-mode .member-info {
    background: #001f3f !important;
}
body.dark-mode .pricing-widget-layout1 *,
body.dark-mode .pricing-widget-layout2 * {
    color: #001f3f !important;
}
body.dark-mode .tab-content * {
    color: #000000;
}
body.dark-mode .about-layout5 {
    background: #001f3f;
}
body.dark-mode .feature-icon i {
    color: #001f3f !important;
}
body.dark-mode .text-block-desc {
    color: #ffff;
}
body.dark-mode .text-block-title {
    color: #ffff;
}
body.dark-mode .accordion-item h2,
body.dark-mode .accordion-item p {
    color: #ffff;
}
body.dark-mode .job-inner-box .btn-link span {
    color: #000000;
}
body.dark-mode .miniPopup-language-trigger span {
    color: #000000;
}
.accordion-item.opened .accordion-header:not(.collapsed) .accordion-title {
    color: #e35129;
}
.job-item .job-type {
    background-color: #e35129;
}
.accordion-item.opened
    .accordion-header:not(.collapsed)
    .accordion-title:after {
    content: "\25B2";
    background-color: #e35129;
}
.accordion-item .accordion-title {
    font-weight: 600;
    font-size: 16px;
}
.accordion-header {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.date-btn {
    position: relative;
    font-size: 12px;
    padding: 7px 15px;
    margin-left: 5px;
    border-radius: 6px;
    color: var(--color-white);
    background-color: #e35129;
    align-items: center;
}
.btn-block {
    width: 100%;
    width: fit-content;
    height: 40px;
    background-color: #002678;
}
.red-btn {
    background: rgb(133, 1, 1);
}
.product-img {
    width: 260px;
    height: 260px;
    overflow: hidden;
}
.accordion-item .accordion-title {
    display: flex;
    justify-content: space-between !important;
    width: 100%;

    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
.date-btn {
    margin-top: -10px;
}
.accordion-item .accordion-title:after {
    position: absolute;
    right: 0;
    top: 0;
    content: "\25BC";
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 5px;
    color: var(--color-white);
    background-color: var(--color-secondary);
}
.accordion-item.opened
    .accordion-header:not(.collapsed)
    .accordion-title:after {
    content: "\25B2";
    background-color: #e35129;
}
.job-item {
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background: #dfdfea;
}
.job-item:hover {
    transform: translateY(0px);
    cursor: pointer;
}
.job-item:hover {
    transform: translateY(-6px);
}
.service-item {
    box-shadow: none;
}
.footer .footer-primary {
    position: relative;
    padding: 80px 0 30px;
    background-color: #011d59;
}
.career-box {
    display: flex;
    flex-direction: column;
    gap: 0px;
    align-items: center;
}
.carrer-img {
    margin-bottom: 10px;
    width: 340px;
    height: 200px;
    border-radius: 20px;
}
.job-inner-box:nth-child(1) {
    margin-bottom: 20px;
    border-bottom: 1px dotted #555;
    padding-bottom: 20px;
}
.job-item .job-meta {
    margin-bottom: 10px;
}
.job-item .job-title {
    font-size: 22px;
    margin-bottom: 10px;
}
.job-type {
    background: #4e8dc2 !important;
}
.product-title a {
    color: var(--color-secondary);
    font-size: 14px;
    text-align: center;
}
.product-info {
    display: flex;
    justify-content: center;
}
.footer .footer-primary:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 377px;
    z-index: 1;
    background-image: url(../images/backgrounds/pattern.png);
    background-position: bottom left;
    background-repeat: no-repeat;
}
.about-layout5 .about-tabs .nav-tabs .nav-link {
    padding: 22px 30px !important;
}

.features-list-layout4 .feature-item:first-child {
    transform: translate(85px, 40px);
}

.member .member-img img {
    object-fit: cover;
    width: 100%;
    height: 200px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 20px;
}
.team-layout2 .member:hover .member-img {
    transform: translateY(-2px);
}
.member {
    padding: 20px;
    border: 1px solid #e1e1e1;
}
.gallery-img img {
    border-radius: 10px;
    /* width: 375px;
    height: 270px; */
    width: 100%;
    height: 100%;
}

.gallery-img {
    border-radius: 10px;
    width: 400px;
    height: 350px;
    /* background-color: #e1e1e1; */
    overflow: hidden;
    border-radius: 20px;
    gap: 20px;
    display: flex;
    object-fit: cover;
}
.gallery-img:hover {
    transform: scale(1);
}
.navbar .nav-item .nav-item-link {
    line-height: 50px !important;
}

.categories ul li a.active {
    background-color: #e35129;
}
.pricing-widget-layout2,
.pricing-widget-layout1
 {height:100%}
.widget:after {
  
    background-color: #002678 !important;
}
body.dark-theme .btn-white span, body.dark-theme .btn-white i{
    color:#000000;}

    @media screen and (max-width:768px) {.product-img {
        width: 100%; }  
    
    .product-img img {
        width: 100%;
    } }

    .widget-categories ul li a.active {
        background-color: #e35129 !important;
    }

    .widget-categories ul li a:hover{
        background-color: #1772c1;
    }

    .btn-secondary:active, .btn-secondary:focus, .btn-secondary:not(.btn-link):hover, .btn-secondary:not(.btn-outlined):hover {
        color: var(--color-white);
        border-color: #1470bc;
        background-color: #126fbb;
    }
    .accordion-item .accordion-title:hover {
        color: #1974c0;
    }
    .post-item .post-title{ height :100% !important } 


    /* navigation chnage */

    .header {
        background-color: #fff;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
        position: relative;
        z-index: 1000;
        border-bottom: 1px solid #eee;
      }
      .container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 15px;
      }
      .navbar {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 0;
        /* height: 80px; */
        max-height: unset !important;
      }
      .logo {
        display: flex;
        align-items: center;
      }
      .logo-container {
        display: flex;
        align-items: center;
      }
      .logo img {
        height: 60px;
      }
      .menu-toggle {
        display: none;
        background: none;
        border: none;
        font-size: 24px;
        cursor: pointer;
      }
      .nav-menu {
        display: flex;
        list-style: none;
      }
      .nav-item {
        position: relative;
        margin-left: 30px;
      }
      .nav-link {
        color: #003D7E;
        text-decoration: none;
        font-weight: 600;
        padding: 10px 0;
        display: block;
        transition: color 0.3s;
        text-wrap: wrap !important;
      }
      .dropdown-link {
        text-wrap: wrap !important;
      }
      .nav-link:hover {
        color: #E35129;
      }
      @media (min-width: 992px) {
        .nav-link:before {
        content: "";
        position: absolute;
        left: 0;
        width: 0;
        bottom: 0;
        height: 2px;
        background-color: #E35129;
        transition: 0.4s ease;
    }
    .nav-link:hover:before {
        width: 100%;
    }
}
      .dropdown-icon {
        cursor: pointer;
        vertical-align: middle;
        color: #66686B;
        margin-left: 4px;
      }
      /* First level dropdown */
      .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        background-color: #fff;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        /* min-width: 280px; */
       max-width: 280px;
       width: 100%;
        display: none;
        z-index: 1;
        list-style: none;
      }
      .dropdown-item {
        position: relative;
      }
      .dropdown-link {
        color: #333;
        text-decoration: none;
        padding: 10px 15px;
        display: block;
        transition: background-color 0.3s;
        display: flex;
        justify-content: space-between;
        align-items: center;
      }
      .dropdown-link:hover {
        background-color: #F5F5F5;
      }
      /* Second level dropdown */
      .sub-dropdown-menu {
        position: absolute;
        top: 0;
        left: 100%;
        background-color: #fff;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        /* min-width: 280px; */
        max-width: 280px;
        width: 100%;
        display: none;
        z-index: 2;
        list-style: none;
        padding: 20px;
      }
      /* Third level dropdown */
      .sub-sub-dropdown-menu {
        position: absolute;
        top: 0;
        left: 100%;
        background-color: #fff;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        /* min-width: 200px; */
        max-width: 280px;
        width: 100%;
        display: none;
        z-index: 3;
        list-style: none;
      }
      /* Show dropdowns on hover for desktop */
      /* Show dropdowns on hover for desktop */
      @media (min-width: 992px) {
        .nav-item:hover > .dropdown-menu,
        .dropdown-item:hover > .sub-dropdown-menu,
        .sub-dropdown-item:hover > .sub-sub-dropdown-menu {
          display: block;
        }
        .dropdown-item, 
        .sub-dropdown-item,
        .drop-down-link-container
        {
        
        border-bottom: 1px solid #DFDFEA;
      }
      .drop-down-link-container .dropdown-link{
        border-bottom:none;
      }
      }
      /* Mobile styles */
      @media (max-width: 991px) {
        .menu-toggle {
          display: block;
        }
        .nav-menu {
          position: fixed;
          top: 80px;
          left: -100%;
          width: 80%;
          height: calc(100vh - 80px);
          background-color: #fff;
          flex-direction: column;
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          transition: left 0.3s;
          overflow-y: auto;
          padding: 20px;
          z-index: 1000;
        }
        .nav-menu.active {
          left: 0;
        }
        .nav-item {
          margin: 0;
          margin-bottom: 10px;
        }
        .dropdown-menu,
        .sub-dropdown-menu,
        .sub-sub-dropdown-menu {
          position: static;
          box-shadow: none;
          display: none;
          padding-left: 15px;
          margin-top: 5px;
          width: 100%;
        }
        .dropdown-link {
          padding: 10px 0;
        }
        .dropdown-menu.show,
        .sub-dropdown-menu.show,
        .sub-sub-dropdown-menu.show {
          display: block;
        }
      }
      .link-container {
        display: flex;
        gap: 2px;
        align-items: center;
        justify-content: space-between;
      }
      .dropdown-item.active, .dropdown-item:active {
    background-color: #F2F2F2;
}
.nav-menu{
    margin-bottom: 0px;
}
.dark-mode .dropdown-link,
.dark-mode .nav-link{
    color: #333;
}
.dark-mode .navbar{
    background: #fff !important;
}
.dropdown-link{
    font-size: 14px;
}
/* navigation end */
