﻿#callbtn {
    background: #047ffc;
    padding: 6px 18px;
    display: block;
    position: fixed;
    bottom: 11%;
    right: 0;
    margin-top: -6px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    font-size: 2.5em;
    border-radius: 50%;
}

@media only screen and (max-width: 767px) {
    .mbhdn {
        display: none;
    }

    .btn-common1 {
        margin-top: 10px;
    }

    .navbar-brand h4 {
        display: none;
    }

    .navbar-brand img {
        width: 250px !important;
        height: 90px !important;
    }

    .bread-img {
        display: none;
    }

    header .header-area .main-nav ul li a {
        color: white !important;
    }
}
/* Top banner styles */
.custom-topbar {
    background-color: #1c5885; /* Safety Orange */
    padding: 10px 0;
}

/* Contact info styles */
.custom-topbar-contact ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.custom-topbar-contact li {
    display: inline-block;
    margin-right: 20px;
    color: white !important;
}

.custom-topbar-contact a {
    color: white !important;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

    .custom-topbar-contact a:hover {
        opacity: 0.8;
    }

.custom-topbar-contact i {
    margin-right: 5px;
}

/* Social links styles */
.custom-topbar-social ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;
}

.custom-topbar-social li {
    display: inline-block;
    margin-left: 10px;
}

.custom-topbar-social a {

    text-decoration: none;
    transition: opacity 0.3s ease;
}

    .custom-topbar-social a:hover {
        opacity: 0.8;
    }
/*.navbar-logo{
  padding-left: 15px;
    padding-right: 15px;

  color: #fff;
}
.navbar-mainbg{
  background-color: #2aaae2;
  padding: 0px;
  border-radius : 10px;
}
#navbarSupportedContent{
  overflow: hidden;
  position: relative;

}
#navbarSupportedContent ul{
  padding: 0px;
  margin: 0px;
}
#navbarSupportedContent ul li a i{
  margin-right: 10px;
}
#navbarSupportedContent li {
  list-style-type: none;
  float: left;
}
#navbarSupportedContent ul li a{
  color: white;
    text-decoration: none;
    font-size: 15px;
    display: block;
    padding: 20px 20px;
    transition-duration:0.6s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    position: relative;
}
#navbarSupportedContent>ul>li.active>a{
  color: #2aaae2;
  background-color: transparent;
  transition: all 0.7s;
}
#navbarSupportedContent a:not(:only-child):after {
  content: "\f105";
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 14px;
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900;
  transition: 0.5s;
}
#navbarSupportedContent .active>a:not(:only-child):after {
  transform: rotate(90deg);
}
.hori-selector{
  display:inline-block;
  position:absolute;
  height: 100%;
  top: 0px;
  left: 0px;
  transition-duration:0.6s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  background-color: #fff;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  margin-top: 10px;
}
.hori-selector .right,
.hori-selector .left{
  position: absolute;
  width: 25px;
  height: 25px;
  background-color: #fff;
  bottom: 10px;
}
.hori-selector .right{
  right: -25px;
}
.hori-selector .left{
  left: -25px;
}
.hori-selector .right:before,
.hori-selector .left:before{
  content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #2aaae2;
}
.hori-selector .right:before{
  bottom: 0;
    right: -25px;
}
.hori-selector .left:before{
  bottom: 0;
    left: -25px;
}


@media(min-width: 992px){
  .navbar-expand-custom {
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      -ms-flex-pack: start;
      justify-content: flex-start;
  }
  .navbar-expand-custom .navbar-nav {
      -ms-flex-direction: row;
      flex-direction: row;
  }
  .navbar-expand-custom .navbar-toggler {
      display: none;
  }
  .navbar-expand-custom .navbar-collapse {
      display: -ms-flexbox!important;
      display: flex!important;
      -ms-flex-preferred-size: auto;
      flex-basis: auto;
  }
}


@media (max-width: 991px){
  #navbarSupportedContent ul li a{
    padding: 12px 30px;
  }
  .hori-selector{
    margin-top: 0px;
    margin-left: 10px;
    border-radius: 0;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
  }
  .hori-selector .left,
  .hori-selector .right{
    right: 10px;
  }
  .hori-selector .left{
    top: -25px;
    left: auto;
  }
  .hori-selector .right{
    bottom: -25px;
  }
  .hori-selector .left:before{
    left: -25px;
    top: -25px;
  }
  .hori-selector .right:before{
    bottom: -25px;
    left: -25px;
  }
}*/
.activities-title {
    font-size: 3rem;
    text-align: center;
    margin-bottom: 50px;
    color: #072e63;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
}

    .activities-title::after {
        content: '';
        display: block;
        width: 100px;
        height: 4px;
        background-color: #2aaae2;
        margin: 20px auto 0;
    }


.logo a h4 {
    font-family: Century, serif; /* Ensure the heading uses Playfair Display */
    font-weight: 700; /* Use bold weight for emphasis */
    color: black; /* Keep the text color as specified */
}

.bread-img {
    max-height: 200px;
    object-fit: cover;
}

@media only screen and (max-width: 1199px) {
    .main-nav {
        position: fixed;
        top: 0;
        left: 0;
        width: 250px;
        z-index: 99999;
        height: 100%;
        overflow: auto;
        background: #222;
    }
}

.active-link {
    color: #2aaae2 !important;
}

.category-list ul li :hover {
    color: #2aaae2 !important;
    transition: 1s ease;
}
.txtwhite {
    color: #fff !important;
}

.main-banner .slider-item .slider-content h1 {
    font-weight: 700;
    font-size: 50px;
    line-height: 80px;
    color: #fff;
}

.cs-clr {
    color: #000000;
    font-weight: bold;
}

.service-area img {
    border: 10px solid #ececec;
}

.link-1 {
    color: #8c8c8c;
    padding-top: 10px;
    font-size: 10px;
}

.banner-container {
    background-color: #2aaae2;
    color: white;
    padding: 80px 20px;
    position: relative;
    overflow: hidden;
}

    .banner-container::before {
        content: '';
        position: absolute;
        top: -50%;
        left: -50%;
        width: 200%;
        height: 200%;
        background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 70%);
        animation: rotate 20s linear infinite;
    }

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.banner-content {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.banner-container h1 {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.1);
}

.banner-container p {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-bottom: 30px;
}

.product-list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 30px;
}

    .product-list span {
        background-color: rgba(255,255,255,0.1);
        padding: 10px 20px;
        border-radius: 30px;
        font-size: 0.9rem;
        transition: all 0.3s ease;
    }

        .product-list span:hover {
            background-color: rgba(255,255,255,0.2);
            transform: translateY(-3px);
        }

.banner-footer {
    font-style: italic;
    font-size: 1rem !important;
    opacity: 0.9;
}

@media (max-width: 768px) {
    .banner-container h1 {
        font-size: 2.5rem;
    }

    .banner-container p {
        font-size: 1rem;
    }

    .product-list span {
        font-size: 0.8rem;
    }

    .mobile-high {
        height: 30vh;
        margin-top: 40px;
    }

    .main-banner .slider-item .slider-content h1 {
        font-weight: 700;
        font-size: 25px;
        line-height: 40px;
        color: #2aaae2;
    }

    .mt-sm-3 {
        margin-top: 1.5rem;
    }

    .main-banner .slider-item .slider-content h5 {
        font-size: 18px;
    }
    .slider-cont {
        margin-top:4rem;
    }

}

.product-range {
    background-color: white;
    color: white;
    margin-top: 50px;
}



.section-title {
    font-size: 3rem;
    text-align: center;
    margin-bottom: 50px;
    color: #2aaae2;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.product-card {
    perspective: 1000px;
    height: 200px;
}

.card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.product-card:hover .card-inner {
    transform: rotateY(180deg);
}

.card-front, .card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    padding: 20px;
}

.card-front {
    background-color: #2aaae2;
    color: white;
}

.card-back {
    background-color: aliceblue;
    color: #072e63;
    transform: rotateY(180deg);
}

.card-front i {
    font-size: 2rem;
    margin-bottom: 15px;
    padding: 20px;
    background-color: white;
    border-radius: 50%;
    color: #072e63;
}

.card-front h3 {
    font-size: 1.2rem;
}

.card-back p {
    font-size: 0.9rem;
    line-height: 1.4;
    color: #072e63;
}

@media (max-width: 768px) {
    .section-title {
        font-size: 2.5rem;
    }

    .product-grid {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }
}

.activities-showcase {
    background-color: #f8f9fa;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

    .activities-showcase::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(135deg, #2aaae2 25%, transparent 25%) -50px 0, linear-gradient(225deg, #2aaae2 25%, transparent 25%) -50px 0, linear-gradient(315deg, #2aaae2 25%, transparent 25%), linear-gradient(45deg, #2aaae2 25%, transparent 25%);
        background-size: 100px 100px;
        background-color: #072e63;
        opacity: 0.1;
        z-index: 1;
    }

.activities-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.activities-title {
    font-size: 3rem;
    text-align: center;
    margin-bottom: 50px;
    color: #072e63;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
}

    .activities-title::after {
        content: '';
        display: block;
        width: 100px;
        height: 4px;
        background-color: #2aaae2;
        margin: 20px auto 0;
    }

.activities-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.activity-item {
    flex-basis: calc(50% - 15px);
    display: flex;
    align-items: center;
    background-color: white;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .activity-item:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    }

.activity-icon {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    background-color: #2aaae2;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
}

    .activity-icon i {
        font-size: 2rem;
        color: white;
    }

.activity-content h3 {
    font-size: 1.2rem;
    color: #072e63;
    margin-bottom: 10px;
}

.activity-content p {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .activities-title {
        font-size: 2.5rem;
    }

    .activity-item {
        flex-basis: 100%;
    }
}


.industry-showcase {
    background-color: #f8f9fa;
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}

    .industry-showcase::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(45deg, rgba(255,121,0,0.1) 0%, rgba(7,46,99,0.1) 100%);
        z-index: 1;
    }

.industry-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.industry-title {
    font-size: 3.5rem;
    text-align: center;
    margin-bottom: 70px;
    color: #072e63;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 800;
    position: relative;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
}

    .industry-title::after {
        content: '';
        position: absolute;
        bottom: -15px;
        left: 0;
        width: 100%;
        height: 5px;
        background-color: #2aaae2;
        transform: scaleX(0);
        transition: transform 0.3s ease-in-out;
    }

    .industry-title:hover::after {
        transform: scaleX(1);
    }

.industry-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
}

.industry-card {
    perspective: 1500px;
    height: 350px;
}

.industry-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.industry-card:hover .industry-card-inner {
    transform: rotateY(180deg);
}

.industry-card-front, .industry-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px;
}

.industry-card-front {
    background-color: white;
}

.industry-card-back {
    background-color: #2aaae2;
    color: white;
    transform: rotateY(180deg);
}

.industry-logo {
    width: 140px;
    height: 140px;
    object-fit: contain;
    margin-bottom: 20px;
    transition: transform 0.3s ease-in-out;
}

.industry-card:hover .industry-logo {
    transform: scale(1.1);
}

.industry-name {
    font-size: 1.8rem;
    color: #072e63;
    margin-bottom: 15px;
    font-weight: 700;
}

.industry-description, .industry-highlight {
    font-size: 1rem;
    margin-bottom: 15px;
    line-height: 1.6;
    color: white;
}

.industry-btn {
    background-color: white;
    color: #2aaae2;
    border: none;
    padding: 12px 25px;
    border-radius: 30px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    cursor: pointer;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

    .industry-btn:hover {
        background-color: #072e63;
        color: white;
        transform: translateY(-3px);
        box-shadow: 0 8px 20px rgba(0,0,0,0.2);
    }


@media (max-width: 768px) {
    .industry-title {
        font-size: 2.5rem;
    }

    .industry-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }

    .industry-card {
        height: 300px;
    }
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0px);
    }
}
/* Style for the prev and next buttons */
.owl-prev, .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    border: none;
    color: #000;
    font-size: 24px;
    cursor: pointer;
}

/* Positioning the prev button on the left */
.owl-prev {
    left: -30px; /* Adjust this value based on your layout */
}

/* Positioning the next button on the right */
.owl-next {
    right: -20px; /* Adjust this value based on your layout */
}

    /* Change color on hover */
    .owl-prev:hover, .owl-next:hover {
        color: #2aaae2;
    }

    .owl-prev span, .owl-next span {
        font-size: 55px;
    }

        .owl-prev span:hover, .owl-next span:hover {
            color: #2aaae2;
        }

.industry-card {
    animation: float 5s ease-in-out infinite;
}

.goal-section {
    background-color: #fff;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

    .goal-section::before {
        content: '';
        position: absolute;
        top: -50px;
        left: -50px;
        width: 200px;
        height: 200px;
        background-color: rgba(255, 121, 0, 0.1);
        border-radius: 50%;
        z-index: 1;
    }

    .goal-section::after {
        content: '';
        position: absolute;
        bottom: -50px;
        right: -50px;
        width: 200px;
        height: 200px;
        background-color: rgba(7, 46, 99, 0.1);
        border-radius: 50%;
        z-index: 1;
    }

.goal-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.goal-title {
    text-align: center;
    font-size: 2.5rem;
    color: #072e63;
    margin-bottom: 50px;
    position: relative;
}

    .goal-title::after {
        content: '';
        position: absolute;
        bottom: -15px;
        left: 50%;
        transform: translateX(-50%);
        width: 80px;
        height: 4px;
        background-color: #2aaae2;
    }

.goal-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.goal-card {
    background-color: #fff;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
   border : 2px solid #f1f1f1;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    min-height : 290px;
}

    .goal-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    }

.goal-icon {
    margin-bottom: 20px;
}

    .goal-icon i {
        font-size: 2rem;
        color: white;
        padding: 20px;
        background-color: #2aaae2;
        border-radius: 50%;
    }

.goal-card-title {
    font-size: 1.5rem;
    color: #2aaae2;
    margin-bottom: 15px;
}

.goal-card-text {
    font-size: 1rem;
    color: #555;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .goal-grid {
        grid-template-columns: 1fr;
    }
}

.new-text-center {
    text-align: center; /* Center the text */
}

.new-text-shadow {
    text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.9);
    
}

/* Optional: Add AOS styles if needed */
[data-aos] {
    opacity: 0; /* Initial state for AOS */
    transition-property: opacity, transform;
    transition-duration: 0.6s;
}

    [data-aos].aos-animate {
        opacity: 1; /* Final state for AOS */
    }

.about-wrapper {
    background-color: #f8f8f8;
    padding: 80px 0;
}

.about-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

    .about-img img {
        transition: transform 0.5s ease;
    }

    .about-img:hover img {
        transform: scale(1.05);
    }

.about-text {
    position: absolute;
    bottom: 30px;
    right: 30px;
    background-color: #2aaae2;
    color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

    .about-text h3 {
        font-size: 36px;
        margin: 0;
    }

    .about-text span {
        font-size: 14px;
        font-weight: bold;
    }

.section-head2 h5 {
    color: #072e63;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.section-head2 h2 {
    color: #072e63;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}

.section-head2 p {
    color: #333;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.btn-common {
    background-color: #2aaae2;
    color: white;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    transition: background-color 0.3s ease;
    display: inline-block;
}

    .btn-common:hover {
        background-color: #072e63;
    }

    .btn-common i {
        margin-left: 5px;
    }

/* Animation for the button */
@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

.btn-common:hover {
    animation: pulse 1s infinite;
}

.industry-grid .owl-stage-outer {
    padding: 15px;

}
.about-wrapper {
    background-color: #f8f8f8;
    padding: 80px 0;
}

.about-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

    .about-img img {
        transition: transform 0.5s ease;
    }

    .about-img:hover img {
        transform: scale(1.05);
    }

.about-text {
    position: absolute;
    bottom: 30px;
    right: 30px;
    background-color: #2aaae2;
    color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

    .about-text h3 {
        font-size: 36px;
        margin: 0;
    }

    .about-text span {
        font-size: 14px;
        font-weight: bold;
    }

.section-head2 h5 {
    color: #072e63;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.section-head2 h2 {
    color: #072e63;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}

.section-head2 p {
    color: #333;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.btn-common {
    background-color: #13334C;
    color: white;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    transition: background-color 0.3s ease;
    display: inline-block;
}

    .btn-common:hover {
        background-color: #072e63;
    }

    .btn-common i {
        margin-left: 5px;
    }

/* Animation for the button */
@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

.btn-common:hover {
    animation: pulse 1s infinite;
}

.besttech-mission-vision {
    background-color: #2aaae2;
    color: white;
    padding: 4rem 0;
    position: relative;
    overflow: hidden;
}

    .besttech-mission-vision::before {
        content: '';
        position: absolute;
        top: -50%;
        left: -50%;
        width: 200%;
        height: 200%;
        background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 70%);
        animation: rotate 20s linear infinite;
    }

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.besttech-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

.besttech-mission, .besttech-vision {
    flex-basis: 45%;
    background-color: rgba(7, 46, 99, 0.9);
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

    .besttech-mission:hover, .besttech-vision:hover {
        transform: translateY(-10px);
    }

.besttech-title {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    position: relative;
    display: inline-block;
}

    .besttech-title::after {
        content: '';
        position: absolute;
        bottom: -5px;
        left: 0;
        width: 50%;
        height: 3px;
        background-color: #2aaae2;
        transition: width 0.3s ease;
    }

.besttech-mission:hover .besttech-title::after,
.besttech-vision:hover .besttech-title::after {
    width: 100%;
}

.besttech-text {
    font-size: 1.1rem;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .besttech-container {
        flex-direction: column;
    }

    .besttech-mission, .besttech-vision {
        flex-basis: 100%;
        margin-bottom: 2rem;
    }
}

.industry-list {
    list-style-type: none; /* Remove default list styling */
    padding: 0; /* Remove padding */
}

    .industry-list li {
        margin: 10px 0; /* Add some margin between items */
        font-size: 16px; /* Adjust font size as needed */
    }

#why-choose-us .card:hover {
    transform: scale(1.05);
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.2);
}

#why-choose-us .card-body i {
    transition: color 0.3s ease;
}

#why-choose-us .card:hover .card-body i {
    color: #072e63; /* Change the icon color on hover */
}

.exim-image {
    height: 277px;
}
.exim-cp-header {
    background-color: #f8f9fa;
    padding: 20px;
    text-align: center;
}

.exim-cp-section {
    margin: 20px 0;
    padding: 20px;
    border: 1px solid #dee2e6;
    border-radius: 5px;
}

.exim-cp-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}

.exim-cp-info {
    margin-bottom: 10px;
}
.exim-cp-info a {
    color : #2aaae2;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Dark transparent overlay */
    z-index: 1;
}

/* Make sure your slider container and content are positioned correctly */
.slider-item {
    position: relative;
}

    .slider-item .container {
        position: relative;
        z-index: 2; /* Ensure container content appears above the overlay */
    }

.slider-content {
    color: #fff; /* Text color to contrast the dark overlay */
    text-align: center;
    position: relative;
    z-index: 3; /* Keep text above both the overlay and container */
}
/* Section Background and Padding */
.it-benefit-bg {
    background-color: black; /* Dark background */
    background-image: url('your-image-path.jpg'); /* Add relevant background image */
    background-size: cover;
    background-position: center;
    padding-bottom: 120px;
    padding-top: 100px;
}

.it-benefit-mb-45 {
    margin-bottom: 45px;
}

/* Title and Subtitle Styling */
.it-benefit-section-sub-title {
    font-size: 16px;
    font-weight: 500;
    color: #2aaae2; /* Accent color */
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
}

.it-benefit-section-title {
    font-size: 36px;
    font-weight: 700;
    color: white;
    position: relative;
}

    .it-benefit-section-title span.last-word {
        color: #2aaae2; /* Highlight the last word with an accent color */
    }

/* Description Text */
.it-benefit-section-description {
    font-size: 18px;
    color: #cccccc;
    line-height: 1.6;
}

/* Media Queries for Responsiveness */
@media (max-width: 768px) {
    .it-benefit-section-title {
        font-size: 28px;
    }

    .it-benefit-section-description {
        font-size: 16px;
    }
}
/* Section Padding and Margins */
.it-home-service-mt-220 {
    padding-top: 100px;
    padding-bottom: 100px;
}

/* General Box Styling */
.it-home-service-box {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
}

    .it-home-service-box:hover {
        transform: translateY(-10px);
        box-shadow: 0 6px 30px rgba(0, 0, 0, 0.15);
    }

/* Icon Styling */
.it-home-service-icon {
    font-size: 50px;
    color: #2aaae2;
    margin-bottom: 20px;
}

/* Title Styling */
.it-home-service-box-title {
    font-size: 36px;
    font-weight: 700;
    color: #2aaae2;
    margin-bottom: 10px;
}

.it-home-service-sub-title {
    font-size: 24px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 20px;
}

/* List Styling */
.it-home-service-list {
    list-style: none;
    padding-left: 0;
}

    .it-home-service-list li {
        font-size: 16px;
        color: #666666;
        margin-bottom: 10px;
        display: flex;
        align-items: center;
    }

        .it-home-service-list li i {
            color: #2aaae2;
            font-size: 18px;
            margin-right: 10px;
        }

/* Media Queries for Mobile Responsiveness */
@media (max-width: 768px) {
    .it-home-service-box {
        padding: 20px;
    }

    .it-home-service-icon {
        font-size: 40px;
    }

    .it-home-service-box-title {
        font-size: 30px;
    }

    .it-home-service-sub-title {
        font-size: 20px;
    }

    .it-home-service-list li {
        font-size: 14px;
    }
    .mob-t {
        margin-top : 2rem;
    }
}
.mob-t {
    margin-top:-7rem;
}
.it-abt-section {
    padding: 80px 0;
    background-image : url('../../img/bg-all.png');
}

.it-abt-subtitle {
    color: #2aaae2;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.it-abt-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
}

    .it-abt-title::after {
        content: '';
        position: absolute;
        bottom: -5px;
        left: 0;
        width: 100px;
        height: 2px;
        background-color: #2aaae2;
    }

.it-abt-description {
    color: #666;
    margin-bottom: 30px;
}

.it-abt-progress-item {
    margin-bottom: 20px;
}

.it-abt-progress-title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}

.it-abt-progress-bar {
    height: 5px;
    background-color: #e9ecef;
}

.it-abt-progress-bar-inner {
    height: 100%;
    background-color: #2aaae2;
}

.it-abt-image-wrapper {
    position: relative;
}

.it-abt-image-main {
    width: 100%;
    border-radius: 10px;
}

.it-abt-image-overlay {
    position: absolute;
    bottom: -10%;
    right: 10%;
    width: 50%;
    border-radius: 10px;
}

@media (max-width: 991px) {
    .it-abt-image-wrapper {
        margin-top: 30px;
    }
}
.it-center-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
}
.it-center-title::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 59%;
    width: 100px;
    height: 2px;
    background-color: #2aaae2;
}
.it-serives-offer .owl-nav {
    display : none ;
}
.owl-theme .owl-dots .owl-dot span {
  
    display: none !important;

}
.owl-theme .owl-dots .owl-dot {
background : #f1f1f1;
}
.it-serives-offer .owl-stage-outer {
    padding-left : 1.5rem;
    padding-right : 1.5rem;
    padding-top : 1rem;
    padding-bottom : 1rem;
}
@media (min-width: 1200px) {
    .it-serives-offer .owl-stage-outer {
        width : 80vw !important;
    }
    }

/* Section Padding */
.it-why {
    background-color: #f9f9f9;
    padding: 60px 0;
}

.it-why-section-title {
    margin-bottom: 40px;
}

.it-why-sub-title {
    font-size: 16px;
    color: #2aaae2;
    text-transform: uppercase;
    font-weight: 500;
}

.it-why-main-title {
    font-size: 36px;
    font-weight: 700;
    color: #333;
    position: relative;
}

.it-why-highlight {
    color: #2aaae2;
    position: relative;
}

.it-why-description {
    font-size: 18px;
    color: #666;
    margin-top: 10px;
}

/* Service Box Styling */
.it-why-box {
    background-color: #fff;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s, box-shadow 0.3s;
    height : 270px;
}

    .it-why-box:hover {
        transform: translateY(-10px);
        box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
    }

.it-why-icon {
    font-size: 40px;
    color: #2aaae2;
    margin-bottom: 20px;
}

.it-why-title {
    font-size: 24px;
    color: #333;
    font-weight: 600;
    margin-bottom: 15px;
}

.it-why-info p {
    font-size: 16px;
    color: #666;
}

.it-why-link {
    color: #2aaae2;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    transition: color 0.3s ease;
    margin-top : 15px;
}

    .it-why-link:hover {
        color: #333;
        text-decoration: underline;
    }

/* Call to Action Styling */
.it-why-cta {
    font-size: 18px;
    font-weight: 700;
    color: #333;
}

.it-why-primary-link {
    color: #2aaae2;
    text-decoration: none;
    font-weight: 700;
    transition: color 0.3s ease;
}

    .it-why-primary-link:hover {
        color: #333;
        text-decoration: underline;
    }

/* Media Queries */
@media (max-width: 768px) {
    .it-why-box {
        padding: 20px;
    }

    .it-why-main-title {
        font-size: 28px;
    }

    .it-why-title {
        font-size: 20px;
    }

    .it-why-description {
        font-size: 16px;
    }
    .it-serives-offer .item {
        margin-right : 2.4rem;
    }

    .it-abt-image-overlay {
        position: absolute;
        bottom: -20%;
        right: 0%;
        width: 50%;
        border-radius: 10px;
    }
    .it-benefit-bg {
        background-color: #1e1e2d;
        background-image: url(your-image-path.jpg);
        background-size: cover;
        background-position: center;
        padding-bottom: 120px;
        padding-top: 100px;
    }
    .main-banner .slider-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        min-height: 40vh;
    }
}

/* Grid Item Container */
.it-proj-grid-item {
    padding: 15px;
}

/* Card Styling */
.it-proj-card {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

    .it-proj-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    }

/* Image Container */
.it-proj-image {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

    .it-proj-image img {
        width: 100%;
        height: auto;
        display: block;
        transition: transform 0.5s ease-in-out;
    }

.it-proj-card:hover .it-proj-image img {
    transform: scale(1.1); /* Zoom-in effect on hover */
}

/* Overlay Effect on Image */
.it-proj-image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6); /* Dark overlay */
    opacity: 0;
    z-index: 1;
    transition: opacity 0.5s ease-in-out;
}

.it-proj-card:hover .it-proj-image:before {
    opacity: 1; /* Overlay appears on hover */
}

/* Info Section */
/* Info Section Initially Hidden */
.it-proj-info {
    position: absolute;
    top: 50%;
    left: 25%;
    transform: translateY(-50%); /* Center vertically */
    z-index: 2;
    color: white;
    opacity: 0; /* Initially hidden */
    visibility: hidden; /* Hidden but maintains layout */
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

/* On hover, display the info */
.it-proj-card:hover .it-proj-info {
    opacity: 1; /* Fully visible */
    visibility: visible; /* Makes it visible */
}

.it-proj-categories {
    margin-bottom: 5px;
}
    .it-proj-categories a {
        font-size: 14px;
        color: #ff6347; /* Accent color */
        margin-right: 10px;
        text-decoration: none;
        transition: color 0.3s ease-in-out;
    }

        .it-proj-categories a:hover {
            color: #fff; /* Changes to white on hover */
        }

.it-proj-info h5 {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
}

    .it-proj-info h5 a {
        color: #fff;
        text-decoration: none;
        transition: color 0.3s ease-in-out;
    }

        .it-proj-info h5 a:hover {
            color: #ff6347; /* Changes to accent color on hover */
        }

/* Responsive Adjustments */
@media (max-width: 768px) {
    .it-proj-info {
        bottom: 15px;
        left: 15px;
    }

        .it-proj-info h5 {
            font-size: 18px;
        }

    .it-proj-categories a {
        font-size: 12px;
    }
}




.it-abt-us {
    padding: 60px 0;
}

.it-abt-us-sub-title {
    font-size: 1.2em;
    color: #2aaae2;
    margin-bottom: 10px;
}

.it-abt-us-title {
    font-size: 2.5em;
    color: #333;
    position: relative;
}

.it-abt-us-description {
    font-size: 1em;
    color: #666;
    margin-top: 15px;
}

.it-abt-us-list {
    list-style: none;
    padding: 0;
}

.it-abt-us-list-item {
    margin-bottom: 10px;
}

    .it-abt-us-list-item a {
        text-decoration: none;
        color: #333;
        display: flex;
        align-items: center;
    }

    .it-abt-us-list-item i {
        margin-right: 10px;
        color: #2aaae2;
    }

.it-abt-us-image-box {
    margin-top: 30px;
    display: flex;
    align-items: center;
}

.it-abt-us-image-box-image img {
    width: 100%;
    border-radius: 8px;
}

.it-abt-us-image-box-title {
    font-size: 1.5em;
    margin: 0;
}

.it-abt-us-image-box-description {
    color: #666;
    font-size: 0.9em;
}
.it-ourservices-title {
    text-align: center;
    margin-bottom: 2rem;
}

.it-ourservices-subtitle {
    color: #2aaae2;
    text-transform: uppercase;
    font-weight: bold;
}

.it-ourservices-heading {
    font-size: 2.5rem;
    font-weight: bold;
}

.it-ourservices-underline {
    position: relative;
}

    .it-ourservices-underline::after {
        content: '';
        position: absolute;
        bottom: -5px;
        left: 0;
        width: 100%;
        height: 3px;
        background-color: #2aaae2;
    }

.it-ourservices-tab {
    background-color: #f8f9fa;
    border: none;
    padding: 1rem;
    margin-bottom: 1rem;
}

    .it-ourservices-tab.active {
        background-color: #2aaae2;
        color: white;
    }

.it-ourservices-tab-icon {
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

.it-ourservices-content {
    padding: 2rem;
}

    .it-ourservices-content h2 {
        margin-bottom: 1rem;
    }

    .it-ourservices-content ul {
        padding-left: 1.5rem;
    }

.it-ourservices-btn {
    background-color: #2aaae2;
    color: white;
    border: none;
    padding: 0.5rem 1rem;
    margin-top: 1rem;
}
.it-service-contain-section {
    padding: 50px 0;
}

.it-service-contain-menu {
    background-color: #f8f9fa;
    border-radius: 10px;
    overflow: hidden;
}

.it-service-contain-menu-item {
    padding: 15px 20px;
    border-bottom: 1px solid #e9ecef;
    color: #333;
    transition: all 0.3s ease;
    background-color: white;
}

    .it-service-contain-menu-item:last-child {
        border-bottom: none;
    }

    .it-service-contain-menu-item:hover, .it-service-contain-menu-item.active {
        background-color: #2aaae2;
        color: #fff !important;
    }
        .it-service-contain-menu-item:hover a {
            color : white;
        }

        .it-service-contain-ad {
            background-color: #f8f9fa;
            border-radius: 10px;
            padding: 20px;
            margin-top: 20px;
        }

.it-service-contain-brochure {
    background-color: #f8f9fa;
    border-radius: 10px;
    padding: 20px;
    margin-top: 20px;
}

.it-service-contain-btn {
    background-color: #2aaae2;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    transition: all 0.3s ease;
}

    .it-service-contain-btn:hover {
        background-color: #e64a19;
    }

.it-service-contain-main-content h2 {
    margin-bottom: 20px;
}

.it-service-contain-service-box {
    background-color: #f8f9fa;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
}

.it-service-contain-service-icon {
    font-size: 2rem;
    color: #2aaae2;
    margin-bottom: 10px;
}
.it-service-contain-menu-item a {
    color : #000;
}
.activve {
    background : #2aaae2;
 
}
.activve a {
    color : white;
}






.it-contact-section {
    padding: 4rem 0;
    background-color: #f8f9fa;
}

.it-contact-info {
    background-color: #000;
    color: #fff;
    padding: 2rem;
    border-radius: 8px;
}

    .it-contact-info h2 {
        font-size: 2rem;
        margin-bottom: 1rem;
    }

    .it-contact-info p {
        color: #aaa;
        margin-bottom: 2rem;
    }

.it-contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.5rem;
}

.it-contact-icon {
    color: #2aaae2;
    font-size: 1.5rem;
    margin-right: 1rem;
}

.it-contact-text h3 {
    font-size: 1.2rem;
    margin-bottom: 0.25rem;
}

.it-contact-text p {
    margin-bottom: 0;
    color: #ddd;
}

.it-contact-form h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
}

    .it-contact-form h2 span {
        border-bottom: 3px solid #2aaae2;
    }

.it-contact-form p {
    color: #666;
    margin-bottom: 2rem;
}

.it-contact-form input,
.it-contact-form textarea {
    margin-bottom: 1rem;
}

.it-contact-form button {
    background-color: #2aaae2;
    border: none;
    padding: 0.75rem 2rem;
}
/* Styles for the main paragraph container */
.it-service-para {
    margin: 20px 0; /* Adds space above and below each paragraph */
    padding: 15px; /* Adds padding inside the paragraph */
    background-color: #f9f9f9; /* Light background color for contrast */

    border-radius: 5px; /* Rounded corners for a softer look */
    font-family: Arial, sans-serif; /* Font style */
    line-height: 1.9; /* Improved line spacing for readability */
}

/* Styles for sub-topic headings */
.it-service-sub-topic {
    font-size: 1.5em; /* Larger font size for emphasis */
    color: #000; /* Color matching the specified theme */
    margin-top: 20px; /* Space above the sub-topic */
    margin-bottom: 10px; /* Space below the sub-topic */
    font-weight: bold; /* Bold text for prominence */
    text-transform: uppercase; /* Uppercase for a more formal look */
    border-bottom: 2px solid #2aaae2; /* Underline effect for the heading */
    padding-bottom: 5px; /* Space between text and underline */
}
.it-service-para i {
    margin-right : .3rem;
}
.it-service-para p {
    color : black;
}
.footer-area .footer-links .contact-box a:hover {
    color : #2aaae2;
}
.ecom-side-form.medical-interest {
    background-color: #1a2b3c;
    color: white;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
}

    .ecom-side-form.medical-interest h2 {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .ecom-side-form.medical-interest a {
        display: block;
        padding: 10px;
        margin-bottom: 10px;
        border-radius: 5px;
        text-decoration: none;
        font-weight: bold;
    }

    .ecom-side-form.medical-interest .whatsapp-btn {
        background-color: #25d366;
        color: white;
    }

    .ecom-side-form.medical-interest .contact-btn {
        background-color: #4a90e2;
        color: white;
    }

    .ecom-side-form.medical-interest a:hover {
        opacity: 0.9;
    }

.ecom-side-form.call-back {
    background-color: #222;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

    .ecom-side-form.call-back h3 {
        color: #fff;
        font-size: 14px;
        margin-bottom: 5px;
    }

    .ecom-side-form.call-back h2 {
        color: #2aaae2;
        font-size: 18px;
        margin-bottom: 15px;
    }

    .ecom-side-form.call-back form {
        display: flex;
        flex-direction: column;
    }

    .ecom-side-form.call-back input,
    .ecom-side-form.call-back select {
        margin-bottom: 20px;
        padding: 10px;
        border: 1px solid #ccc;
        border-radius: 5px;
        height: 46px !important;
        width: 100%;
    }

        .ecom-side-form.call-back select option:hover {
            background: #0094d9 !important;
            color: white !important;
        }

    .ecom-side-form.call-back button {
        background-color: #ff5a3c;
        color: white;
        border: none;
        padding: 10px;
        border-radius: 5px;
        cursor: pointer;
        width: 100%;
    }

        .ecom-side-form.call-back button:hover {
            background-color: #ff5a31 !important;
        }
.blogss {
    background: #f9f9f9;
}
.blogss img {
    height : 35rem;
}
.pt-h-second-features-area {
    position: relative;
    z-index: 99;
}

.mt--100 {
    margin-top: -5rem;
    background: white;
    /*  padding-left : 2rem;
    padding-right : 2rem;*/
    border-radius: 12px;
}

.pt-h-second-features-item {
    background-color: white;
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    transition: all 0.3s ease;
    position: relative;
}

    .pt-h-second-features-item:hover {
        transform: translateY(-5px);
    }

    /* Image styling */
    .pt-h-second-features-item .pt-h-second-image {
        margin-bottom: 25px;
    }

        .pt-h-second-features-item .pt-h-second-image img {
            max-width: 100%;
            height: auto;
        }

    /* Content styling */
    .pt-h-second-features-item .pt-h-second-content h3 {
        font-size: 24px;
        margin-bottom: 15px;
        color: black;
        font-weight: 600;
    }

    .pt-h-second-features-item .pt-h-second-content p {
        color: #666;
        margin-bottom: 20px;
        line-height: 1.6;
    }

    /* List styling */
    .pt-h-second-features-item .pt-h-second-list {
        padding: 0;
        margin: 0 0 25px 0;
        list-style: none;
    }

        .pt-h-second-features-item .pt-h-second-list li {
            color: black;
            margin-bottom: 10px;
            display: flex;
            align-items: center;
        }

            .pt-h-second-features-item .pt-h-second-list li i {
                color: #2aaae2;
                margin-right: 10px;
                font-size: 18px;
            }

/* Button styling */
.pt-h-second-btn-one {
    display: inline-flex;
    align-items: center;
    padding: 12px 25px;
    background-color: #2aaae2;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    transition: all 0.3s ease;
    font-weight: 500;
}

    .pt-h-second-btn-one:hover {
        background-color: black;
        color: white;
    }

    .pt-h-second-btn-one i {
        margin-left: 8px;
        font-size: 18px;
    }

/* Left variant styling */
.pt-h-second-features-item.left {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
}

/* Responsive styling */
@media (max-width: 991px) {
    .pt-h-second-features-item.left {
        flex-direction: column;
    }

    .pt-h-second-features-item .pt-h-second-image {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .pt-h-second-features-area {
        padding-bottom: 50px;
    }

    .pt-h-second-features-item {
        padding: 20px;
    }

        .pt-h-second-features-item .pt-h-second-content h3 {
            font-size: 20px;
        }
}
.ptf-abt-content span {
    font-size: 16px;
    color: #f12711;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    margin-left: 35px;
    font-weight: 600;
}

.ptf-abt-content h2 {
    font-size: 42px;
    margin-top: 16px;
    margin-bottom: 14px;
}

.ptf-abt-content p {
    margin-bottom: 0;
}

.ptf-abt-content .ptf-abt-text {
    margin-top: 30px;
    position: relative;
   
}

    .ptf-abt-content .ptf-abt-text h3 {
        font-size: 25px;
        margin-bottom: 10px;
        font-weight: 500;
    }

    .ptf-abt-content .ptf-abt-text p {
        margin-bottom: 0;
        max-width: 370px;
    }

.ptf-abt-image {
    position: relative;
}

    .ptf-abt-image .text {
        position: absolute;
        right: 0;
        left: 0;
        margin: auto;
        top: 70%;
        -webkit-transform: translateY(-70%);
        transform: translateY(-70%);
        background-color: #2aaae2;
        color: #ffffff;
        width: 250px;
        border-radius: 50%;
        text-align: center;
        height: 250px;
    }

        .ptf-abt-image .text p {
            color: #ffffff;
            line-height: initial;
            position: absolute;
            right: 0;
            left: 0;
            margin: auto;
            top: 55%;
            -webkit-transform: translateY(-55%);
            transform: translateY(-55%);
            font-size: 16px;
            font-weight: 400;
            width: 200px;
            height: 200px;
            border: 1px dashed #ffffff;
            border-radius: 50%;
        }

            .ptf-abt-image .text p span {
                display: block;
                font-size: 80px;
                line-height: 1.1;
                font-weight: bold;
                margin-top: 35px;
            }
.ptf-ser-why-choose-area.ptf-ser-bg-center {
    background-image: none;
    background-color: black;
}

.ptf-ser-why-choose-area {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
}

.ptf-ser-section-title-two {
    text-align: right;
  
    margin-bottom: 40px;
}

    .ptf-ser-section-title-two .title {
        padding-right: 40px;
        position: relative;
    }

        .ptf-ser-section-title-two .title::before {
            content: "";
            position: absolute;
            top: 32px;
            right: 0;
            height: 100px;
            width: 1px;
            background-color: #cdcdcd;
        }

        .ptf-ser-section-title-two .title span {
            font-size: 16px;
            color: #ffffff;
            text-transform: uppercase;
            display: inline-block;
            position: relative;
            margin-left: 10px;
            font-weight: 600;
        }

            .ptf-ser-section-title-two .title span::before {
                content: "";
                position: absolute;
                height: 2px;
                width: 30px;
                background-color: #ffffff;
                left: -35px;
                top: 12px;
            }

        .ptf-ser-section-title-two .title h2 {
            font-size: 45px;
            margin-top: 10px;
            margin-bottom: 5px;
            color: #2aaae2;
        }

    .ptf-ser-section-title-two .text {
        padding-left: 10px;
        text-align: left;
        margin-top: 10px;
    }

        .ptf-ser-section-title-two .text p {
            margin-bottom: 0;
            color: #ffffff;
        }

/* Enhanced Choose Item Styles */
.ptf-ser-single-choose-item {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    transition: all 0.6s ease;
    cursor: pointer;
}

    .ptf-ser-single-choose-item img {
        width: 100%;
        transition: transform 0.6s ease;
    }

    .ptf-ser-single-choose-item .title {
        position: absolute;
        left: 20px;
        bottom: 20px;
        z-index: 1;
        transition: 0.6s ease;
    }

        .ptf-ser-single-choose-item .title h3 {
            color: #ffffff;
            font-size: 22px;
            margin: 0;
            transition: 0.4s ease;
        }

    .ptf-ser-single-choose-item .content {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
        background: rgba(255, 255, 255, 0.95);
        border-radius: 5px;
        padding: 25px;
        transition: all 0.6s ease;
        transform: scale(1.1);
        opacity: 0;
        visibility: hidden;
    }

        .ptf-ser-single-choose-item .content .inner-content {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            left: 20px;
            right: 20px;
            margin: 0 auto;
        }

            .ptf-ser-single-choose-item .content .inner-content h3 {
                color: #0d1820;
                margin-bottom: 10px;
                font-size: 25px;
                font-weight: 500;
                line-height: 1.4;
            }

                .ptf-ser-single-choose-item .content .inner-content h3 a {
                    color: #0d1820;
                    text-decoration: none;
                    transition: color 0.3s ease;
                }

            .ptf-ser-single-choose-item .content .inner-content p {
                color: #0d1820;
                margin-bottom: 0;
            }

    /* Hover Effects */
    .ptf-ser-single-choose-item:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    }

        .ptf-ser-single-choose-item:hover img {
            transform: scale(1.1);
        }

        .ptf-ser-single-choose-item:hover .title {
            opacity: 0;
            visibility: hidden;
        }

        .ptf-ser-single-choose-item:hover .content {
            opacity: 1;
            visibility: visible;
            transform: scale(1);
        }

    .ptf-ser-single-choose-item .content .inner-content h3 a:hover {
        color: #f12711;
    }

    /* Additional Enhancement */
    .ptf-ser-single-choose-item::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
        z-index: 1;
        transition: 0.6s ease;
    }

    .ptf-ser-single-choose-item:hover::before {
        opacity: 0;
    }
.ptf-careers-main {
    background-color: #f8f9fa;
}

.ptf-careers-hero {
    background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url('your-hero-image.jpg');
    background-size: cover;
    background-position: center;
    padding: 120px 0;
    position: relative;
}

/* Stats Section Styling */
.ptf-careers-stats {
    margin-top: -50px;
    position: relative;
    z-index: 2;
}

.ptf-stat-card {
    background: #ffffff;
    padding: 30px 15px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

    .ptf-stat-card:hover {
        transform: translateY(-5px);
    }

    .ptf-stat-card h2 {
        color: #2c3e50;
        margin-bottom: 10px;
    }

    .ptf-stat-card p {
        color: #7f8c8d;
        font-size: 0.9rem;
        margin-bottom: 0;
    }

/* Benefits Section Styling */
.ptf-careers-benefits {
    background-color: #ffffff;
}

.title-underline {
    width: 80px;
    height: 4px;
    background: #2c3e50;
    margin: 0 auto;
    margin-bottom: 40px;
}

.ptf-benefit-card {
    background: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

    .ptf-benefit-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 25px rgba(0,0,0,0.1);
    }

.benefit-icon {
    width: 70px;
    height: 70px;
    background: #f8f9fa;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

    .benefit-icon i {
        font-size: 28px;
        color: #2c3e50;
    }

.ptf-benefit-card:hover .benefit-icon {
    background: #2c3e50;
}

    .ptf-benefit-card:hover .benefit-icon i {
        color: #ffffff;
    }

.ptf-benefit-card h3 {
    font-size: 1.2rem;
    color: #2c3e50;
    margin-bottom: 0;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .ptf-careers-hero {
        padding: 80px 0;
    }

    .ptf-stat-card {
        margin-bottom: 20px;
    }

    .ptf-benefit-card {
        margin-bottom: 20px;
    }
    .mt--100 {
        margin-top : 0 !important;
    }
}

@media (max-width: 576px) {
    .ptf-careers-hero h1 {
        font-size: 2rem;
    }

    .ptf-stat-card h2 {
        font-size: 2rem;
    }
}
.ptf-careers-area {
    background-image: url(../../img/sales-bg.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    background-attachment: fixed;
}

    .ptf-careers-area::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        background: #000000;
        opacity: .77;
    }

.ptf-careers-content span {
    font-size: 16px;
    color: #2aaae2;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    margin-left: 35px;
    font-weight: 600;
}

.ptf-careers-content h2 {
    font-size: 50px;
    color: #ffffff;
    margin-top: 12px;
    margin-bottom: 10px;
}

.ptf-careers-content p {
    margin-bottom: 0;
    color: #c6c6c6;
}

.ptf-careers-content .ptf-careers-list {
    padding-left: 0;
    margin-top: 30px;
    margin-bottom: 0;
}

    .ptf-careers-content .ptf-careers-list li {
        list-style-type: none;
        font-size: 17px;
        color: #ffffff;
        margin-bottom: 10px;
    }

        .ptf-careers-content .ptf-careers-list li i {
            position: relative;
            top: 2px;
            color: #f12711;
        }

.ptf-careers-box {
    padding: 25px;
    position: relative;
    z-index: 1;
    background-color: rgba(20, 33, 42, 0.83);
    border: 1px solid #21333f;
    margin-bottom: 30px;
}

    .ptf-careers-box::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
        width: 100%;
        height: 00%;
        background: #ffffff;
        border-radius: 0;
        -webkit-transition: 0.6s;
        transition: 0.6s;
    }

    .ptf-careers-box h3 {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 8px;
        -webkit-transition: 0.6s;
        transition: 0.6s;
        color: #ffffff;
        line-height: 1.5;
    }

    .ptf-careers-box p {
        -webkit-transition: 0.6s;
        transition: 0.6s;
        color: #ffffff;
    }
/*.footer-social-icons i {
    font-size: 15px !important;
    background: #ffffff;
    border-radius: 50%;
    padding: 10px;
 height: 30px; 
    width: 30px; 
    line-height: 10px;
    position: relative;
    left: 0px;
    color: #000;
    display : flex !important ;
}
[class^="bi-"]::before, [class*=" bi-"]::before {
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative !important;
    top: 15% !important;
    left: 19% !important
}*/
.ei-bann-stats {
   
}

.ei-bann-stat-card .card {
    transition: transform 0.3s ease-in-out;
    border-radius: 15px;
    background: #13334C;
    border : 2px solid #fff ;
}

.ei-bann-stat-card .card:hover {
    transform: translateY(-5px);
}

.ei-bann-icon-wrapper {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(var(--bs-primary-rgb), 0.1);
}

.ei-bann-counter {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2aaae2;
}

.ei-bann-label {
    font-size: 1.1rem;
    color: var(--bs-gray-700);
    font-weight: 500;
}

@media (max-width: 768px) {
    .ei-bann-counter {
        font-size: 2rem;
    }
    
    .ei-bann-icon-wrapper {
        width: 60px;
        height: 60px;
    }
}
.ei-courses-section {
    
    position: relative;
    overflow: hidden;
}

/* Header Styles */
.ei-courses-title {
    position: relative;
    margin-bottom: 2rem;
}

.ei-courses-divider {
    width: 80px;
    height: 4px;
    background: #2aaae2;
    margin-bottom: 2rem;
    position: relative;
}

    .ei-courses-divider::before {
        content: '';
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 40px;
        height: 4px;
        background: #2aaae2;
        top: -8px;
    }

/* Card Styles */
.ei-course-card {
    background: #fff;
    border-radius: 15px;
    padding: 2rem 1rem;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    height: 100%;
    border-top: 2px solid #2aaae2;
    border-bottom: 2px solid #2aaae2;
}

    .ei-course-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 25px rgba(0,0,0,0.1);
    }

.ei-course-icon-wrapper {
    width: 80px;
    height: 80px;
    margin: 0 auto 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(var(--bs-primary-rgb), 0.1);
    transition: all 0.3s ease;
}

    .ei-course-icon-wrapper i {
        font-size: 2rem;
        color: #fff;
        transition: all 0.3s ease;
        padding : 10px;
        background : #2aaae2 ;
        border-radius : 50%;
    }

.ei-course-name {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--bs-gray-800);
    margin: 0;
    transition: all 0.3s ease;
}

/* Overlay Effect */
.ei-course-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2aaae2;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease;
    border-radius: 15px;
}

.ei-course-explore {
    color: #fff;
    font-weight: 600;
    font-size: 1.1rem;
    transform: translateY(20px);
    transition: all 0.3s ease;
}

.ei-course-card:hover .ei-course-overlay {
    opacity: 1;
}

.ei-course-card:hover .ei-course-explore {
    transform: translateY(0);
}

/* Link Styles */
.ei-course-card-link {
    text-decoration: none;
    color: inherit;
    display: block;
    height: 100%;
}

/* Responsive Adjustments */
@media (max-width: 1200px) {
    .ei-course-icon-wrapper {
        width: 60px;
        height: 60px;
    }

        .ei-course-icon-wrapper i {
            font-size: 2rem;
        }
}

@media (max-width: 768px) {
    .ei-courses-title {
        font-size: 2rem;
    }

    .ei-course-card {
        padding: 1.5rem 1rem;
    }
}

/* Animation */
@keyframes float {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0px);
    }
}

.ei-course-card {
    animation: float 6s ease-in-out infinite;
}

    /* Hover States */
    .ei-course-card:hover .ei-course-icon-wrapper {
        background: #2aaae2;
    }

        .ei-course-card:hover .ei-course-icon-wrapper i {
            color: #fff;
        }

/* Section Styles */
.ei-colleges-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    position: relative;
    overflow: hidden;
}

/* Header Styles */
.ei-colleges-subtitle {
    font-size: 0.95rem;
    letter-spacing: 2px;
    position: relative;
    display: inline-block;
}

    .ei-colleges-subtitle::before,
    .ei-colleges-subtitle::after {
        content: '';
        position: absolute;
        top: 50%;
        width: 30px;
        height: 2px;
        background: #2aaae2;
    }

    .ei-colleges-subtitle::before {
        left: -40px;
    }

    .ei-colleges-subtitle::after {
        right: -40px;
    }

.ei-colleges-title {
    margin-bottom: 1.5rem;
}

.ei-colleges-divider {
    width: 60px;
    height: 4px;
    background: #2aaae2;
    margin-bottom: 2rem;
}

/* Card Styles */
.ei-college-card {
    padding: 15px;
}

.ei-college-image {
    position: relative;
    height: 250px;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}

    .ei-college-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.5s ease;
    }

.ei-college-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.1), rgba(0,0,0,0.6));
}

.ei-college-badge {
    position: absolute;
    top: 20px;
    right: 20px;
}

    .ei-college-badge .badge {
        padding: 8px 16px;
        font-size: 0.85rem;
        font-weight: 500;
        letter-spacing: 0.5px;
    }

.ei-college-name {
    color: var(--bs-gray-800);
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 1rem;
    transition: color 0.3s ease;
}

.ei-college-description {
    color: var(--bs-gray-600);
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ei-college-btn {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: #2aaae2;
    font-weight: 500;
    transition: all 0.3s ease;
}

    .ei-college-btn i {
        margin-left: 8px;
        transition: transform 0.3s ease;
    }

/* Hover Effects */
.card:hover .ei-college-image img {
    transform: scale(1.05);
}

.ei-college-btn:hover {
    color: #2aaae2;
}

    .ei-college-btn:hover i {
        transform: translateX(5px);
    }

/* Carousel Navigation */
#ei-colleges-slider .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 46px;
    height: 46px;
    border-radius: 50% !important;
    background: #fff !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

#ei-colleges-slider .owl-prev {
    left: -23px;
}

#ei-colleges-slider .owl-next {
    right: -23px;
}

#ei-colleges-slider .owl-nav button:hover {
    background: #2aaae2 !important;
    color: #fff !important;
}

#ei-colleges-slider .owl-nav button span {
    font-size: 24px;
    line-height: 1;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .ei-colleges-title {
        font-size: 2rem;
    }

    #ei-colleges-slider .owl-nav button {
        width: 40px;
        height: 40px;
    }
}
.ei-college-card .card-body {
    height : 240px;
}
.display-4 {
    font-size : 3rem !important;
}
.ei-content {
    font-family: 'Arial', sans-serif;
    background-color: #f4f7f6;
    color: #333;
}

.ei-content-header {
    background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%);
    color: white;
    padding: 3rem 0;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.ei-section-title {
    font-weight: 700;
    color: #13334C;
    border-bottom: 3px solid #2aaae2;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.ei-card {
    transition: all 0.3s ease;
    border: none;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

    .ei-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 10px 20px rgba(0,0,0,0.15);
    }

.ei-table {
    background-color: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

    .ei-table thead {
        background-color: #13334C;
        color: white;
    }

.ei-specialization-item {
    background-color: white;
    border-left: 4px solid #13334C;
    padding: 15px;
    margin-bottom: 10px;
    transition: all 0.3s ease;
}

    .ei-specialization-item:hover {
        transform: translateX(10px);
        box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    }

@media (max-width: 768px) {
    .ei-content-header {
        padding: 2rem 0;
    }
}
/* Container for the entire booking section */
.ei-book-app-container {
    background-color: #f8f9fa; /* Light background color */
    border-radius: 10px; /* Rounded corners */
    padding: 20px; /* Padding inside the container */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
    margin: 20px auto; /* Center the container */
    max-width: 400px; /* Maximum width of the container */
}

/* Heading styles */
.ei-book-app-heading {
    font-size: 1.5rem; /* Larger font size for the heading */
    font-weight: bold; /* Bold text */
    text-align: center; /* Center align the text */
    margin-bottom: 20px; /* Spacing below the heading */
}

    /* Subheading styles */
    .ei-book-app-heading span {
        display: block; /* Make the span a block element */
        font-size: 1.2rem; /* Slightly smaller font size for the subheading */
        color: #007bff; /* Primary color for the subheading */
    }

/* Matches section styles */
.ei-book-app-matches {
    text-align: center; /* Center align the text */
}

/* Count text styles */
.ei-book-app-count {
    font-size: 1.1rem; /* Font size for the count text */
    margin-bottom: 20px; /* Spacing below the count text */
}

/* CTA section styles */
.ei-book-app-cta {
    background-color: #ffffff; /* White background for the CTA section */
    border-radius: 10px; /* Rounded corners */
    padding: 20px; /* Padding inside the CTA section */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
}

    /* CTA heading styles */
    .ei-book-app-cta h5 {
        font-size: 1.2rem; /* Font size for the CTA heading */
        font-weight: bold; /* Bold text */
        margin-bottom: 15px; /* Spacing below the CTA heading */
    }

/* Animation section styles */
.ei-book-app-animation {
    margin-bottom: 15px; /* Spacing below the animation */
}

    /* Animation image styles */
    .ei-book-app-animation img {
        max-width: 100%; /* Ensure the image is responsive */
        border-radius: 10px; /* Rounded corners for the image */
    }

/* Muted text styles */
.ei-book-app-cta p.text-muted {
    font-size: 0.9rem; /* Smaller font size for the muted text */
    margin-bottom: 0; /* Remove default margin */
}
/* Container for the contact form */
.ei-contact-form {
    background-color: #ffffff; /* White background */
    border-radius: 10px; /* Rounded corners */
    padding: 20px; /* Padding inside the container */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
    margin: 20px auto; /* Center the container */
    max-width: 600px; /* Maximum width of the container */
}

    /* Heading styles */
    .ei-contact-form h2 {
        font-size: 2rem; /* Larger font size for the heading */
        font-weight: bold; /* Bold text */
        text-align: center; /* Center align the text */
        margin-bottom: 20px; /* Spacing below the heading */
    }

/* Highlight text styles */
.ei-contact-highlight {
    color: #2aaae2; /* Primary color for the highlight */
}

/* Paragraph styles */
.ei-contact-form p {
    font-size: 1rem; /* Font size for the paragraph */
    text-align: center; /* Center align the text */
    margin-bottom: 20px; /* Spacing below the paragraph */
}

/* Form group styles */
.ei-contact-form .form-group {
    margin-bottom: 20px; /* Spacing below each form group */
}

/* Input and select styles */
.ei-contact-form .form-control {
    border-radius: 5px; /* Rounded corners for inputs */
    border: 1px solid #ced4da; /* Border color */
    padding: 10px; /* Padding inside inputs */
    font-size: 1rem; /* Font size for inputs */
}

    /* Date input styles */
    .ei-contact-form .form-control[type="date"] {
        padding: 10px; /* Padding inside date input */
    }

    /* Textarea styles */
    .ei-contact-form .form-control[TextMode="MultiLine"] {
        resize: vertical; /* Allow vertical resizing of textarea */
        height: 100px; /* Default height for textarea */
    }

/* Button styles */
.ei-contact-btn {
    background-color: #2aaae2; /* Primary color for the button */
    border: none; /* Remove border */
    border-radius: 5px; /* Rounded corners for the button */
    padding: 10px 20px; /* Padding inside the button */
    font-size: 1rem; /* Font size for the button text */
    color: #ffffff; /* White text color */
    cursor: pointer; /* Cursor style */
    width: 100%; /* Full width button */
}

    /* Button hover styles */
    .ei-contact-btn:hover {
        background-color: #dbaf2b; /* Darker shade on hover */
    }

.card-body h4 {
    padding-top: 12px;
    padding-bottom: 12px;
}
.card-body ol li {
    padding-top: 7px;
    padding-bottom: 7px;
}
.card-body ul li {
    padding-top: 7px;
    padding-bottom: 7px;
}

