
.rts-breadcrumb-area {
  min-height: 360px;
  display: flex;
  align-items: center;
  padding: 60px 0;
}




/* Tablet */
@media (max-width: 991px) {
  .rts-breadcrumb-area {
    min-height: 280px;
    padding: 50px 0;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .rts-breadcrumb-area {
    min-height: 220px;
    padding: 40px 15px;
    text-align: center;
    justify-content: center;
  }
}

/* Small Mobile */
@media (max-width: 480px) {
  .rts-breadcrumb-area {
    min-height: 180px;
    padding: 30px 10px;
  }
}

.paddlinksf {
    padding-left: 40px;
}

/* Tablet */
@media (max-width: 991px) {
    .paddlinksf {
        padding-left: 25px;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .paddlinksf {
        padding-left: 15px;
    }
}

/* Small Mobile */
@media (max-width: 480px) {
    .paddlinksf {
        padding-left: 10px;
    }
}

.banner-content-area {
	padding : 10px;
	}


.single-inp select {
  width: 100%;
  height: 50px;
  padding: 0 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 16px;
  color: #E0E0E0;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: none; /* extra safety */
}

/* Remove custom arrow completely */
.single-inp::after {
  display: none !important;
}

 .vivkftr{
	background : #007DA4 !important;
	
	}
  .blgconviv {
  padding: 60px 15px;
}
	
 .home-cntnt h5{
	 font-size:30px;
      }
	
	.has-dropdown.mega-menu > a {
     position: none; 
}

.has-dropdown.mega-menu > a::after {
    position: absolute;
    right: -22px;
    top: 53%;
    transform: translateY(-50%);
    font-weight: 400;
    color: #1C2539;
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
    font-size: 14px;
}
 .absn-logo img{
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  height: 60px;
}


.footer-lgo {
    text-align: center;
}

.footer-lgo img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: 100px;
}

.servivkk img{
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  height: 60px !important;
}



.rts-counter-up-area.saas .single-counter .icon {
    height: 75px;
    min-width: 75px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

 .vivcter img{ 
    border: 0;
    vertical-align: middle;
    max-width: 100%;
    height: 50px;
}

 
.testimonials
{
  padding: 40px 0;
  background: #f1f1f1;
  color: #434343;
  text-align: center;
}

.testimonial-inner
{
  max-width: 1200px;
  margin: auto;
  overflow: hidden;
  padding: 0 20px;
}

.border
{
  width: 160px;
  height: 5px;
  background: #6ab04c;
  margin: 26px auto;
}

.row
{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.col
{
  flex: 33.33%;
  max-width: 33.33%;
  box-sizing:  border-box;
  padding: 15px;
}

.testimonial
{
  background: #fff;
  padding: 30px;
}

.testimonial img
{
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.name
{
  font-size: 20px;
  text-transform: uppercase;
  margin: 20px 0;
}

.stars
{
  color: #f0932b;
  margin-bottom: 20px;
}

@media screen and (max-width: 960px)
{
  .col
  {
    flex: 100%;
    max-width: 80%;
  }
}

.testimonial-slider .col {
    padding: 15px;
}

.testimonial p{
	overflow: auto;
	height : 130px;
	}

.testimonial {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    text-align: center;
    transition: all 0.4s ease;
    transform: scale(0.8);
    opacity: 0.5;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

/* IMAGE */
.testimonial img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 0 auto 15px;
}

/* NAME */
.name {
    font-weight: 600;
    margin-bottom: 10px;
}

/* STARS */
.stars {
    color: #ffc107;
    margin-bottom: 10px;
}

/* 🔥 CENTER ACTIVE */
.slick-center .testimonial {
    transform: scale(1.1);
    opacity: 1;
    background: #f9f9f9;
}

/* DOTS */
.slick-dots li button:before {
    font-size: 12px;
    color: #000;
}

.blog-section {
    background: #f8f9fa;
}

.section-title {
    font-size: 32px;
    font-weight: 700;
}

/* CARD */
.blog-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    transition: 0.4s;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    height: 100%;
}

.blog-card:hover {
    transform: translateY(-10px);
}

.blog-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.blog-content {
    padding: 20px;
}

.blog-content h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.blog-content p {
    font-size: 14px;
    color: #555;
}


.pblogp p{
	text-align: justify !important;
	margin: 0px !important;
	}

@media (max-width: 767px) {
    .section-title {
        font-size: 26px;
    }
}

.client-section {
    background: #f8f9fa;
    padding: 60px 0;
}

.client-item {
    padding: 15px;
    text-align: center;
}

.client-item img {
    width: 100%;
    height: 70px;
    object-fit: contain;
    filter: grayscale(100%);
    transition: 0.3s;
}

.client-item img:hover {
    filter: grayscale(0%);
    transform: scale(1.1);
}

/* spacing */
.slick-slide {
    margin: 0 10px;
}

.about-section {
    padding: 100px 0;
    background: #f8f9fa;
    position: relative;
}

/* LEFT IMAGE */
 .about-img img {
  width: 100%;
  height: 500px;
  object-fit: cover; 
  border-radius: 20px;
}
/* Laptop */
@media (max-width: 1200px) {
  .about-img img {
    height: 420px;
  }
}

/* Tablet */
@media (max-width: 992px) {
  .about-img img {
    height: 350px;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .about-img img {
    height: auto;
  }
}
/* EXPERIENCE BOX */
.exp-box {
    position: absolute;
    top: 40px;
    left: -55px;
    background: #1e2a30;
    color: #fff;
    padding: 30px;
    border-radius: 15px;
    text-align: center;
}

.exp-box h2 {
    font-size: 40px;
    margin-bottom: 5px;
	color: #fff;
}
.exp-box p {
   color: #fff;
}

/* SMALL IMAGE */
.small-img {
    position: absolute;
    bottom: -40px;
    right: 40px;
}

.small-img img {
    width: 200px;
    border-radius: 15px;
    border: 6px solid #fff;
}

/* RIGHT SIDE */
.about-content {
    position: relative;
    z-index: 2;
}

.about-content span {
    font-size: 14px;
    letter-spacing: 2px;
    color: #666;
}

/* BIG HEADING */
.about-content h2 {
    font-size: 42px;
    font-weight: 700;
    margin: 15px 0;
    color: #1e2a30;
}

/* PARAGRAPH */
.about-content p {
    color: #666;
    margin-bottom: 20px;
	text-align:justify;
}

/* LIST */
.about-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 20px;
}

/* CONTACT */
.contact-box {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.contact-box .icon {
    background: #1e2a30;
    color: #fff;
    padding: 15px;
    border-radius: 10px;
    margin-right: 15px;
}

/* SIGNATURE */
.signature {
    margin-top: 30px;
    font-family: 'Brush Script MT', cursive;
    font-size: 28px;
}

/* BACKGROUND TEXT */
.bg-text {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 120px;
    color: rgba(0,0,0,0.05);
    z-index: 1;
    font-weight: 800;
}


/* Tablet */
@media (max-width: 992px) {
    .about-content h2 {
        font-size: 32px;
    }

    .small-img {
        right: 10px;
    }

    .bg-text {
        font-size: 80px;
    }
}

/* Mobile */
@media (max-width: 576px) {

    .exp-box {
        padding: 15px;
        top: 10px;
        left: 10px;
    }

    .exp-box h2 {
        font-size: 24px;
    }

    .small-img {
        position: static;
        margin-top: 20px;
        text-align: center;
    }

    .small-img img {
        width: 130px;
    }

    .about-content h2 {
        font-size: 26px;
    }

    .about-list {
        grid-template-columns: 1fr;
    }

    .bg-text {
        display: none;
    }
}

.service-section {
    background: #f8f9fa;
}

/* CARD */
.service-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    transition: 0.4s;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    height: 100%;
}
.service-card .service-content {
  flex-grow: 1;
}

.service-card .read-more {
  margin-top: auto;
}

.service-card:hover {
    transform: translateY(-10px);
}

/* IMAGE */
.service-img img {
    width: 100%;
    height: 360px;
    object-fit: cover;
}

/* CONTENT */
.service-content {
  padding: 20px;
  height: 320px; /* Desktop / Laptop */
}

/* Mobile View */
@media (max-width: 768px) {
  .service-content {
    height: 430px;
  }
}
.service-content h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.service-content p {
    font-size: 14px;
    color: #555;
	text-align: justify;
}

/* BUTTON */
.read-more {
    display: inline-block;
    margin-top: 10px;
    padding: 8px 18px;
    background: #007DA4 !important;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    transition: 0.3s;
}

.read-more:hover {
    background: #f1f1f1 !important;
	color: #007DA4;
}

/* 🔥 RESPONSIVE */

/* Tablet */
@media (max-width: 992px) {
    .service-img img {
        height: 200px;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .service-img img {
        height: 180px;
    }

    .service-content h3 {
        font-size: 18px;
    }

    .service-content p {
        font-size: 13px;
		text-align: justify;
    }
	.service-content p{
		margin: 0px 0 5px!important;
		}
	
}

@media only screen and (max-width: 767px) {
	
.service-content p{
		margin: 0px 0 0px!important;
		}	
	
}
/* Remove default bootstrap icon */
.accordion-button::after {
    display: none;
}

/* Add custom + icon */
.accordion-button {
    position: relative;
    padding-right: 40px;
}

.accordion-button::before {
    content: "+";
    position: absolute;
    right: 15px;
    font-size: 22px;
    font-weight: bold;
    transition: 0.3s;
}

/* When open → show - */
.accordion-button:not(.collapsed)::before {
    content: "-";
}

.news-section {
    background: #f7f7f7;
}

.section-title {
    font-size: 32px;
    color: #222;
}

.news-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

.news-img img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    border-radius: 8px;
}

.news-content h3 {
    font-size: 22px;
    margin-bottom: 10px;
}

.news-content .date {
    font-size: 14px;
    color: #666;
    display: block;
    margin-bottom: 10px;
}

.news-content p {
    font-size: 15px;
    color: #555;
}

.read-btn {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 18px;
    background: #17a2b8;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    transition: 0.3s;
}

.read-btn:hover {
    background: #138496;
}

/* Mobile Fix */
@media (max-width: 767px) {
    .news-img img {
        height: auto;
        margin-bottom: 15px;
    }
}

 
.enquiry-section {
    background: #f3f3f3;
    padding: 60px 30px;
}

/* FORM BOX */
.enquiry-box {
    background: #e9e9e9;
    padding: 40px;
    border-radius: 6px;
    max-width: 520px;
    margin: auto;
}

.enquiry-box h2 {
    text-align: center;
    margin-bottom: 25px;
    font-size: 32px;
    font-weight: 600;
}

/* INPUTS */
.enquiry-box form input,
.enquiry-box form textarea {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border: 1px solid #bbb;
    border-radius: 4px;
    outline: none;
    font-size: 14px;
    background: #f5f5f5;
}

.enquiry-box form textarea {
    resize: none;
}

/* BUTTON */
.enquiry-box button {
    background: #4CAF50;
    color: #fff;
    padding: 12px 25px;
    border: none;
    border-radius: 4px;
    font-weight: 500;
    cursor: pointer;
    transition: 0.3s;
}

.enquiry-box button:hover {
    background: #3e8e41;
}

/* Tablet */
@media (max-width: 991px) {
    .enquiry-section {
        padding: 40px 20px;
    }

    .map-box iframe {
        height: 400px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .enquiry-box {
        padding: 25px;
    }

    .enquiry-box h2 {
        font-size: 24px;
    }

    .map-box {
        margin-top: 20px;
    }

    .map-box iframe {
        height: 300px;
    }
}

/* Small Mobile */
@media (max-width: 480px) {
    .enquiry-section {
        padding: 30px 15px;
    }

    .enquiry-box {
        padding: 20px;
    }

    .map-box iframe {
        height: 250px;
    }
}

#indiaMap {
    width: 100%;
    height: 500px;
}

.am5-tooltip {
    font-size: 13px;
    line-height: 1.6;
}
 
@media (max-width: 991px) {
    #indiaMap { height: 400px; }
}
@media (max-width: 767px) {
    #indiaMap { height: 300px; }
}
@media (max-width: 480px) {
    #indiaMap { height: 250px; }
}


.office-box {
  padding: 20px;
  text-align: left;
}

.office-box i {
  color: red;
  font-size: 24px;
  margin-bottom: 10px;
}

.office-box h5 {
  font-weight: 600;
  margin-bottom: 10px;
}

.office-box p {
  margin: 0;
  line-height: 1.7;
  color: #333;
}
 
.career-section {
  background: #f5f5f5;
}

.career-box {
  padding: 25px 15px;
  border-bottom: 1px solid #ddd;
}

.career-box h4 {
  font-weight: 600;
  margin-bottom: 10px;
}

.career-box .info {
  margin: 0;
  color: #1e73be;
  font-size: 15px;
}

.apply-btn {
  display: inline-block;
  padding: 10px 25px;
  border-radius: 25px;
  background: linear-gradient(45deg, #007DA4, #5bc0de);
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  transition: 0.3s;
}

.apply-btn:hover {
  background: linear-gradient(45deg, #5bc0de, #007DA4);
  color: #fff;
}


.clients-section {
  background: #f5f5f5;
}

.client-logo {
  max-height: 60px;
  object-fit: contain;
  transition: 0.3s ease;
}

.client-logo:hover {
  filter: grayscale(0%);
  transform: scale(1.05);
}



.vkgallery img {
  border: 0;
  vertical-align: middle;
  width: 100%;
  height: 300px; 
  object-fit: cover;
  display: block;
}

/* Tablet */
@media (max-width: 768px) {
  .vkgallery img {
    height: 260px;
  }
}

/* Mobile */
@media (max-width: 480px) {
  .vkgallery img {
    height: 260px;
  }
}


.search-icons {
  background: #FEB501;
  color: #fff;
  display: inline-block;
  padding: 12px 14px;
  font-size: 25px;
  border-radius: 50px;
  height: 50px;
  align-items: center;
  width: 50px;
}



.partner-breadcrumb {
  height: 350px;
}

/* Tablet */
@media (max-width: 768px) {
  .partner-breadcrumb {
    height: 250px;
  }
}

@media (max-width: 480px) {
  .partner-breadcrumb {
    height: 180px;
  }
}

.news-section {
    padding: 50px 20px;
    background: #f5f6f7;
}

.news-title {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 25px;
}

.news-card {
    display: flex;
    gap: 20px;
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 25px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    align-items: center;
    transition: 0.3s;
}

.news-card:hover {
    transform: translateY(-5px);
}

.news-img {
    width: 35%;
}

.news-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 8px;
}

.news-content {
    width: 65%;
}

.news-content h3 {
    font-size: 22px;
    margin-bottom: 8px;
}

.news-date {
    display: block;
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
}

.news-content p {
    color: #444;
    line-height: 1.6;
    margin-bottom: 15px;
}
 

/* Tablet */
@media (max-width: 992px) {
    .news-card {
        flex-direction: column;
    }

    .news-img, .news-content {
        width: 100%;
    }

    .news-img img {
        height: 250px;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .news-title {
        font-size: 24px;
    }

    .news-content h3 {
        font-size: 18px;
    }

    .news-img img {
        height: 200px;
    }
}

 
/* Field wrapper */
.contact-field {
  width: 100%;
  position: relative;
}

/* Select styling */
.contact-field select {
  width: 100%;
  height: 50px;
  padding: 10px 15px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #fff;
  outline: none;
  appearance: none; /* remove default arrow */
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}
 

/* Focus effect */
.contact-field select:focus {
  border-color: #007bff;
}

/* Spacing */
.mb-30 {
  margin-bottom: 15px;
}

/* Tablet */
@media (min-width: 768px) {
  .col-lg-6 {
    width: 50%;
  }
}

/* Desktop */
@media (min-width: 992px) {
  .col-lg-6 {
    width: 50%;
  }
}

/* Small mobile adjustments */
@media (max-width: 480px) {
  .contact-field select {
    height: 45px;
    font-size: 14px;
    padding: 8px 12px;
  }
}







.vktraining .single-training {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

.vktraining .single-training img {
    width: 100%;
    height: 300px;
    /*object-fit: cover;*/
    display: block;
    transition: 0.5s ease;
}
 
/* Overlay */
.vktraining .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background: rgba(0, 0, 0, 0.65);

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    text-align: center;
    padding: 20px;

    opacity: 0;
    transition: 0.5s ease;
}

/* Hover Effects */
.vktraining .single-training:hover img {
    transform: scale(1.1);
}

.vktraining .single-training:hover .overlay {
    opacity: 1;
}

/* Content Styling */
.vktraining .overlay h4 {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 8px;
}

.vktraining .overlay p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 10px;
}

.vktraining .overlay i {
    color: #fff;
    font-size: 22px;
}

/* ?? Responsive Design */

/* Tablet */
@media (max-width: 991px) {
    .vktraining .single-training img {
        height: 250px;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .vktraining .single-training img {
        height: 220px;
    }

    .vktraining .overlay h4 {
        font-size: 18px;
    } 

    .vktraining .overlay p {
        font-size: 13px;
    }
}

/* Small Mobile */
@media (max-width: 480px) {
    .vktraining .single-training img {
        height: 200px;
    }

    .vktraining .overlay {
        padding: 10px;
    }

    .vktraining .overlay h4 {
        font-size: 16px;
    }

    .vktraining .overlay p {
        font-size: 12px;
    }
}