/*
CTC Separate Stylesheet
Updated: 2025-06-19 04:16:01
*/


/*Banner CSS*/

body.slide-opened{
    overflow: hidden;
}

.page-template-common-template .grid-container{
	max-width: 100%;
}

.section_less_padding{
	padding: 60px 0;
}

ul.common-listing{
	margin-left: 0;
    padding-left: 1rem;
    list-style: disc !important;
}

ul.common-listing li{
	list-style: disc !important;
	font-family: var(--outfit-font);
    color: #58595B;
    font-size: 15px;
    letter-spacing: 0.38px;
}

/* .ninth_section_col_right_btn .site_same_btn_all a{
    font-style: italic;
    font-size: 17px;
} */

@media only screen and (max-width: 991px){
	.page-template-common-template .fourth_section_col_right_text p {
	    max-width: 100% !important;
	}
}

@media (max-width: 767px){
	section.hero-banner.full_img_wrapper .hero_banner_container .hero_banner_row .hero_banner_col2 .banner-content-text-blk h1 {
	    margin-bottom: 30px;
	}
}

@media only screen and (max-width: 575px){
	.btn_default {
	    font-size: 15px;
	    line-height: 1.1;
        text-align: center;
	}

    .ninth_section_col_right_btn .site_same_btn_all a{
        font-size: 15px;
		line-height: 1.1;
    }

    section.hero-banner.full_img_wrapper {
        margin-bottom: 40px;
    }

    .fourth_section_blk, .fifth_section_blk, .sixth_section_blk {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .section_less_padding, section.simple-text-section {
        padding: 40px 0;
    }

    .ninth_section_col_right_btn {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 480px){
    .btn_default {
        font-size: 14px !important;
    }
}

@media only screen and (max-width: 375px){
    .btn_default {
        font-size: 12px !important;
    }
}

/*Left Image Section CSS*/
@media only screen and (max-width: 991px){
	.fourth_section_col_right_module .fourth_section_col_right_btn, .fifth_section_col_right_module .fifth_section_col_right_btn, .sixth_section_col_right_module .sixth_section_col_right_btn {
	    margin-top: 30px;
	}
}

/*Right Image Section CSS*/
.page-template-common-template .fifth_section_col_right_text p {
    padding-left: 0px !important;
}

.fifth_section_blk.empty-second-row .fifth_section_row2{
	padding: 0;
}


/* Timeline Section CSS */

.timeline-sec {
  counter-reset: my-counter;
}

.timeline-sec .container{
	max-width: 1440px;
	width: 90%;
	margin: 0 auto;
}

.number {
  counter-increment: my-counter;
}

.number {
    font-weight: bold;
    font-size: 24px;
    line-height: 1;
    color: var(--brown_color);
    position: relative;
    min-width: 32px;
    text-align: right;
    padding-top: 0;
	font-family: var(--arimo-font);
}

.number::before {
    content: "0" counter(my-counter);
    font-weight: bold;
    font-size: 24px;
    line-height: 1;
    color: var(--brown_color);
    position: relative;
    min-width: 30px;
    text-align: right;
	font-family: var(--arimo-font);
}

.dot-div {
    position: relative;
    padding: 0px 20px;
    min-width: 70px;
    overflow: hidden;
}

.dot-div::before {
    content: "";
    position: absolute;
    background: var(--brown_color);
    width: 16px;
    height: 16px;
    border-radius: 50%;
    top: 10px;
    left: 50%;
	transform: translateX(-50%);
    z-index: 1;
}

.number-text .dot-div::before {
    top: 2px;
}

.dot-div::after {
    content: "";
    position: absolute;
    border-right: 2px dashed #0A0A09;
    height: 100%;
    top: 10px;
    left: 50%;
    z-index: 0;
}

.number-content {
    padding: 0 0 30px;
}

.timeline-row:last-of-type .number-content {
    padding-bottom: 0;
}

.number-content p:not(:last-of-type) {
    margin-bottom: 0px !important;
}

.timeline-sec p{
	margin-bottom: 25px !important;
}

.timeline-sec .last-para p{
	margin: 35px 0 0 0 !important;
}

.number-content h4{
	margin-top: -2px;
	color: var(--brown_color);
    font-size: 22px;
    letter-spacing: 2px;
    font-family: var(--arimo-font);
}


@media only screen and (max-width: 991px){
	.number-content {
		padding: 0 0 25px;
	}

	.number-content h4 {
		margin-top: -3px;
	}

	.timeline-sec .last-para p {
		margin: 30px 0 0 0 !important;
	}

	.number, .number::before{
		font-size: 22px;
	}
}

@media only screen and (max-width: 767px){
	.timeline-sec .container{
		padding: 0 30px;
	}
}

@media only screen and (max-width: 575.5px){
	.timeline-sec .container{
		max-width: 1440px;
		width: 100%;
		margin: 0 auto;
	}
}

@media only screen and (max-width: 565px){
	.dot-div {
		padding: 0px 15px;
		min-width: 50px;
	}

	.timeline-sec p {
		font-size: 15px;
		margin-bottom: 20px !important;
	}

	.timeline-sec .last-para p {
		margin: 20px 0 0 0 !important;
	}

	.number-content h4{
		font-size: 20px;
	}
    .timeline-sec .container{
        width: 100%;
    }
    .number{
        min-width: 20px
    }
    .number, .number::before {
        font-size: 17px;
    }
}



/* FAQ Section CSS */
.faqs-section {
	background-color: #42B3BD10;
}

.faqs-section .faqs-section-container{
	max-width: 1440px;
    width: 90%;
    margin: auto;
}

.faqs-section .home_FAq {
    border-bottom: 1px solid #EEE9E7;
	padding: 15px;
	cursor: pointer;
}

.faqs-section .home_FAq:not(:first-of-type) .accordion-content {
    display: none;
}

.faqs-section .home_FAq h4 {
    margin: 0;
	position: relative;
	color: var(--brown_color);
    font-size: 22px;
    letter-spacing: 2px;
    font-family: var(--arimo-font);
}

.faqs-section .home_FAq h4::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: #3E3823;
    transition: all 0.4s;
    background-image: url('/wp-content/uploads/2025/08/plus.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
}

.faqs-section .home_FAq h4 span{
	width: 90%;
	display: block;
}

.faqs-section .home_FAq.active h4::before {
    background-image: url('/wp-content/uploads/2025/08/minus.svg')!important;
}

.faqs-section .accordion-content p{
	margin: 15px 0 0 0;
}

@media only screen and (max-width: 767px){
	.faqs-section .faqs-section-container {
		width: 100%;
		padding: 0 30px;
	}
}

@media only screen and (max-width: 575px) {
	.faqs-section .home_FAq h4 {
		font-size: 16px;
	}

	.faqs-section .accordion-content p {
		margin: 10px 0 0 0;
	}
	.faqs-section .home_FAq {
		padding: 15px 0px;
	}
}


/* Box Text Section Two CSS */
.box-text-section-two .container {
	max-width: 1440px;
    width: 90%;
    margin: auto;
}

.box-text-section-two .fifth_section_col_right_text{
	margin-bottom: 30px;
}

.box-text-section-two .text-box-row{
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}

.box-text-section-two .text-box-row .singular-box {
    background-color: #42B3BD10;
    border: 1px solid var(--brown_color);
    border-radius: 12px;
    padding: 24px;
    box-shadow: 4px 4px 24px rgb(21 155 215 / 10%);
    max-width: calc(33.33% - 20px);
    width: 100%;
}

.box-text-section-two .text-box-row .singular-box h4{
	color: var(--brown_color);
    font-size: 22px;
    letter-spacing: 2px;
    font-family: var(--arimo-font);
	margin-bottom: 10px;
}

.box-text-section-two .text-box-row .singular-box p{
	font-family: var(--outfit-font);
    color: #58595B;
    font-size: 16px;
    letter-spacing: 0.38px;
}

.box-text-section-two .box-caption{
	margin-top: 25px;
}

.box-text-section-two .box-caption p{
	font-family: var(--outfit-font);
    color: #58595B;
    font-size: 16px;
    letter-spacing: 0.38px;
}

@media only screen and (max-width: 1200px) {
    .box-text-section-two .text-box-row .singular-box {
        max-width: calc(50% - 16px);
    }
}

@media only screen and (max-width: 767px){
	.box-text-section-two .text-box-row .singular-box {
		max-width: 100%;
        padding: 20px;
	}

	.box-text-section-two .container {
		width: 100%;
		padding: 0 30px;
	}
}

@media only screen and (max-width: 565px){
	.box-text-section-two .text-box-row .singular-box h4 {
		font-size: 20px;
	}

    .box-text-section-two .text-box-row {
        gap: 20px;
    }
}