body,p,span{
    font-family: 'Roboto', sans-serif;
}

h1,h2,h3,h4,h5,h6,a{
    font-family: 'Rubik', sans-serif;
}

img{
    max-width: 100%;
}

.grybg{
    background: #f9fafb;
}

/* Starting coustom Style */

.main-header .container-fluid,
.slider-section .container-fluid{
    max-width: 1480px;
}

body{
     overflow-x: hidden;
}
body .btn-primary{
    background-color: #142850!important;
    border-color: #142850;
    padding: 10px 21px;
    font-size: 15px;
    position: relative;
    z-index: 1;
}

body .btn-primary:hover{
    border-color: #0096C7;
}

body .btn-primary::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color:   #0096C7;
    border-color:   #0096C7;
    z-index: -1;
    transition: .4s;
}

body .btn-primary:hover::after{
    width: 100%;
}

.navbar-brand img{
    width: 51%;
    height: 51%;
}

/* Menu */

ul.our-primary-menu{}

ul.our-primary-menu li{}

ul.our-primary-menu li a{
    text-decoration: none;
    display: inline-block;
    padding: 18px 20px;
    color: #111111;
    font-weight: 500;
    font-size: 18px;
}

ul.our-primary-menu li a:hover{
    border-bottom: 3px solid #7BAE3E;
    color: #142850;
}

/* Dropdown Menu */

ul.our-primary-menu li{
    position: relative;
}

ul.our-primary-menu li ul{
    position: absolute;
    border-radius: 12px;
    width: 300px;
    left: 0;
    top: 200%;
    background: #fafafa;
    list-style: none;
    padding: 10px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease-in-out;
}

ul.our-primary-menu li ul li{
    flex-direction: column;
}

ul.our-primary-menu li:hover ul{
    opacity: 1;
    visibility: visible;
    top: 100%;
}

ul.our-primary-menu li ul li a{}

.header-info{}



.header-call{
    width: 220px;
   color: #142850!important;
}

.header-call-icon{
    font-size: 33px;
  
}

.header-call-info span{
    color: #606060;
}

.header-call-info a{
    font-weight: 540;
    color: #111111;
    text-decoration: none;
    font-size: 16px;
}
.header-call-info a:hover{
    color: #0096C7;
}

.header-button{}

/* Slider/Banner Css */
.slider-section {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.slider-section .bg-video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  object-fit: content;
  z-index: 1;
}

.slider-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(20, 40, 80, 0.55); /* Dark blue overlay */
  z-index: 2;
}

.slider-section .container-fluid,
.slider-content,
.header-social {
  position: relative;
  z-index: 3;
  margin-left: 50px;
}



.slider-content-wrap{
    height: 90vh;
    display: flex;
    align-items: center;
    position: relative;
}

.slider-content h6{

}

.slider-content h1{
    font-size: 100px;
    margin-top: 25px;
    margin-bottom: 25px;
    font-weight: 600;
    color:  #142850;
    font-family: 'Rubik', sans-serif;
    text-shadow: 1px 1px 1px #fff;
    letter-spacing: 2.7x;
}

.slider-content p{
    font-size: 40.5px;
    font-weight: 400;
    color: #7BAE3E;
     text-shadow: 1px 1px 1px #fff;
}

.header-social{
    position: absolute;
    left: 0;
    bottom: 0;
}

.header-social ul{
    list-style: none;
    padding: 0;
}

.header-social ul li{}

.header-social ul li span{
    padding: 0px 15px;
    font-size: 20px;
    display: inline-block;
    margin-right: 50px;
    position: relative;
    color: #fff;
}

.header-social ul li span::after{
    content: "";
    height: 1px;
    background: #fff;
    width: 35px;
    position: absolute;
    right: -45px;
    top: 51%;
}

.header-social ul li a{
    text-decoration: none;
    display: inline-block;
    padding: 5px 14px;
    color: #fff;
    font-size: 21px;
    transition: .4s;
}

.header-social ul li a:hover{
    color: #7BAE3E;
    font-size: 22px;
    transition: smooth;
}
/* Desktop: dropdown on hover */
@media (min-width: 992px) {
  ul.our-primary-menu li {
    position: relative;
  }

  ul.our-primary-menu li:hover > ul {
    display: block;
    opacity: 1;
    visibility: visible;
    top: 100%;
  }

  ul.our-primary-menu li ul {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    position: absolute;
    top: 200%;
    left: 0;
    width: 300px;
    background-color: #ffffff;
    padding: 10px;
    border-radius: 12px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  }
}


@media (max-width: 991px) {
  /* Navbar collapse panel */
  .navbar-collapse {
    max-height: 85vh;
    overflow-y: auto;
    background-color: #ffffff;
    z-index: 999;
    padding: 15px;
    border-top: 1px solid #ccc;
  }

  /* Full-width nav menu items */
  ul.our-primary-menu {
    display: block;
    width: 100%;
    padding-left: 0;
  }

  ul.our-primary-menu li {
    width: 100%;
    border-bottom: 1px solid #f1f1f1;
  }

  ul.our-primary-menu li a {
    display: block;
    padding: 14px 18px;
    color: #142850;
    font-weight: 500;
    font-size: 16px;
  }

  /* Dropdowns behave like accordions */
  ul.our-primary-menu li ul {
    display: none;
    position: static !important;
    background: #ffffff !important;
    padding-left: 0;
    box-shadow: none;
    border-radius: 0;
    opacity: 1 !important;
    visibility: visible !important;
  }

  ul.our-primary-menu li.show ul {
    display: block;
  }

  ul.our-primary-menu li ul li a {
    padding: 12px 30px;
    font-size: 15px;
    color: #142850;
  }

  ul.our-primary-menu li ul li a:hover {
    background-color: #f1f1f1;
    color: #0096C7;
  }

  /* Header call section */
  .header-info {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 15px;
  }

  .header-call {
    width: 100%;
    margin-bottom: 10px;
  }

  .header-button {
    width: 100%;
    text-align: left;
  }

  .header-button a {
    width: 100%;
    text-align: center;
  }

  /* Slider content */
  .slider-section {
    height: auto;
    padding: 100px 0 50px;
    text-align: center;
  }

  .slider-content-wrap {
    height: auto;
    display: block;
    padding: 0 15px;
  }

  .slider-content h1 {
    font-size: 42px;
    line-height: 1.2;
  }

  .slider-content p {
    font-size: 22px;
  }

  .slider-content .btn {
    margin-top: 20px;
  }

  .header-social {
    position: relative;
    margin-top: 30px;
    justify-content: center;
  }

  .header-social ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .header-social ul li span {
    margin-right: 20px;
    font-size: 18px;
    color: #fff;
  }

  .slider-section .bg-video {
    object-fit: cover;
    height: 100%;
  }

  .navbar-brand img {
    max-width: 130px;
    height: auto;
  }
}



@media (max-width: 991px) {
  /* Navbar toggle styles */
  .navbar-collapse {
    max-height: 85vh;
    overflow-y: auto;
    background-color: #ffffff;
    z-index: 999;
    padding: 15px;
    border-top: 1px solid #ccc;
  }

  /* Logo resizing */
  .navbar-brand img {
    width: auto;
    max-width: 140px;
    height: auto;
  }

  /* Mobile menu styling */
  ul.our-primary-menu {
    display: block;
    width: 100%;
    padding-left: 0;
  }

  ul.our-primary-menu li {
    width: 100%;
    border-bottom: 1px solid #eaeaea;
  }

  ul.our-primary-menu li a {
    display: block;
    padding: 14px 18px;
    font-size: 16px;
    font-weight: 500;
    color: #142850;
  }

  /* Dropdowns inside mobile menu */
  ul.our-primary-menu li ul {
    display: none;
    background-color: #ffffff !important;
    position: static !important;
    padding: 0;
    margin: 0;
    box-shadow: none !important;
    border-radius: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  ul.our-primary-menu li.show ul {
    display: block;
  }

  ul.our-primary-menu li ul li a {
    padding: 12px 30px;
    font-size: 15px;
    color: #142850;
    margin-left: 27px;
  }

  ul.our-primary-menu li ul li a:hover {
    background-color: #f1f1f1;
    color: #0096C7;
  }

  /* Header section stack */
  .header-info {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 15px;
  }

  .header-call {
    width: 100%;
    margin-bottom: 10px;
  }

  .header-button {
    width: 100%;
    text-align: left;
  }

  .header-button a {
    width: 100%;
    text-align: center;
  }

  /* Slider section responsive */
  .slider-section {
    height: auto;
    padding: 80px 0 50px;
    text-align: center;
  }

  .slider-content-wrap {
    height: auto;
    display: block;
    padding: 0 20px;
  }

  .slider-section .bg-video {
    object-fit: cover;
    height: 100%;
  }

.slider-section .container-fluid,
.slider-content,
.header-social {
  position: relative;
  z-index: 3;
  margin: auto;
}
  .slider-content h1 {
    font-size: 42px;
    margin-bottom: 20px;
    line-height: 1.2;
    text-shadow: 1px 1px 1px #fff;
  }

  .slider-content p {

    font-size: 20px;
    text-shadow: 1px 1px 1px #fff;
  }

  .slider-content .btn {
    margin-top: 20px;
  }

  .header-social {
    position: relative;
    margin-top: 30px;
    justify-content: center;
  }

  .header-social ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .header-social ul li span {
    font-size: 18px;
    margin-right: 20px;
    color: #fff;
  }

  .header-social ul li span::after {
    display: none;
  }

  .header-social ul li a {
    font-size: 20px;
    padding: 6px 10px;
  }
}

/* Basic Reset & Body Styles */

.case-wrapper {
    max-width: 900px;
    margin: 40px auto;
    padding: 0 15px;
    display: grid;
    grid-template-columns: 1fr; /* Full width cards */
    gap: 30px;
}

.case-block {
    background-color: #ffffff;
    border-radius: 12px; /* Slightly more rounded corners for a softer look */
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1); /* Stronger initial shadow for more depth */
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease; /* Smooth transitions */
    border: 1px solid #e0e0e0; /* Subtle initial border */
}

.case-block:hover {
    transform: translateY(-10px); /* More pronounced lift */
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.2), 0 0 0 4px rgba(0, 123, 138, 0.3); /* Enhanced shadow with a more prominent blue outline */
    border-color: rgba(0, 123, 138, 0.5); /* Border also reacts */
}

.case-block img {
    width: 100%;
    height: 360px; /* Slightly taller images */
    object-fit: cover;
    border-bottom: 1px solid #eeeeee;
    transition: transform 0.3s ease;
}

.case-block:hover .case-img {
    transform: scale(1.05); /* More noticeable zoom on image */
}

.case-content {
    padding: 30px;
    flex-grow: 1;
    box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.04); /* More noticeable inner shadow */
    border-top: 1px solid #f0f0f0; /* Very light inner border to define content area */
    background-image: linear-gradient(180deg, #ffffff, #fdfdfd); /* Subtle gradient background */
}

.case-content h2 {
    color: #007B8A; /* Primary blue */
    font-size: 55px; /* Slightly larger heading */
    margin-top: 0;
    margin-bottom: 22px; /* Adjusted margin */
    text-align: center;
    font-weight: 500;
    font-family: 'Rubik',sans-serif;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05); /* Subtle text shadow */
}

.case-highlights {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 28px; /* More space */
    padding: 20px 0; /* More padding */
    border-top: 1px solid #e0e0e0; /* Slightly stronger border */
    border-bottom: 1px solid #e0e0e0; /* Slightly stronger border */
    background-color: rgba(0, 123, 138, 0.07); /* Slightly darker tint */
    border-radius: 7px; /* Slightly more rounded */
    border: 1px solid rgba(0, 123, 138, 0.15); /* More prominent border */
    box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.02); /* Subtle inner shadow */
}

.case-highlights p {
    margin: 6px 12px; /* Adjusted margin */
    font-size: 35px; /* Slightly larger font */
    color: #000!important; /* Medium text */
    display: flex;
    align-items: center;
    font-weight: 500;
    font-family: 'Rubik',sans-serif;
}

.case-highlights p i {
    color: #004d99!important; /* Primary blue */
    margin-right: 35px; /* More space */
    font-size: 30px!important; /* Slightly larger icons */
}

.case-content p {
    margin-bottom: 14px; /* Adjusted margin */
    font-size: 18px; /* Slightly larger text */
    display: flex;
    align-items: flex-start;
    color: #555555; /* Dark text */
    font-weight: 500;
    font-family: 'Roboto',sans-serif;
}

.case-content p strong {
    margin-right: 10px; /* More space */
    min-width: 90px; /* Adjusted for alignment */
    color: #007B8A; /* Bold labels in primary blue */
    font-weight: 700;
}

.case-content p i {
    color: #007B8A; /* Primary blue */
    margin-right: 14px; /* More space */
    font-size: 1.2em; /* Slightly larger icons */
}



/* Call to Action (CTA) Section */
.cta {
    background: linear-gradient(21deg, rgba(161, 196, 253, 0.9), rgba(1,1,1,0.6)),url(../Images/banner_7.jpg);
    no-repeat top center;
    background-size: cover;
    background-attachment: fixed;   /* CTA in primary blue */
    color: #ffffff;
    padding: 70px 20px;
    text-align: center;
    margin-top: 50px;
}

.cta h2 {
    font-size: 55px;
    font-weight: 500;
    font-family: 'Rubik',sans-serif;
    text-shadow: 1px 1px 2px #004d99, 1px 1px 2px #7BAE3E;
}

.cta p {
    font-size: 1.3em;
    max-width: 900px;
    margin: 0 auto 40px auto;
    font-family: 'Rubik',sans-serif;
    text-shadow: 1px 1px 2px #004d99, 1px 1px 2px #7BAE3E;
}

.cta-button {
    display: inline-block;
    background-color:  #142850; /* Accent green */
    color: #ffffff;
    padding: 18px 40px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 1.2em;
    font-weight: 500;
    transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    font-family: 'Roboto',sans-serif;
}

.cta-button:hover {
    background-color:  #2ECC71;
    color: #fff; /* Slightly darker green */
    transform: translateY(-3px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
}

/* Responsive Adjustments */
@media (max-width: 992px) {
    .case-content h2 {
        font-size: 1.7em;
    }
    .testimonials-section h2 {
        font-size: 2.2em;
    }
    .cta h2 {
        font-size: 2.6em;
    }
    .cta p {
        font-size: 1.1em;
    }
}

@media (max-width: 768px) {
    .case-wrapper {
        grid-template-columns: 1fr;
        margin: 20px auto;
    }

    .case-content {
        padding: 20px;
    }

    .case-content h2 {
        font-size: 1.4em;
        margin-bottom: 15px;
    }

    .case-highlights {
        flex-direction: column;
        align-items: flex-start;
        padding: 10px 15px;
    }

    .case-highlights p {
        margin: 5px 0;
        font-size: 0.9em;
    }

    .case-content p {
        font-size: 0.9em;
        margin-bottom: 8px;
    }

    .testimonials-section {
        padding: 40px 0;
    }

    .testimonials-section h2 {
        font-size: 2em;
        margin-bottom: 30px;
    }

    .testimonial-grid {
        grid-template-columns: 1fr;
    }

    .testimonial-card {
        padding: 25px;
    }

    .testimonial-card p {
        font-size: 1em;
        margin-bottom: 20px;
    }

    .client-avatar {
        width: 50px;
        height: 50px;
        margin-right: 10px;
    }

    .client-info h4 {
        font-size: 1.1em;
    }

    .client-info p {
        font-size: 0.85em;
    }

    .cta {
        padding: 50px 15px;
    }

    .cta h2 {
        font-size: 2.2em;
    }

    .cta p {
        font-size: 1em;
        margin-bottom: 25px;
    }

    .cta-button {
        padding: 12px 25px;
        font-size: 1em;
    }
}

@media (max-width: 480px) {
    .case-content h2 {
        font-size: 1.2em;
    }
    .case-highlights p i,
    .case-content p i {
        font-size: 1em!important;
    }
    .cta h2 {
        font-size: 1.8em;
    }
    .cta p {
        font-size: 0.9em;
    }
}
/* Footer CSS Section */

.footer{
    background: linear-gradient(90deg, #0F172A, #1E293B) ;
    color:#ffffff;
    font-family: 'Rubik',sans-serif;
    font-weight: 500;
}
.footer_widget img{
    height: 60%;
    width: 60%;
    margin-bottom: 2%;
}
.footer_widget p{
    margin-right: 30px;
    text-align: justify;
    margin-top: 5px;
}

.footer a{
    color: #ffffff;
}


.footer_widget h3{
    font-size: 22px;
    border-bottom: 1px solid #7BAE3E;
    padding-bottom: 20px;
    margin-bottom: 20px;
}


.footer_widget ul{
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}


.footer_widget ul li{
    margin: 10px 0px;
}


.footer_widget ul li a{
    text-decoration: none;
    transition: .4s;
}


.footer_widget ul li a:hover{
    letter-spacing: 1.5;
    color: #7BAE3E;
}


.footer_top{
    border-bottom: 1px solid #7BAE3E;
}


.widget_social{}


.widget_social ul{
    display: flex;
}


.widget_social ul li{
    padding: 10px 0;
    margin: 0 !important;
}


.widget_social ul li span{
    display: inline-block;
    margin-right: 10px;
    font-size: 16px;
}


.widget_social ul li a{
    font-size: 20px;
    padding: 10px 10px;
}


.footer_content{}


.footer_content_item{
    margin-bottom: 20px;
}


.footer_content_item span{
    display: inline-block;
    margin-right: 15px;
    font-size: 20px;
    margin-top: -1px;
}


.footer_content_item span i{

}


.footer_content_item a{
    text-decoration: none;
}


.footer_copyright{
    margin-bottom: 0;
}


.footer_copyright a{
    text-decoration: none;
}
.footer_copyright b{
    text-decoration: none;
    font-size: 18px;
    font-weight: 510;
    font-family: 'Rubik',sans-serif;
}

.footer_copyright b:hover{
  font-size: 19.2px;
    text-decoration: none;
    border-bottom: 2.4px solid #fff;
}