/* Banner CSS Ends */
a.sec-banner {
    display: block;
}
img.banner {
	width: 100%;
	height: auto;
	display: block;
}
/* Banner CSS Ends */

/* Recognitions & Certifications Section CSS Starts */
.sec-recog {
    background-image: linear-gradient(180deg, hsl(205 62% 16% / 1) 0%, hsl(205 62% 17% / 1) 50%, hsl(205 62% 30% / 1) 100%);
    position: relative;
}

.sec-recog::before{
    content: "";
    position: absolute;
    width:100%;
    height:100%;
    background-image: url(../img/binary-code-pattern.png);
    background-size: 45% auto;
    background-repeat: repeat;
    mix-blend-mode: overlay;
}

.sec-recog .container {
    display: flex;
    padding-top: 70px;
    position: relative;
}

.sec-recog .left {
    display: flex;
    align-items: center;
}

.sec-recog .head .txt{
    color: #fff;
}

.sec-recog .head .txt .w2 {
    white-space: nowrap;
}

.sec-recog .head .txt .amp {
    font-weight: 700;
}

.sec-recog .right {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin: 0 auto;
}

.sec-recog .rlogo {
    background-color: #ffffff;
    border-radius: 10px;
    width: 150px;
    height: auto;
}
/* Recognitions & Certifications Section CSS Ends */

/* Services Section CSS Starts */
.sec-services {
	text-align: center;
	background-color: var(--cw-green-light);
}

.sec-services .body {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: 10px;
    box-sizing: border-box;
}

a.serv {
    text-decoration: none;
    text-align: center;
    padding: 20px;
}

a.serv svg {
    width: 94px;
    height: 94px;
    background-color: var(--cw-green);
    padding: 16px 22px;
    border-radius: 8px;
}

a.serv svg path {
    fill: #fff;
}

.serv-h {
    font-weight: 800;
    font-size: 22px;
    color: var(--cw-black);
    margin-top: 15px;
}

.serv-b {
    font-size: 18px;
    color: #6d6d6d;
    margin-top: 10px;
    line-height: 1.3;
}

a.serv:hover svg {
	background-color: var(--cw-blue);
}
/* Services Section CSS Ends */

/* About Us Section CSS Starts */
.sec-about-us {
    background-color: #0d0d0d;
    display: flex;
    background-image: url(../img/about-us-image-xlarge.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.sec-about-us .content {
    padding: 54px 60px 70px 0;
    width: 50%;
    box-sizing: border-box;
    margin-left: auto;
}

.sec-about-us .head .txt {
    color: #fff;
}

.sec-about-us svg.quote-icon {
	width: 55px;
    height: auto;
    margin-right: 12px;
    transform: translateY(4px);
}

.sec-about-us svg.quote-icon path {
	fill: #d9d9d9;
}

.sec-about-us .body span.txt {
    color: #d9d9d9;
    font-size: 22px;
    line-height: 1.6;
}

.sec-about-us .btn.know {
    margin-top: 40px;
	display: block;
}
.sec-about-us .btn.know span:first-child {
	margin-right: 7px;
}

.sec-about-us .btn.know:hover {
	background-color: var(--cw-blue);
}
/* About Us Section CSS Ends */

/* Why choose us Section CSS Starts */
.sec-why-choose-us .container {
    display:  flex;
    padding-bottom: 28px;
    justify-content: space-between;
}

.sec-why-choose-us .head {
    margin-bottom: 80px;
}

.sec-why-choose-us .img-holder {
	width: 44%;
	margin: auto 0;
}

.sec-why-choose-us .img-holder img {
	width: 100%;
	height: auto;
}

.sec-why-choose-us .content {
    width: 50%;
    box-sizing: border-box;
}

.flty {
    display: grid;
    grid-template-columns: max-content auto;
    margin-bottom: 30px;
}

.flty svg {
    width: 84px;
    height: 84px;
    background-color: var(--cw-blue);
    padding: 6px;
    border-radius: 8px;
    margin-right: 22px;
    grid-row: 1/span 2;
    grid-column: 1;
    box-sizing: border-box;
}

.flty svg path {
    fill: #fff;
}

.flty-h {
    font-weight: 800;
    font-size: 22px;
    color: var(--cw-black);
    grid-row: 1;
    grid-column: 2;
}

.flty-b {
    font-size: 18px;
    color: #6d6d6d;
    margin-top: 4px;
    grid-row: 2;
    grid-column: 2;
    line-height: 1.3;
}
/* Why choose us Section CSS Ends */

/* Courses Section CSS Starts */
.sec-courses .head {
    margin-top: 10px;
    margin-bottom: 88px;
}

.sec-courses .body {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
    gap: 24px;
    box-sizing: border-box;
    justify-content: center;
}

a.crse {
    background-color: #fff;
    text-decoration: none;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 2px 10px 0px #00000029;
    transition: box-shadow 0.2s;
}

a.crse:hover {
	box-shadow: 0px 1px 30px 0px #00000029;
}

a.crse:hover {
	text-decoration: unset;
}

.crse-h {
    font-weight: 800;
    font-size: 18px;
    color: var(--cw-black);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.crse-b {
    font-size: 14px;
    color: #555;
    margin-top: 8px;
    margin-bottom: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.crse-img {
    width: 100%;
}

.crse-content {
    padding: 10px 30px 20px;
}

.crse-tags-1, .crse-tags-2 {
    display: flex;
    gap: 12px;
    margin: 0 0 6px 0;
    align-items: center;
    font-size: 14px;
}

[class|="tag"] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    align-items: center;
}

[class|="tag-type"] {
    padding: 5px 10px;
    color: #fff;
}

.tag-type-i {
    background-color: #f76419;
}

.tag-type-c {
    background-color: var(--cw-blue);
}

.tag-days {
    font-weight: 800;
    color: var(--cw-black);
}

.tag-online {
    color: #555;
}

.tag-online svg.online-icon {
    width: 22px;
    height: 20px;
    margin-right: 10px;
}

.tag-online svg.online-icon path {
    fill: var(--cw-blue)
}

.btn.enquire {
    width: max-content;
    border-radius: 7px;
    padding: 8px 16px 10px;
    font-weight: 600;
    font-size: 14px;
    margin-top: 20px;
}

.btn.explore-crse {
    margin: 54px auto 0;
    display: block;
}
/* Courses Section CSS Ends */

/* Industries Section CSS Starts */
.sec-industries {
	text-align: center;
}

.sec-industries .body {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(168px, 1fr));
    grid-auto-rows: auto;
    gap: 20px;
    box-sizing: border-box;
}

.indus {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 20px 20px 20px;
    border: 1px solid #7aba461f;
    border-radius: 10px;
    background-color: var(--cw-blue);
}

.indus svg {
    width: 120px;
    height: auto;
    border-radius: 8px;
    margin: 0 auto 18px;
}

.indus svg path {
    fill: #ffffffd4;
}

.indus-h {
    font-weight: 700;
    font-size: 17px;
    color: #ffffff;
    margin: auto;
}
/* Industries Section CSS Ends */

/* Placement Assistance Process Section CSS Starts */
.sec-placement-process .container {
	padding-top: 22px;
	display: flex;
	justify-content: space-between;
	gap: inherit;
}

.sec-placement-process .left {
    width: 45%;
    box-sizing: border-box;
}

.sec-placement-process .left .head {
	margin-top: 36px;
	width: 90%;
	margin-bottom: 40px;
}

.sec-placement-process svg.job-suitcase-icon {
    width: 42%;
    margin: 40px 0 60px 50px;
}

.sec-placement-process svg.job-suitcase-icon path.suitcase {
    fill: var(--cw-blue);
}

.sec-placement-process svg.job-suitcase-icon path.shine {
    fill: #cedfec;
}

.sec-placement-process .left .body {
	color: #959595;
	font-size: 18px;
	line-height: 1.6;
	padding-inline-start: 20px;
	width: 84%;
}

.sec-placement-process .right {
    width: 50%;
}

.sec-placement-process [class^="set"] {
	display: flex;
	margin-bottom: 20px;
	position: relative;
}

.sec-placement-process .pp-num {
	border-radius: 11px;
	background-color: var(--cw-blue);
	color: #fff;
	font-weight: 700;
	font-size: 20px;
	margin-right: 20px;
	/* width: 60px; */
	/* height: 60px; */
	padding: 18px 26px;
	height: max-content;
	text-align: center;
	align-content: center;
	z-index: 1;
}

.sec-placement-process .pp-box {
	border-radius: 8px;
	padding: 20px 30px;
	height: max-content;
	position: relative;
}

.sec-placement-process .pp-box .h {
	font-weight: 700;
	font-size: 16px;
}

.sec-placement-process .set .pp-box {
	background-color: #fff;
	box-shadow: -1px 1px 5px 0px #00000047;
}

.sec-placement-process .set-head .pp-box {
	background-color: var(--cw-green);
	color: #fff;
	box-shadow: -1px 1px 6px 0px #00000033;
}

.sec-placement-process .set-last .pp-box {
	background-color: var(--cw-green-light);
	border: 1px solid #7aba469c;
	box-shadow: -1px 1px 6px 0px #0000002b;
	display: flex;
	align-items: center;
	padding-top: 14px;
	padding-bottom: 14px;
}

.sec-placement-process .set .pp-num::after,
.sec-placement-process .set-head .pp-box::after {
	content: "";
	position: absolute;
	width: 1.5px;
	height: 106%;
	left: 30px;
	z-index: -1;
}

.sec-placement-process .set .pp-box::after,
.sec-placement-process .set-last .pp-box::after {
	content: "";
	display: block;
	width: 50px;
	height : 1.5px;
	position: absolute;
	top: 30px;
	right: 100%;
}

.sec-placement-process .pp-box::after, 
.sec-placement-process .pp-num::after {
    background-color: #308ccc66;
}

svg.placement-icon {
    width: 24px;
    margin-right: 14px;
}

svg.placement-icon path {
    fill: var(--cw-green);
}

.set.crt .sub-box,
.set.tt .sub-box {
    display: flex;
    gap: 10px;
    margin-top: 14px;
    align-items: center;
    flex-wrap: wrap;
}

.set .sub-box > * {
    display: block;
    border-radius: 6px;
}

.set.crt .sub-box > * {
    background-color: var(--cw-blue-light);
    padding: 8px 16px;
    display: block;
    border-radius: 6px;
}

.set.tt .sub-box > * {
	padding: 4px;
	width: 32px;
	height: 32px;
	box-shadow: -1px 1px 6px 0px #0000003d;
}
/* Placement Assistance Process Section CSS Ends */

/* Placed Section CSS Starts */
.sec-placed {
	width: 100%;
	overflow: hidden;
	background-image: linear-gradient(0deg, hsl(205 62% 16% / 1) 0%, hsl(205 62% 17% / 1) 56%, hsl(205 62% 28% / 1) 100%);
	position: relative;
}

.sec-placed::before{
    content: "";
    position: absolute;
    width:100%;
    height:100%;
    background-image: url(../img/binary-code-pattern.png);
    background-size: 45% auto;
    background-repeat: repeat;
    mix-blend-mode: overlay;
}

.sec-placed .container {
    position: relative;
    padding-bottom: 60px;
}

.sec-placed .head {
    margin-left: 16px;
    margin-bottom: 40px;
}

.sec-placed .head .txt {
    color: #fff;
}

#cards-view-placed {
	overflow: hidden;
}

.sec-placed .cards-list {
	display: flex;
	position: relative;
	top: 0;
	transition: left 0.6s ease-in-out;
	cursor: pointer;
	padding-left: 4px;
	width: max-content;
	height: max-content;
}

/* Card Css */
.sec-placed .card {
	background: #fff;
	border-radius: 16px;
	transition: transform 0.3s ease-out;
	text-align: center;
	padding-top: 26px;
	padding-bottom: 28px;
	width: 330px;
	margin: 20px 12px;
	box-shadow: -1px 2px 12px 0px #000000d1;
}

.sec-placed .card > [class|="p"] {
	padding-left: 36px;
	padding-right: 36px;
}

.sec-placed .card:hover {
    box-shadow: -1px 2px 20px 0px #000000d1;
}

.sec-placed img.p-profile {
    border-radius: 50%;
    width: 150px;
    height: 150px;
}

.sec-placed .p-name {
    font-size: 18px;
    font-weight: 700;
    margin-top: 8px;
    height: 50px; /* for text wrap int to double-lines */
    display: flex;
    color: #242424;
    overflow: hidden;
}

.sec-placed .p-name .txt {
    margin: auto;
}

.sec-placed .details {
    margin: 8px 0 10px;
    position: relative;
    height: max-content;
    display: flex;
    padding: 0;
    align-items: center;
}

.sec-placed img.p-company {
    width: 58%;
    margin: 0 10px;
}

.sec-placed .p-lpa {
	border-radius: 30px 0 0 30px;
	padding: 10px 20px;
	font-weight: 900;
	font-size: 18px;
	white-space: nowrap;
	width: max-content;
	height: max-content;
	margin-left: auto;
	background-image: linear-gradient(90deg, #ffd900 20%, hsl(93 54% 50% / 1) 130%);
}

.sec-placed .p-dept,
.sec-placed .p-clg {
    font-size: 15px;
    line-height: 1.3;
}

.sec-placed .p-clg {
	margin-top: 6px;
	color: #777;
}

.sec-placed .p-dept {
	margin-top: 14px;
	font-weight: 700;
	color: #666;
}

.sec-placed .nav-btn {
    background-color: var(--cw-green);
}
.sec-placed .nav-btn:hover {
    background-color: var(--cw-blue);
}
/* Placed Section CSS End */

/* Reviews Section CSS Starts */
.sec-reviews {
    text-align: center;
}

.sec-reviews .container {
    padding-bottom: 60px;
}

.sec-reviews .head {
    margin-bottom: 70px;
}

.sec-reviews .cards-container {
    display: grid;
    grid-template-columns: max-content auto max-content;
    grid-template-rows: auto;
}

#cards-view-reviews {
    width: 100%;
    max-width: 600px;
    
    margin: 0 auto;
    grid-row: 1 / 2;
    grid-column: 2 / 3;
    overflow: hidden;
}

.sec-reviews .cards-list {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    transition: left 0.7s ease-in-out;
    display: flex;
    cursor: pointer;
}

.sec-reviews .card {
    width: calc(100% - 60px); /* Subtract margin(left+right) from card width */
    min-width: calc(100% - 60px);
    margin: 15px 30px;
}

/* Customizing Nav Buttons Styling */
.sec-reviews .nav-btn {
    align-self: center;
}

#left-nav-btn-cards-view-reviews {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
    margin-left: 10px;
}

#right-nav-btn-cards-view-reviews {
    grid-row: 1 / 2;
    grid-column: 3 / 4;
    margin-right: 10px;
}

.sec-reviews .nav-btn {
    background-color: var(--cw-blue);
}
.sec-reviews .nav-btn:hover {
    background-color: var(--cw-green);
}

.sec-reviews .profile {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}

.sec-reviews img.r-profile {
    border-radius: 50%;
    width: 150px;
    height: 150px;
}

.sec-reviews .info {
    text-align: left;
    margin-top: 10px;
    height: 70px;
    line-height: 1.3;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sec-reviews .r-desig {
    margin-top: 6px;
    color: #777;
    font-size: 16px;
    max-height: 44px;
    overflow: hidden;
}

.sec-reviews .r-name {
    font-size: 18px;
    font-weight: 700;
    
     /* for text wrap int to double-lines */
    display: flex;
    color: #242424;
    overflow: hidden;
    max-height: 44px;
}

.sec-reviews .review {
    margin-top: 10px;
    font-size: 20px;
    line-height: 1.6;
    color: #555;
}

.sec-reviews .review::before {
    content: url(../icons/quote-icon-cw-green.svg);
    width: 60px;
    display:inline-block;
    margin-right: 14px;
    
}
/* Reviews Section CSS End */

/* Placements Assistance Companies Section CSS Starts */
.sec-assist-comp {
	text-align: center;
	padding: 40px 0 12px 0;
	box-sizing: border-box;
}

.sec-assist-comp .head {
	margin-bottom: 50px;
}

.sec-assist-comp .body {
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    margin: 10px 0 20px;
    display: flex;
}

.assist-comp-grp {
	display: block;
}

.assist-comp-grp:nth-child(1) {
    animation: marquee 14s linear infinite;
    /* background-color: red; */
}

.assist-comp-grp:nth-child(2) {
    animation: marquee2 14s linear infinite;
    animation-delay: 0s;
    /* background-color: blue; */
}

.sec-assist-comp .body:hover .assist-comp-grp {
    animation-play-state: paused;
}

@keyframes marquee {
    from {
      transform: translateX(0%);
    }
    to {
      transform: translateX(-100%);
    }
}

@keyframes marquee2 {
    from {
        transform: translateX(0%);
    }
    to {
        transform: translateX(-100%);
    }
}

img.assist-comp {
    width: 220px;
    height: 120px;
    margin: 0 15px;
    background-color: #f5f5f5;
}
/* Placements Assistance Companies Section CSS Ends */